Improve example solution prompt for Parsons puzzles#1318
Merged
bnmnetp merged 1 commit intoJul 22, 2026
Conversation
Author
|
I tested the updated prompt on several beginner programming problems:
The new prompt consistently generated correct solutions with explicit control flow and structures that can be divided into Parsons puzzle blocks. The main improvement was avoiding overly compressed solutions while maintaining correctness. |
Contributor
|
LGTM! We can wait for Brad's review |
bnmnetp
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prompt Engineering Update
I updated the example solution generation prompt to make the generated solutions better for Parsons puzzles.
What worked:
What did not work:
Testing:
I tested the new prompt on several beginner programming problems, including:
The generated solutions were correct, passed the intended requirements, and consistently used beginner-friendly structures such as loops, conditionals, and intermediate variables.
Why I think this prompt is better:
I think this prompt is better because it balances correctness with learning. The generated solutions still need to pass the unittest, but they are now more structured, readable, and appropriate for beginner students using Parsons puzzles.