Skip to content
Snippets Groups Projects
Commit a6def505 authored by HAUTBOIS Aurelie's avatar HAUTBOIS Aurelie
Browse files

add exploration doctype

parent 345e782d
No related branches found
No related tags found
No related merge requests found
Pipeline #10395 passed
......@@ -425,6 +425,24 @@ This doctype is used to store all quiz.
}
```
## Exploration
### Description
This doctype is used to store all explorations.
### Doctype
**`com.grandlyon.ecolyo.exploration`**
### Structure
| Field | Type | Description |
| ----------- | -------------------- | ---------------------------------------------------------------------------------------------------------------- |
| \_id | string | exploration id - respect the format _EXPLORATION00X_ |
| state | UserExplorationState | State of the exploration<br><br>UserExplorationState enum<br>- _UNLOCKED = 0_<br>- _ONGOING = 1_<br>- _DONE = 2_ |
| description | string | description of the exploration |
## Duel
### Description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment