-
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.
🍱 (GEK): Example - add image activities
- activity-touchToSelect-one_right_answer-image.yml - activity-touchToSelect-one_right_answer-mixed.yml
- Loading branch information
Showing
3 changed files
with
158 additions
and
1 deletion.
There are no files selected for viewing
99 changes: 99 additions & 0 deletions
99
...Examples/GameEngineKitExample/Resources/activity-touchToSelect-one_right_answer-image.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,99 @@ | ||
# Leka - iOS Monorepo | ||
# Copyright 2023 APF France handicap | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
id: 6be7fcc5e32942d5804ec336ef127d03 | ||
name: Touch To Select - One Right Answer - Image | ||
description: L'objectif est de trouver la bonne image ou des les rassembler par famille | ||
image: activity_image_recognition_1 | ||
sequence: | ||
- exercises: | ||
- instructions: Touche les animaux | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-animals | ||
type: image | ||
isRightAnswer: true | ||
|
||
- instructions: Touche le portrait | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-food | ||
type: image | ||
- value: image-placeholder-portrait | ||
type: image | ||
isRightAnswer: true | ||
|
||
- instructions: Touche le paysage | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-landscape | ||
type: image | ||
isRightAnswer: true | ||
- value: image-placeholder-animals | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
|
||
- instructions: Touche la nourriture | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-animals | ||
type: image | ||
- value: image-placeholder-portrait | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
isRightAnswer: true | ||
- value: image-placeholder-landscape | ||
type: image | ||
|
||
- instructions: Touche les animaux | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-animals | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
isRightAnswer: true | ||
- value: image-placeholder-landscape | ||
type: image | ||
- value: image-placeholder-portrait | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
|
||
- instructions: Touche le portrait | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-animals | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
- value: image-placeholder-landscape | ||
type: image | ||
- value: image-placeholder-food | ||
type: image | ||
- value: image-placeholder-portrait | ||
type: image | ||
isRightAnswer: true | ||
- value: image-placeholder-animals | ||
type: image |
57 changes: 57 additions & 0 deletions
57
...Examples/GameEngineKitExample/Resources/activity-touchToSelect-one_right_answer-mixed.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,57 @@ | ||
# Leka - iOS Monorepo | ||
# Copyright 2023 APF France handicap | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
id: 9a5431d4a5084ce4abc48109f90b8504 | ||
name: Touch To Select - One Right Answer - Mixed | ||
description: L'objectif est de trouver la bonne réponse ou des les rassembler par famille | ||
image: activity_mixed_recognition_1 | ||
sequence: | ||
- exercises: | ||
- instructions: Touche l'image | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: image-placeholder-food | ||
type: image | ||
isRightAnswer: true | ||
- value: blue | ||
type: color | ||
|
||
- instructions: Touche les images | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: blue | ||
type: color | ||
isRightAnswer: true | ||
- value: image-placeholder-animals | ||
type: image | ||
- value: green | ||
type: color | ||
- value: image-placeholder-portrait | ||
type: image | ||
isRightAnswer: true | ||
|
||
- instructions: Touche toutes les items | ||
type: selection | ||
interface: touchToSelect | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
choices: | ||
- value: blue | ||
type: color | ||
isRightAnswer: true | ||
- value: image-placeholder-food | ||
type: image | ||
isRightAnswer: true | ||
- value: green | ||
type: color | ||
isRightAnswer: true | ||
- value: image-placeholder-landscape | ||
type: image | ||
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