@@ -159,6 +159,7 @@ export default {
} else {
studentAnsMap[k] = {
score: question.score,
+ answer: null,
};
}
});