| { | |
| "Game": "Catan", | |
| "Test Description": "Testing basic game understanding and rule understanding.", | |
| "Difficulty Notes": "simple rule application", | |
| "Question": "Given that it is the red player's turn, and the player rolls a 4. What is the total amount of resources the red player will 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: grain, amount: 4]", | |
| "Rationale": "", | |
| "game_state_url": [ | |
| "gamestates/images/catan/board_3.png" | |
| ], | |
| "Game State Difficulty": 2, | |
| "Rules Difficulty": 2, | |
| "Strategy Difficulty": 0, | |
| "tier": 2, | |
| "json_game_state_url": "", | |
| "ID": 2413 | |
| } |