户外活动基本部分的保育要点
保教人员在活动中随时观察儿童的脸色、出汗情况及动作表现,提醒幼儿注意活动量,适时休息,帮助他们脱衣、换衣、擦汗等,还要特别留心观察体弱儿、身体不适的儿童活动情况,协助教师维护活动秩序,发现问题、及时处理。
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1056771.html
上一篇:Fed was a consultant(咨询师)and Guido a wine maker. They started their gelato (意式冰激凌) business with no food industry experience. "We wanted to make the best gelato in the world and we didn't know how to make any gelato!" Fed recalls. That did not stop t
下一篇:执行下列程序,输入数据:abed / #include void main() { int c; while(( c= getchar())!='\n') { switch( c - 'a') { case 0: case 1: putchar(c+3); break; case 2: putchar(c+2); default: putchar(c+1); break; } } printf"\n"); }