Bladeren bron

app-自测练习

xiaoqiao 4 maanden geleden
bovenliggende
commit
70dd17931a

+ 1 - 1
parth5/parth5/src/app/app.scss

@@ -526,7 +526,7 @@ ion-list {
 }
 .testresult-modal {
   .modal-wrapper {
-    height: 45% !important;
+    height: 40% !important;
     width: 80% !important;
     border-radius: 8px;
   }

+ 1 - 1
parth5/parth5/src/app/views/pages/examtest/show/result/result.component.html

@@ -15,7 +15,7 @@
       <div class="result-questionnum">客观题总题数:{{subjectiveCount}}题</div>
       <div>
         <ion-button size="small" slot="end" *ngIf="rightRate<100" (click)="dismiss(1);">查看错题</ion-button>
-        <ion-button size="small" slot="end" color="warning" (click)="dismiss(2)">结束考试</ion-button>
+        <ion-button size="small" slot="end" color="warning" (click)="dismiss(2)">结束练习</ion-button>
       </div>
     </div>
   </div>

+ 1 - 1
parth5/parth5/src/app/views/pages/examtest/show/show.component.ts

@@ -52,7 +52,7 @@ export class ShowComponent implements OnInit {
       return x.ISRIGHT
     });
     var rightAnswers = answers.map(x => {
-      return questionType == '判断题' || questionType == '填空题' ? x.ANSWER_NAME : this.options(x.ORDER - 1);
+      return questionType == '判断题' || questionType == '填空题'|| questionType == '简答题' ? x.ANSWER_NAME : this.options(x.ORDER - 1);
     });
     return rightAnswers.join("、");
   }

+ 2 - 2
parth5/parth5/src/app/views/tapp/tab-main/tab-main.page.html

@@ -9,13 +9,13 @@
     </a>
     <a class="tool-item"   routerLink="./exam/examtest">
       <div class="tool-img">
-        <img src="assets/icon/tool_more.svg" style="width: 32px;height: 32px">
+        <img src="assets/icon/tool_thought.svg" style="width: 32px;height: 32px">
       </div>
       <div class="tool-title">自测练习</div>
     </a>
     <a class="tool-item"   routerLink="./exam/examonline">
       <div class="tool-img">
-        <img src="assets/icon/tool_more.svg" style="width: 32px;height: 32px">
+        <img src="assets/icon/tool_zzshtj.svg" style="width: 32px;height: 32px">
       </div>
       <div class="tool-title">我的考试</div>
     </a>