Skip to content

Commit

Permalink
feat: Updated feedback settings description for rubric [PT-187021230]
Browse files Browse the repository at this point in the history
Changed "entered" to "selected" in description.
  • Loading branch information
dougmartin committed Mar 6, 2024
1 parent b2b0c15 commit 1dac873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FeedbackSettingsModal extends PureComponent<IProps, IState> {
<FeedbackSettingsModalButton selected={scoreType === RUBRIC_SCORE} value={RUBRIC_SCORE} onClick={this.handleScoreTypeChange} label="Use score from rubric" />
<div className={css.modalOptionInfo}>
<p>
All activities within this assignment will receive a score based on the activity-level rubric scores you’ve entered.
All activities within this assignment will receive a score based on the activity-level rubric scores you’ve selected.
</p>
</div>
</div>
Expand Down

0 comments on commit 1dac873

Please sign in to comment.