.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
<h4 class="alert-heading">Answers not defined!</h4>
|
<h4 class="alert-heading">Answers not defined!</h4>
|
||||||
<p>A question schema has been defined but no question answers are found.</p>
|
<p>A question schema has been defined but no question answers are found. Please set them below.</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@@ -48,8 +48,6 @@
|
|||||||
<p>Title of the question block.</p>
|
<p>Title of the question block.</p>
|
||||||
<input id="question_block_title_input" type="text" name="title" value="{{case_detail.question_schema.title}}" class="form-control" placeholder="Question title" aria-label="Question title">
|
<input id="question_block_title_input" type="text" name="title" value="{{case_detail.question_schema.title}}" class="form-control" placeholder="Question title" aria-label="Question title">
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
<details open><summary>Add Question</summary>
|
<details open><summary>Add Question</summary>
|
||||||
<details><summary>Modify Questions</summary>
|
<details><summary>Modify Questions</summary>
|
||||||
<div id="questions-container" style="margin-top: 20px;">
|
<div id="questions-container" style="margin-top: 20px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user