Skip to content

Commit

Permalink
Merge pull request #13038 from nucleogenesis/13025-correct-answers-mi…
Browse files Browse the repository at this point in the history
…ssing-in-coach

Quiz creation: Show correct answers for questions
  • Loading branch information
marcellamaki authored Jan 31, 2025
2 parents fc85fea + 590e534 commit b205f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
:assessment="true"
:allowHints="false"
:interactive="false"
:showCorrectAnswer="true"
@interaction="() => null"
@updateProgress="() => null"
@updateContentState="() => null"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
:itemId="currentQuestion.question_id"
:assessment="true"
:allowHints="false"
:showCorrectAnswer="false"
:showCorrectAnswer="true"
:interactive="false"
/>
<p v-else>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
:assessment="true"
:allowHints="false"
:interactive="false"
:showCorrectAnswer="true"
@interaction="() => null"
@updateProgress="() => null"
@updateContentState="() => null"
Expand Down

0 comments on commit b205f4d

Please # to comment.