930 lines
26 KiB
TypeScript
930 lines
26 KiB
TypeScript
import {BasicColumn} from '/@/components/Table';
|
||
import {FormSchema} from '/@/components/Table';
|
||
import { rules} from '/@/utils/helper/validator';
|
||
import { render } from '/@/utils/common/renderUtils';
|
||
//列表数据
|
||
export const columns: BasicColumn[] = [
|
||
{
|
||
title: '学期',
|
||
align: "center",
|
||
dataIndex: 'col01'
|
||
},
|
||
{
|
||
title: '课程名称',
|
||
align: "center",
|
||
dataIndex: 'col02'
|
||
},
|
||
{
|
||
title: '开课单位',
|
||
align: "center",
|
||
dataIndex: 'col03'
|
||
},
|
||
{
|
||
title: '授课教师',
|
||
align: "center",
|
||
dataIndex: 'col04'
|
||
},
|
||
{
|
||
title: '授课教师工号',
|
||
align: "center",
|
||
dataIndex: 'col05'
|
||
},
|
||
{
|
||
title: '授课日期',
|
||
align: "center",
|
||
dataIndex: 'col06'
|
||
},
|
||
{
|
||
title: '任教专业',
|
||
align: "center",
|
||
dataIndex: 'col56'
|
||
},
|
||
{
|
||
title: '授课时间',
|
||
align: "center",
|
||
dataIndex: 'col07'
|
||
},
|
||
{
|
||
title: '授课节次',
|
||
align: "center",
|
||
dataIndex: 'col08'
|
||
},
|
||
{
|
||
title: '授课地点',
|
||
align: "center",
|
||
dataIndex: 'col09'
|
||
},
|
||
{
|
||
title: '授课教师单位',
|
||
align: "center",
|
||
dataIndex: 'skjsdw'
|
||
},
|
||
{
|
||
title: '听课教师单位',
|
||
align: "center",
|
||
dataIndex: 'col10'
|
||
},
|
||
{
|
||
title: '听课教师工号',
|
||
align: "center",
|
||
dataIndex: 'col11'
|
||
},
|
||
{
|
||
title: '听课教师姓名',
|
||
align: "center",
|
||
dataIndex: 'col12'
|
||
},
|
||
{
|
||
title: '听课身份',
|
||
align: "center",
|
||
dataIndex: 'col13'
|
||
},
|
||
{
|
||
title: '任教专业',
|
||
align: "center",
|
||
dataIndex: 'col57'
|
||
},
|
||
{
|
||
title: '听课评价结果(5分制)',
|
||
align: "center",
|
||
dataIndex: 'col14'
|
||
},
|
||
{
|
||
title: '评价量表类型',
|
||
align: "center",
|
||
dataIndex: 'col15'
|
||
},
|
||
{
|
||
title: '数据来源',
|
||
align: "center",
|
||
dataIndex: 'col16'
|
||
},
|
||
{
|
||
title: '思政课程',
|
||
align: "center",
|
||
dataIndex: 'col59'
|
||
},
|
||
{
|
||
title: '评价日期',
|
||
align: "center",
|
||
dataIndex: 'col60'
|
||
},
|
||
{
|
||
title: '讲课有热情,精神饱满,能调动学生情绪,课堂气氛活跃',
|
||
align: "center",
|
||
dataIndex: 'col1726'
|
||
},
|
||
{
|
||
title: '教学目标明确,内容丰富,重点突出,言语表达清楚。',
|
||
align: "center",
|
||
dataIndex: 'col18'
|
||
},
|
||
{
|
||
title: '授课有启发性,能给予学生思考、联想、创造的启迪',
|
||
align: "center",
|
||
dataIndex: 'col19'
|
||
},
|
||
{
|
||
title: '能有效利用各种教学媒体,课件或板书使用效果好',
|
||
align: "center",
|
||
dataIndex: 'col20'
|
||
},
|
||
{
|
||
title: '仪表得体,按时上下课,严格要求学生',
|
||
align: "center",
|
||
dataIndex: 'col21'
|
||
},
|
||
{
|
||
title: '无迟到、早退、旷课现象',
|
||
align: "center",
|
||
dataIndex: 'col22'
|
||
},
|
||
{
|
||
title: '课堂教学秩序好,无喧闹、打瞌睡、发短信、玩手机等现象',
|
||
align: "center",
|
||
dataIndex: 'col23'
|
||
},
|
||
{
|
||
title: '上课认真听讲、积极思考、主动与老师交流互动',
|
||
align: "center",
|
||
dataIndex: 'col24'
|
||
},
|
||
{
|
||
title: '课堂教学总体印象评价',
|
||
align: "center",
|
||
dataIndex: 'col25'
|
||
},
|
||
{
|
||
title: '请填写对课堂内容以及其他方面的具体意见或建议',
|
||
align: "center",
|
||
dataIndex: 'col26'
|
||
},
|
||
{
|
||
title: '1.具有教育理想、敬业精神和教学追求,热爱学生、学科和教学工作。',
|
||
align: "center",
|
||
dataIndex: 'col2745'
|
||
},
|
||
{
|
||
title: '2.掌握所教学科必需的专业与教学知识。具备所教学科的教学设计、实施、评价、反思和研究能力。',
|
||
align: "center",
|
||
dataIndex: 'col28'
|
||
},
|
||
{
|
||
title: '3.把握学生身心发展规律与特点,尊重学生主体性与差异性。',
|
||
align: "center",
|
||
dataIndex: 'col29'
|
||
},
|
||
{
|
||
title: '4.立德树人,为人师表,语言规范,情绪饱满,思想积极向上',
|
||
align: "center",
|
||
dataIndex: 'col30'
|
||
},
|
||
{
|
||
title: '5.执行教学计划,遵守教学纪律,严谨从教',
|
||
align: "center",
|
||
dataIndex: 'col31'
|
||
},
|
||
{
|
||
title: '6.系统规划和设计教学活动,合理确定教学目标和教学内容的重难点,选择合适的教学方法、教学媒体和教学形式',
|
||
align: "center",
|
||
dataIndex: 'col32'
|
||
},
|
||
{
|
||
title: '7.清晰讲解课程内容,恰当解释知识中蕴含的本源性思想和学科方法,适时引导学生关注课程领域发展新动态。',
|
||
align: "center",
|
||
dataIndex: 'col33'
|
||
},
|
||
{
|
||
title: '8.启发学生思考,鼓励学生发现、提出问题,恰当给予回应和引导。',
|
||
align: "center",
|
||
dataIndex: 'col34'
|
||
},
|
||
{
|
||
title: '9.监控教学过程,富有教学机智,教学体现生成性。',
|
||
align: "center",
|
||
dataIndex: 'col35'
|
||
},
|
||
{
|
||
title: '10.运用多元评价方式,了解学习状况,诊断学习问题,及时反馈',
|
||
align: "center",
|
||
dataIndex: 'col36'
|
||
},
|
||
{
|
||
title: '11.学习认真积极,踊跃参与课堂活动,体会课程学习的挑战与乐趣,感悟课程的意义与价值。',
|
||
align: "center",
|
||
dataIndex: 'col37'
|
||
},
|
||
{
|
||
title: '12.掌握所学课程的基本概念与原理,理解课程的知识结构与思想体系,了解所学知识的运用情境、策略和方法。',
|
||
align: "center",
|
||
dataIndex: 'col38'
|
||
},
|
||
{
|
||
title: '13.遵循教学一般规律,具有鲜明的创新意识和个性风貌。',
|
||
align: "center",
|
||
dataIndex: 'col39'
|
||
},
|
||
{
|
||
title: '14.尊重学科本质属性,凸显学科育人价值,注重培养学科核心素养。',
|
||
align: "center",
|
||
dataIndex: 'col40'
|
||
},
|
||
{
|
||
title: '15.课堂教学蕴含理性美,具有教学魅力,体现教学艺术性。',
|
||
align: "center",
|
||
dataIndex: 'col41'
|
||
},
|
||
{
|
||
title: '16.你对该课程的总体评价情况,5分是满分,您给打几分?',
|
||
align: "center",
|
||
dataIndex: 'col42'
|
||
},
|
||
{
|
||
title: '17.您认为该课堂值得肯定的方面',
|
||
align: "center",
|
||
dataIndex: 'col43'
|
||
},
|
||
{
|
||
title: '18.您认为该课堂需要改进的方面',
|
||
align: "center",
|
||
dataIndex: 'col44'
|
||
},
|
||
{
|
||
title: '19.其它建议',
|
||
align: "center",
|
||
dataIndex: 'col45'
|
||
},
|
||
{
|
||
title: '1.声音和画面情况',
|
||
align: "center",
|
||
dataIndex: 'col4655'
|
||
},
|
||
{
|
||
title: '2.ppt等课件情况',
|
||
align: "center",
|
||
dataIndex: 'col47'
|
||
},
|
||
{
|
||
title: '3.教师出镜情况',
|
||
align: "center",
|
||
dataIndex: 'col48'
|
||
},
|
||
{
|
||
title: '4.以下那些描述符合本节课的教学实际情况(多选)',
|
||
align: "center",
|
||
dataIndex: 'col49'
|
||
},
|
||
{
|
||
title: '5.学生出席情况',
|
||
align: "center",
|
||
dataIndex: 'col50'
|
||
},
|
||
{
|
||
title: '6.学生参与课堂活动情况',
|
||
align: "center",
|
||
dataIndex: 'col51'
|
||
},
|
||
{
|
||
title: '7.如果让您给本节课打分,5分是满分,您给打几分?',
|
||
align: "center",
|
||
dataIndex: 'col52'
|
||
},
|
||
{
|
||
title: '8.您认为该课堂值得肯定的方面',
|
||
align: "center",
|
||
dataIndex: 'col53'
|
||
},
|
||
{
|
||
title: '9.您认为该课堂需要改进的方面',
|
||
align: "center",
|
||
dataIndex: 'col54'
|
||
},
|
||
{
|
||
title: '10.其它建议',
|
||
align: "center",
|
||
dataIndex: 'col55'
|
||
},
|
||
|
||
{
|
||
title: '1.仪表整洁、举止得体、精神饱满',
|
||
align: "center",
|
||
dataIndex: 'col6176'
|
||
},
|
||
{
|
||
title: '2.遵守教学纪律,严格课堂管理',
|
||
align: "center",
|
||
dataIndex: 'col62'
|
||
},
|
||
{
|
||
title: '3.备课充分,精心设计教学(有课件、教案等教学素材),教学投入',
|
||
align: "center",
|
||
dataIndex: 'col63'
|
||
},
|
||
{
|
||
title: '4.坚持马克思主义立场观点方法,具有较为扎实的马克思主义理论功底,教学目标明确',
|
||
align: "center",
|
||
dataIndex: 'col64'
|
||
},
|
||
{
|
||
title: '5.有效使用统编教材配套课件、参考讲义、辅导用书,教学内容科学完整,基本理论阐释清楚,基本事实讲述准确,重点、难点比较突出',
|
||
align: "center",
|
||
dataIndex: 'col65'
|
||
},
|
||
{
|
||
title: '6.理论联系实际,熟悉党史、新中国史、改革开放史、社会主义发展史、中华民族发展史,注重史论结合,教学素材多样,案例鲜活生动,及时将新时代中国特色社会主义的生动实践转化为课堂教学资源',
|
||
align: "center",
|
||
dataIndex: 'col66'
|
||
},
|
||
{
|
||
title: '7.贴近学生实际,善于发掘身边人身边事蕴含的育人元素,有效回应学生关心问题和思想困惑',
|
||
align: "center",
|
||
dataIndex: 'col67'
|
||
},
|
||
{
|
||
title: '8.熟悉教学法基本原理,注重教学逻辑与学术逻辑的辩证统一,教学设计符合学生认知规律、关注学生差异性',
|
||
align: "center",
|
||
dataIndex: 'col68'
|
||
},
|
||
{
|
||
title: '9.熟练运用启发式、案例式等教学法,注重课堂互动,不照本宣科,善于调动学生积极性,启发学生思考',
|
||
align: "center",
|
||
dataIndex: 'col69'
|
||
},
|
||
{
|
||
title: '10.综合运用现代信息技术手段,增强课堂教学的生动性、吸引力,帮助学生理解领会教学内容',
|
||
align: "center",
|
||
dataIndex: 'col70'
|
||
},
|
||
{
|
||
title: '11.注重思想性和理论性,具有亲和力和感染力,能够把道理讲深、讲透、讲活,学生学习积极性高,愿意与教师交流反馈',
|
||
align: "center",
|
||
dataIndex: 'col71'
|
||
},
|
||
{
|
||
title: '12.注重价值引领,增进对党的创新理论的政治认同、思想认同、理论认同、情感认同,坚定“四个自信”',
|
||
align: "center",
|
||
dataIndex: 'col72'
|
||
},
|
||
{
|
||
title: '13.完成教学计划,课堂秩序良好',
|
||
align: "center",
|
||
dataIndex: 'col73'
|
||
},
|
||
{
|
||
title: '14.总体评价',
|
||
align: "center",
|
||
dataIndex: 'col74'
|
||
},
|
||
{
|
||
title: '15.课堂诊断',
|
||
align: "center",
|
||
dataIndex: 'col75'
|
||
},
|
||
{
|
||
title: '16.指导建议',
|
||
align: "center",
|
||
dataIndex: 'col76'
|
||
},
|
||
{
|
||
title: '1.坚持立德树人,秉持共育两代师表理念,积极落实有理想信念、 有道德情操、有扎实学识、有仁爱之心的“ 四有好老师 ”培养目标 要求。',
|
||
align: "center",
|
||
dataIndex: 'col78113'
|
||
},
|
||
{
|
||
title: '2.坚持学术强师理念,全面掌握所教学科必需的专业知识与教学知 识,做学生锤炼品格、学习知识、创新思维、奉献祖国的引路人, 具备对所教课程进行高质量创新性教学设计、实施、评价、反思和 研究的能力。',
|
||
align: "center",
|
||
dataIndex: 'col79'
|
||
},
|
||
{
|
||
title: '3.尊重学生的权利、地位和人格,注重培养学生爱国情怀、创新精 神和健康人格,促进学生全面发展、终身学习。',
|
||
align: "center",
|
||
dataIndex: 'col80'
|
||
},
|
||
{
|
||
title: '4.把握学生身心发展规律和学习特点,了解学生学习基础,激发学 生学习动力,重视引导学生自主发展,为把学生培养成底蕴深厚、 专业扎实、教书育人能力过硬的卓越人才奠定坚实基础。',
|
||
align: "center",
|
||
dataIndex: 'col81'
|
||
},
|
||
{
|
||
title: '5.熟悉所教学科的知识体系、历史脉络、思想方法、科际联系和发 展前沿,认识所教学科在课程体系中的地位及其与培养目标的关 系,并将课程理解有效转化为教学观念、内容和行为。',
|
||
align: "center",
|
||
dataIndex: 'col82'
|
||
},
|
||
{
|
||
title: '6.熟悉所教课程的内容体系、教育价值、发展历程,有效融入中华 优秀文化、渗透课程思政,坚持教书和育人相统一、言传和身教 相统一、潜心问道和关注社会相统一、学术自由和学术规范相统一。',
|
||
align: "center",
|
||
dataIndex: 'col83'
|
||
},
|
||
{
|
||
title: '7.认识课堂是教书育人、开展教学活动的专业场域,课堂活动对培 养学生理论素养、实践能力、创新精神具有独特价值,能够科学、 灵活、适切地选择和运用课堂组织形式。',
|
||
align: "center",
|
||
dataIndex: 'col84'
|
||
},
|
||
{
|
||
title: '8.理解课堂教学是教与学活动的有机统一,了解课堂的构成要素、 组织类型、活动方式和基本特点,掌握所教课程的教学规律、教学 方法和评价手段。',
|
||
align: "center",
|
||
dataIndex: 'col85'
|
||
},
|
||
{
|
||
title: '9.严慈相济,乐于与学生交流,关心学生身心健康,热心为学生成 长提供专业支持,促进学生自由而全面的发展。',
|
||
align: "center",
|
||
dataIndex: 'col86'
|
||
},
|
||
{
|
||
title: '10.尊重学生个体差异,了解学生合理学习需求,关注学生思想情 感,善于发现学生的闪光点,对学生发展抱有积极期待。',
|
||
align: "center",
|
||
dataIndex: 'col87'
|
||
},
|
||
{
|
||
title: '11.坚持正确的政治方向与价值导向,为党育人,为国育才,依法 执教,理解教师是学生学习的促进者和成长的引路人,自觉履行立 德树人使命。',
|
||
align: "center",
|
||
dataIndex: 'col88'
|
||
},
|
||
{
|
||
title: '12.理解教学是教师的立身之本,教研是教师的强教之基,潜心教 学,发展教学学术,自觉遵守教学纪律,认真践行教学规范,保证 有质量的教学。',
|
||
align: "center",
|
||
dataIndex: 'col89'
|
||
},
|
||
{
|
||
title: '13.重视师德师风修养,思想积极向上,热爱教育事业,为人师表, 具有正确的教育观、教师观、学生观。',
|
||
align: "center",
|
||
dataIndex: 'col90'
|
||
},
|
||
{
|
||
title: '14.追求教学艺术境界,教学语言规范准确、富有逻辑性,教态自 然,举止文明,仪表得体,有亲和力,情绪饱满,热忱投入。',
|
||
align: "center",
|
||
dataIndex: 'col91'
|
||
},
|
||
{
|
||
title: '15.立足创新人才培养目标,深入研究课程大纲,针对学生已有经 验和基础,确定教学目标、重难点,形成教学方案。',
|
||
align: "center",
|
||
dataIndex: 'col92'
|
||
},
|
||
{
|
||
title: '16.合理规划教学环节和时间,恰当选择教学方法,积极推动人工 智能、智慧学习环境等新技术与学科课程融合,形成线上与线下教 学有机结合、深度融通的自主、合作、探究学习模式。',
|
||
align: "center",
|
||
dataIndex: 'col93'
|
||
},
|
||
{
|
||
title: '17.开发和利用具有交互性、情境化的课程资源和教学案例,创设 良好的教学情境,科学选择学习评价方式,合理安排课后学习任务。',
|
||
align: "center",
|
||
dataIndex: 'col94'
|
||
},
|
||
{
|
||
title: '18.清晰阐释课程内容,准确把握教学重难点,恰当解读学科本源 性思想和方法,适时融入课程领域发展新成果。',
|
||
align: "center",
|
||
dataIndex: 'col95'
|
||
},
|
||
{
|
||
title: '19.创造性地生成教学过程,鼓励学生在实践探究中发现问题、提 出问题、解决问题,激发学生的好奇心、想象力与创新思维,培养 学生的创新能力。',
|
||
align: "center",
|
||
dataIndex: 'col96'
|
||
},
|
||
{
|
||
title: '20.把握课堂教学节奏和进度,根据课堂情境和学生表现适时调整 教学方式,展现教学机智。',
|
||
align: "center",
|
||
dataIndex: 'col97'
|
||
},
|
||
{
|
||
title: '21.落实教学评一体化,运用多种评价方式, 了解学生学习状态, 有效评估学生学习效果,及时给予反馈和有针对性的指导。',
|
||
align: "center",
|
||
dataIndex: 'col98'
|
||
},
|
||
{
|
||
title: '22.掌握所学课程的基础知识、基本原理、基本思想等核心内容。',
|
||
align: "center",
|
||
dataIndex: 'col99'
|
||
},
|
||
{
|
||
title: '23.理解课程的知识结构、思想体系,了解所学知识的发展脉络与 前沿动态,形成学科理解力。',
|
||
align: "center",
|
||
dataIndex: 'col100'
|
||
},
|
||
{
|
||
title: '24.掌握所学知识的运用情境、策略和方法, 了解所学课程与其它 课程的关联,理解课程知识在当代社会发展中的意义和价值,形成 学科转化力。',
|
||
align: "center",
|
||
dataIndex: 'col101'
|
||
},
|
||
{
|
||
title: '25.掌握所学课程的基本专业技能,运用所学知识与方法分析、解 决实际问题,在新情境中发展实践迁移力。',
|
||
align: "center",
|
||
dataIndex: 'col102'
|
||
},
|
||
{
|
||
title: '26.具有大胆质疑、敢于创新的精神,对课程知识及其应用进行批 判性思考,形成反思研究力。',
|
||
align: "center",
|
||
dataIndex: 'col103'
|
||
},
|
||
{
|
||
title: '27.能在观察和思考中发现学科与实践问题,基于证据和逻辑发表 自己的观点和见解,提出问题解决方案。',
|
||
align: "center",
|
||
dataIndex: 'col104'
|
||
},
|
||
{
|
||
title: '28.具有理想信念、责任担当与家国情怀,形成服务国家、奉献社 会的专业品质。',
|
||
align: "center",
|
||
dataIndex: 'col105'
|
||
},
|
||
{
|
||
title: '29.体会课程学习的挑战与乐趣,珍惜学习机会,规划学习过程, 养成自主学习习惯,达成课程学习的各项预设目标,发展学习力。',
|
||
align: "center",
|
||
dataIndex: 'col106'
|
||
},
|
||
{
|
||
title: '30.凸显课程培根铸魂、启智润心的育人价值,培养德智体美劳全 面发展的高素质专业化创新型人才。改革教学方式方法,展现开拓 创新能力,体现教学创造性。',
|
||
align: "center",
|
||
dataIndex: 'col107'
|
||
},
|
||
{
|
||
title: '31.准确把握学科本质属性,尊重学科学习规律,体现具有中国特 色、中国风格、中国气派的学科体系、学术体系和话语体系。',
|
||
align: "center",
|
||
dataIndex: 'col108'
|
||
},
|
||
{
|
||
title: '32.吸纳学科教研新成果,融入学科相关的新理念、新知识、新技 术,关注学科交叉融合、协同创新的发展趋势。',
|
||
align: "center",
|
||
dataIndex: 'col109'
|
||
},
|
||
{
|
||
title: '33.教学设计和教学实施渗透革新意识,积极探索新时代教育教学。',
|
||
align: "center",
|
||
dataIndex: 'col110'
|
||
},
|
||
{
|
||
title: '34.教学理念、教学方法等呈现个性风貌,善于引导学生传承中华 师道,涵养教育情怀,成为学生为学、为事、为人的示范,体现教 书育人、言传身教相统一的教学艺术性。',
|
||
align: "center",
|
||
dataIndex: 'col111'
|
||
},
|
||
{
|
||
title: '总分',
|
||
align: "center",
|
||
dataIndex: 'col112'
|
||
},
|
||
{
|
||
title: '优点或建议',
|
||
align: "center",
|
||
dataIndex: 'col113'
|
||
},
|
||
];
|
||
|
||
//查询数据
|
||
export const searchFormSchema: FormSchema[] = [
|
||
{
|
||
label: "学期",
|
||
field: 'col01',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "课程名称",
|
||
field: 'col02',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "授课教师",
|
||
field: 'col04',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "授课教师工号",
|
||
field: 'col05',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "授课日期",
|
||
field: 'col06',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "授课时间",
|
||
field: 'col07',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "授课地点",
|
||
field: 'col09',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "听课教师单位",
|
||
field: 'col10',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "听课教师工号",
|
||
field: 'col11',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "听课教师姓名",
|
||
field: 'col12',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
{
|
||
label: "数据来源",
|
||
field: 'col16',
|
||
component: 'Input',
|
||
colProps: {span: 6},
|
||
},
|
||
];
|
||
|
||
//表单数据
|
||
export const formSchema: FormSchema[] = [
|
||
{
|
||
label: '主键',
|
||
field: 'col00',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '学期',
|
||
field: 'col01',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '课程名称',
|
||
field: 'col02',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '开课单位',
|
||
field: 'col03',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课教师',
|
||
field: 'col04',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课教师工号',
|
||
field: 'col05',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课日期',
|
||
field: 'col06',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课时间',
|
||
field: 'col07',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课节次',
|
||
field: 'col08',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课地点',
|
||
field: 'col09',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '听课教师单位',
|
||
field: 'col10',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '听课教师工号',
|
||
field: 'col11',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '听课教师姓名',
|
||
field: 'col12',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '听课身份',
|
||
field: 'col13',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '听课评价结果(5分制)',
|
||
field: 'col14',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '评价量表类型',
|
||
field: 'col15',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '数据来源',
|
||
field: 'col16',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '讲课有热情,精神饱满,能调动学生情绪,课堂气氛活跃',
|
||
field: 'col1726',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '教学目标明确,内容丰富,重点突出,言语表达清楚。',
|
||
field: 'col18',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '授课有启发性,能给予学生思考、联想、创造的启迪',
|
||
field: 'col19',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '能有效利用各种教学媒体,课件或板书使用效果好',
|
||
field: 'col20',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '仪表得体,按时上下课,严格要求学生',
|
||
field: 'col21',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '无迟到、早退、旷课现象',
|
||
field: 'col22',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '课堂教学秩序好,无喧闹、打瞌睡、发短信、玩手机等现象',
|
||
field: 'col23',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '上课认真听讲、积极思考、主动与老师交流互动',
|
||
field: 'col24',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '课堂教学总体印象评价',
|
||
field: 'col25',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '请填写对课堂内容以及其他方面的具体意见或建议',
|
||
field: 'col26',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '1.具有教育理想、敬业精神和教学追求,热爱学生、学科和教学工作。',
|
||
field: 'col2745',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '2.掌握所教学科必需的专业与教学知识。具备所教学科的教学设计、实施、评价、反思和研究能力。',
|
||
field: 'col28',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '3.把握学生身心发展规律与特点,尊重学生主体性与差异性。',
|
||
field: 'col29',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '4.立德树人,为人师表,语言规范,情绪饱满,思想积极向上',
|
||
field: 'col30',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '5.执行教学计划,遵守教学纪律,严谨从教',
|
||
field: 'col31',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '6.系统规划和设计教学活动,合理确定教学目标和教学内容的重难点,选择合适的教学方法、教学媒体和教学形式',
|
||
field: 'col32',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '7.清晰讲解课程内容,恰当解释知识中蕴含的本源性思想和学科方法,适时引导学生关注课程领域发展新动态。',
|
||
field: 'col33',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '8.启发学生思考,鼓励学生发现、提出问题,恰当给予回应和引导。',
|
||
field: 'col34',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '9.监控教学过程,富有教学机智,教学体现生成性。',
|
||
field: 'col35',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '10.运用多元评价方式,了解学习状况,诊断学习问题,及时反馈',
|
||
field: 'col36',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '11.学习认真积极,踊跃参与课堂活动,体会课程学习的挑战与乐趣,感悟课程的意义与价值。',
|
||
field: 'col37',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '12.掌握所学课程的基本概念与原理,理解课程的知识结构与思想体系,了解所学知识的运用情境、策略和方法。',
|
||
field: 'col38',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '13.遵循教学一般规律,具有鲜明的创新意识和个性风貌。',
|
||
field: 'col39',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '14.尊重学科本质属性,凸显学科育人价值,注重培养学科核心素养。',
|
||
field: 'col40',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '15.课堂教学蕴含理性美,具有教学魅力,体现教学艺术性。',
|
||
field: 'col41',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '16.你对该课程的总体评价情况,5分是满分,您给打几分?',
|
||
field: 'col42',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '17.您认为该课堂值得肯定的方面',
|
||
field: 'col43',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '18.您认为该课堂需要改进的方面',
|
||
field: 'col44',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '19.其它建议',
|
||
field: 'col45',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '1.声音和画面情况',
|
||
field: 'col4655',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '2.ppt等课件情况',
|
||
field: 'col47',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '3.教师出镜情况',
|
||
field: 'col48',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '4.以下那些描述符合本节课的教学实际情况(多选)',
|
||
field: 'col49',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '5.学生出席情况',
|
||
field: 'col50',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '6.学生参与课堂活动情况',
|
||
field: 'col51',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '7.如果让您给本节课打分,5分是满分,您给打几分?',
|
||
field: 'col52',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '8.您认为该课堂值得肯定的方面',
|
||
field: 'col53',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '9.您认为该课堂需要改进的方面',
|
||
field: 'col54',
|
||
component: 'Input',
|
||
},
|
||
{
|
||
label: '10.其它建议',
|
||
field: 'col55',
|
||
component: 'Input',
|
||
},
|
||
// TODO 主键隐藏字段,目前写死为ID
|
||
{
|
||
label: '',
|
||
field: 'id',
|
||
component: 'Input',
|
||
show: false,
|
||
},
|
||
];
|