Evaluating Micro Parsons Problems as Exam Questions
Zihan Wu, David H. Smith
TL;DR
This study evaluates micro Parsons problems as exam items in an introductory Python course, comparing their psychometric properties to single-line code writing and examining student perceptions. Using Item Response Theory, specifically a 2PL framework, the authors estimate item difficulty and discrimination across four exams and two problem formats, with a supplementary survey of 390 students to capture experiences and preferences. They find micro Parsons are generally low in difficulty and moderately discriminating, similar to related single-line items, but with notable exceptions (e.g., a file-open task) and a tendency for distractor design to influence item properties. The work provides actionable guidance for exam design, highlighting the value of partial credit and instant feedback while cautioning about distractor quality and potential expertise reversal effects when applying micro Parsons in summative assessments.
Abstract
Parsons problems are a type of programming activity that present learners with blocks of existing code and requiring them to arrange those blocks to form a program rather than write the code from scratch. Micro Parsons problems extend this concept by having students assemble segments of code to form a single line of code rather than an entire program. Recent investigations into micro Parsons problems have primarily focused on supporting learners leaving open the question of micro Parsons efficacy as an exam item and how students perceive it when preparing for exams. To fill this gap, we included a variety of micro Parsons problems on four exams in an introductory programming course taught in Python. We use Item Response Theory to investigate the difficulty of the micro Parsons problems as well as the ability of the questions to differentiate between high and low ability students. We then compare these results to results for related questions where students are asked to write a single line of code from scratch. Finally, we conduct a thematic analysis of the survey responses to investigate how students' perceptions of micro Parsons both when practicing for exams and as they appear on exams.
