mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
052268e042
Replace the instructions translation domain with plain HTML files under templates/backoffice/help/nl/. Each help/*.html.twig is now a locale dispatch shim that tries the current locale first and falls back to nl, so adding English (or any other language) is simply a matter of creating a help/en/ directory with the translated files — no code changes needed. Removes instructions+intl-icu.nl.xliff.
9 lines
357 B
Twig
9 lines
357 B
Twig
<h6>Test uploaden via XLSX</h6>
|
|
<p>Upload een XLSX-bestand met de vragen voor deze test. Na het uploaden kun je de vragen bekijken, controleren en de test afronden.</p>
|
|
<h6>Verwacht formaat</h6>
|
|
<ul>
|
|
<li>Eerste kolom: de vraagtekst</li>
|
|
<li>Volgende kolommen: de antwoordopties</li>
|
|
<li>Markeer het juiste antwoord via de spreadsheet</li>
|
|
</ul>
|