Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions frontend/components/quizzes/quiz_ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,11 @@ export const QUIZZER_HTML = `
asPreamble: true,
user: user"></reader>
</div>
<div data-bind="if: quiz()?.readingId() && ['SUBMISSION', 'QUIZ_EDITOR'].includes(editorMode()) && !asStudent()">
<strong>Reading is hidden; Click "View as Student" to preview the Reading.</strong>
<hr>
<div data-bind="if: quiz()?.readingId() && !asStudent()">
<div class="alert alert-info" role="alert">
<strong>πŸ“– This quiz has an embedded reading.</strong><br>
Click "View as Student" above to preview the reading.
</div>
</div>

<!-- Main Instructions -->
Expand Down