Updated texts

d3summaryChart
Pål Jørgensen 2014-04-14 13:32:54 +02:00
parent bc9b787e78
commit 8d58c88657
4 changed files with 8 additions and 8 deletions

View File

@ -98,7 +98,7 @@
},
{
"label": "Kommentar ved bestått",
"default": "Du presterte meget godt!",
"default": "Du presterte godt!",
"description": "Denne kommentaren vises dersom brukeren har bestått spørsmålssettet."
},
{
@ -108,7 +108,7 @@
},
{
"label": "Kommentar ved ikke bestått",
"default": "Dette gikk ikke så bra. Prøv igjen!",
"default": "Ikke bestått. Prøv igjen!",
"description": "Denne kommentaren vises dersom brukeren ikke har bestått spørsmålssettet."
},
{

View File

@ -108,7 +108,7 @@
},
{
"label": "Kommentar ved ikkje bestått",
"default": "Dette gikk ikkje så bra. Prøv igjen!",
"default": "Dette er litt mange feil her. Prøv igjen!",
"description": "Denne kommentaren vises dersom brukaren ikkje har bestått spørsmålssettet."
},
{

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 46,
"patchVersion": 47,
"runnable": 1,
"fullscreen": 0,
"machineName": "H5P.QuestionSet",

View File

@ -27,7 +27,7 @@
"name": "passPercentage",
"type": "number",
"label": "Pass percentage",
"description": "Percentage of total score required for passing the quiz.",
"description": "Percentage of Total score required for passing the quiz.",
"min": 0,
"max": 100,
"step": 1,
@ -164,7 +164,7 @@
"name": "scoreString",
"type": "text",
"label": "Score display text",
"description": "Text used to display total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
"default": "You got @score points of @total possible.",
"optional": true
},
@ -201,7 +201,7 @@
"name": "failGreeting",
"type": "text",
"label": "Quiz failed title",
"default": "Oh, no!",
"default": "You did not pass this time.",
"optional": true,
"description": "This text will be displayed above the score if the user has failed the quiz.",
"tags": [
@ -214,7 +214,7 @@
"type": "text",
"widget": "html",
"label": "Failed comment",
"default": "This didn't go so well.",
"default": "Have another try!",
"optional": true,
"description": "This comment will be displayed after the score if the user has failed the quiz.",
"tags": [