diff --git a/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.html b/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.html
index a0608597446..f5dd917b23a 100644
--- a/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.html
+++ b/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.html
@@ -14,7 +14,6 @@
/>
@if (studentCanRespond) {
diff --git a/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.ts b/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.ts
index c7fb9ccc212..83308561608 100644
--- a/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.ts
+++ b/src/assets/wise5/components/dialogGuidance/dialog-guidance-student/dialog-guidance-student.component.ts
@@ -108,9 +108,10 @@ export class DialogGuidanceStudentComponent extends ComponentStudent {
this.constraintService
);
this.initializeComputerAvatar();
+ this.pingCRaterEndpoint();
}
- protected startPinging(): void {
+ private pingCRaterEndpoint(): void {
this.cRaterPingService.startPinging(this.getItemId());
}
diff --git a/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.html b/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.html
index 0758b9d3bdd..31c3b172867 100644
--- a/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.html
+++ b/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.html
@@ -34,7 +34,6 @@
(ngModelChange)="studentDataChanged()"
[disabled]="isDisabled"
cdkTextareaAutosize
- (focus)="onFocus()"
>
diff --git a/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts b/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
index eb5ee7ff06d..593c4a9e7da 100644
--- a/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
+++ b/src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
@@ -107,10 +107,11 @@ export class OpenResponseStudent extends ComponentStudent {
});
}
this.updateAudioAttachments();
+ this.pingCRaterEndpoint();
this.broadcastDoneRenderingComponent();
}
- protected onFocus() {
+ private pingCRaterEndpoint(): void {
if (this.isCRaterEnabled()) {
this.cRaterPingService.startPinging(this.getItemId());
}
diff --git a/src/messages.xlf b/src/messages.xlf
index 8349e2f4675..5c846f67e56 100644
--- a/src/messages.xlf
+++ b/src/messages.xlf
@@ -16531,7 +16531,7 @@ Are you sure you want to proceed?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.html
- 58,60
+ 57,59
@@ -16542,11 +16542,11 @@ Are you sure you want to proceed?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 179
+ 180src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 195
+ 196
@@ -17483,7 +17483,7 @@ Are you ready to receive feedback on this answer?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 182
+ 183
@@ -20480,7 +20480,7 @@ Current Score:
Are you ready to receive feedback on this answer?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 186
+ 187
@@ -20489,7 +20489,7 @@ Are you ready to receive feedback on this answer?
Are you ready to receive feedback on this answer?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 198
+ 199
@@ -20498,21 +20498,21 @@ Are you ready to receive feedback on this answer?
Are you ready to submit this answer?
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 202
+ 203We are scoring your work...src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 321
+ 322Please Waitsrc/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 322
+ 323
@@ -20520,7 +20520,7 @@ Are you ready to submit this answer?
If this problem continues, let your teacher know and move on to the next activity. Your work will still be saved.
src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts
- 344
+ 345