Skip to content

Commit

Permalink
feat(Open Response): Save CRater ideas in annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan authored Mar 12, 2022
1 parent 5a9f340 commit 35be3e7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ export class OpenResponseStudent extends ComponentStudent {
if (data.scores != null) {
autoScoreAnnotationData.scores = data.scores;
}
if (data.ideas != null) {
autoScoreAnnotationData.ideas = data.ideas;
}

let autoScoreAnnotation = this.createAutoScoreAnnotation(autoScoreAnnotationData);
let annotationGroupForScore = null;
Expand Down

0 comments on commit 35be3e7

Please sign in to comment.