Skip to content

Commit 8af06ea

Browse files
Ashwini KumbleAshwini Kumble
authored andcommitted
fixed images for color vision check
1 parent 84d79fe commit 8af06ea

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

public/color-palette-study/config.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"taskid": "ishiharaResponse",
111111
"plateIndex": 0,
112112
"correctResponse": "12",
113-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-0.png"
113+
"imagePath": "color-palette-study/assets/ishihara/ishihara-0.png"
114114
}
115115
},
116116
"ishihara_plate_1": {
@@ -119,7 +119,7 @@
119119
"taskid": "ishiharaResponse",
120120
"plateIndex": 1,
121121
"correctResponse": "8",
122-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-1.png"
122+
"imagePath": "color-palette-study/assets/ishihara/ishihara-1.png"
123123
}
124124
},
125125
"ishihara_plate_2": {
@@ -128,7 +128,7 @@
128128
"taskid": "ishiharaResponse",
129129
"plateIndex": 2,
130130
"correctResponse": "5",
131-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-2.png"
131+
"imagePath": "color-palette-study/assets/ishihara/ishihara-2.png"
132132
}
133133
},
134134
"ishihara_plate_3": {
@@ -137,7 +137,7 @@
137137
"taskid": "ishiharaResponse",
138138
"plateIndex": 3,
139139
"correctResponse": "29",
140-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-3.png"
140+
"imagePath": "color-palette-study/assets/ishihara/ishihara-3.png"
141141
}
142142
},
143143
"ishihara_plate_4": {
@@ -146,7 +146,7 @@
146146
"taskid": "ishiharaResponse",
147147
"plateIndex": 4,
148148
"correctResponse": "74",
149-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-4.png"
149+
"imagePath": "color-palette-study/assets/ishihara/ishihara-4.png"
150150
}
151151
},
152152
"ishihara_plate_5": {
@@ -155,7 +155,7 @@
155155
"taskid": "ishiharaResponse",
156156
"plateIndex": 5,
157157
"correctResponse": "7",
158-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-5.png"
158+
"imagePath": "color-palette-study/assets/ishihara/ishihara-5.png"
159159
}
160160
},
161161
"ishihara_plate_6": {
@@ -164,7 +164,7 @@
164164
"taskid": "ishiharaResponse",
165165
"plateIndex": 6,
166166
"correctResponse": "45",
167-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-6.png"
167+
"imagePath": "color-palette-study/assets/ishihara/ishihara-6.png"
168168
}
169169
},
170170
"ishihara_plate_7": {
@@ -173,7 +173,7 @@
173173
"taskid": "ishiharaResponse",
174174
"plateIndex": 7,
175175
"correctResponse": "2",
176-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-7.png"
176+
"imagePath": "color-palette-study/assets/ishihara/ishihara-7.png"
177177
}
178178
},
179179
"ishihara_plate_8": {
@@ -182,7 +182,7 @@
182182
"taskid": "ishiharaResponse",
183183
"plateIndex": 8,
184184
"correctResponse": "16",
185-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-8.png"
185+
"imagePath": "color-palette-study/assets/ishihara/ishihara-8.png"
186186
}
187187
},
188188
"ishihara_plate_9": {
@@ -191,7 +191,7 @@
191191
"taskid": "ishiharaResponse",
192192
"plateIndex": 9,
193193
"correctResponse": "35",
194-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-9.png"
194+
"imagePath": "color-palette-study/assets/ishihara/ishihara-9.png"
195195
}
196196
},
197197
"ishihara_plate_10": {
@@ -200,7 +200,7 @@
200200
"taskid": "ishiharaResponse",
201201
"plateIndex": 10,
202202
"correctResponse": "96",
203-
"imagePath": "/color-palette-study/assets/ishihara/ishihara-10.png"
203+
"imagePath": "color-palette-study/assets/ishihara/ishihara-10.png"
204204
}
205205
},
206206
"colorvision_survey": {

0 commit comments

Comments
 (0)