| | |
| | | <div v-else-if="qType==4" v-loading="qLoading"> |
| | | <div class="q-title" v-html="question.title"/> |
| | | </div> |
| | | <div v-else-if="qType==5" v-loading="qLoading"> |
| | | <div v-else-if="qType==5 || qType == 7 || qType == 8" v-loading="qLoading"> |
| | | <div class="q-title" v-html="question.title"/> |
| | | </div> |
| | | <div v-else> |
| | |
| | | return { |
| | | form: { |
| | | id: null, |
| | | questionType: 5, |
| | | questionType: 8, |
| | | gradeLevel: null, |
| | | subjectId: null, |
| | | title: '', |
| | |
| | | return { |
| | | form: { |
| | | id: null, |
| | | questionType: 5, |
| | | questionType: 7, |
| | | gradeLevel: null, |
| | | subjectId: null, |
| | | title: '', |