Skip to content

Commit

Permalink
fix(VLE): disable close for open response c-rater dialog (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
breity authored May 5, 2022
1 parent e7116df commit c8ebb8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ export class OpenResponseStudent extends ComponentStudent {
data: {
content: $localize`We are scoring your work...`,
title: $localize`Please Wait`
}
},
disableClose: true
});
this.CRaterService.makeCRaterScoringRequest(
this.CRaterService.getCRaterItemId(this.componentContent),
Expand Down
6 changes: 3 additions & 3 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14371,21 +14371,21 @@ Are you ready to submit this answer?</source>
If this problem continues, let your teacher know and move on to the next activity. Your work will still be saved.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts</context>
<context context-type="linenumber">373</context>
<context context-type="linenumber">374</context>
</context-group>
</trans-unit>
<trans-unit id="5445965000497851580" datatype="html">
<source>This will replace your existing recording. Is this OK?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts</context>
<context context-type="linenumber">705</context>
<context context-type="linenumber">706</context>
</context-group>
</trans-unit>
<trans-unit id="8057349329324626950" datatype="html">
<source>Are you sure you want to delete your recording?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts</context>
<context context-type="linenumber">749</context>
<context context-type="linenumber">750</context>
</context-group>
</trans-unit>
<trans-unit id="5623290610025495479" datatype="html">
Expand Down

0 comments on commit c8ebb8a

Please sign in to comment.