




已阅读5页,还剩31页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
幼儿园小班节奏现场教学计划:胡椒猪猪在厨房做晚饭:双手交替炒撒些盐并加一些水:手会撒盐满汗:双手交替出汗猪在厨房做晚饭:双手交替炒忙碌而倾覆的辣椒:快la脚啊,打喷嚏,打喷嚏游戏建议1.老师示范:用沙鸡蛋撒盐和水。2,提示做个“披萨”需要注意此事,老师唱歌,请请孩子尝试3.孩子们用脚垫和沙蛋玩游戏。4.给客人品尝准备好的“披萨”。二,教学活动建议活动准备资料准备:1张故事图片儿童体验准备1,熟悉音乐奇怪的小白兔的音乐将一路陪伴到现场。2,将音乐一直跟随行军乐器玩具兵进行曲。3,吃披萨时,初步了解“披萨”的制作方法,并了解“披萨”的各种口味。活动1.感受歌曲的乐趣,并能够随着音乐的节奏做出节奏。2.通过角色扮演来培养幼儿的想象力。最初,尝试根据歌词将猪的动作想象为“披萨”。3,喜欢与老师一起参加节奏活动,并可以与他人分享自己的“比萨饼”。【活动步骤】(1)到达:随音乐进入奇怪的小白兔(2)教学过程:1.故事指南:爱丽丝不小心掉进了森林的一个洞里。哇,这是一个神奇的地下世界!在美丽的花园和凉爽的喷泉后面,有一间小房子,里面有只喜欢做饭的猪和跳舞的胡椒。让我们听听他们在做什么.2,歌曲欣赏:(1)大家围坐在一起,欣赏整首歌,并带领孩子们在膝上走动。(2)复习单词,引导孩子用肢体表达歌曲内容。(3)在老师的指导下,根据歌曲的内容进行肢体节律练习。3.情境游戏:(1)老师示范:用沙鸡蛋撒盐和水。(2)提示制作“比萨饼”时需要注意此事,老师会唱歌,请孩子尝试。(3)听音乐玩具兵进行曲接收沙蛋。(4)孩子们用脚垫和沙蛋玩游戏。(3)结束活动:l,让客人品尝“比萨饼”。2,跟着音乐奇怪的小白兔自然退出。三,友情提示1.在游戏活动环节,孩子通常会打喷嚏。它接近孩子们的生活。当孩子在游戏过程中打喷嚏时,应该用手打喷嚏,这会传播疾病。使儿童在对疾病预防有一定认识的情况下学会尊重他人并保护自己。2.引导小朋友吃饭时把“比萨饼”送给客座老师,谈论他们制作的“比萨饼”的味道,丰富孩子对“比萨饼”味道的认识,同时锻炼孩子们敢于与陌生人互动的能力促进了幼儿的社会发展。 werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: text /Werkzeug Debugger var TRACEBACK=139635598446832, CONSOLE_MODE=false, EVALEX=true, EVALEX_TRUSTED=false, SECRET=qvxqy4iUPaIw49q18yda; werkzeug.exceptions.BadRequestKeyError werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: textTraceback (most recent call last) File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2309, in _call_ def _call_(self, environ, start_response): """The WSGI server calls the Flask application object as the WSGI application. This calls :meth:wsgi_app which can be wrapped to applying middleware.""" return self.wsgi_app(environ, start_response) def _repr_(self): return <%s %r> % ( self._class_._name_, , File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2295, in wsgi_app try: ctx.push() response=self.full_dispatch_request() except Exception as e: error=e response=self.handle_exception(e) except: error=sys.exc_info()1 raise return response(environ, start_response) finally: File /root/anaconda3/lib/python3.7/site-packages/flask_cors/extension.py, line 161, in wrapped_function # Wrap exception handlers with cross_origin # These error handlers will still respect the behavior of the route if options.get(intercept_exceptions, True): def _after_request_decorator(f): def wrapped_function(*args, *kwargs): return cors_after_request(app.make_response(f(*args, *kwargs) return wrapped_function if hasattr(app, handle_exception): app.handle_exception=_after_request_decorator( app.handle_exception) File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1741, in handle_exception # if we want to repropagate the exception, we can attempt to # raise it with the whole traceback in case we can do that # (the function was actually called from the except part) # otherwise, we just raise the error again if exc_value is e: reraise(exc_type, exc_value, tb) else: raise e self.log_exception(exc_type, exc_value, tb) if handler is None: File /root/anaconda3/lib/python3.7/site-packages/flask/_compat.py, line 35, in reraise from io import StringIO def reraise(tp, value, tb=None): if value._traceback_ is not tb: raise value.with_traceback(tb) raise value implements_to_string=_identity else: text_type=unicode File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2292, in wsgi_app ctx=self.request_context(environ) error=None try: try: ctx.push() response=self.full_dispatch_request() except Exception as e: error=e response=self.handle_exception(e) except: error=sys.exc_info()1 File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1815, in full_dispatch_request request_started.send(self) rv=self.preprocess_request() if rv is None: rv=self.dispatch_request() except Exception as e: rv=self.handle_user_exception(e) return self.finalize_request(rv) def finalize_request(self, rv, from_error_handler=False): """Given the return value from a view function this finalizes the request by converting it into a response and invoking the File /root/anaconda3/lib/python3.7/site-packages/flask_cors/extension.py, line 161, in wrapped_function # Wrap exception handlers with cross_origin # These error handlers will still respect the behavior of the route if options.get(intercept_exceptions, True): def _after_request_decorator(f): def wrapped_function(*args, *kwargs): return cors_after_request(app.make_response(f(*args, *kwargs) return wrapped_function if hasattr(app, handle_exception): app.handle_exception=_after_request_decorator( app.handle_exception) File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1718, in handle_user_exception return self.handle_http_exception(e) handler=self._find_error_handler(e) if handler is None: reraise(exc_type, exc_value, tb) return handler(e) def handle_exception(self, e): """Default exception handling that kicks in when an exception occurs that is not caught. In debug mode the exception will File /root/anaconda3/lib/python3.7/site-packages/flask/_compat.py, line 35, in reraise from io import StringIO def reraise(tp, value, tb=None): if value._traceback_ is not tb: raise value.with_traceback(tb) raise value implements_to_string=_identity else: text_type=unicode File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1813, in full_dispatch_request self.try_trigger_before_first_request_functions() try: request_started.send(self) rv=self.preprocess_request() if rv is None: rv=self.dispatch_request() except Exception as e: rv=self.handle_user_exception(e) return self.finalize_request(rv) def finalize_request(self, rv, from_error_handler=False): File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1799, in dispatch_request # request came with the OPTIONS method, reply automatically if getattr(rule, provide_automatic_options, False) and req.method=OPTIONS: return self.make_default_options_response() # otherwise dispatch to the handler for that endpoint return self.view_functionsrule.endpoint(*req.view_args) def full_dispatch_request(s
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 腺肌病的护理
- 子宫积液健康指导
- 山西省太原市2024-2025学年高一下学期7月期末学业诊断数学试卷(图片版含答案)
- 广州图像管理管理办法
- 常州临时摊贩管理办法
- 安阳市养犬管理暂行办法
- 工行支付限额管理办法
- 吐鲁番市民宿管理暂行办法
- 保险资金运用管理暂行办法
- 建筑信用管理暂行办法
- 北京市朝阳区2024-2025学年高一下学期期末语文试题(含答案)
- 安徽高危人员管理办法
- 牙外伤护理配合课件
- 2025年辅警招聘考试试题及参考答案
- 党课课件含讲稿:以作风建设新成效激发干事创业新作为
- 腹膜透析相关性腹膜炎的护理查房
- 深基坑土方开挖专项施工方案60551
- 广东湛江市文化广电旅游体育局下属事业单位招考聘用教练员(同步测试)模拟卷及答案
- 安措费使用计划报审表(施工报-监理审-业主批)
- 医疗期规定(表格化)
- GMC核算模型 国际企业管理挑战赛
评论
0/150
提交评论