File size: 974 Bytes
0793f77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "Game": "Catan",
  "Test Description": "Testing basic game understanding and rule understanding.",
  "Difficulty Notes": "simple rule application",
  "Question": "Consider it is the green players turn. If the green player rolls a 12. and chooses to build 2 roads: one on the common side of 11: forest and 3: fields, and 3:fields, and 10: mountains. After building the roads, how many total resource cards of each type will the green player have? Return the answer in the following format: [<resource_name>: <number of cards of that type of resource>]. If a resource type has zero cards, include it in the answer with amount 0.",
  "Answer": "[brick: 1, wool: 7, grain: 1, lumber: 1, ore: 3]",
  "Rationale": "",
  "game_state_url": [
    "gamestates/images/catan/board_5.png",
    "gamestates/images/catan/player_green_5.png"
  ],
  "Game State Difficulty": 2,
  "Rules Difficulty": 2,
  "Strategy Difficulty": 0,
  "tier": 2,
  "json_game_state_url": "",
  "ID": 2434
}