Duplicate answers are both accepted as correct now
This commit is contained in:
parent
591c3307a9
commit
ee2a031049
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
||||||
if (Answers[i].isCorrect) continue;
|
if (Answers[i].isCorrect) continue;
|
||||||
if (Answers[i].cchar.pinyin != correctPinyin) continue;
|
if (Answers[i].cchar.pinyin != correctPinyin) continue;
|
||||||
|
|
||||||
Answers[i].cchar.pinyin += "_";
|
Answers[i].isCorrect = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue