2017-06-22 15:34:06 +02:00
{
"semantics" : [
{
2017-07-17 05:10:32 +02:00
"label" : "クイズ概要" ,
2017-06-22 15:34:06 +02:00
"fields" : [
{
2017-07-17 08:01:37 +02:00
"label" : "概要を表示"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:01:37 +02:00
"label" : "タイトル" ,
"description" : "このタイトルは、概要文の上に表示されます。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:01:37 +02:00
"label" : "概要文" ,
"description" : "このテキストは、クイズが始まる前に表示されます。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:01:37 +02:00
"label" : "スタート ボタンのテキスト" ,
"default" : "クイズをスタート"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:01:37 +02:00
"label" : "背景画像" ,
2017-07-17 08:11:05 +02:00
"description" : "概要のオプションの背景画像"
2017-06-22 15:34:06 +02:00
}
]
} ,
{
2017-07-17 08:11:05 +02:00
"label" : "背景画像" ,
"description" : "質問集のオプションの背景画像"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:11:05 +02:00
"label" : "進行状況インジケーター" ,
"description" : "質問集の進捗状況インジケータースタイル" ,
2017-06-22 15:34:06 +02:00
"options" : [
{
2017-07-17 08:21:25 +02:00
"label" : "原文"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:11:05 +02:00
"label" : "ドット"
2017-06-22 15:34:06 +02:00
}
2017-06-26 14:35:00 +02:00
] ,
"default" : "dots"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:11:05 +02:00
"label" : "合格パーセンテージ" ,
2017-07-17 08:21:25 +02:00
"description" : "クイズにパスするために必要となる合計点のパーセンテージです。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:21:25 +02:00
"label" : "質問" ,
2017-06-22 15:34:06 +02:00
"widgets" : [
{
2017-07-17 08:21:25 +02:00
"label" : "デフォルト"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:21:25 +02:00
"label" : "原文"
2017-06-22 15:34:06 +02:00
}
] ,
2017-07-17 08:21:25 +02:00
"entity" : "質問" ,
2017-06-22 15:34:06 +02:00
"field" : {
2017-07-17 08:21:25 +02:00
"label" : "質問タイプ" ,
"description" : "この質問のライブラリ。"
2017-06-22 15:34:06 +02:00
}
} ,
{
2017-07-17 08:31:56 +02:00
"label" : "クイズ内のインターフェイステキスト" ,
2017-06-22 15:34:06 +02:00
"fields" : [
{
2017-07-17 08:31:56 +02:00
"label" : "戻るボタン" ,
"default" : "前の質問"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:31:56 +02:00
"label" : "次へボタン" ,
"default" : "次の質問"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:31:56 +02:00
"label" : "完了ボタン" ,
"default" : "完了"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:31:56 +02:00
"label" : "進行状況のテキスト" ,
"description" : "テキストによる進行状況を選択した場合に使用するテキスト。" ,
"default" : "質問: @current \/ @total"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:31:56 +02:00
"label" : "特定の質問にジャンプするラベル" ,
2017-07-17 08:41:58 +02:00
"description" : "質問番号ではなくプレース ホルダー '%d' を、また質問の全体数ではなく %total を使用する必要があります。" ,
"default" : "質問 %d \/ %total"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:41:58 +02:00
"label" : "著作権ダイアログ質問ラベル" ,
"default" : "質問"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:50:52 +02:00
"label" : "リードスピーカーの進行状況" ,
"description" : "@current と @total の質問用変数を使用できます" ,
"default" : "質問 @current \/ @total"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 08:50:52 +02:00
"label" : "未回答の質問テキスト" ,
"default" : "未回答"
2017-06-22 15:34:06 +02:00
} ,
{
"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" ,
2017-07-17 05:20:33 +02:00
"description" : "表示される質問の順序をランダム化します。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 05:20:33 +02:00
"label" : "表示される質問の数:" ,
2017-07-17 06:20:37 +02:00
"description" : "全体からランダム化したに質問集を作成します。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 06:20:37 +02:00
"label" : "クイズ完了" ,
2017-06-22 15:34:06 +02:00
"fields" : [
{
2017-07-17 06:20:37 +02:00
"label" : "結果を表示"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 06:30:35 +02:00
"label" : "解ボタンを表示"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 07:50:36 +02:00
"label" : "結果のメッセージはありません" ,
"description" : "「結果を表示」が無効のとき最後のページにに表示されるテキスト" ,
"default" : "完了"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-17 07:50:36 +02:00
"label" : "フィードバックの見出し" ,
"default" : "結果:" ,
"description" : "この見出しは、ユーザーがすべての質問に答えたときクイズの終わりに表示されます。"
2017-06-22 15:34:06 +02:00
} ,
{
2017-07-14 15:29:34 +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"
}
]
}
}
]
} ,
{
"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."
}
]
2017-06-22 15:34:06 +02:00
} ,
{
"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"
}
]
}
]
}
]
}