h5p-question-set/language/it.json

255 lines
7.3 KiB
JSON

{
"semantics":[
{
"label":"Introduzione quiz",
"fields":[
{
"label":"Visualizza introduzione"
},
{
"label":"Titolo",
"description":"Questo titolo verrà visualizzato sopra il testo introduttivo."
},
{
"label":"Testo introduttivo",
"description":"Questo testo verrà visualizzato prima dell'inizio del quiz."
},
{
"label":"Testo pulsante Start",
"default":"Start Quiz"
},
{
"label":"Immagine di sfondo",
"description":"Immagine di sfondo facoltativa per l'introduzione."
}
]
},
{
"label":"Immagine di sfondo",
"description":"Immagine di sfondo facoltativa per il set di domande."
},
{
"label":"Indicatore di avanzamento",
"description":"Stile dell'indicatore di avanzamento del set di domande.",
"options":[
{
"label":"Testuale"
},
{
"label":"Punti"
}
],
"default":"dots"
},
{
"label":"Percentuale superamento quiz",
"description":"Percentuale minima del punteggio totale richiesto per passare il quiz."
},
{
"label":"Domande",
"widgets":[
{
"label":"Predefinito"
},
{
"label":"Testuale"
}
],
"entity":"domanda",
"field":{
"label":"Tipo di domanda",
"description":"Biblioteca per questa domanda."
}
},
{
"label":"Testi di interfaccia nel quiz",
"fields":[
{
"label":"Pulsante Indietro",
"default":"Previous question"
},
{
"label":"Pulsante Prossimo",
"default":"Next question"
},
{
"label":"Pulsante Fine",
"default":"Finish"
},
{
"label":"Testo Avanzamento",
"description":"esto utilizzato se il testo Avanzamento è selezionato.",
"default":"Question: @current of @total questions"
},
{
"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"
},
{
"label":"Copyright dialog question label",
"default":"Question"
},
{
"label":"Readspeaker progress",
"description":"May use @current and @total question variables",
"default":"Question @current of @total"
},
{
"label":"Unanswered question text",
"default":"Unanswered"
},
{
"label":"Answered question text",
"default":"Answered"
},
{
"label":"Current question text",
"default":"Current question"
}
]
},
{
"label":"Disable backwards navigation",
"description":"This option will only allow you to move forward in Question Set"
},
{
"label":"Randomize questions",
"description":"Enable to randomize the order of questions on display."
},
{
"label":"Number of questions to be shown:",
"description":"Create a randomized batch of questions from the total."
},
{
"label":"Quiz terminato",
"fields":[
{
"label":"Visualizza risultati"
},
{
"label":"Display solution button"
},
{
"label":"No results message",
"description":"Text displayed on end page when \"Display results\" is disabled",
"default":"Finished"
},
{
"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."
},
{
"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"
}
]
}
}
]
},
{
"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."
}
]
},
{
"label":"Solution button label",
"default":"Show solution",
"description":"Text for the solution button."
},
{
"label":"Retry button label",
"default":"Retry",
"description":"Text for the retry button."
},
{
"label":"Finish button text",
"default":"Finish"
},
{
"label":"Display video before quiz results"
},
{
"label":"Enable skip video button"
},
{
"label":"Skip video button label",
"default":"Skip video"
},
{
"label":"Passed video",
"description":"This video will be played if the user successfully passed the quiz."
},
{
"label":"Fail video",
"description":"This video will be played if the user failes the quiz."
}
]
},
{
"label":"Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\".",
"fields":[
{
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
},
{
"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":[
{
"label":"Enabled"
},
{
"label":"Disabled"
}
]
}
]
}
]
}