-
+
+
+
@@ -117,37 +131,62 @@
{{ userData.name }}
+
-
- {{ userData.name }}
- {{ userData.address }}
-
-
-
-
+ style="font-size: 15px;color: #707478;margin:0px;margin-bottom:8px;"
+ >{{ userData.email }}
+
+
+
+
{{ cardData[0].studentId.name }}
+
+ Class :
+ {{ cardData[0].classId.classNum }}
+
+
+ Section :
+ {{ cardData[0].sectionId.name }}
+
+
+ Roll NO :
+ {{ cardData[0].studentId.rollNo }}
+
+
+
+
+
+
+
+
+
+
@@ -162,48 +201,58 @@
width: 100% !important;
overflow: hidden;"
>
-
+
+
+ {{value[0].examId.examName}} |
+
+
Subject |
-
- -->
+
+ > |
Total |
-
+
-
+
-
+
-
+
-
-
- Total Marks-->
+
+
+
{{studentMark.markDistributionId.distributionType}} |
+ Total Marks |
+
+
+ Marks |
+ Highest Marks |
+
+
{{subject.gpa}}
-->
-
-
-
+
+
- Total Marks :
+ Total Marks
|
{{cardData.totalMarks}} |
+ >
+ {{ totalMarks }}
+
- Average Mark :
+ Average Mark
|
-
+ |
- GPA :
+ GPA
|
-
+ |
-
-
-
+
-
+
-
+
-
+ -->
+
+
@@ -368,7 +435,8 @@ export default {
gradeBPlus: "B+",
gradeB: "B",
gradeCPlus: "C+",
- gradeC: "C"
+ gradeC: "C",
+ totalMarks: ""
}),
mounted() {
this.token = this.$store.state.token;
@@ -495,6 +563,8 @@ export default {
.marksScored;
}
this.filterData[data][item].totalMarks = totalMarks;
+ console.log("totalMarks", totalMarks);
+ this.totalMarks = totalMarks;
// console.log("this.filterData[data][item].grade", this.filterData[data][item].grade);
if (totalMarks > 90) {
this.filterData[data][item].grade = this.gradeAPlus;