mirror of
https://github.com/jlengrand/1es-landscape.git
synced 2026-03-09 23:51:23 +00:00
21 lines
543 B
YAML
21 lines
543 B
YAML
# Landscape2 games data
|
|
#
|
|
# This file contains the data that will be used in the landscape games.
|
|
#
|
|
# Reference documentation: https://github.com/cncf/landscape2/blob/main/docs/config/games.yml
|
|
|
|
quiz:
|
|
questions:
|
|
- title: "Which of the following items have feature X?"
|
|
options:
|
|
- item: Item 1
|
|
correct: true
|
|
- item: Item 2
|
|
- item: Item 3
|
|
- title: "Please select the item with feature Y"
|
|
options:
|
|
- item: Item 1
|
|
- item: Item 2
|
|
- item: Item 3
|
|
correct: true
|