-
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.
🔀 Merge branch 'hugo/feature/Convert-old-DnD-activity-to-new-architec…
…ture'
- Loading branch information
Showing
30 changed files
with
700 additions
and
35 deletions.
There are no files selected for viewing
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
65 changes: 65 additions & 0 deletions
65
...s/GameEngineKitExample/Resources/activity-dragAndDrop-one_zone-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,65 @@ | ||
# Leka - iOS Monorepo | ||
# Copyright 2023 APF France handicap | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
id: 1c8816781e4d4fb5a9edd911c1ca92de | ||
name: Drag And Drop - One Zone - One Right Answer - Image | ||
description: L'objectif est de placer la bonne image dans la zone | ||
image: activity_image_recognition_1 | ||
sequence: | ||
- exercises: | ||
- instructions: Place le bon instrument dans le panier | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: basket | ||
type: image | ||
choices: | ||
- value: image-instrument-drums-no_background | ||
type: image | ||
dropZone: zoneA | ||
- value: image-instrument-guitar-no_background | ||
type: image | ||
|
||
- instructions: Place le bon instrument dans le panier | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: basket | ||
type: image | ||
choices: | ||
- value: image-instrument-drums-no_background | ||
type: image | ||
- value: image-instrument-piano-no_background | ||
type: image | ||
- value: image-instrument-saxophone-no_background | ||
type: image | ||
dropZone: zoneA | ||
|
||
- instructions: Place le bon instrument dans le panier | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: basket | ||
type: image | ||
choices: | ||
- value: image-instrument-harmonica-no_background | ||
type: image | ||
- value: image-instrument-flute-no_background | ||
type: image | ||
dropZone: zoneA | ||
- value: image-instrument-violin-no_background | ||
type: image | ||
- value: image-instrument-piano-no_background | ||
type: image | ||
- value: image-instrument-guitar-no_background | ||
type: image | ||
|
||
|
||
|
85 changes: 85 additions & 0 deletions
85
...gineKitExample/Resources/activity-dragAndDrop-two_zones-multiple_right_answers-images.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,85 @@ | ||
# Leka - iOS Monorepo | ||
# Copyright 2023 APF France handicap | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
id: 51344a2077d14d6b9e9e1e40f525eada | ||
name: Drag And Drop - Two Zone - Multiple Right Answers - Image | ||
description: L'objectif est de placer les images dans la bonne zone | ||
image: activity_image_recognition_1 | ||
sequence: | ||
- exercises: | ||
- instructions: Place les instruments dans les bonnes familles d'instruments | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: image-placeholder-instruments_wind | ||
type: image | ||
dropZoneB: | ||
value: image-placeholder-instruments_string | ||
type: image | ||
choices: | ||
- value: image-instrument-violin-no_background | ||
type: image | ||
dropZone: zoneB | ||
- value: image-instrument-guitar-no_background | ||
type: image | ||
dropZone: zoneB | ||
- value: image-instrument-flute-no_background | ||
type: image | ||
dropZone: zoneA | ||
|
||
|
||
- instructions: Place les instruments dans les bonnes familles d'instruments | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: image-placeholder-instruments_wind | ||
type: image | ||
dropZoneB: | ||
value: image-placeholder-instruments_string | ||
type: image | ||
choices: | ||
- value: image-instrument-harmonica-no_background | ||
type: image | ||
dropZone: zoneA | ||
- value: image-instrument-piano-no_background | ||
type: image | ||
dropZone: zoneB | ||
- value: image-instrument-saxophone-no_background | ||
type: image | ||
dropZone: zoneA | ||
|
||
- instructions: Place les instruments dans les bonnes familles d'instruments | ||
type: dragAndDrop | ||
interface: dragAndDrop | ||
gameplay: selectAllRightAnswers | ||
payload: | ||
dropZoneA: | ||
value: image-placeholder-instruments_wind | ||
type: image | ||
dropZoneB: | ||
value: image-placeholder-instruments_string | ||
type: image | ||
choices: | ||
- value: image-instrument-harmonica-no_background | ||
type: image | ||
dropZone: zoneA | ||
- value: image-instrument-flute-no_background | ||
type: image | ||
dropZone: zoneA | ||
- value: image-instrument-violin-no_background | ||
type: image | ||
dropZone: zoneB | ||
- value: image-instrument-piano-no_background | ||
type: image | ||
dropZone: zoneB | ||
- value: image-instrument-guitar-no_background | ||
type: image | ||
dropZone: zoneB | ||
|
||
|
||
|
3 changes: 3 additions & 0 deletions
3
.../GameEngineKitExample/Resources/images/image-instrument-drums-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
.../GameEngineKitExample/Resources/images/image-instrument-flute-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...GameEngineKitExample/Resources/images/image-instrument-guitar-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...eEngineKitExample/Resources/images/image-instrument-harmonica-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
.../GameEngineKitExample/Resources/images/image-instrument-piano-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...eEngineKitExample/Resources/images/image-instrument-saxophone-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...GameEngineKitExample/Resources/images/image-instrument-violin-no_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
.../GameEngineKitExample/Resources/images/image-placeholder-instruments_string.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...es/GameEngineKitExample/Resources/images/image-placeholder-instruments_wind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.