|
@@ -187,6 +187,9 @@ export default {
|
|
this.$refs.SelectQuestionDialog.open();
|
|
this.$refs.SelectQuestionDialog.open();
|
|
},
|
|
},
|
|
questionSelected(questions) {
|
|
questionSelected(questions) {
|
|
|
|
+ questions.forEach((q) => {
|
|
|
|
+ q.score = this.curDetail.scorePerQuestion;
|
|
|
|
+ });
|
|
this.curDetail.questions.push(...questions);
|
|
this.curDetail.questions.push(...questions);
|
|
},
|
|
},
|
|
toEditQuestion(question) {
|
|
toEditQuestion(question) {
|