Skip to content

Commit 1da22d0

Browse files
committed
change text for exam countdown
1 parent aa0bf63 commit 1da22d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/uis/screens/examscreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class ExamModeUI extends UIScreen {
171171
const minutes = Math.floor(timeLeft / 60);
172172
const seconds = timeLeft % 60;
173173
const formattedTime = `${(minutes > 0 ? `${minutes} minutes and ` : '')} ${seconds} seconds`;
174-
form.examStartTimer.innerText = `The exam starts in ${formattedTime}.`;
174+
form.examStartTimer.innerText = `You may start your exam in ${formattedTime}.`;
175175

176176
if (this._examStartTime.getTime() <= Date.now()) {
177177
// Clear the timer and enable the button

0 commit comments

Comments
 (0)