|
@@ -96,7 +96,7 @@ export default {
|
|
|
answer ? (answer = JSON.stringify(answer)) : '';
|
|
|
return { answer, questionid };
|
|
|
});
|
|
|
- let object = { termid, batchid, classid, studentid, planid: this.user.userid0, questionnaireid: this.id, answers };
|
|
|
+ let object = { termid, batchid, classid, studentid, planid: this.user.planid, questionnaireid: this.id, answers };
|
|
|
let res;
|
|
|
if (!answerid) {
|
|
|
res = await this.sendAnswer(object);
|