| { | |
| "sample_id": 17, | |
| "coordinate_system": { | |
| "row_labels": [ | |
| "F", | |
| "G", | |
| "H", | |
| "I" | |
| ], | |
| "col_labels": [ | |
| "5", | |
| "6", | |
| "7", | |
| "8" | |
| ] | |
| }, | |
| "correct_position": { | |
| "coordinates": [ | |
| 2, | |
| 3 | |
| ], | |
| "position_text": "H8" | |
| }, | |
| "all_positions": [ | |
| { | |
| "image_index": 1, | |
| "coordinates": [ | |
| 2, | |
| 3 | |
| ], | |
| "position_text": "H8", | |
| "is_correct": true | |
| }, | |
| { | |
| "image_index": 2, | |
| "coordinates": [ | |
| 3, | |
| 0 | |
| ], | |
| "position_text": "I5", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 3, | |
| "coordinates": [ | |
| 3, | |
| 1 | |
| ], | |
| "position_text": "I6", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 4, | |
| "coordinates": [ | |
| 0, | |
| 2 | |
| ], | |
| "position_text": "F7", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 5, | |
| "coordinates": [ | |
| 3, | |
| 2 | |
| ], | |
| "position_text": "I7", | |
| "is_correct": false | |
| } | |
| ], | |
| "resources_used": { | |
| "base_icon": "chair.png", | |
| "overlay_icon": "banana.png", | |
| "background_top": "back.png", | |
| "background_bottom": "submit.png", | |
| "arrow_left": "arrow-circle-left.png", | |
| "arrow_right": "arrow-circle-right.png" | |
| }, | |
| "generation_info": { | |
| "total_images": 5, | |
| "correct_answer_image": "image_1.png", | |
| "correct_answer_position": "H8" | |
| } | |
| } |