Choose Your Own Solution: Supporting Optional Blocks in Block Ordering Problems

📅 2025-10-13
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Traditional block-sorting problems (e.g., Parsons problems, Proof Blocks) support only a single unique solution, limiting their expressiveness for pedagogical tasks requiring logical branching or component substitution. Method: We propose an “optional block” mechanism enabling construction of problems with multiple equivalent correct solutions. To model inter-block mutual exclusions, we introduce a multigraph representation and apply graph compression to decompose it into multiple directed acyclic graphs (DAGs), thereby enabling efficient, flexible multi-solution validation via existing grading algorithms. Contribution/Results: This framework empowers instructors to design higher-order tasks—such as Git workflows, Shell command sequences, Python programming exercises, and mathematical proofs—featuring alternative valid paths. Empirical deployment across disciplines demonstrates substantial improvements in problem expressivity, adaptability, and student engagement. The approach provides a scalable, technically robust foundation for formative assessment of multi-solution problems.

Technology Category

Application Category

📝 Abstract
This paper extends the functionality of block ordering problems (such as Parsons problems and Proof Blocks) to include optional blocks. We detail the algorithms used to implement the optional block feature and present usage experiences from instructors who have integrated it into their curriculum. The optional blocks feature enables instructors to create more complex Parsons problems with multiple correct solutions utilizing omitted or optional blocks. This affords students a method to engage with questions that have several valid solutions composed of different answer components. Instructors can specify blocks with multiple mutually exclusive dependencies, which we represent using a multigraph structure. This multigraph is then collapsed into multiple directed acyclic graphs (DAGs), allowing us to reuse existing algorithms for grading block ordering problems represented as a DAG. We present potential use cases for this feature across various domains, including helping students learn Git workflows, shell command sequences, mathematical proofs, and Python programming concepts.
Problem

Research questions and friction points this paper is trying to address.

Extending block ordering problems to include optional blocks functionality
Enabling creation of complex Parsons problems with multiple correct solutions
Supporting multiple mutually exclusive dependencies using multigraph structures
Innovation

Methods, ideas, or system contributions that make the work stand out.

Introduces optional blocks in block ordering problems
Uses multigraph structure for mutual dependencies
Collapses multigraph into multiple DAGs for grading
🔎 Similar Papers
No similar papers found.
S
Skyler Oakeson
Utah State University, Logan, UT, USA
David H. Smith IV
David H. Smith IV
Assistant Professor - Virginia Tech - Department of Computer Science
Computing EducationHuman-GenAI Collaborative CodingLLMs in CS1Parsons ProblemsAssessment
J
Jaxton Winder
Utah State University, Logan, UT, USA
S
Seth Poulsen
Utah State University, Logan, UT, USA