Search papers, labs, and topics across Lattice.
This paper explores the use of ChatGPT and prompt engineering to automate the generation of programming exam questions and answers. The authors designed prompts with diverse patterns and templates to create questions assessing both theoretical knowledge and practical programming skills in languages like Python, C++, and Java. A survey validated the approach, showing the generated questions were comparable to or better than manually created ones, while saving time and effort.
Automating exam question generation with ChatGPT can produce questions as good as, or even better than, human-written ones, while dramatically reducing instructor workload.
In computer science, students are encouraged to learn various programming languages such as Python, C++, and Java, equipping them with a broad range of technical skills and problem-solving capabilities. Nevertheless, the design of objective examination questions to assess students' creativity, problem-solving abilities, and domain knowledge remains a significant challenge. This paper proposes a methodology to address these challenges by leveraging prompt engineering techniques with ChatGPT. Prompt engineering is an efficient technique that optimizes the performance of language models, enabling the automatic generation of high-quality exam questions with varying types and difficulty levels, all without requiring additional fine-tuning of the model. This study applies diverse patterns and templates to generate exam questions that incorporate both theoretical and practical components, thereby facilitating a comprehensive evaluation of students' theoretical understanding and hands-on programming proficiency. A survey was conducted to validate the proposed method, and although certain areas indicated room for improvement, the overall results confirmed its significance and relevance. The generated questions and model answers exhibit quality comparable to, or even surpassing, manually crafted questions while significantly reducing the time and effort required for question preparation. This research demonstrates that automated exam question generation through prompt engineering enhances the quality and efficiency of assessment tools in education, establishing it as a valuable asset for future educational environments.