|
@@ -123,7 +123,7 @@ export function useExam() {
|
|
|
item.reply = null;
|
|
|
if (item.type == 3) {
|
|
|
item.result = JSON.parse(item.result);
|
|
|
- item.placeholders = item.result.map((item, cindex) => `[bank${cindex}]`)
|
|
|
+ item.placeholders = item.result.map((item, cindex) => `[bank${cindex+1}]`)
|
|
|
item.reply = item.reply ? JSON.parse(item.reply): item.result.map(() => '');
|
|
|
}
|
|
|
})
|