openbrain/pydata-han/Result
HanFujing c7c1545d55 feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
..
README.md feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
calc_a.py feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
calc_time_a.py feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
calc_time_z.py feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
calc_z.py feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00
getscore.py feat: complete the analysis of resultant data 2022-08-20 14:30:09 +08:00

README.md

结果性数据处理

该目录下的程序可以根据评分编码细则,获得对学生作答结果的自动化编码方法和编码结果,统计学生作答时长。

  • getscore.py - 提供计算每个小题编码的函数
  • calc_a.py - 计算A卷编码
  • calc_z.py - 计算Z卷编码
  • calc_time_a.py - 统计A卷作答时长
  • calc_time_z.py - 统计Z卷作答时长

由于题目和数据的保密性质,此处不便给出编码细则和处理的结果性数据