Skip to content
Snippets Groups Projects
Commit 130f127b authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Add section for example quizzes

parent 7ac977cb
Branches
No related tags found
No related merge requests found
+++
title = "MACAO"
+++
\ No newline at end of file
+++
title = "Exemples"
+++
\ No newline at end of file
+++
title = "Question multiple"
weight = 20
+++
Ceci est un exemple d'activité de type "question multiple"
En cliquant sur la flèche, combien de syllabes entendez-vous pour chacun des 3 mots ci-dessous ?
Pour chaque mot, écouter et sélectionnez 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues.
{{< quiz >}}
{
"elements": [
{
"type": "matrix",
"name": "qm",
"columns": [
{
"value": 1,
"text": "1"
},
{
"value": 2,
"text": "2"
},
{
"value": 3,
"text": "3"
},
{
"value": 4,
"text": "4"
},
{
"value": 5,
"text": "5"
}
],
"rows": [
{
"value": 1,
"text": "every3.swf"
},
{
"value": 2,
"text": "interesting1.swf"
},
{
"value": 3,
"text": "dangerous1.swf"
}
],
"correctAnswer": {
"1": 2,
"2": 3,
"3": 2
}
}
]
}
\ No newline at end of file
+++
title = "Texte à trous"
weight = 30
+++
Ceci est un exemple d'activité de type "texte à trous"
{{< quiz >}}
{
"elements": [
{
"type": "gapfill-select",
"name": "exempleTAT",
"title": "Exemple",
"segments": [
"So, ",
[
"mother",
"my mother",
"our mother"
],
" told us we were not to pick ",
[
"the apples",
"apples",
"an apple"
],
".\nMy mother said, 'It’s naughty to pick the apples when they are growing upon ",
[
"a tree",
"the tree",
"tree"
],
", because we want them to go on growing until they are ripe and rosy, and then we shall pick them and put them quite away ",
[
"for",
"for a",
"for the"
],
" winter-time'."
],
"correctAnswer": [
"my mother",
"the apples",
"the tree",
"for the"
]
}
]
}
\ No newline at end of file
baseURL = 'http://example.org/'
languageCode = 'fr-fr'
title = 'Macao-Hugo'
title = 'Macao'
theme = 'macao-hugo-theme'
#minify = true
[markup.goldmark.renderer]
......@@ -40,7 +40,7 @@ BookToC = false
# (Optional, default docs) Specify root page to render child pages as menu.
# Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/
# For backward compatibility you can set '*' to render all sections to menu. Acts same as '/'
BookSection = 'activities'
BookSection = '*'
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment