Skip to content
Snippets Groups Projects
Commit f196bc3e authored by Anthony's avatar Anthony
Browse files

Fix width of radio button

parent 0b1ba585
No related branches found
No related tags found
No related merge requests found
Pipeline #2074 passed
......@@ -126,7 +126,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
.sd-question__header {
margin-top: 0;
max-width: 150px;
max-width: 400px;
}
}
......
{
"correctComment": "C'est cela!\n **OF** est le seul mot commun aux deux énoncés.",
"incorrectComment": "Vous vous trompez.\n **OF** est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.",
"correctComment": "Bonnes réponses !",
'incorrectComment': '**Voici le corrigé :**\n\n \n\n every: 2 syllabes\n\n interesting: 3 syllabes\n\n dangerous: 2 syllabes',
"elements": [
{
"type": "dropdown",
"type": "radiogroup",
"name": "question1",
"customFormat": "one_line",
"title": "<div><audio id=\"e29_macao1_2b11_01.mp3\" ><source src=\"/macao-hugo\/macao\/static\/media\/e29_macao1_2b11\/e29_macao1_2b11_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('e29_macao1_2b11_01.mp3').play()\">Play<\/button><\/div> <div><audio id=\"e29_macao1_2b21_01.mp3\" ><source src=\"\/macao-hugo\/macao\/static\/media\/e29_macao1_2b21\/e29_macao1_2b21_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('e29_macao1_2b21_01.mp3').play()\">Play<\/button><\/div>",
"title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_socio1\/bt_socio1_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> sociology <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_sociology2.png\" id=\"phon_sociology2.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>",
"choices": [
{ "value": 1, "text": "at" },
{ "value": 2, "text": "for" },
{ "value": 3, "text": "in" },
{ "value": 4, "text": "of" },
{ "value": 5, "text": "on" },
{ "value": 6, "text": "to" }
{ "value": 1, "text": " " },
{ "value": 2, "text": " " },
{ "value": 3, "text": " " },
{ "value": 4, "text": " " },
{ "value": 5, "text": " " }
],
"enableHtml": true,
"correctAnswer": 4
"correctAnswer": 2,
"colCount": 5
},
{
"type": "radiogroup",
"name": "question2",
"customFormat": "one_line",
"title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_comm\/bt_comm_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> communication <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_communication1.png\" id=\"phon_communication1.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>",
"choices": [
{ "value": 1, "text": " " },
{ "value": 2, "text": " " },
{ "value": 3, "text": " " },
{ "value": 4, "text": " " },
{ "value": 5, "text": " " }
],
"enableHtml": true,
"correctAnswer": 2,
"colCount": 5
},
{
"type": "radiogroup",
"name": "question3",
"customFormat": "one_line",
"title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_real\/bt_real_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> realization <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_realization1.png\" id=\"phon_realization1.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>",
"choices": [
{ "value": 1, "text": " " },
{ "value": 2, "text": " " },
{ "value": 3, "text": " " },
{ "value": 4, "text": " " },
{ "value": 5, "text": " " }
],
"enableHtml": true,
"correctAnswer": 2,
"colCount": 5
},
{
"type": "radiogroup",
"name": "question4",
"customFormat": "one_line",
"title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_university\/bt_university_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> university <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_university.png\" id=\"phon_university.png\"/><img class=\"inlineImage\" src=\"/macao-hugo/media/\" id=\"\"/>",
"choices": [
{ "value": 1, "text": " " },
{ "value": 2, "text": " " },
{ "value": 3, "text": " " },
{ "value": 4, "text": " " },
{ "value": 5, "text": " " }
],
"enableHtml": true,
"correctAnswer": 2,
"colCount": 5
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment