diff --git a/app/components/response-mentor-reply.js b/app/components/response-mentor-reply.js index 0512b1483..9483f9238 100644 --- a/app/components/response-mentor-reply.js +++ b/app/components/response-mentor-reply.js @@ -350,7 +350,7 @@ export default class ResponseMentorReplyComponent extends Component { try { const draft = await this.aiDraft.generateDraft( this.args.submission.id, - 'A', + 'D', this.args.workspace?.id ); this.aiGeneratedText = draft; diff --git a/app/components/response-new.hbs b/app/components/response-new.hbs index 508e5d6c2..d9e839e00 100644 --- a/app/components/response-new.hbs +++ b/app/components/response-new.hbs @@ -35,14 +35,66 @@ /> - + {{! Star Rating and Button Row }} +
+
+ {{#if this.showRatingControls}} +
+ +
+ {{#each this.starDefinitions as |star|}} + + {{/each}} +
+
+ +
+ +