3229 Rättade terminologi. Nycklar och variabler kan behöva anpassas. Jag har bara ändrat de synliga texterna.

This commit is contained in:
nikos dimitrakas 2023-10-24 17:07:21 +02:00
parent 8fba4d4451
commit b96643da3e
3 changed files with 12 additions and 13 deletions

@ -1,20 +1,19 @@
save = Save
individual_assessment_updated = Individual assessment updated at ${}
individual_assessment_updated = Individual criteria updated at ${}
must_approve_final_thesis = You must approve the final thesis.
final_thesis_approved = Final thesis approved.
must_perform_plagiarism_check = You have to check the text matching report and perform a plagiarism analysis.
plagiarism_check_performed = Plagiarism analysis submitted.
grading_basis_must_meet_minimum_requirements = Grading basis is not finished.
grading_basis_minimum_requirements_met = Grading basis finished.
individual_assessment_must_meet_minimum_requirements = Not all criteria in the individual assessment meets the \
minimum requirements.
individual_assessment_meets_minimum_requirements = All individual requirements are met.
grading_basis_must_meet_minimum_requirements = General criteria not met.
grading_basis_minimum_requirements_met = General criteria met.
individual_assessment_must_meet_minimum_requirements = Not all individual criteria are met.
individual_assessment_meets_minimum_requirements = All individual criteria are met.
send_to_examiner = Send to examiner
send_to_examiner_explanation_1 = Once you've finished all the steps and the individual assessment for \
<strong>${author_name}</strong> it is time to send everything to the examiner to give the author their final grade. \
send_to_examiner_explanation_1 = Once you've finished all the steps and the individual criteria for \
<strong>${author_name}</strong>, it is time to send everything to the examiner to give the author their final grade. \
This is an individual step and must be performed for each author separately.
send_to_examiner_explanation_2 = If all steps have been completed, click the button below, if not, finish the \
remaining tasks first and you will be able to send it.
send_to_examiner_explanation_2 = If all steps have been completed, click the button below. If not, finish the \
remaining tasks first, and you will be able to send it.
active_participations_missing = Not all required active participations have been registered in SciPro. \
Please be aware that the student has performed ${completed} of the ${required} mandatory participations. \
The student needs to perform ${left_to_do} more before you can send the grading basis to the examiner. \

@ -11,8 +11,8 @@
<li>Approve final thesis</li>
<li>Check for plagiarism</li>
<li>Supply publication metadata</li>
<li>Fill in grading basis (assessment of the thesis)</li>
<li>Fill in individual assessment for each author</li>
<li>Fill in general criteria (assessment of the thesis)</li>
<li>Fill in individual criteria for each author</li>
<li>Send to examiner for grading (done individually in each author's tab)</li>
</ol>
<p>Follow the instructions in each step, and you'll be able to send the thesis to the examiner.</p>

@ -48,7 +48,7 @@ public class SupervisorGradingReportPage extends AbstractSupervisorProjectDetail
panelId -> new UploadTextMatchingPanel(panelId, projectModel)));
tabs.add(createTab(Model.of("Publication metadata"),
panelId -> new PublicationMetadataPanel(panelId, projectModel)));
tabs.add(createTab(Model.of("Grading basis"),
tabs.add(createTab(Model.of("General criteria"),
panelId -> new GradingBasisPanel(panelId, projectModel)));
List<ITab> authorTabs = projectModel.getObject()