幼儿园小班教案《小蜻蜓捉蚊子》(通用)_第1页
幼儿园小班教案《小蜻蜓捉蚊子》(通用)_第2页
幼儿园小班教案《小蜻蜓捉蚊子》(通用)_第3页
幼儿园小班教案《小蜻蜓捉蚊子》(通用)_第4页
幼儿园小班教案《小蜻蜓捉蚊子》(通用)_第5页
已阅读5页,还剩29页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

幼儿园小班教学计划小蜻蜓捉蚊子小班教学计划小蜻蜓捉蚊子适合小班音乐主题的教学活动,让孩子们通过游戏,知道小燕是抓蚊子的小英雄。在音乐的伴奏下,两只手可以向前移动(或改变方向)并模仿。小睡一会儿,使用地图记住歌词,学习歌曲,并查看幼儿园003010课程计划。活动目标:1.在音乐的伴奏下,两只手可以在平坦的方向上向前移动(或更改方向),模仿小燕的飞行。2,通过游戏,知道小燕是捉蚊子的小英雄。3.使用地图记住歌词并学习歌曲。4.激发幼儿创作新歌词并按照原始歌词的结构唱歌;活动准备:录音带,音乐地图,图片(一小,一蚊)。活动程序:一,音乐的集体欣赏今天,老师为您带来了好听的音乐。在这首音乐中,有一些会飞的小动物。让我们一起听吗?2,问题:刚才您听了这首音乐,有哪些小动物在飞?3,(显示出小蟑螂和小蚊子),原来是小蟑螂和小蚊子在飞。二,看地图感受三段式音乐1.问题:您知道小蜻蜓何时飞行吗?蚊子什么时候飞?让我们看看这张照片,再听一遍这首音乐吗?2,(老师示范教具)让孩子们再次看地图欣赏音乐,初步感受到三段式的结构。三,模仿小飞 werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: text /Werkzeug Debugger var TRACEBACK=140214375065976, CONSOLE_MODE=false, EVALEX=true, EVALEX_TRUSTED=false, SECRET=qeXxywymRteqCRlqmYGX; 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(self): """Dispatches the request and on top of that performs request pre and postprocessing as well as HTTP exception catching and error ha

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论