-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivitiy_prompts.json
More file actions
32 lines (32 loc) · 920 Bytes
/
activitiy_prompts.json
File metadata and controls
32 lines (32 loc) · 920 Bytes
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
[
{
"_id": 1,
"title": "Squirrel Observations",
"prompt1": "Something I noticed about squirrel behavior in my neighborhood is...",
"prompt2": "A question I have about squirrel behavior is..."
},
{
"_id": 2,
"title": "Squirrel Research",
"prompt1": "",
"prompt2": ""
},
{
"_id": 3,
"title": "My Bout 1 Moves",
"prompt1": "The strategy I tended to use was...",
"prompt2": "In order to do better next time I will..."
},
{
"_id": 4,
"title": "Reflecting on Bout 2",
"prompt1": "Compared to an ideal distribution, our results were...",
"prompt2": "This was because..."
},
{
"_id": 5,
"title": "Planning Bout 4",
"prompt1": "In the last bout the predator affected my strategy by...",
"prompt2": "In response my strategy this time will be..."
}
]