mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-74452 quiz: Display an error if all versions are in draft status
This commit is contained in:
parent
f3bf17cdfb
commit
72e7818467
10 changed files with 180 additions and 7 deletions
|
@ -50,3 +50,6 @@
|
|||
{{{questiondependencyicon}}}
|
||||
{{/canbeedited}}
|
||||
</div>
|
||||
{{#draftversion}}
|
||||
<div class="alert alert-danger" role="alert">{{#str}}questiondraftwillnotwork, mod_quiz{{/str}}</div>
|
||||
{{/draftversion}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue