Allows admins to manage grading report templates #14
@ -33,8 +33,10 @@
|
|||||||
<fieldset wicket:id="grade_limits" class="line-length-limit">
|
<fieldset wicket:id="grade_limits" class="line-length-limit">
|
||||||
<legend>Grade limits</legend>
|
<legend>Grade limits</legend>
|
||||||
<p>
|
<p>
|
||||||
|
A grade limit is a point requirement to get another grade, e.g. at least 30 points to receive an A.
|
||||||
The order in which you specify the grade limits does not matter.
|
The order in which you specify the grade limits does not matter.
|
||||||
The authors will receive the grade associated with the highest minimum point requirement they met.
|
The authors will receive the grade associated with the highest minimum point requirement they met.
|
||||||
|
If they do not meet any of the requirements, they will receive the failing grade.
|
||||||
</p>
|
</p>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label class="form-label" wicket:for="failing_grade">Failing grade</label>
|
<label class="form-label" wicket:for="failing_grade">Failing grade</label>
|
||||||
@ -52,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</wicket:container>
|
</wicket:container>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<button class="btn btn-sm btn-outline-success" wicket:id="add">Add new grade</button>
|
<button class="btn btn-sm btn-outline-success" wicket:id="add">Add new grade limit</button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
@ -64,7 +66,7 @@
|
|||||||
|
|
||||||
<div class="mb-3 line-length-limit card" wicket:id="criteria">
|
<div class="mb-3 line-length-limit card" wicket:id="criteria">
|
||||||
<div class="card-header text-bg-info text-white">
|
<div class="card-header text-bg-info text-white">
|
||||||
<h3 class="text-white mb-0">Criteria 1</h3>
|
<h3 class="text-white mb-0">Criterion</h3>
|
||||||
</div>
|
</div>
|
||||||
<div wicket:id="criteria" class="card-body">
|
<div wicket:id="criteria" class="card-body">
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user