# Copyright (C) 2020 Pieter Hoekstra
# This file is distributed under the same license as the Light LMS plugin.
msgid ""
msgstr ""
"Project-Id-Version: Light LMS 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/light-lms-quizz\n"
"POT-Creation-Date: 2020-06-17T16:56:05+02:00\n"
"PO-Revision-Date: 2020-06-17 17:18+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: light-lms\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Plugin Name of the plugin
msgid "Light LMS Quizz"
msgstr "Light LMS Quiz"

#. Description of the plugin
msgid "Gutenberg blocks for lightning fast answers to interactive questions"
msgstr "Gutenberg blokken voor interactieve vragen"

#. Author of the plugin
msgid "Pieter Hoekstra"
msgstr ""

#: ligth-lms-quizz.php:111
msgid "Q & A"
msgstr "Vraag en Antwoord"

#: blocks/register_blocks.js:69
msgid "Multiple choice (3)"
msgstr ""

#: blocks/register_blocks.js:71
msgid "Multiple choice (5)"
msgstr ""

#: blocks/register_blocks.js:73
msgid "Multiple choice (10)"
msgstr "Multiple choice(10)"

#: blocks/register_blocks.js:100
msgid "Right"
msgstr "Goed"

#: blocks/register_blocks.js:104
msgid "Wrong"
msgstr "Fout"

#: blocks/register_blocks.js:112
msgid "Right or wrong?"
msgstr "Goed of fout?"

#: blocks/register_blocks.js:210
msgid "Question ..."
msgstr "Vraag ..."

#: blocks/register_blocks.js:224
msgid "Answer 1"
msgstr "Antwoord 1"

#: blocks/register_blocks.js:240
msgid "Answer 2"
msgstr "Antwoord 2"

#: blocks/register_blocks.js:256
msgid "Answer 3"
msgstr "Antwoord 3"

#: blocks/register_blocks.js:278
msgid "Answer 4"
msgstr "Antwoord 4"

#: blocks/register_blocks.js:294
msgid "Answer 5"
msgstr "Antwoord 5"

#: blocks/register_blocks.js:316
msgid "Answer 6"
msgstr "Antwoord 6"

#: blocks/register_blocks.js:332
msgid "Answer 7"
msgstr "Antwoord 7"

#: blocks/register_blocks.js:348
msgid "Answer 8"
msgstr "Antwoord 8"

#: blocks/register_blocks.js:364
msgid "Answer 9"
msgstr "Antwoord 9"

#: blocks/register_blocks.js:380
msgid "Answer 10"
msgstr "Antwoord 10"

#: blocks/register_blocks.js:397
msgid "Yes"
msgstr "Ja"

#: blocks/register_blocks.js:400
msgid "No"
msgstr "Nee"

#: blocks/register_blocks.js:404
msgid "Must choose exactly 2"
msgstr "Moet precies 2 kiezen"

#: blocks/register_blocks.js:412
msgid "Must choose exactly 3"
msgstr "Moet precies 3 kiezen"

#: blocks/register_blocks.js:416
msgid "Must choose exactly 4"
msgstr "Moet precies 4 kiezen"

#: blocks/register_blocks.js:426
msgid "Must choose exactly 5"
msgstr "Moet precies 5 kiezen"

#: blocks/register_blocks.js:430
msgid "Must choose exactly 6"
msgstr "Moet precies 6 kiezen"

#: blocks/register_blocks.js:434
msgid "Must choose exactly 7"
msgstr "Moet precies 7 kiezen"

#: blocks/register_blocks.js:445
msgid "Answer settings"
msgstr "Instellingen voor het antwoord"

#: blocks/register_blocks.js:448
msgid "Answer"
msgstr "Antwoord"

#: blocks/register_blocks.js:449
msgid "The right answer (1 or more letters)"
msgstr "Het juiste antwoord (1 of meerdere letters)"

#: blocks/register_blocks.js:458
msgid "Multiple answers"
msgstr "Meerdere antwoorden"

#: blocks/register_blocks.js:459
msgid "Can multiple answers be chosen?"
msgstr "Kunnen er meerdere antwoorden worden gekozen?"

#: blocks/register_blocks.js:469
msgid "Hint to the question"
msgstr "Hint voor het antwoord"

#: blocks/register_blocks.js:470
msgid "The text as a hint above the choices"
msgstr "De tekst als een hint boven de keuzes"

#: blocks/register_blocks.js:479
msgid "Button text"
msgstr "Tekst op de button"

#: blocks/register_blocks.js:480
msgid "The text of the button to click on"
msgstr "De tekst van de button waarop geklikt moet worden"

#: blocks/register_blocks.js:489 blocks/register_blocks.js:526
msgid "Feedback when right"
msgstr "Feedback indien juist"

#: blocks/register_blocks.js:490
msgid "The feedback to show with a right answer"
msgstr "De feedback die wordt getoond bij een goed antwoord"

#: blocks/register_blocks.js:500 blocks/register_blocks.js:536
msgid "Feedback when wrong"
msgstr "De feedback bij een fout antwoord"

#: blocks/register_blocks.js:501
msgid "The feedback to show with a wrong answer"
msgstr "De feedback die wordt getoond bij een juist antwoord"

#: blocks/register_blocks.js:511
msgid "Classes"
msgstr ""

#: blocks/register_blocks.js:516
msgid "Form"
msgstr "Formulier"

#: blocks/register_blocks.js:517
msgid "The css class to apply to the form element"
msgstr "De css class die wordt toegepast op het form-element"

#: blocks/register_blocks.js:527
msgid "The css class to apply to the feedback after right answer"
msgstr "De css class die wordt toegepast op de feedback na een fout antwoord"

#: blocks/register_blocks.js:537
msgid "The css class to apply to the feedback after wrong answer"
msgstr "De css class die wordt toegepast op de feedback na een fout antwoord"

#: blocks/register_blocks.js:545
msgid "Colors : "
msgstr "Kleuren : "

#: blocks/register_blocks.js:547
msgid " ... with right answer"
msgstr " .. bij een goed antwoord"

#: blocks/register_blocks.js:550
msgid "Feedback right background color"
msgstr "Kleur van de achtergrond van de feedback indien juist"

#: blocks/register_blocks.js:557
msgid "Feedback right text color"
msgstr "Kleur van de tekst bij een goed antwoord"

#: blocks/register_blocks.js:563 blocks/register_blocks.js:564
#: blocks/register_blocks.js:592 blocks/register_blocks.js:593
msgid "White"
msgstr "Wit"

#: blocks/register_blocks.js:568 blocks/register_blocks.js:569
#: blocks/register_blocks.js:597 blocks/register_blocks.js:598
msgid "Black"
msgstr "Zwart"

#: blocks/register_blocks.js:576
msgid " ... with wrong answer"
msgstr " .. bij een fout antwoord"

#: blocks/register_blocks.js:579
msgid "Feedback wrong background color"
msgstr "Kleur van de achtergrond van de feedback indien niet juist"

#: blocks/register_blocks.js:586
msgid "feedback wrong text color"
msgstr "kleur van de tekst bij een fout antwoord"

#: blocks/register_blocks.js:778 blocks/register_blocks.js:814
#: blocks/register_blocks.js:850
msgid "Learning in progress"
msgstr "Continue leren"

#: blocks/register_blocks.js:779 blocks/register_blocks.js:815
#: blocks/register_blocks.js:851
msgid "question"
msgstr "vraag"

#: blocks/register_blocks.js:779 blocks/register_blocks.js:815
#: blocks/register_blocks.js:851
msgid "multiple choice"
msgstr ""

#: js/evaluate_questions.js:116
msgid "Multiple answers can be given :"
msgstr "Meerdere antwoorden kunnen worden gegeven :"

#: js/evaluate_questions.js:118
msgid "Choose two of the following :"
msgstr "Kies 2 van de volgende :"

#: js/evaluate_questions.js:120
msgid "Choose three of the following :"
msgstr "Kies 3 van de volgende :"

#: js/evaluate_questions.js:122
msgid "Choose four of the following :"
msgstr "Kies 4 van de volgende :"

#: js/evaluate_questions.js:124
msgid "Choose five of the following :"
msgstr "Kies 5 van de volgende :"

#: js/evaluate_questions.js:126
msgid "Choose six of the following :"
msgstr "Kies 6 van de volgende :"

#: js/evaluate_questions.js:128
msgid "Choose seven of the following :"
msgstr "Kies 7 van de volgende :"

#~ msgid "Choose one or more of the following :"
#~ msgstr "Kies 1 of meerdere antwoorden :"
