Commit b3d37ab9 authored by 黄奎's avatar 黄奎

页面修改

parent 2d91c46b
...@@ -291,10 +291,13 @@ ...@@ -291,10 +291,13 @@
:isShowStudentAnswer="isShowStudentAnswer" @getScore="calcPaper"></v-judge> :isShowStudentAnswer="isShowStudentAnswer" @getScore="calcPaper"></v-judge>
<!--简答题、名词解释、论述题、计算题、口语题、其它--> <!--简答题、名词解释、论述题、计算题、口语题、其它-->
<v-shortanswer v-if="dItem.QuestionTypeKey=='short-answer'||dItem.QuestionTypeKey=='noun-explanation'||dItem.QuestionTypeKey=='essay-question' <v-shortanswer v-if="dItem.QuestionTypeKey=='short-answer'
||dItem.QuestionTypeKey=='calculation' || dItem.QuestionTypeKey=='spoken'|| dItem.QuestionTypeKey=='other' ||dItem.QuestionTypeKey=='noun-explanation'
" :questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer" ||dItem.QuestionTypeKey=='essay-question'
@getScore="calcPaper"> ||dItem.QuestionTypeKey=='calculation'
|| dItem.QuestionTypeKey=='spoken'
|| dItem.QuestionTypeKey=='other'" :questionObj="dItem" :isShowAnswer="isShowAnswer"
:isShowStudentAnswer="isShowStudentAnswer" @getScore="calcPaper">
</v-shortanswer> </v-shortanswer>
<!--分录题、资料题--> <!--分录题、资料题-->
...@@ -318,8 +321,9 @@ ...@@ -318,8 +321,9 @@
<!--阅读理解、听力题--> <!--阅读理解、听力题-->
<v-readingcomprehensio <v-readingcomprehensio
v-if="dItem.QuestionTypeKey=='reading-comprehensio'||dItem.QuestionTypeKey=='listening'" v-if="dItem.QuestionTypeKey=='reading-comprehensio'||dItem.QuestionTypeKey=='listening'"
:questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer"> :questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer"
</v-readingcomprehensio @getScore="calcPaper"> @getScore="calcPaper">
</v-readingcomprehensio>
<!--共用选择题--> <!--共用选择题-->
<v-sharingchoose v-if="dItem.QuestionTypeKey=='sharing-choose'" :questionObj="dItem" <v-sharingchoose v-if="dItem.QuestionTypeKey=='sharing-choose'" :questionObj="dItem"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment