Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option feedback (similar to multi-choice) #28

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
13 changes: 13 additions & 0 deletions language/.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Correct"
},
{
"label": "Feedback",
"fields": [
{
"label": "Message displayed if answer is selected",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Message displayed if answer is not selected",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand Down
15 changes: 14 additions & 1 deletion language/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Richtig"
},
{
"label": "Rückmeldung",
"fields": [
{
"label": "Nachricht, wenn Antwort gewählt wurde",
"description": "Nachricht wird unter der Antwort nach dem Klicken auf \"Überprüfen\" (oder \"Lösung anzeigen\" wenn aktiviert) angezeigt, wenn die Antwort gewählt wurde."
},
{
"label": "Nachricht, wenn Antwort nicht gewählt wurde",
"description": "Nachricht wird unter der Antwort nach dem Klicken auf \"Überprüfen\" (oder \"Lösung anzeigen\" wenn aktiviert) angezeigt, wenn die Antwort nicht gewählt wurde."
}
]
}
]
}
Expand Down Expand Up @@ -246,4 +259,4 @@
]
}
]
}
}
15 changes: 14 additions & 1 deletion language/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Σωστό"
},
{
"label": "Ανατροφοδότηση",
"fields": [
{
"label": "Μήνυμα σε επιλεγμένη απάντηση",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Μήνυμα σε μη επιλεγμένη απάντηση",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand Down Expand Up @@ -246,4 +259,4 @@
]
}
]
}
}
15 changes: 14 additions & 1 deletion language/es-mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Correcto"
},
{
"label": "Retroalimentación",
"fields": [
{
"label": "Mensaje que se muestra si se selecciona una respuesta",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Mensaje mostrado si la respuesta no es seleccionada",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand Down Expand Up @@ -246,4 +259,4 @@
]
}
]
}
}
39 changes: 26 additions & 13 deletions language/es.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"semantics": [
{
"label": "Medio",
"fields": [
{
"label": "Tipo",
Expand All @@ -9,8 +10,7 @@
{
"label": "Deshabilitar acercamiento de imagen"
}
],
"label": "Medio"
]
},
{
"label": "Pregunta"
Expand All @@ -27,6 +27,19 @@
},
{
"label": "Correcto"
},
{
"label": "Retroalimentación",
"fields": [
{
"label": "Mensaje que se muestra si se selecciona una respuesta",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Mensaje mostrado si la respuesta no es seleccionada",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand All @@ -41,6 +54,7 @@
}
],
"label": "Definir retroalimentación personalizada para cualquier rango de puntaje",
"description": "Haga clic en el botón \"Añadir rango\" para añadir cuantos rangos necesite. Ejemplo: 0-20% Mal puntaje, 21-91% Puntaje Promedio, 91-100% ¡Magnífico Puntaje!",
"entity": "rango",
"field": {
"fields": [
Expand All @@ -53,8 +67,7 @@
"placeholder": "Complete la retroalimentación"
}
]
},
"description": "Haga clic en el botón \"Añadir rango\" para añadir cuantos rangos necesite. Ejemplo: 0-20% Mal puntaje, 21-91% Puntaje Promedio, 91-100% ¡Magnífico Puntaje!"
}
}
]
},
Expand Down Expand Up @@ -165,8 +178,8 @@
"default": "Mostrar la solución. Las opciones correctas serán marcadas."
},
{
"default": "Respuesta correcta",
"label": "Respuesta Correcta (no se muestra)"
"label": "Respuesta Correcta (no se muestra)",
"default": "Respuesta correcta"
},
{
"label": "Respuesta Incorrecta (no mostrada)",
Expand All @@ -177,8 +190,8 @@
"default": "Debería de haberse seleccionado"
},
{
"default": "No debería haber sido seleccionada",
"label": "La opción no debería de haberse seleccionado"
"label": "La opción no debería de haberse seleccionado",
"default": "No debería haber sido seleccionada"
},
{
"label": "Texto para mensaje \"Requiere respuesta\"",
Expand All @@ -205,8 +218,8 @@
"default": "¿Terminado?"
},
{
"default": "¿Está seguro de querer termina?",
"label": "Texto del cuerpo"
"label": "Texto del cuerpo",
"default": "¿Está seguro de querer termina?"
},
{
"label": "Etiqueta botón Cancelar",
Expand All @@ -222,8 +235,8 @@
"label": "Diálogo de confirmación para Comprobar",
"fields": [
{
"default": "¿Terminado?",
"label": "Texto del encabezado"
"label": "Texto del encabezado",
"default": "¿Terminado?"
},
{
"label": "Texto del cuerpo",
Expand All @@ -246,4 +259,4 @@
]
}
]
}
}
15 changes: 14 additions & 1 deletion language/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Zuzena"
},
{
"label": "Feedbacka",
"fields": [
{
"label": "Erantzuna aukeratuta badago bistaratzen den mezua",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Erantzuna aukeratuta ez badago bistaratzen den mezua",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand Down Expand Up @@ -246,4 +259,4 @@
]
}
]
}
}
15 changes: 14 additions & 1 deletion language/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "정답"
},
{
"label": "피드백",
"fields": [
{
"label": "답변을 선택한 경우 표시되는 메시지",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "응답이 선택되지 않은 경우 표시되는 메시지",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand Down Expand Up @@ -246,4 +259,4 @@
]
}
]
}
}
35 changes: 24 additions & 11 deletions language/lv.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
{
"label": "Pareizi"
},
{
"label": "Atgriezeniskā saite",
"fields": [
{
"label": "Ziņa, kas tiek parādīta ja atbilde izvēlēta",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is selected."
},
{
"label": "Ziņa, kas tiek parādīta ja atbilde nav izvēlēta",
"description": "Message will appear below the answer on \"Check\" (or \"Show solution\" if enabled) if this answer is not selected."
}
]
}
]
}
Expand All @@ -41,6 +54,7 @@
}
],
"label": "Iestatiet pielāgotu atgriezenisko saiti katram rezultātu diapazonam",
"description": "Klikšķiniet pogu \"Pievienot diapazonu\", lai pievienotu tik diapazonus cik vēlaties. Piemēram, 0-20% Slikts rezultāts, 21-91% Viduvējs rezultāts, 91-100% Lielisks rezultāts!",
"entity": "diapazons",
"field": {
"fields": [
Expand All @@ -53,8 +67,7 @@
"placeholder": "Aizpildiet atgriezenisko saiti"
}
]
},
"description": "Klikšķiniet pogu \"Pievienot diapazonu\", lai pievienotu tik diapazonus cik vēlaties. Piemēram, 0-20% Slikts rezultāts, 21-91% Viduvējs rezultāts, 91-100% Lielisks rezultāts!"
}
}
]
},
Expand All @@ -75,8 +88,8 @@
"label": "Rādīt apstiprinājuma dialogu pēc \"Mēģināt vēlreiz\""
},
{
"description": "Piešķir vienu punktu jautājumam, ja rezultātu procents ir lielāks par nokārtošanas procentu",
"label": "Piešķirt vienu punktu par visu jautājumu"
"label": "Piešķirt vienu punktu par visu jautājumu",
"description": "Piešķir vienu punktu jautājumam, ja rezultātu procents ir lielāks par nokārtošanas procentu"
},
{
"label": "Pieprasīt atbildi pirms atļauts skatīt risinājumu"
Expand All @@ -98,6 +111,7 @@
},
{
"label": "Malu attiecība",
"description": "Izvēlieties malu attiecību atbilžu variantiem",
"options": [
{
"label": "Automātiski"
Expand All @@ -114,8 +128,7 @@
{
"label": "1:1"
}
],
"description": "Izvēlieties malu attiecību atbilžu variantiem"
]
},
{
"label": "Maksimālais izvēļu skaits rindā",
Expand Down Expand Up @@ -157,8 +170,8 @@
"default": "Pārbaudīt atbildes. Atbildes tiks atzīmētas kā pareizas, nepareizas, vai neatbildētas."
},
{
"default": "Rādīt risinājumu",
"label": "Pogas \"Parādīt risinājumu\" teksts"
"label": "Pogas \"Parādīt risinājumu\" teksts",
"default": "Rādīt risinājumu"
},
{
"label": "Asistīvo tehnoloģiju apraksts pogai \"Rādīt risinājumu\"",
Expand Down Expand Up @@ -240,10 +253,10 @@
]
},
{
"default": "Trūkst alternatīvā teksta",
"label": "Teksts, ja attēlam trūkst alternatīvā teksta"
"label": "Teksts, ja attēlam trūkst alternatīvā teksta",
"default": "Trūkst alternatīvā teksta"
}
]
}
]
}
}
Loading