Support the options for Parsons problems in the new Assignment builder interface#1175
Open
morozov-av wants to merge 4 commits intoRunestoneInteractive:mainfrom
Open
Support the options for Parsons problems in the new Assignment builder interface#1175morozov-av wants to merge 4 commits intoRunestoneInteractive:mainfrom
morozov-av wants to merge 4 commits intoRunestoneInteractive:mainfrom
Conversation
Enhance Parsons exercise functionality with grader and order mode options issue-829 Add Parsons options for adaptive behavior, numbering, and indentation
…e for tour steps, improving maintainability and clarity in the tour logic Add tour functionality to ParsonsExercise components, enhancing user guidance with interactive steps and tooltips Enhance parsonsPreview to include explanations for distractors and paired blocks, improving clarity in block content representation. Refactor BlockItem component to replace comment functionality with explanation management, enhancing user interaction and clarity in the UI. Enhance BlockItem, ParsonsOptions, and ExerciseLayout components to support mode switching between simple and enhanced views with inline controls for distractor and alternative management Enhance BlockItem and SortableBlock components to support first-in-line logic for option visibility and interaction Refactor: simplify line numbering section in ParsonsOptions component and remove unnecessary styles from modernDropdown Remove paired change logic from BlockItem component on distractor toggle Enhance BlockItem component with a toggle switch for block type selection and improve paired checkbox visibility Enhance BlockItem component with options popover for improved interaction and compact action bar Refactor: update UI components and styles for improved layout and accessibility
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.
#829
New functionality has been added to the Parsons Exercise builder:
Grader(Line-Based/DAG)

Ordering(Random/Custom)
Line numbers
Adaptive
No indent
Distractor blocks
Paired blocks
Added swith between Simple/Enchanced mode
An animated tour has been added to demonstrate all the features to instructors.