Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/feature/contentkit-activity-refactor-model'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 21, 2024
2 parents f6e4138 + 0eaa170 commit bd15514
Show file tree
Hide file tree
Showing 18 changed files with 1,405 additions and 1,119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: a3542226982342c5805931f9e86a69a8
name: Touch To Select - One Right Answer - Colors - Shuffle sequences
description: L'objectif est de trouver la bonne couleur ou des les rassembler par famille
image: activity_color_recognition_1
shuffle_sequences: true
shuffle_groups: true
sequence:
- exercises:
- instructions: Touche le rouge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ l10n:
gameengine:
shuffle_exercises: true
shuffle_sequences: true
shuffle_groups: true

exercises:
exercise_groups:
- group:
- instructions:
- locale: fr_FR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ l10n:
details:
icon: sample_1

title: Activité d'exemple
title: Activité d'exemple 1
subtitle: pour le développement

description: |
Expand All @@ -61,7 +61,7 @@ l10n:
details:
icon: sample_1

title: Sample activity
title: Sample activity 1
subtitle: for development

description: |
Expand All @@ -80,133 +80,185 @@ l10n:
- Repulsa impediunt munera teneri fallebat
- Bracchia frustra telo Iovis faucibus casus
gameengine:
shuffle_exercises: true
shuffle_sequences: true

exercises:
- group:
- instructions:
- locale: fr_FR
value: Touch le rond jaune
- locale: en_US
value: Touch the yellow circle
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: yellow
type: color
isRightAnswer: true
- value: red
type: color
- value: green
type: color
- value: blue
type: color

- instructions:
- locale: fr_FR
value: Touch la pastèque
- locale: en_US
value: Touch the watermelon
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: 🍉
type: emoji
isRightAnswer: true
- value: 🍌
type: emoji
- value: 🍒
type: emoji
- value: 🥝
type: emoji

- instructions:
- locale: fr_FR
value: Touch le carré
- locale: en_US
value: Touch the square
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: circle
type: sfsymbol
- value: square
type: sfsymbol
isRightAnswer: true
- value: triangle
type: sfsymbol
- value: rhombus
type: sfsymbol

- group:
- instructions:
- locale: fr_FR
value: Contrôle Leka avec la télécommande et fais le changer de couleur
- locale: en_US
value: Control Leka with the remote and make it change color
interface: remoteArrow

- instructions:
- locale: fr_FR
value: Contrôle Leka avec la télécommande et fais le changer de couleur
- locale: en_US
value: Control Leka with the remote and make it change color
interface: remoteArrow

- group:
- instructions:
- locale: fr_FR
value: Joue du xylophone avec Leka
- locale: en_US
value: Play the xylophone with Leka
interface: musicalInstruments
payload:
instrument: xylophone
scale: majorHeptatonic

- instructions:
- locale: fr_FR
value: Joue du xylophone avec Leka
- locale: en_US
value: Play the xylophone with Leka
interface: musicalInstruments
payload:
instrument: xylophone
scale: majorPentatonic

- group:
- instructions:
interface: danceFreeze
payload:
songs:
- earlyBird
- emptyPage
- gigglySquirrel
- handsOn
- happyDays
- inTheGame
- littleByLittle

- instructions:
interface: hideAndSeek

- instructions:
- locale: fr_FR
value: Joue les notes de la même couleur que Leka
- locale: en_US
value: Play the notes of the same color as Leka
interface: melody
payload:
instrument: xylophone
songs:
- underTheMoonlight
- aGreenMouse
- twinkleTwinkleLittleStar
- londonBridgeIsFallingDown
- ohTheCrocodiles
- happyBirthday
exercises_payload:
options:
shuffle_exercises: false
shuffle_groups: false

exercise_groups:
- group:
- instructions:
- locale: fr_FR
value: Touch le rond jaune
- locale: en_US
value: Touch the yellow circle
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: yellow
type: color
isRightAnswer: true
- value: red
type: color
- value: green
type: color
- value: blue
type: color

- instructions:
- locale: fr_FR
value: Touch les ronds verts et bleus
- locale: en_US
value: Touch the green and blue circles
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: yellow
type: color
- value: red
type: color
- value: green
type: color
isRightAnswer: true
- value: blue
type: color
isRightAnswer: true

- group:
- instructions:
- locale: fr_FR
value: Touch la pastèque
- locale: en_US
value: Touch the watermelon
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: 🍉
type: emoji
isRightAnswer: true
- value: 🍌
type: emoji
- value: 🍒
type: emoji
- value: 🥝
type: emoji

- instructions:
- locale: fr_FR
value: Touch le chat et le chien
- locale: en_US
value: Touch the cat and the dog
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: 🐱
type: emoji
isRightAnswer: true
- value: 🐶
type: emoji
isRightAnswer: true
- value: 🐷
type: emoji
- value: 🐹
type: emoji

- instructions:
- locale: fr_FR
value: Touch le marteau et la scie
- locale: en_US
value: Touch the hammer and the saw
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: 🔨
type: emoji
isRightAnswer: true
- value: 🪚
type: emoji
isRightAnswer: true
- value: 🪛
type: emoji
- value: 🪜
type: emoji

- group:
- instructions:
- locale: fr_FR
value: Touch le carré
- locale: en_US
value: Touch the square
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: circle
type: sfsymbol
- value: square
type: sfsymbol
isRightAnswer: true
- value: triangle
type: sfsymbol
- value: rhombus
type: sfsymbol

- instructions:
- locale: fr_FR
value: Touch la personne jouant au tennis
- locale: en_US
value: Touch the person playing tennis
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: figure.climbing
type: sfsymbol
- value: figure.tennis
type: sfsymbol
isRightAnswer: true
- value: figure.pool.swim
type: sfsymbol
- value: figure.soccer
type: sfsymbol

- instructions:
- locale: fr_FR
value: Touch l'orage
- locale: en_US
value: Touch the storm
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: sun.max
type: sfsymbol
- value: cloud.sun
type: sfsymbol
- value: cloud.bolt.rain.fill
type: sfsymbol
isRightAnswer: true
- value: cloud.rain
type: sfsymbol

- instructions:
- locale: fr_FR
value: Touch le vélo
- locale: en_US
value: Touch the bike
interface: touchToSelect
gameplay: findTheRightAnswers
payload:
choices:
- value: bicycle
type: sfsymbol
isRightAnswer: true
- value: car
type: sfsymbol
- value: airplane
type: sfsymbol
- value: boat
type: sfsymbol
Loading

0 comments on commit bd15514

Please sign in to comment.