chore: change label#7405
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates user-facing assignment-type labels in the frontend assignment type selector.
Changes:
- Rename/capitalize the
readingassignment label to “Social Annotation”. - Rename the
hide_and_revealassignment label to “Paced Social Annotation”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
13
to
17
| /** Human-readable label shown in the selector for each assignment type. */ | ||
| const ASSIGNMENT_TYPE_LABELS: Record<AssignmentType, string> = { | ||
| reading: 'Social annotation', | ||
| hide_and_reveal: 'Guided Social annotation', | ||
| reading: 'Social Annotation', | ||
| hide_and_reveal: 'Paced Social Annotation', | ||
| }; |
Comment on lines
+15
to
+16
| reading: 'Social Annotation', | ||
| hide_and_reveal: 'Paced Social Annotation', |
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.
This pull request makes minor improvements to the assignment type labels in the
AssignmentTypeSelectorcomponent, updating them for consistency and clarity.readingassignment type to "Social Annotation" and the label for thehide_and_revealassignment type to "Paced Social Annotation" inAssignmentTypeSelector.tsxfor improved clarity and consistency.