Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
1cec4b9b
Commit
1cec4b9b
authored
Sep 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
405b4c18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
616 additions
and
617 deletions
+616
-617
Calculation.vue
src/components/subject/Calculation.vue
+8
-3
Cloze.vue
src/components/subject/Cloze.vue
+26
-19
Dataquestion.vue
src/components/subject/Dataquestion.vue
+8
-3
EntryProblem.vue
src/components/subject/EntryProblem.vue
+9
-4
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+8
-3
ListenTopic.vue
src/components/subject/ListenTopic.vue
+5
-0
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+8
-3
Other.vue
src/components/subject/Other.vue
+8
-3
SharingChoose.vue
src/components/subject/SharingChoose.vue
+10
-13
SingleChoice.vue
src/components/subject/SingleChoice.vue
+9
-3
SingleChoiceNumber.vue
src/components/subject/SingleChoiceNumber.vue
+9
-3
SortingProblem.vue
src/components/subject/SortingProblem.vue
+8
-3
Spoken.vue
src/components/subject/Spoken.vue
+7
-2
easyQuestion.vue
src/components/subject/easyQuestion.vue
+8
-3
judge.vue
src/components/subject/judge.vue
+8
-3
nounExplanation.vue
src/components/subject/nounExplanation.vue
+8
-3
readingCompre.vue
src/components/subject/readingCompre.vue
+448
-532
shortAnswer.vue
src/components/subject/shortAnswer.vue
+8
-3
examPaper.vue
src/pages/exam/examPaper.vue
+13
-11
No files found.
src/components/subject/Calculation.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -61,7 +61,12 @@
...
@@ -61,7 +61,12 @@
{{ item1.StundetAnswer }}
{{ item1.StundetAnswer }}
</view>
</view>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/Cloze.vue
View file @
1cec4b9b
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
style=
"border-bottom: 1px solid #d1d1d1"
>
style=
"border-bottom: 1px solid #d1d1d1"
>
...
@@ -42,23 +42,30 @@
...
@@ -42,23 +42,30 @@
</view>
</view>
<
template
v-if=
"!isOperate"
>
<
template
v-if=
"!isOperate"
>
<view
class=
"AnswerContent"
style=
"margin-bottom:20px;"
>
<view
class=
"AnswerContent"
style=
"margin-bottom:20px;"
>
<text
style=
"color: #8c8a94"
>
正确答案:
</text>
<view>
<text
class=
"isTrueAnswer"
>
{{
item1
.
QuestionAnswerList
[
index2
].
SubAnswer
}}
</text>
,
<text
style=
"color: #8c8a94"
>
正确答案:
</text>
<text>
您的答案:
<text
class=
"isTrueAnswer"
>
{{
item1
.
QuestionAnswerList
[
index2
].
SubAnswer
}}
</text>
,
<template
v-if=
"item1.AnswerList&&item1.AnswerList.length>0&&item1.AnswerList[index2].SubAnswer != ''"
>
<text>
您的答案:
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer==item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
<template
v-if=
"item1.AnswerList&&item1.AnswerList.length>0&&item1.AnswerList[index2].SubAnswer != ''"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer==item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
</text>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
<text
v-else
class=
"isNotAnswer"
>
</text>
<template
v-if=
"item1.AnswerList[index2].SubAnswer"
>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
<template
v-if=
"item1.AnswerList[index2].SubAnswer"
>
</
template
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
<
template
v-else
>
</
template
>
未作答
<
template
v-else
>
</
template
>
未作答
</text>
</
template
>
</template>
</text>
</text>
</template>
</text>
</view>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.AnswerList[index2].StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.AnswerList[index2].StudentScore>0"
>
{{item1.AnswerList[index2].StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.AnswerList[index2].StudentScore}}
</text>
</view>
</view>
</view>
</template>
</template>
</view>
</view>
...
...
src/components/subject/Dataquestion.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
v-for=
"(item2, index2) in item1.QuestionContentObj"
...
@@ -69,7 +69,12 @@
...
@@ -69,7 +69,12 @@
</view>
</view>
</
template
>
</
template
>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/EntryProblem.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
v-for=
"(item2, index2) in item1.QuestionContentObj"
...
@@ -69,8 +69,13 @@
...
@@ -69,8 +69,13 @@
</view>
</view>
</
template
>
</
template
>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word;"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color: #8c8a94;"
>
解析:
</text>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word;"
class=
"flex"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94;flex-shrink: 0;"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
v-html=
"item1.AnswerParse"
...
...
src/components/subject/FillInTheBlanks.vue
View file @
1cec4b9b
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
v-for=
"(item2, index2) in item1.QuestionContentObj"
...
@@ -63,7 +63,12 @@
...
@@ -63,7 +63,12 @@
</view>
</view>
</
template
>
</
template
>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:25rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/ListenTopic.vue
View file @
1cec4b9b
...
@@ -115,6 +115,11 @@
...
@@ -115,6 +115,11 @@
</template>
</template>
</text>
</text>
</view>
</view>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.AnswerList[index2].StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.AnswerList[index2].StudentScore>0"
>
{{item1.AnswerList[index2].StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.AnswerList[index2].StudentScore}}
</text>
</view>
</view>
</view>
</template>
</template>
</view>
</view>
...
...
src/components/subject/MultipleChoice.vue
View file @
1cec4b9b
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"item2 flex flex_start_center"
>
class=
"item2 flex flex_start_center"
>
...
@@ -55,7 +55,12 @@
...
@@ -55,7 +55,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
</view>
...
...
src/components/subject/Other.vue
View file @
1cec4b9b
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -49,7 +49,12 @@
...
@@ -49,7 +49,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore!=''"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
</view>
...
...
src/components/subject/SharingChoose.vue
View file @
1cec4b9b
...
@@ -18,21 +18,13 @@
...
@@ -18,21 +18,13 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
style=
"padding: 0 20px"
>
<view
class=
"item1"
style=
"padding: 0 20px"
>
<view
class=
"flex flex_start_center"
>
<view
class=
"flex"
>
<template
v-if=
"
<template
v-if=
"item1.QuestionContentObj[1] && item1.QuestionContentObj[1].length > 0"
>
item1.QuestionContentObj[1] &&
item1.QuestionContentObj[1].length > 0
"
>
<view
class=
"num"
>
(1)
</view>
<view
class=
"num"
>
(1)
</view>
<view
class=
"num"
>
-(
{{
<view
class=
"num"
>
-(
{{
item1
.
QuestionContentObj
[
1
].
length
}}
)题共用备选答案:
</view>
(
{{
item1
.
Score
}}
)
item1
.
QuestionContentObj
[
1
].
length
}}
)题共用备选答案:
</view>
</
template
>
</
template
>
</view>
</view>
<
template
v-if=
"
<
template
v-if=
"item1.QuestionContentObj[0] && item1.QuestionContentObj[0].length > 0"
>
item1.QuestionContentObj[0] &&
item1.QuestionContentObj[0].length > 0
"
>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj[0]"
:key=
"index2"
>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj[0]"
:key=
"index2"
>
<view
class=
"flex item2 flex_start_center"
>
<view
class=
"flex item2 flex_start_center"
>
<view
class=
"chooseNum"
>
{{
item2
.
Name
}}
</view>
<view
class=
"chooseNum"
>
{{
item2
.
Name
}}
</view>
...
@@ -74,7 +66,12 @@
...
@@ -74,7 +66,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore!=''"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
</view>
...
...
src/components/subject/SingleChoice.vue
View file @
1cec4b9b
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
...
@@ -56,7 +56,12 @@
...
@@ -56,7 +56,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore!=''"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #000"
>
{{ item1.AnswerParse }}
</text>
<text
style=
"color: #000"
>
{{ item1.AnswerParse }}
</text>
</view>
</view>
...
@@ -276,6 +281,7 @@
...
@@ -276,6 +281,7 @@
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
flex-shrink
:
0
;
}
}
.chooseName
{
.chooseName
{
...
...
src/components/subject/SingleChoiceNumber.vue
View file @
1cec4b9b
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"flex item2 flex_start_center"
>
class=
"flex item2 flex_start_center"
>
...
@@ -55,7 +55,12 @@
...
@@ -55,7 +55,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #000"
>
{{ item1.AnswerParse }}
</text>
<text
style=
"color: #000"
>
{{ item1.AnswerParse }}
</text>
</view>
</view>
...
@@ -264,6 +269,7 @@
...
@@ -264,6 +269,7 @@
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
flex-shrink
:
0
;
}
}
.chooseName
{
.chooseName
{
...
...
src/components/subject/SortingProblem.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
<template
v-if=
"
v-if=
"
...
@@ -103,7 +103,12 @@
...
@@ -103,7 +103,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/Spoken.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -55,6 +55,11 @@
...
@@ -55,6 +55,11 @@
{{ item1.StundetAnswer }}
{{ item1.StundetAnswer }}
</view>
</view>
</view>
</view>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
...
...
src/components/subject/easyQuestion.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -61,7 +61,12 @@
...
@@ -61,7 +61,12 @@
{{ item1.StundetAnswer }}
{{ item1.StundetAnswer }}
</view>
</view>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/judge.vue
View file @
1cec4b9b
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"flex item2 flex_start_center"
>
class=
"flex item2 flex_start_center"
>
...
@@ -54,7 +54,12 @@
...
@@ -54,7 +54,12 @@
</
template
>
</
template
>
</text>
</text>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
</view>
...
...
src/components/subject/nounExplanation.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -59,7 +59,12 @@
...
@@ -59,7 +59,12 @@
{{ item1.StundetAnswer }}
{{ item1.StundetAnswer }}
</view>
</view>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/components/subject/readingCompre.vue
View file @
1cec4b9b
This diff is collapsed.
Click to expand it.
src/components/subject/shortAnswer.vue
View file @
1cec4b9b
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-if=
"sortIndex != 1"
></swiper-item>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<swiper-item
v-for=
"(item1, index1) in data.DetailsList"
:key=
"index1"
>
<view
class=
"item1"
>
<view
class=
"item1"
>
<view
class=
"flex
flex_start_center
"
>
<view
class=
"flex"
>
<view>
{{
index1
+
1
}}
、
</view>
<view>
{{
index1
+
1
}}
、
</view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
<view
class=
"num"
v-html=
"item1.Title"
></view>
(
{{
item1
.
Score
}}
)
</view>
</view>
<template
v-if=
"isOperate"
>
<template
v-if=
"isOperate"
>
<view
class=
"chooseName"
>
<view
class=
"chooseName"
>
...
@@ -58,7 +58,12 @@
...
@@ -58,7 +58,12 @@
{{ item1.StundetAnswer }}
{{ item1.StundetAnswer }}
</view>
</view>
</view>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<view
style=
"margin:20rpx 0;"
v-if=
"item1.StudentScore"
>
<text
style=
"color:#8c8a94"
>
您的得分:
</text>
<text
class=
"isTrueAnswer"
v-if=
"item1.StudentScore>0"
>
{{item1.StudentScore}}
</text>
<text
class=
"isNotAnswer"
v-else
>
{{item1.StudentScore}}
</text>
</view>
<view
style=
"word-wrap: break-word"
v-if=
"item1.AnswerParse"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
<view
style=
"color: #000; display: inline-block"
style=
"color: #000; display: inline-block"
...
...
src/pages/exam/examPaper.vue
View file @
1cec4b9b
...
@@ -380,7 +380,9 @@ export default {
...
@@ -380,7 +380,9 @@ export default {
let
data
=
reactive
({
let
data
=
reactive
({
time
:
999
,
time
:
999
,
statusBarHeight
:
0
,
statusBarHeight
:
0
,
msg
:
{
GuestId
:
0
,
PaperId
:
0
,
PublishId
:
0
},
// msg: { GuestId: 0, PaperId: 0, PublishId: 0},
msg
:
{
GuestId
:
20
,
PaperId
:
9
,
PublishId
:
1
,
isShowAnswer
:
true
},
peaperDetail
:
{},
peaperDetail
:
{},
changeIndex
:
0
,
//大题序号
changeIndex
:
0
,
//大题序号
isLast
:
false
,
//用于判断是否从后往前翻
isLast
:
false
,
//用于判断是否从后往前翻
...
@@ -461,19 +463,19 @@ export default {
...
@@ -461,19 +463,19 @@ export default {
};
};
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
if
(
options
.
GuestId
){
//
if(options.GuestId){
this
.
msg
.
GuestId
=
options
.
GuestId
;
//
this.msg.GuestId = options.GuestId;
}
//
}
if
(
options
.
PaperId
)
{
//
if (options.PaperId) {
this
.
msg
.
PaperId
=
options
.
PaperId
;
//
this.msg.PaperId = options.PaperId;
}
//
}
if
(
options
.
Id
)
{
//
if (options.Id) {
this
.
msg
.
PublishId
=
options
.
Id
;
//
this.msg.PublishId = options.Id;
}
//
}
if
(
options
.
Exam_Student_Id
)
{
if
(
options
.
Exam_Student_Id
)
{
this
.
Exam_Student_Id
=
options
.
Exam_Student_Id
;
this
.
Exam_Student_Id
=
options
.
Exam_Student_Id
;
}
}
if
(
options
.
ExamStatus
&&
options
.
ExamStatus
==
1
)
{
if
(
options
.
ExamStatus
&&
(
options
.
ExamStatus
==
1
||
options
.
ExamStatus
==
2
)
)
{
this
.
isOperate
=
false
;
this
.
isOperate
=
false
;
this
.
msg
.
isShowAnswer
=
true
;
this
.
msg
.
isShowAnswer
=
true
;
this
.
isAutoTime
=
false
;
this
.
isAutoTime
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment