Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-learn
Commits
21fd47ec
提交
21fd47ec
authored
12月 01, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码提交
上级
366e97a8
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
41 行增加
和
15 行删除
+41
-15
Finished.vue
src/modules/teacher/data/exam/components/Finished.vue
+5
-1
QuestionType.vue
src/modules/teacher/data/exam/components/QuestionType.vue
+26
-8
Result.vue
src/modules/teacher/data/exam/components/Result.vue
+8
-4
ScoreRange.vue
src/modules/teacher/data/exam/components/ScoreRange.vue
+1
-1
ScoreRanking.vue
src/modules/teacher/data/exam/components/ScoreRanking.vue
+1
-1
没有找到文件。
src/modules/teacher/data/exam/components/Finished.vue
浏览文件 @
21fd47ec
...
...
@@ -20,7 +20,11 @@ export default {
remote
:
{},
columns
:
[
{
label
:
'排名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'排名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'班级'
,
slots
:
'table-name'
,
align
:
'center'
},
{
label
:
'平均分'
,
prop
:
'cankao_num'
,
align
:
'center'
,
sortable
:
true
},
{
label
:
'客观题平均分'
,
prop
:
'efw'
,
align
:
'center'
,
sortable
:
true
},
...
...
src/modules/teacher/data/exam/components/QuestionType.vue
浏览文件 @
21fd47ec
<
template
>
<el-card
class=
"box-card"
style=
"height:
50
0px"
>
<el-card
class=
"box-card"
style=
"height:
45
0px"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"
font-size: 28
px"
>
题型数据
</h1>
<h1
style=
"
color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
题型数据
</h1>
</div>
<div
style=
"height:
40
0px; width: 90%; margin: 0 auto"
>
<div
style=
"height:
35
0px; width: 90%; margin: 0 auto"
>
<div
id=
"type"
style=
"width: 100%; height: 90%"
></div>
<div>
客观题正确率76%
</div>
<div>
主观题正确率24%
</div>
<div
style=
"margin-bottom: 10px"
>
<div
class=
"dec dec1"
>
客观题正确率:
<span
class=
"dec"
style=
"color: #aa1941"
>
待评价
</span></div>
<div
class=
"dec dec1"
>
主观题正确率:
<span
class=
"dec"
style=
"color: #919191"
>
待评价
</span></div>
</div>
</div>
</el-card>
</
template
>
...
...
@@ -26,7 +28,7 @@ export default {
grid
:
{
left
:
'10%'
,
right
:
'5%'
,
bottom
:
'
2
0%'
,
bottom
:
'
1
0%'
,
containLabel
:
true
},
xAxis
:
[
...
...
@@ -34,7 +36,11 @@ export default {
type
:
'category'
,
data
:
[
'单选题'
,
'多选题'
,
'判断题'
,
'情景题'
,
'实操题'
],
axisTick
:
{
alignWithLabel
:
true
alignWithLabel
:
true
,
show
:
false
},
splitLine
:
{
show
:
false
}
}
],
...
...
@@ -48,6 +54,9 @@ export default {
},
axisLine
:
{
show
:
true
},
splitLine
:
{
show
:
false
}
}
],
...
...
@@ -77,4 +86,13 @@ export default {
}
</
script
>
<
style
></
style
>
<
style
>
.dec
{
color
:
#606266
;
font-weight
:
400
;
font-size
:
12px
;
}
.dec1
{
margin-left
:
80px
;
}
</
style
>
src/modules/teacher/data/exam/components/Result.vue
浏览文件 @
21fd47ec
<
template
>
<el-card
class=
"box-card"
style=
"height:
50
0px"
>
<el-card
class=
"box-card"
style=
"height:
45
0px"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
结果统计
</h1>
</div>
...
...
@@ -16,7 +16,11 @@ export default {
return
{
option
:
{
tooltip
:
{
trigger
:
'item'
trigger
:
'item'
,
formatter
:
function
(
params
)
{
const
str
=
params
.
data
.
name
+
'<br/>'
+
params
.
data
.
value
+
'<br/>'
+
params
.
percent
+
'%'
return
str
}
},
legend
:
{
bottom
:
'5%'
,
...
...
@@ -35,8 +39,8 @@ export default {
show
:
false
},
data
:
[
{
value
:
1048
,
name
:
'及格人数'
,
itemStyle
:
{
color
:
'#6C83CE'
}
},
{
value
:
735
,
name
:
'不及格人数'
,
itemStyle
:
{
color
:
'#D96685'
}
}
{
value
:
1048
,
name
:
'及格人数'
,
itemStyle
:
{
color
:
'#6C83CE'
}
,
percent
:
'70%'
},
{
value
:
735
,
name
:
'不及格人数'
,
itemStyle
:
{
color
:
'#D96685'
}
,
percent
:
'30%'
}
]
}
]
...
...
src/modules/teacher/data/exam/components/ScoreRange.vue
浏览文件 @
21fd47ec
<
template
>
<el-card
class=
"box-card"
style=
"height:
50
0px"
>
<el-card
class=
"box-card"
style=
"height:
45
0px"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
考分区间
</h1>
<el-button
type=
"text"
style=
"font-size: 16px; color: #aa1941; float: right; margin-top: -35px"
>
设置
</el-button>
...
...
src/modules/teacher/data/exam/components/ScoreRanking.vue
浏览文件 @
21fd47ec
<
template
>
<el-card
style=
"height: 400px"
>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
班级
排名
</h1>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
分数
排名
</h1>
<el-button
type=
"text"
style=
"font-size: 16px; color: #aa1941; float: right; margin-top: -40px"
>
导出
</el-button>
<el-tabs
v-model=
"tabActive"
style=
"margin-top: 30px"
>
<el-tab-pane
label=
"已完成"
name=
"baseInfo"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论