Browse Source

Merge branch 'master' into lhd

natasha 1 year ago
parent
commit
b40ffede74

+ 1 - 1
src/views/exercise_questions/data/chinese.js

@@ -45,7 +45,7 @@ export const chineseData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: 'false', // 描述
     score: 1, // 分值
     score_type: scoreTypeList[0].value, // 分值类型

+ 1 - 1
src/views/exercise_questions/data/chooseTone.js

@@ -52,7 +52,7 @@ export const ChooseToneData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: 'false', // 描述
     answer_mode: toneTypeList[0].value, // 音调类型
     score: 1, // 分值

+ 1 - 1
src/views/exercise_questions/data/dialogue.js

@@ -11,7 +11,7 @@ export const dialogueData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     score: 1, // 分值
     is_enable_description: switchOption[0].value, // 描述
     is_enable_voice_answer: switchOption[0].value, // 语音作答

+ 1 - 1
src/views/exercise_questions/data/fill.js

@@ -12,7 +12,7 @@ export const fillData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_listening: switchOption[0].value, // 是否听力
     is_enable_description: switchOption[1].value, // 描述
     score: 1, // 分值

+ 1 - 1
src/views/exercise_questions/data/judge.js

@@ -25,7 +25,7 @@ export const judgeData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     option_type_list: [option_type_list[0].value, option_type_list[1].value], // 选项类型列表
     is_enable_listening: switchOption[0].value, // 是否听力
     score: 1, // 分值

+ 1 - 1
src/views/exercise_questions/data/matching.js

@@ -31,7 +31,7 @@ export function getMatchingDataTemplate() {
     // 题型属性
     property: {
       stem_type: stemTypeList[0].value, // 题干类型
-      question_number: 1, // 题号
+      question_number: '1', // 题号
       column_number: columnNumberList[0].value, // 列数
       is_enable_description: switchOption[1].value, // 描述
       score: 1, // 分值

+ 1 - 1
src/views/exercise_questions/data/read.js

@@ -11,7 +11,7 @@ export const readData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: false, // 描述
     score: 1, // 分值
     score_type: scoreTypeList[0].value, // 分值类型

+ 1 - 1
src/views/exercise_questions/data/readAloud.js

@@ -12,7 +12,7 @@ export const readAloudData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_reference_answer: switchOption[0].value, // 是否开启参考答案
     score: 1, // 分值
     score_type: scoreTypeList[0].value, // 分值类型

+ 1 - 1
src/views/exercise_questions/data/repeat.js

@@ -21,7 +21,7 @@ export const repeatData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: 'false', // 描述
     score: 1, // 分值
     score_type: scoreTypeList[0].value, // 分值类型

+ 1 - 1
src/views/exercise_questions/data/select.js

@@ -28,7 +28,7 @@ export const selectData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: switchOption[1].value, // 描述
     select_type: selectTypeList[0].value, // 选择类型
     is_enable_listening: switchOption[0].value, // 是否听力

+ 1 - 1
src/views/exercise_questions/data/talkPicture.js

@@ -11,7 +11,7 @@ export const talkPictrueData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     score: 1, // 分值
     is_enable_description: false, // 描述
     is_enable_voice_answer: true, // 语音作答

+ 1 - 1
src/views/exercise_questions/data/write.js

@@ -11,7 +11,7 @@ export const writeData = {
   // 题型属性
   property: {
     stem_type: stemTypeList[0].value, // 题干类型
-    question_number: 1, // 题号
+    question_number: '1', // 题号
     is_enable_description: 'false', // 描述
     score: 1, // 分值
     score_type: scoreTypeList[0].value, // 分值类型