Commit b3d37ab9 authored by 黄奎's avatar 黄奎

页面修改

parent 2d91c46b
......@@ -291,10 +291,13 @@
:isShowStudentAnswer="isShowStudentAnswer" @getScore="calcPaper"></v-judge>
<!--简答题、名词解释、论述题、计算题、口语题、其它-->
<v-shortanswer v-if="dItem.QuestionTypeKey=='short-answer'||dItem.QuestionTypeKey=='noun-explanation'||dItem.QuestionTypeKey=='essay-question'
||dItem.QuestionTypeKey=='calculation' || dItem.QuestionTypeKey=='spoken'|| dItem.QuestionTypeKey=='other'
" :questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer"
@getScore="calcPaper">
<v-shortanswer v-if="dItem.QuestionTypeKey=='short-answer'
||dItem.QuestionTypeKey=='noun-explanation'
||dItem.QuestionTypeKey=='essay-question'
||dItem.QuestionTypeKey=='calculation'
|| dItem.QuestionTypeKey=='spoken'
|| dItem.QuestionTypeKey=='other'" :questionObj="dItem" :isShowAnswer="isShowAnswer"
:isShowStudentAnswer="isShowStudentAnswer" @getScore="calcPaper">
</v-shortanswer>
<!--分录题、资料题-->
......@@ -318,8 +321,9 @@
<!--阅读理解、听力题-->
<v-readingcomprehensio
v-if="dItem.QuestionTypeKey=='reading-comprehensio'||dItem.QuestionTypeKey=='listening'"
:questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer">
</v-readingcomprehensio @getScore="calcPaper">
:questionObj="dItem" :isShowAnswer="isShowAnswer" :isShowStudentAnswer="isShowStudentAnswer"
@getScore="calcPaper">
</v-readingcomprehensio>
<!--共用选择题-->
<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