|
@@ -123,8 +123,6 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
testJudge() {
|
|
testJudge() {
|
|
- console.log(this.examInfo)
|
|
|
|
- console.log(this.paperInfo)
|
|
|
|
if (this.examInfo.subject !== undefined) {
|
|
if (this.examInfo.subject !== undefined) {
|
|
this.testState = 0
|
|
this.testState = 0
|
|
let k = 0
|
|
let k = 0
|
|
@@ -291,301 +289,303 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
- .lesson-test-report {
|
|
|
|
- min-height: 600px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .scoreboard {
|
|
|
|
- width: 100%;
|
|
|
|
- /*height: 638px;*/
|
|
|
|
- background: rgb(240, 240, 240);
|
|
|
|
- /*border: 1px solid rgba(0, 0, 0, 0.1);*/
|
|
|
|
- border-radius: 8px;
|
|
|
|
- padding: 44px 50px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .scoreboard .ivu-card {
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .card-title {
|
|
|
|
- font-size: 16px;
|
|
|
|
- color: rgb(109, 114, 120);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .myscore {
|
|
|
|
- font-size: 60px;
|
|
|
|
- font-weight: 700;
|
|
|
|
- /*font-family: Arial, Helvetica, sans-serif;*/
|
|
|
|
- color: rgb(72, 72, 72);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .card-content {
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .score-card {
|
|
|
|
- height: 140px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .comment-card {
|
|
|
|
- padding-bottom: 20px;
|
|
|
|
- }
|
|
|
|
- /*.chart-card {
|
|
|
|
- height: 550px;
|
|
|
|
- }*/
|
|
|
|
- .keypoint {
|
|
|
|
- color: #03966a;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ .lesson-test-report {
|
|
|
|
+ min-height: 600px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .scoreboard {
|
|
|
|
+ width: 100%;
|
|
|
|
+ /*height: 638px;*/
|
|
|
|
+ background: rgb(240, 240, 240);
|
|
|
|
+ /*border: 1px solid rgba(0, 0, 0, 0.1);*/
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ padding: 44px 50px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .scoreboard .ivu-card {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .card-title {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: rgb(109, 114, 120);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .myscore {
|
|
|
|
+ font-size: 60px;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ /*font-family: Arial, Helvetica, sans-serif;*/
|
|
|
|
+ color: rgb(72, 72, 72);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .card-content {
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .score-card {
|
|
|
|
+ height: 140px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .comment-card {
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .chart-card {
|
|
|
|
+ z-index: 1
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .keypoint {
|
|
|
|
+ color: #03966a;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .difficulty-rate {
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ font-size: 32px;
|
|
|
|
+ /*font-family: Arial, Helvetica, sans-serif;*/
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .testReport-subject {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0px;
|
|
|
|
+ top: 85px;
|
|
|
|
+ border: solid 1px rgba(0, 0, 0, 0.2);
|
|
|
|
+ padding: 0px 20px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .subject-title {
|
|
|
|
+ color: #24b880 !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @media screen and (max-width: 1366px) {
|
|
.difficulty-rate {
|
|
.difficulty-rate {
|
|
- text-align: center;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- font-size: 32px;
|
|
|
|
- /*font-family: Arial, Helvetica, sans-serif;*/
|
|
|
|
- font-weight: 700;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .testReport-subject {
|
|
|
|
- position: absolute;
|
|
|
|
- right: 0px;
|
|
|
|
- top: 85px;
|
|
|
|
- border: solid 1px rgba(0, 0, 0, 0.2);
|
|
|
|
- padding: 0px 20px;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- font-size: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .subject-title {
|
|
|
|
- color: #24b880 !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @media screen and (max-width: 1366px) {
|
|
|
|
- .difficulty-rate {
|
|
|
|
- margin-top: 10px !important;
|
|
|
|
- line-height: 30px;
|
|
|
|
- font-size: 30px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ivu-rate {
|
|
|
|
- white-space: nowrap;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qcontent {
|
|
|
|
- margin-top: 10px;
|
|
|
|
- list-style-type: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qcol {
|
|
|
|
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
- padding: 20px 0px;
|
|
|
|
- padding-right: 0px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qtype {
|
|
|
|
- color: #6d7278;
|
|
|
|
- border: 2px #979797 solid;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- padding: 2px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qtypeEn {
|
|
|
|
- padding: 2px;
|
|
|
|
- font-size: 6px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qAnsCondition {
|
|
|
|
- width: 4%;
|
|
|
|
- padding: 2px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qdesc {
|
|
|
|
- color: rgb(72, 72, 72);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qScore {
|
|
|
|
- font-weight: 800;
|
|
|
|
- color: gray;
|
|
|
|
- text-align: right;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qIcon {
|
|
|
|
- width: 24px;
|
|
|
|
- height: 24px;
|
|
|
|
- margin-right: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ margin-top: 10px !important;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ivu-rate {
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qcontent {
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ list-style-type: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qcol {
|
|
|
|
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
+ padding: 20px 0px;
|
|
|
|
+ padding-right: 0px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qtype {
|
|
|
|
+ color: #6d7278;
|
|
|
|
+ border: 2px #979797 solid;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ padding: 2px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qtypeEn {
|
|
|
|
+ padding: 2px;
|
|
|
|
+ font-size: 6px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qAnsCondition {
|
|
|
|
+ width: 4%;
|
|
|
|
+ padding: 2px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qdesc {
|
|
|
|
+ color: rgb(72, 72, 72);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qScore {
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ color: gray;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qIcon {
|
|
|
|
+ width: 24px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qAnaly {
|
|
|
|
+ margin-top: 0px;
|
|
|
|
+ padding-left: 8.5%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @media screen and (max-width: 767px) {
|
|
.qAnaly {
|
|
.qAnaly {
|
|
- margin-top: 0px;
|
|
|
|
- padding-left: 8.5%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @media screen and (max-width: 767px) {
|
|
|
|
- .qAnaly {
|
|
|
|
- padding-left: 4.5%;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qAnaly .rightAns {
|
|
|
|
- color: rgb(20, 114, 199);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qAnserlist {
|
|
|
|
- color: gray;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .qAnaly .rightAnalys {
|
|
|
|
- color: gray;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .rightAnsItem {
|
|
|
|
- color: rgb(20, 114, 199);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .wrongAnsItem {
|
|
|
|
- color: rgb(199, 71, 20);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .TitleRec1 {
|
|
|
|
- position: relative;
|
|
|
|
- top: 2px;
|
|
|
|
- width: 10px;
|
|
|
|
- height: 16px;
|
|
|
|
- margin-right: 5px;
|
|
|
|
- background-color: rgb(20, 114, 199);
|
|
|
|
- float: left;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .TitleRec2 {
|
|
|
|
- position: relative;
|
|
|
|
- top: 2px;
|
|
|
|
- width: 10px;
|
|
|
|
- height: 16px;
|
|
|
|
- margin-right: 5px;
|
|
|
|
- float: left;
|
|
|
|
- background-color: gray;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .TitleRec3 {
|
|
|
|
- position: relative;
|
|
|
|
- top: 2px;
|
|
|
|
- width: 10px;
|
|
|
|
- height: 16px;
|
|
|
|
- margin-right: 5px;
|
|
|
|
- float: left;
|
|
|
|
- background-color: gray;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .related-question {
|
|
|
|
- margin-top: 1%;
|
|
|
|
- margin-left: 1.5%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .related-question li {
|
|
|
|
- margin-top: 5px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**對問題進行篩選 */
|
|
|
|
- .filterBtn {
|
|
|
|
- display: inline-block;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns {
|
|
|
|
- display: inline-block;
|
|
|
|
- margin-left: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns input[type="checkbox"] {
|
|
|
|
- visibility: hidden;
|
|
|
|
- margin-left: -10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns:hover {
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns span {
|
|
|
|
- position: relative;
|
|
|
|
- z-index: 2;
|
|
|
|
- padding: 10px;
|
|
|
|
- padding-right: 12px;
|
|
|
|
- font-weight: bolder;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns input[type="checkbox"]:checked ~ span {
|
|
|
|
- color: #fff;
|
|
|
|
- font-weight: bolder;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns input[type="checkbox"]:checked ~ .noAnsBtn {
|
|
|
|
- background-color: rgb(183, 183, 183) !important;
|
|
|
|
- border: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns input[type="checkbox"]:checked ~ .rightBtn {
|
|
|
|
- background-color: rgb(20, 114, 199) !important;
|
|
|
|
- border: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .checkAns input[type="checkbox"]:checked ~ .wrongBtn {
|
|
|
|
- background-color: rgb(255, 85, 8) !important;
|
|
|
|
- border: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .noAnsBtn,
|
|
|
|
- .rightBtn,
|
|
|
|
- .wrongBtn {
|
|
|
|
- background-color: #fff;
|
|
|
|
- position: relative;
|
|
|
|
- height: 26px;
|
|
|
|
- top: -24px;
|
|
|
|
- margin-bottom: -20px;
|
|
|
|
- z-index: 1;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- border: 1px solid rgb(197, 197, 197);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ansDetail,
|
|
|
|
- .ansDetail:hover,
|
|
|
|
- .closeAnsDetail:hover {
|
|
|
|
- float: right;
|
|
|
|
- height: 28px;
|
|
|
|
- width: 28px;
|
|
|
|
- margin-top: -40px;
|
|
|
|
- margin-bottom: -40px;
|
|
|
|
- color: #03966a;
|
|
|
|
|
|
+ padding-left: 4.5%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qAnaly .rightAns {
|
|
|
|
+ color: rgb(20, 114, 199);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qAnserlist {
|
|
|
|
+ color: gray;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .qAnaly .rightAnalys {
|
|
|
|
+ color: gray;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .rightAnsItem {
|
|
|
|
+ color: rgb(20, 114, 199);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .wrongAnsItem {
|
|
|
|
+ color: rgb(199, 71, 20);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .TitleRec1 {
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 2px;
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ background-color: rgb(20, 114, 199);
|
|
|
|
+ float: left;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .TitleRec2 {
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 2px;
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ float: left;
|
|
|
|
+ background-color: gray;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .TitleRec3 {
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 2px;
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ float: left;
|
|
|
|
+ background-color: gray;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .related-question {
|
|
|
|
+ margin-top: 1%;
|
|
|
|
+ margin-left: 1.5%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .related-question li {
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**對問題進行篩選 */
|
|
|
|
+ .filterBtn {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .checkAns {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .checkAns input[type="checkbox"] {
|
|
|
|
+ visibility: hidden;
|
|
|
|
+ margin-left: -10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .checkAns:hover {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
- .closeAnsDetail {
|
|
|
|
- float: right;
|
|
|
|
- height: 28px;
|
|
|
|
- width: 28px;
|
|
|
|
- margin-top: -40px;
|
|
|
|
- margin-bottom: -40px;
|
|
|
|
- color: gray;
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .hideqAnaly {
|
|
|
|
- display: none;
|
|
|
|
|
|
+ .checkAns span {
|
|
|
|
+ position: relative;
|
|
|
|
+ z-index: 2;
|
|
|
|
+ padding: 10px;
|
|
|
|
+ padding-right: 12px;
|
|
|
|
+ font-weight: bolder;
|
|
}
|
|
}
|
|
|
|
|
|
- .aclassoneloading3 {
|
|
|
|
|
|
+ .checkAns input[type="checkbox"]:checked ~ span {
|
|
|
|
+ color: #fff;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
- position: absolute;
|
|
|
|
- text-align: center;
|
|
|
|
- top: -70%;
|
|
|
|
- right: -40%;
|
|
|
|
- font-size: 20px;
|
|
|
|
- color: rgba(0, 0, 0, 0.5)
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- .vld-overlay {
|
|
|
|
- outline: none;
|
|
|
|
- border: none
|
|
|
|
- }
|
|
|
|
|
|
+ .checkAns input[type="checkbox"]:checked ~ .noAnsBtn {
|
|
|
|
+ background-color: rgb(183, 183, 183) !important;
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .checkAns input[type="checkbox"]:checked ~ .rightBtn {
|
|
|
|
+ background-color: rgb(20, 114, 199) !important;
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .checkAns input[type="checkbox"]:checked ~ .wrongBtn {
|
|
|
|
+ background-color: rgb(255, 85, 8) !important;
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .noAnsBtn,
|
|
|
|
+ .rightBtn,
|
|
|
|
+ .wrongBtn {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ position: relative;
|
|
|
|
+ height: 26px;
|
|
|
|
+ top: -24px;
|
|
|
|
+ margin-bottom: -20px;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ border: 1px solid rgb(197, 197, 197);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ansDetail,
|
|
|
|
+ .ansDetail:hover,
|
|
|
|
+ .closeAnsDetail:hover {
|
|
|
|
+ float: right;
|
|
|
|
+ height: 28px;
|
|
|
|
+ width: 28px;
|
|
|
|
+ margin-top: -40px;
|
|
|
|
+ margin-bottom: -40px;
|
|
|
|
+ color: #03966a;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .closeAnsDetail {
|
|
|
|
+ float: right;
|
|
|
|
+ height: 28px;
|
|
|
|
+ width: 28px;
|
|
|
|
+ margin-top: -40px;
|
|
|
|
+ margin-bottom: -40px;
|
|
|
|
+ color: gray;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .hideqAnaly {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .aclassoneloading3 {
|
|
|
|
+ font-weight: bolder;
|
|
|
|
+ position: absolute;
|
|
|
|
+ text-align: center;
|
|
|
|
+ top: -70%;
|
|
|
|
+ right: -40%;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ color: rgba(0, 0, 0, 0.5)
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .vld-overlay {
|
|
|
|
+ outline: none;
|
|
|
|
+ border: none
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|