Skip to content

Commit e3ab263

Browse files
committedDec 20, 2024
feat(api): ajout flashcards v1
1 parent 3debbb1 commit e3ab263

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
 

Diff for: ‎api/src/devcomp/infrastructure/datasources/learning-content/modules/distinguer-vrai-faux-sur-internet.json

+74
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,80 @@
633633
}
634634
}
635635
]
636+
},
637+
{
638+
"id": "84f9134e-6a19-4673-a673-d4577355796a",
639+
"type": "summary",
640+
"title": "Conclusion",
641+
"components": [
642+
{
643+
"type": "element",
644+
"element": {
645+
"id": "5a4495bc-22f5-4a9a-aad5-531071bf33c9",
646+
"type": "text",
647+
"content": "<p><strong>Pour chaque carte</strong> :</p><ol><li>Lisez la question. <span aria-hidden=\"true\">👀</span></li><li>Essayez de trouver la réponse dans votre tête. <span aria-hidden=\"true\">🤔</span></li><li>Retourner la carte en cliquant sur <i>Voir la réponse</i>. <span aria-hidden=\"true\">↪️</span></li></ol><p>Cela permet de <strong>tester votre mémoire</strong>.<span aria-hidden=\"true\">🎯</span></p>"
648+
}
649+
},
650+
{
651+
"type": "element",
652+
"element": {
653+
"id": "1c2619ea-2fbd-4ab1-82ad-d9a3989c8ce3",
654+
"type": "flashcards",
655+
"instruction": "<p></p>",
656+
"title": "Titre",
657+
"introImage": {
658+
"url": ""
659+
},
660+
"cards": [
661+
{
662+
"id": "afa1fa77-eada-4759-94e2-f1c608c54980",
663+
"recto": {
664+
"image": {
665+
"url": "https://i.imgur.com/vg3Ro1F.png"
666+
},
667+
"text": "Pour commencer à vérifier une information, quelles sont les 3 questions à se poser ?"
668+
},
669+
"verso": {
670+
"image": {
671+
"url": ""
672+
},
673+
"text": "<p><strong>Qui</strong> est l'auteur de l'information ?<br>De <strong>quand</strong> date l'information ?<br><strong>D'où</strong> provient l'information ?</p>"
674+
}
675+
},
676+
{
677+
"id": "be0e0732-596e-46cf-b8de-9d2f05c5aeb9",
678+
"recto": {
679+
"image": {
680+
"url": "https://i.imgur.com/vg3Ro1F.png"
681+
},
682+
"text": "Dans une publication sur un réseau social, quels indices peuvent aider à détecter de fausses informations ?"
683+
},
684+
"verso": {
685+
"image": {
686+
"url": ""
687+
},
688+
"text": "<p>Un <strong>ton alarmiste</strong>, <br>les <strong>mots écrits en majuscules</strong>,<br>les <strong>émojis angoissants</strong>,<br>les <strong>fautes d'orthographes</strong>,<br>la <strong>demande de partage</strong>.<br><br>Plus il y en a, plus l'information a des chances d'être fausses.</p>"
689+
}
690+
},
691+
{
692+
"id": "83f58acb-67c3-49c5-8ac9-020c6bf078ac",
693+
"recto": {
694+
"image": {
695+
"url": "https://i.imgur.com/vg3Ro1F.png"
696+
},
697+
"text": "Si l'on a un doute sur une information, il vaut mieux être prudent et se dire qu'elle est _______."
698+
},
699+
"verso": {
700+
"image": {
701+
"url": ""
702+
},
703+
"text": "<p>Si l'on a un doute sur une information, il vaut mieux être prudent et se dire qu'elle est <strong>fausse</strong>.</p>"
704+
}
705+
}
706+
]
707+
}
708+
}
709+
]
636710
}
637711
]
638712
}

0 commit comments

Comments
 (0)