-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenario.js
More file actions
37 lines (37 loc) · 1.21 KB
/
scenario.js
File metadata and controls
37 lines (37 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module.exports = [
{"title": "One day at a space station",
"description": "Spending a day at a space station orbiting earth. Your crew must finish research projects before end of the day.",
"crewSize": 4,
"tasks": ["5905279ed1258c7ea016eb53",
"5905279ed1258c7ea016eb4d",
"5905279ed1258c7ea016eb4e",
"5905279ed1258c7ea016eb51",
"5905279ed1258c7ea016eb4f",
"5905279ed1258c7ea016eb55",
"5905279ed1258c7ea016eb54"],
"duration":12,
"roomCount":5
},
{"title": "A trip to the moon",
"description": "A short visit to the our old friend Moon.",
"crewSize": 3,
"tasks": ["5905279ed1258c7ea016eb52",
"5905279ed1258c7ea016eb4f",
"5905279ed1258c7ea016eb4e",
"5905279ed1258c7ea016eb56",
"59052ae64cc7c67f1d82f91c"],
"duration": 7,
"roomCount":3},
{"title": "A trip to Mars",
"description": "A long visit to the our new friend Mars.",
"crewSize": 6,
"tasks": ["5905279ed1258c7ea016eb56",
"59052ae64cc7c67f1d82f91c",
"5905279ed1258c7ea016eb4d",
"5905279ed1258c7ea016eb4e",
"5905279ed1258c7ea016eb51",
"5905279ed1258c7ea016eb4f",
"5905279ed1258c7ea016eb50",
"5905279ed1258c7ea016eb52"],
"duration":48,
"roomCount": 5}]