Parsons problem

Computer programming assessment type From Wikipedia, the free encyclopedia

Parsons problems are a form of an objective assessment in which respondents are asked to choose from a selection of code fragments, some subset of which comprise the problem solution. The Parsons problem format is used in the learning and teaching of computer programming.

Dale Parsons and Patricia Haden of Otago Polytechnic developed Parsons's Programming Puzzles to aid the mastery of basic syntactic and logical constructs of computer programming languages, in particular Turbo Pascal,[1] although any programming language may be used. Parsons' programming puzzles became known as Parsons puzzles[2] and then Parsons problems.[3] Parsons problems have become popular as they are easier to grade than written code while capturing the students problem solving ability shown in a code creation process.[3]

Structure

Parsons problems consist of a partially completed solution and a selection of lines of code that some of which, when arranged appropriately, correctly complete the solution. There is great flexibility in how Parsons problems can be designed, including the types of code fragments from which to select, and how much structure of the solution is provided in the question.[3] Easier Parsons problems provide the complete block structure of the solution included in the question, and the provided lines of code simply need to be reordered and inserted into that structure.[3]

In the Parsons problem exam question, the first example shown, there are 6 pairs of statements, one mark is deducted for each incorrectly chosen line from the pairs, two marks are deducted if more than 2 lines are out of place, and one mark is deducted if up to two things are out of place. One mark is deducted if opening and closing braces are incorrectly used, or are not included where necessary.[3]

Variants

Two-dimensional

The two-dimensional variants require the student to also correctly indent the code instead of merely re-ordering the provided lines of code.

Faded

In the faded variants, the lines of code may additionally contain blanks that the student needs to fill in.

Advantages

The advantages of Parsons problems include:

  • being a complement or alternative to traditional programming exercises like code-tracing and code-writing[4]
  • the design of Parsons problems is flexible[4]
  • there are many variants that are continuously refined to better address student needs[4]

However, the effectiveness of Parsons problems, both as a question type and as a learning tool in CS education, remains uncertain due to a lack of replicated research in the field.[4]

Automation

Parsons problems can be automated.[4][5]

More information Name, Year ...
Summary of the existing tool available for Parsons problems.[4]
NameYearDistractor supportIndentation supportLanguagesFeedback
Hot Potatoes[1]2006YesNoBASICabsolute line-based
CORT[6]2007YesYesBASICexecution-based; copy and paste to interpreter
ViLLE[7]2007NoNoindependentexecution-based; students can see line-by-line visualization
js-parsons[5]2011YesYesJavaScriptrelative line-based
Epplets[8]2018YesYesC+, C#, Javarelative line-based; every student action logged on feedback panel
Code Puzzle[9]2021YesYesPythonrelative line-based
Codespec[10]2022YesYesPythonline-based and execution-based
Close

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.