摘要
以C语言上机考试系统的自动评分模块为例,介绍和分析了各种题型的评分策略及此关键技术的解决方案,并给出了部分源代码.针对传统的编程题自动评分方法以结果论成败,不符合教师人工阅卷习惯的问题,提出了一种基于程序理解的动态测试与静态分析组合方法的编程题评分策略,该方法适用于考察考生对程序算法和关键语义的正确理解,使得评分结果更加符合人工阅卷的思维过程.
Taking the auto scoring module for an example based on the C programming examination system, this paper particularly introduces and analyzes the scoring strategies of each type test question and gives the solution of the key technology, and the source code is given. While comparing to those scoring methods in which the program running result is everything for scoring, a new automatic scoring strategy which combines dynamic testing and static analysis based on program understanding proposed. This method focuses on the accurate expressions on program algorithm and semantic points in examinee program, enhances the performance of the automatic scoring system and matches the idea of manual scoring better.
出处
《昆明学院学报》
2011年第6期61-63,共3页
Journal of Kunming University
基金
云南省教育厅科学研究基金资助项目(08Y11033)
关键词
自动评分策略
关键字匹配
动态测试
静态分析
抽象语法树
automatic scoring strategies
key points matching
dynamic testing
static analysis
abstract syntax tree