Skip to content

Commit

Permalink
Add Quiz not started message to display in quiz reports for learners …
Browse files Browse the repository at this point in the history
…who have not yet started a quiz
  • Loading branch information
LianaHarris360 committed Feb 25, 2025
1 parent c63d71b commit d74bbea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
:hideStatus="true"
:isSurvey="isSurvey"
/>
<div v-if="!answerState">
{{ coreString('quizNotStartedText') }}
</div>
</template>

<template
Expand Down
4 changes: 4 additions & 0 deletions packages/kolibri/uiText/commonCoreStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ export const coreStrings = createTranslator('CommonCoreStrings', {
message: 'Important: please remember this account information. Write it down if needed.',
context: 'Helper/information text to remind user to take note of their account information.',
},
quizNotStartedText: {
message: 'Quiz not started',
context: 'Message displayed to indicate that a quiz has not been started by a learner.',
},

// Learning Activities
all: {
Expand Down

0 comments on commit d74bbea

Please sign in to comment.