From 4a88624e86cf190a24e5d38490f8271f9d7c6a0d Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期二, 25 六月 2024 16:46:51 +0800 Subject: [PATCH] 艺术戏剧(拖拽题测试) --- src/books/artAndDrama/view/components/chapter001.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/books/artAndDrama/view/components/chapter001.vue b/src/books/artAndDrama/view/components/chapter001.vue index bb34338..581c9d6 100644 --- a/src/books/artAndDrama/view/components/chapter001.vue +++ b/src/books/artAndDrama/view/components/chapter001.vue @@ -66,7 +66,7 @@ <p class="center openImgBox"> <img class="img-e" alt="" src="../../assets/images/1-2铓傝殎涓惧ぇ鏍�.gif" /> </p> - <choice class="text" :questions="questions"></choice> + <choice class="text" :questions="questions" :primaryColor="accentColor" hoverBackgroundColor="#F58200" hoverColor="white"></choice> <p class="center text"> <video :src="videoPathOne" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5" x5-video-player-fullscreen="true" x5-playsinline="" controls @@ -397,10 +397,10 @@ auidoPathTwo: "", auidoPathThree: "", chapterData: { - isCollectImg: false, - isCollectVideo: false, - txtOne: "", - txtTwo: "", + isCollectImg: false, + isCollectVideo: false, + txtOne: "", + txtTwo: "", }, rawData: { left: [ @@ -552,7 +552,7 @@ questionType: "singleChoice", score: 2, stem: { - "stemTxt": "1銆佽殏铓佹槸鍏稿瀷鐨�( )鏄嗚櫕銆�(澶氶��)" + "stemTxt": "1銆佽殏铓佹槸鍏稿瀷鐨�(銆�)鏄嗚櫕銆�(澶氶��)" }, stemStyle: "Txt", userAnswer: "", @@ -594,7 +594,7 @@ questionType: "singleChoice", score: 2, stem: { - "stemTxt": "2銆佽殏铓佸唴閮ㄥ張( )鍒嗗伐銆�(澶氶��)" + "stemTxt": "2銆佽殏铓佸唴閮ㄥ張(銆�)鍒嗗伐銆�(澶氶��)" }, stemStyle: "Txt", userAnswer: "", @@ -636,7 +636,7 @@ questionType: "singleChoice", score: 2, stem: { - "stemTxt": "3銆佷竴涓�( )缇や綋灏戜笉浜嗛粯濂戠殑閰嶅悎銆�(澶氶��)" + "stemTxt": "3銆佷竴涓�(銆�)缇や綋灏戜笉浜嗛粯濂戠殑閰嶅悎銆�(澶氶��)" }, stemStyle: "Txt", userAnswer: "", -- Gitblit v1.9.1