mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
482ca8be7e
Add a 50/50 or 66/33 split layout to every backoffice page with Dutch instructions explaining how to use Tijd voor de Test. Content covers the overall workflow, quiz finalize/activate flow, and both candidate participation methods (own device vs. shared laptop). Help text lives in dedicated partials under templates/backoffice/help/ and is loaded via Twig include(), keeping page templates clean. All strings use a separate 'instructions' translation domain (instructions+intl-icu.nl.xliff) isolated from the main messages domain. Also updates 'Finalize'-related Dutch translations to use 'Afronden' and adds tooltips to the finalize/unfinalize buttons.
11 lines
826 B
Twig
11 lines
826 B
Twig
<h6>{{ 'Getting started'|trans({}, 'instructions') }}</h6>
|
|
<p>{{ 'Each season groups one play round with all its quizzes and candidates. The season code is the link candidates use to start a quiz — this link only works when there is an active quiz.'|trans({}, 'instructions') }}</p>
|
|
<h6>{{ 'How it works'|trans({}, 'instructions') }}</h6>
|
|
<ol>
|
|
<li><strong>{{ 'Create a season and add candidates'|trans({}, 'instructions') }}</strong></li>
|
|
<li><strong>{{ 'Add a quiz via XLSX or the question bank'|trans({}, 'instructions') }}</strong></li>
|
|
<li>{{ 'Finalize and activate the quiz'|trans({}, 'instructions') }}</li>
|
|
<li>{{ 'Let candidates take the quiz (own device or shared laptop)'|trans({}, 'instructions') }}</li>
|
|
<li>{{ 'View results and start the elimination'|trans({}, 'instructions') }}</li>
|
|
</ol>
|