feat(ShowMyWork): Additional option to show detected ideas for OR and DG components#2280
Merged
hirokiterashima merged 1 commit intodevelopfrom Mar 2, 2026
Conversation
|
Coverage Impact Unable to calculate total coverage change because base branch coverage was not found. Modified Files with Diff Coverage (3)
🛟 Help
|
Member
Author
|
🎉 This PR is included in version 5.213.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.

Changes
Add an option to show detected ideas to students in Show My Work for DG and OR components. Right now, they show up in preview if the teacher is logged in, but not as a student, which is confusing. This feature was requested by a teacher to let students see their ideas and have a discussion about it.
This is made possible by adding an "additionalSettings" field in the component content JSON for the ShowMyWork component.
Test prep
Add a field to enable showing of detected ideas in the ShowMyWork component. Right now, you'll need to do this via JSON editing. We'll create an authoring view in the future.
Test