Skip to content

Commit

Permalink
intégration de la consigne d'HGac
Browse files Browse the repository at this point in the history
  • Loading branch information
marouria authored and cprodhomme committed Jul 6, 2022
1 parent 30c9b06 commit 2c29116
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/situations/cafe_de_la_place/data/parcours_haut.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import journalAvecNouvelle from '../assets/journal_avec_nouvelle.png';
import journalAvecNouvelleZoom from '../assets/journal_avec_nouvelle_zoom.png';
import hParConsigne from '../assets/hpar_c1.png';
import graphique from '../assets/graphique.png';
import graphiqueAvecSelection from '../assets/graphique_avec_selection.png';

const sousConsigneHPar1 = {
id: 'HPar-sous-consigne-1',
Expand Down Expand Up @@ -119,6 +120,15 @@ const HPar3 = {
]
};

const sousConsigneHGac1 = {
id: 'HGac-sous-consigne-1',
nom_technique: 'sous_consigne_HGac_1',
type: 'sous-consigne',
illustration: graphiqueAvecSelection,
intitule: "Tiens, il y a un article sur les animaux de compagnie à la page suivante. Regardez attentivement le graphique présenté dans l'article, j'ai quelques questions pour vous.",
modalite_reponse: "Pour commencer, cliquez sur « Suivant »."
};

const HGac1 = {
id: 'HGac1',
nom_technique: 'hgac_1',
Expand All @@ -132,6 +142,7 @@ const parcoursHaut = {
series: [
{ cartes: [ sousConsigneHPar1 ] },
{ cartes: [ HPar1, HPar2, HPar3 ] },
{ cartes: [ sousConsigneHGac1 ] },
{ cartes: [ HGac1 ] }
]
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import sousConsigneAPlc2 from 'cafe_de_la_place/assets/audio_consignes/sous_cons
import sousConsigneHPar1 from 'cafe_de_la_place/assets/audio_consignes/sous_consigne_HPar_1.mp3';
import sousConsigneLOdi1 from 'cafe_de_la_place/assets/audio_consignes/sous_consigne_LOdi_1.mp3';
import sousConsigneLOdi2 from 'cafe_de_la_place/assets/audio_consignes/sous_consigne_LOdi_2.mp3';
import sousConsigneHGac1 from 'cafe_de_la_place/assets/audio_consignes/sous_consigne_HGac_1.mp3';

// AUDIOS QUESTIONS
import titre1 from 'cafe_de_la_place/assets/audio_questions/titre1.mp3';
Expand Down Expand Up @@ -181,7 +182,9 @@ const AUDIOS_CONSIGNES = {
sous_consigne_APlc_2: sousConsigneAPlc2,
sous_consigne_HPar_1: sousConsigneHPar1,
sous_consigne_LOdi_1: sousConsigneLOdi1,
sous_consigne_LOdi_2: sousConsigneLOdi2
sous_consigne_LOdi_2: sousConsigneLOdi2,
sous_consigne_HGac_1: sousConsigneHGac1

};

const AUDIOS_QUESTIONS = {
Expand Down

0 comments on commit 2c29116

Please sign in to comment.