feat(IdeaSummary): Template to organize display of ideas#2270
Open
hirokiterashima wants to merge 4 commits intocm-idea-summary-show-student-responsesfrom
Open
feat(IdeaSummary): Template to organize display of ideas#2270hirokiterashima wants to merge 4 commits intocm-idea-summary-show-student-responsesfrom
hirokiterashima wants to merge 4 commits intocm-idea-summary-show-student-responsesfrom
Conversation
❌ 2 blocking issues (2 total)
|
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.
Notes
Summary
This PR adds support to configure how the idea summary is displayed in the Teacher Tools. We do this by allowing the unit author to specify IdeasSummaryGroups in the CRater rubric. There are two sections to this view: initial (always visible) and additional (visible after clicking on "show more"), and each section can have one or more groups. Tags are used to specify which idea categories get displayed in each IdeaSummaryGroup. Tags are also used to specify the colors of the idea categories.
Test Prep
Test
ideaColorsarray. We choose the first-matched color in the "ideaColors" array.maxIdeaslimits the number of IdeaCategories that are displayed in each groupsortcorrectly sorts the IdeaCategories by the number of students who had that idea. Test both 'asc' (ascending) and 'desc' (descending) orders.showUndetectedIdeasto true will display IdeaCategories that didn't have any detected ideas. Not specifying this field will not show them.ideasSummaryGroupsis authored for the component's rubric.