| { | |
| "sample_id": 1, | |
| "coordinate_system": { | |
| "row_labels": [ | |
| "G", | |
| "H", | |
| "I", | |
| "J" | |
| ], | |
| "col_labels": [ | |
| "1", | |
| "2", | |
| "3", | |
| "4" | |
| ] | |
| }, | |
| "correct_position": { | |
| "coordinates": [ | |
| 2, | |
| 1 | |
| ], | |
| "position_text": "I2" | |
| }, | |
| "all_positions": [ | |
| { | |
| "image_index": 1, | |
| "coordinates": [ | |
| 1, | |
| 0 | |
| ], | |
| "position_text": "H1", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 2, | |
| "coordinates": [ | |
| 3, | |
| 0 | |
| ], | |
| "position_text": "J1", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 3, | |
| "coordinates": [ | |
| 3, | |
| 3 | |
| ], | |
| "position_text": "J4", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 4, | |
| "coordinates": [ | |
| 1, | |
| 3 | |
| ], | |
| "position_text": "H4", | |
| "is_correct": false | |
| }, | |
| { | |
| "image_index": 5, | |
| "coordinates": [ | |
| 2, | |
| 1 | |
| ], | |
| "position_text": "I2", | |
| "is_correct": true | |
| } | |
| ], | |
| "resources_used": { | |
| "base_icon": "chair.png", | |
| "overlay_icon": "apple.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_5.png", | |
| "correct_answer_position": "I2" | |
| } | |
| } |