h5p-question-set/language/ja.json

255 lines
7.4 KiB
JSON

{
"semantics":[
{
"label":"クイズ概要",
"fields":[
{
"label":"概要を表示"
},
{
"label":"タイトル",
"description":"このタイトルは、概要文の上に表示されます。"
},
{
"label":"概要文",
"description":"このテキストは、クイズが始まる前に表示されます。"
},
{
"label":"スタート ボタンのテキスト",
"default":"クイズをスタート"
},
{
"label":"背景画像",
"description":"概要のオプションの背景画像"
}
]
},
{
"label":"背景画像",
"description":"質問集のオプションの背景画像"
},
{
"label":"進行状況インジケーター",
"description":"質問集の進捗状況インジケータースタイル",
"options":[
{
"label":"原文"
},
{
"label":"ドット"
}
],
"default":"dots"
},
{
"label":"合格パーセンテージ",
"description":"クイズにパスするために必要となる合計点のパーセンテージです。"
},
{
"label":"質問",
"widgets":[
{
"label":"デフォルト"
},
{
"label":"原文"
}
],
"entity":"質問",
"field":{
"label":"質問タイプ",
"description":"この質問のライブラリ。"
}
},
{
"label":"クイズ内のインターフェイステキスト",
"fields":[
{
"label":"戻るボタン",
"default":"前の質問"
},
{
"label":"次へボタン",
"default":"次の質問"
},
{
"label":"完了ボタン",
"default":"完了"
},
{
"label":"進行状況のテキスト",
"description":"テキストによる進行状況を選択した場合に使用するテキスト。",
"default":"質問: @current \/ @total"
},
{
"label":"特定の質問にジャンプするラベル",
"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":"表示される質問の順序をランダム化します。"
},
{
"label":"表示される質問の数:",
"description":"全体からランダム化したに質問集を作成します。"
},
{
"label":"クイズ完了",
"fields":[
{
"label":"結果を表示"
},
{
"label":"解ボタンを表示"
},
{
"label":"結果のメッセージはありません",
"description":"「結果を表示」が無効のとき最後のページにに表示されるテキスト",
"default":"完了"
},
{
"label":"フィードバックの見出し",
"default":"結果:",
"description":"この見出しは、ユーザーがすべての質問に答えたときクイズの終わりに表示されます。"
},
{
"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":"Settings for \"Show solution\" and \"Retry\" buttons",
"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"
}
]
}
]
}
]
}