幼儿园小班律动活教案:胡椒小猪.doc

上传人:白大夫 文档编号:4258307 上传时间:2019-10-31 格式:DOC 页数:36 大小:56.50KB
返回 下载 相关 举报
幼儿园小班律动活教案:胡椒小猪.doc_第1页
第1页 / 共36页
幼儿园小班律动活教案:胡椒小猪.doc_第2页
第2页 / 共36页
幼儿园小班律动活教案:胡椒小猪.doc_第3页
第3页 / 共36页
幼儿园小班律动活教案:胡椒小猪.doc_第4页
第4页 / 共36页
幼儿园小班律动活教案:胡椒小猪.doc_第5页
第5页 / 共36页
点击查看更多>>
资源描述

《幼儿园小班律动活教案:胡椒小猪.doc》由会员分享,可在线阅读,更多相关《幼儿园小班律动活教案:胡椒小猪.doc(36页珍藏版)》请在三一文库上搜索。

1、幼儿园小班节奏现场教学计划:胡椒猪猪在厨房做晚饭:双手交替炒撒些盐并加一些水:手会撒盐满汗:双手交替出汗猪在厨房做晚饭:双手交替炒忙碌而倾覆的辣椒:快la脚啊,打喷嚏,打喷嚏游戏建议1.老师示范:用沙鸡蛋撒盐和水。2,提示做个“披萨”需要注意此事,老师唱歌,请请孩子尝试3.孩子们用脚垫和沙蛋玩游戏。4.给客人品尝准备好的“披萨”。二,教学活动建议活动准备资料准备:1张故事图片儿童体验准备1,熟悉音乐奇怪的小白兔的音乐将一路陪伴到现场。2,将音乐一直跟随行军乐器玩具兵进行曲。3,吃披萨时,初步了解“披萨”的制作方法,并了解“披萨”的各种口味。活动1.感受歌曲的乐趣,并能够随着音乐的节奏做出节奏。

2、2.通过角色扮演来培养幼儿的想象力。最初,尝试根据歌词将猪的动作想象为“披萨”。3,喜欢与老师一起参加节奏活动,并可以与他人分享自己的“比萨饼”。【活动步骤】(1)到达:随音乐进入奇怪的小白兔(2)教学过程:1.故事指南:爱丽丝不小心掉进了森林的一个洞里。哇,这是一个神奇的地下世界!在美丽的花园和凉爽的喷泉后面,有一间小房子,里面有只喜欢做饭的猪和跳舞的胡椒。让我们听听他们在做什么.2,歌曲欣赏:(1)大家围坐在一起,欣赏整首歌,并带领孩子们在膝上走动。(2)复习单词,引导孩子用肢体表达歌曲内容。(3)在老师的指导下,根据歌曲的内容进行肢体节律练习。3.情境游戏:(1)老师示范:用沙鸡蛋撒盐和

3、水。(2)提示制作“比萨饼”时需要注意此事,老师会唱歌,请孩子尝试。(3)听音乐玩具兵进行曲接收沙蛋。(4)孩子们用脚垫和沙蛋玩游戏。(3)结束活动:l,让客人品尝“比萨饼”。2,跟着音乐奇怪的小白兔自然退出。三,友情提示1.在游戏活动环节,孩子通常会打喷嚏。它接近孩子们的生活。当孩子在游戏过程中打喷嚏时,应该用手打喷嚏,这会传播疾病。使儿童在对疾病预防有一定认识的情况下学会尊重他人并保护自己。2.引导小朋友吃饭时把“比萨饼”送给客座老师,谈论他们制作的“比萨饼”的味道,丰富孩子对“比萨饼”味道的认识,同时锻炼孩子们敢于与陌生人互动的能力促进了幼儿的社会发展。 werkzeug.excepti

4、ons.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&

5、gt;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. Thi

6、s 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_, self.name, File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2295, in wsgi_app try: ct

7、x.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_functio

8、n # 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 wr

9、apped_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

10、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/s

11、ite-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,

12、 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

13、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 retur

14、n 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

15、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_decora

16、tor( 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):

17、 """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:

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 其他


经营许可证编号:宁ICP备18001539号-1