jpeper's picture
Add annotation_data for dataset browser
0793f77
{
"Game": "Catan",
"Test Description": "Testing basic game understanding and rule understanding.",
"Difficulty Notes": "simple rule application",
"Question": "Given the current game state, Consider that it is the blue players turn, and the blue player rolls a 5. What is the total number of resources of each type the blue player would have after collecting resources from the roll? 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: 2, lumber: 2, wool: 1, grain: 1, ore: 3]",
"Rationale": "",
"game_state_url": [
"gamestates/images/catan/board_5.png",
"gamestates/images/catan/player_blue_5.png"
],
"Game State Difficulty": 2,
"Rules Difficulty": 2,
"Strategy Difficulty": 0,
"tier": 2,
"json_game_state_url": "",
"ID": 2429
}