Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
ea2f0220
Commit
ea2f0220
authored
Sep 08, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0dcd3a9f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
20 deletions
+28
-20
v-cloze.vue
src/components/questiontype/v-cloze.vue
+8
-1
v-entryproblem.vue
src/components/questiontype/v-entryproblem.vue
+1
-1
v-fillin.vue
src/components/questiontype/v-fillin.vue
+1
-1
v-judge.vue
src/components/questiontype/v-judge.vue
+1
-1
v-multiple.vue
src/components/questiontype/v-multiple.vue
+1
-1
v-readingcomprehensio.vue
src/components/questiontype/v-readingcomprehensio.vue
+4
-4
v-sharingchoose.vue
src/components/questiontype/v-sharingchoose.vue
+1
-1
v-shortanswer.vue
src/components/questiontype/v-shortanswer.vue
+1
-1
v-single.vue
src/components/questiontype/v-single.vue
+1
-1
v-sortingproblem.vue
src/components/questiontype/v-sortingproblem.vue
+1
-1
examineeManager.vue
src/pages/exam/examineeManager.vue
+6
-5
examtestinfo.vue
src/pages/exam/examtestinfo.vue
+1
-1
examtestreview.vue
src/pages/exam/examtestreview.vue
+1
-1
No files found.
src/components/questiontype/v-cloze.vue
View file @
ea2f0220
...
...
@@ -64,6 +64,13 @@
</td>
</tr>
</tbody>
<tfoot
v-if=
"isShowAnswer"
>
<tr>
<td>
答案:{{data.Answer}}
</td>
</tr>
</tfoot>
</table>
<table
class=
"common_TiTable"
v-if=
"isShowAnswer"
>
<tfoot>
...
...
@@ -80,7 +87,7 @@
</tr>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-entryproblem.vue
View file @
ea2f0220
...
...
@@ -73,7 +73,7 @@
</
template
>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-fillin.vue
View file @
ea2f0220
...
...
@@ -74,7 +74,7 @@
</
template
>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-judge.vue
View file @
ea2f0220
...
...
@@ -38,7 +38,7 @@
</tr>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-multiple.vue
View file @
ea2f0220
...
...
@@ -37,7 +37,7 @@
</tr>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
<tr>
...
...
src/components/questiontype/v-readingcomprehensio.vue
View file @
ea2f0220
...
...
@@ -99,7 +99,7 @@
学生答案: {{data.AnswerList[index].Content}}
</td>
<td>
<q-input
standout=
"bg-primary text-white"
v-model=
"item.S
ub
Score"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"item.S
tudent
Score"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
@@ -132,7 +132,7 @@
学生答案: {{data.AnswerList[index].Content}}
</td>
<td>
<q-input
standout=
"bg-primary text-white"
v-model=
"item.S
ub
Score"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"item.S
tudent
Score"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
@@ -168,7 +168,7 @@
学生答案: {{data.AnswerList[index].Content}}
</td>
<td>
<q-input
standout=
"bg-primary text-white"
v-model=
"
data.Stunde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"
item.Studen
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
@@ -194,7 +194,7 @@
学生答案: {{data.AnswerList[index].Content}}
</td>
<td>
<q-input
standout=
"bg-primary text-white"
v-model=
"
data.Stunde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"
item.Studen
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-sharingchoose.vue
View file @
ea2f0220
...
...
@@ -69,7 +69,7 @@
</tr>
<tr>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/components/questiontype/v-shortanswer.vue
View file @
ea2f0220
...
...
@@ -20,7 +20,7 @@
<div
v-html=
"data.StundetAnswer"
></div>
</div>
<div
v-if=
"isShowStudentAnswer"
style=
"display:flex;"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</div>
<div
style=
"display:flex;"
v-if=
"isShowAnswer"
>
...
...
src/components/questiontype/v-single.vue
View file @
ea2f0220
...
...
@@ -37,7 +37,7 @@
</tr>
<tr
v-if=
"isShowStudentAnswer"
>
<td
colspan=
"2"
>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
<tr>
...
...
src/components/questiontype/v-sortingproblem.vue
View file @
ea2f0220
...
...
@@ -81,7 +81,7 @@
</tr>
<tr
v-if=
"isShowStudentAnswer"
>
<td>
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
nde
tScore"
label=
"得分:"
maxlength=
"20"
<q-input
standout=
"bg-primary text-white"
v-model=
"data.Stu
den
tScore"
label=
"得分:"
maxlength=
"20"
@
input=
"getQuestionScore"
/>
</td>
</tr>
...
...
src/pages/exam/examineeManager.vue
View file @
ea2f0220
...
...
@@ -49,13 +49,14 @@
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<q-btn
flat
color=
"primary"
v-if=
"props.row.ExamStatus==0||props.row.ExamStatus==2"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"学员考试"
<!--v-if="props.row.ExamStatus==0||props.row.ExamStatus==2"-->
<q-btn
flat
color=
"primary"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"学员考试"
@
click=
"gotoExamTest(props.row)"
/>
<q-btn
flat
color=
"primary"
v-if=
"props.row.ExamStatus==1"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"阅卷"
<!--v-if="props.row.ExamStatus==1"-->
<q-btn
flat
color=
"primary"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"阅卷"
@
click=
"gotoExamTestReview(props.row)"
/>
<q-btn
flat
color=
"primary"
v-if=
"props.row.ExamStatus==3"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"详情"
<!--v-if="props.row.ExamStatus==3"-->
<q-btn
flat
color=
"primary"
size=
"xs"
style=
"font-weight:400;"
class=
"q-mr-md"
label=
"详情"
@
click=
"gotoExamTestInfo(props.row)"
/>
</q-td>
</
template
>
...
...
src/pages/exam/examtestinfo.vue
View file @
ea2f0220
...
...
@@ -473,7 +473,7 @@
x
.
DetailsList
.
forEach
(
y
=>
{
if
(
y
.
Score
)
{
this
.
examScore
+=
Number
(
y
.
Score
);
this
.
studentScore
+=
Number
(
y
.
Stu
nde
tScore
)
this
.
studentScore
+=
Number
(
y
.
Stu
den
tScore
)
}
})
}
...
...
src/pages/exam/examtestreview.vue
View file @
ea2f0220
...
...
@@ -472,7 +472,7 @@
x
.
DetailsList
.
forEach
(
y
=>
{
if
(
y
.
Score
)
{
this
.
examScore
+=
Number
(
y
.
Score
);
this
.
studentScore
+=
Number
(
y
.
Stu
nde
tScore
)
this
.
studentScore
+=
Number
(
y
.
Stu
den
tScore
)
}
})
}
...
...
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