2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"semantics" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Introduzione quiz" ,
"fields" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Visualizza introduzione"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Titolo" ,
"description" : "Questo titolo verrà visualizzato sopra il testo introduttivo."
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Testo introduttivo" ,
"description" : "Questo testo verrà visualizzato prima dell'inizio del quiz."
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Testo pulsante Start" ,
"default" : "Start Quiz"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Immagine di sfondo" ,
"description" : "Immagine di sfondo facoltativa per l'introduzione."
2015-04-07 10:21:35 +02:00
}
]
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Immagine di sfondo" ,
"description" : "Immagine di sfondo facoltativa per il set di domande."
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Indicatore di avanzamento" ,
"description" : "Stile dell'indicatore di avanzamento del set di domande." ,
"options" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Testuale"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Punti"
2015-04-07 10:21:35 +02:00
}
2017-06-26 14:35:12 +02:00
] ,
"default" : "dots"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Percentuale superamento quiz" ,
"description" : "Percentuale minima del punteggio totale richiesto per passare il quiz."
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Domande" ,
"widgets" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Predefinito"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Testuale"
2015-04-07 10:21:35 +02:00
}
] ,
2017-06-22 15:34:20 +02:00
"entity" : "domanda" ,
"field" : {
"label" : "Tipo di domanda" ,
"description" : "Biblioteca per questa domanda."
2015-04-07 10:21:35 +02:00
}
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Testi di interfaccia nel quiz" ,
"fields" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Pulsante Indietro" ,
"default" : "Previous question"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Pulsante Prossimo" ,
"default" : "Next question"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Pulsante Fine" ,
"default" : "Finish"
2015-04-07 10:21:35 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Testo Avanzamento" ,
"description" : "esto utilizzato se il testo Avanzamento è selezionato." ,
"default" : "Question: @current of @total questions"
2016-04-08 14:42:49 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Label for jumping to a certain question" ,
"description" : "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions." ,
"default" : "Question %d of %total"
2016-04-15 12:49:09 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Copyright dialog question label" ,
"default" : "Question"
2016-06-27 11:43:00 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Readspeaker progress" ,
"description" : "May use @current and @total question variables" ,
"default" : "Question @current of @total"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Unanswered question text" ,
"default" : "Unanswered"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Answered question text" ,
"default" : "Answered"
2016-06-28 15:07:05 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Current question text" ,
"default" : "Current question"
2015-04-07 10:21:35 +02:00
}
]
} ,
2016-09-26 13:50:03 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Disable backwards navigation" ,
"description" : "This option will only allow you to move forward in Question Set"
2016-09-26 13:50:03 +02:00
} ,
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Randomize questions" ,
"description" : "Enable to randomize the order of questions on display."
2016-10-17 15:42:56 +02:00
} ,
2016-10-20 13:55:10 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Number of questions to be shown:" ,
"description" : "Create a randomized batch of questions from the total."
2016-10-20 13:55:10 +02:00
} ,
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Quiz terminato" ,
"fields" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Visualizza risultati"
2015-04-07 10:21:35 +02:00
} ,
2016-10-04 09:33:00 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Display solution button"
2016-10-04 09:33:00 +02:00
} ,
2016-05-20 09:33:45 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "No results message" ,
"description" : "Text displayed on end page when \"Display results\" is disabled" ,
"default" : "Finished"
2016-05-20 09:33:45 +02:00
} ,
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Intestazione Feedback" ,
"default" : "Your result:" ,
"description" : "Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande."
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Overall Feedback" ,
"fields" : [
{
"widgets" : [
] ,
"label" : "Define custom feedback for any score range" ,
"description" : "Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!" ,
"entity" : "range" ,
"field" : {
"fields" : [
{
"label" : "Score Range"
} ,
{
} ,
{
"label" : "Feedback for defined score range" ,
"placeholder" : "Fill in the feedback"
}
]
}
}
]
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Old Feedback" ,
"fields" : [
{
"label" : "Quiz passed greeting" ,
"description" : "This text will be displayed above the score if the user has successfully passed the quiz."
} ,
{
"label" : "Passed comment" ,
"description" : "This comment will be displayed after the score if the user has successfully passed the quiz."
} ,
{
"label" : "Quiz failed title" ,
"description" : "This text will be displayed above the score if the user has failed the quiz."
} ,
{
"label" : "Failed comment" ,
"description" : "This comment will be displayed after the score if the user has failed the quiz."
}
]
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Solution button label" ,
2017-06-22 15:34:20 +02:00
"default" : "Show solution" ,
2017-07-14 15:29:48 +02:00
"description" : "Text for the solution button."
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Retry button label" ,
2017-06-22 15:34:20 +02:00
"default" : "Retry" ,
2017-07-14 15:29:48 +02:00
"description" : "Text for the retry button."
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Finish button text" ,
2017-06-22 15:34:20 +02:00
"default" : "Finish"
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Display video before quiz results"
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Enable skip video button"
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Skip video button label" ,
2017-06-22 15:34:20 +02:00
"default" : "Skip video"
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Passed video" ,
"description" : "This video will be played if the user successfully passed the quiz."
2015-04-07 10:21:35 +02:00
} ,
{
2017-07-14 15:29:48 +02:00
"label" : "Fail video" ,
"description" : "This video will be played if the user failes the quiz."
2015-04-07 10:21:35 +02:00
}
]
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\"." ,
"fields" : [
2015-04-07 10:21:35 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Override \"Show Solution\" button" ,
"description" : "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually." ,
"options" : [
2016-04-04 15:50:41 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Enabled"
2016-04-04 15:50:41 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Disabled"
2016-04-04 15:50:41 +02:00
}
]
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Override \"Retry\" button" ,
"description" : "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually." ,
"options" : [
2016-04-04 15:50:41 +02:00
{
2017-06-22 15:34:20 +02:00
"label" : "Enabled"
2016-04-04 15:50:41 +02:00
} ,
{
2017-06-22 15:34:20 +02:00
"label" : "Disabled"
2016-04-04 15:50:41 +02:00
}
]
2015-04-07 10:21:35 +02:00
}
]
}
]
2017-06-22 15:29:46 +02:00
}