File size: 859 Bytes
0793f77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "Game": "Catan",
  "Test Description": "Testing basic game understanding and rule understanding.",
  "Difficulty Notes": "simple rule application",
  "Question": "Considering it is the blue player's turn. The blue player rolls a 8. How many total resources will the blue player receive from this roll? Return the answer in the following format: [resource: <name of the resource>, amount: <number of resources>]. If the player receives no resources, return [resource: none, amount: 0].",
  "Answer": "[resource: brick, amount: 2]",
  "Rationale": "",
  "game_state_url": [
    "gamestates/images/catan/board_3.png",
    "gamestates/images/catan/player_blue_3.png",
    "gamestates/images/catan/player_red_3.png"
  ],
  "Game State Difficulty": 2,
  "Rules Difficulty": 2,
  "Strategy Difficulty": 0,
  "tier": 2,
  "json_game_state_url": "",
  "ID": 2417
}