-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ (ContentKit): Activity - Add ability to shuffle exercises
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
...NewSystem/activities/activity-touchToSelect-one_right_answer-colors-shuffle_exercises.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Leka - iOS Monorepo | ||
# Copyright 2023 APF France handicap | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
id: 6869327315c945dea0966c7ac4673c05 | ||
name: Touch To Select - One Right Answer - Colors - Shuffle exercises | ||
description: L'objectif est de trouver la bonne couleur ou des les rassembler par famille | ||
image: activity_color_recognition_1 | ||
shuffle_exercises: true | ||
sequence: | ||
- exercises: | ||
- instructions: Touche le rouge | ||
interface: touchToSelect | ||
gameplay: findTheRightAnswers | ||
payload: | ||
choices: | ||
- value: red | ||
type: color | ||
isRightAnswer: true | ||
|
||
- instructions: Touche le vert | ||
interface: touchToSelect | ||
gameplay: findTheRightAnswers | ||
payload: | ||
choices: | ||
- value: green | ||
type: color | ||
isRightAnswer: true | ||
|
||
- instructions: Touche le bleu | ||
interface: touchToSelect | ||
gameplay: findTheRightAnswers | ||
payload: | ||
choices: | ||
- value: blue | ||
type: color | ||
isRightAnswer: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters