File size: 1,420 Bytes
79d1a9b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | {
"sample_id": 10,
"coordinate_system": {
"row_labels": [
"W",
"X",
"Y",
"Z"
],
"col_labels": [
"3",
"4",
"5",
"6"
]
},
"correct_position": {
"coordinates": [
1,
2
],
"position_text": "X5"
},
"all_positions": [
{
"image_index": 1,
"coordinates": [
3,
1
],
"position_text": "Z4",
"is_correct": false
},
{
"image_index": 2,
"coordinates": [
3,
2
],
"position_text": "Z5",
"is_correct": false
},
{
"image_index": 3,
"coordinates": [
2,
3
],
"position_text": "Y6",
"is_correct": false
},
{
"image_index": 4,
"coordinates": [
1,
2
],
"position_text": "X5",
"is_correct": true
},
{
"image_index": 5,
"coordinates": [
0,
2
],
"position_text": "W5",
"is_correct": false
}
],
"resources_used": {
"base_icon": "chair.png",
"overlay_icon": "baicai.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_4.png",
"correct_answer_position": "X5"
}
} |