@inproceedings{579f3c5dcd184c78a1897c0e31aa5587,
title = "Synthesis and analysis of automatic assessment methods in CS1: Generating intelligent MCQs",
abstract = "This paper describes the use of random code generation and mutation as a method for synthesising multiple choice questions which can be used in automated assessment. Whilst using multiple choice questions has proved to be a feasible method of testing if students have suitable knowledge or comprehension of a programming concept, creating suitable multiple choice questions that accurately test the students' knowledge is time intensive. This paper proposes two methods of generating code which can then be used to closely examine the comprehension ability of students. The first method takes as input a suite of template programs, and performs slight mutations on each program and ask students to comprehend the new program. The second method performs traversals on a syntax tree of possible programs, yielding slightly erratic but compilable code, again with behaviour that students can be questioned about. As well as generating code these methods also yield alternative distracting answers to challenge the students. Finally, this paper discusses the gradual introduction of these automatically generated questions as an assessment method and discusses the relative merits of each technique.",
keywords = "Assessment, First Year Programming, Program Comprehension",
author = "Des Traynor and \{Paul Gibson\}, J.",
year = "2005",
month = feb,
day = "23",
doi = "10.1145/1047124.1047502",
language = "English",
isbn = "1581139977",
series = "Proceedings of the Thirty-Sixth SIGCSE Technical Symposium on Computer Science Education, SIGCSE 2005",
publisher = "Association for Computing Machinery (ACM)",
pages = "495--499",
booktitle = "Proceedings of the Thirty-Sixth SIGCSE Technical Symposium on Computer Science Education, SIGCSE 2005",
note = "36th SIGCSE Technical Symposium on Computer Science Education, SIGCSE 2005 ; Conference date: 23-02-2005 Through 27-02-2005",
}