From 26ab89a2e354b509ebbfcbc79daba800d81ed7a7 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg <andreass@dsv.su.se> Date: Wed, 23 Oct 2024 10:47:58 +0200 Subject: [PATCH] Textual improvements --- .../pages/grading/EditingGradingTemplateComponentPanel.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/view/src/main/java/se/su/dsv/scipro/admin/pages/grading/EditingGradingTemplateComponentPanel.html b/view/src/main/java/se/su/dsv/scipro/admin/pages/grading/EditingGradingTemplateComponentPanel.html index 15b2aae960..5016274149 100644 --- a/view/src/main/java/se/su/dsv/scipro/admin/pages/grading/EditingGradingTemplateComponentPanel.html +++ b/view/src/main/java/se/su/dsv/scipro/admin/pages/grading/EditingGradingTemplateComponentPanel.html @@ -33,8 +33,10 @@ <fieldset wicket:id="grade_limits" class="line-length-limit"> <legend>Grade limits</legend> <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 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> <div class="mb-3"> <label class="form-label" wicket:for="failing_grade">Failing grade</label> @@ -52,7 +54,7 @@ </div> </wicket:container> <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> </fieldset> @@ -64,7 +66,7 @@ <div class="mb-3 line-length-limit card" wicket:id="criteria"> <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 wicket:id="criteria" class="card-body"> <div class="row mb-3">