deason hace 2 años
padre
commit
c2e3463a42
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      exportexamdetail/examInf.py

+ 3 - 1
exportexamdetail/examInf.py

@@ -298,7 +298,9 @@ def solveexamRecord(examRecorddetail):
                     student_score_content_span.string = str(studentScore) + "分"
                 student_score_div.append(student_score_content_span)
 
-                # print(sub_number, " ", body, " ", studentAnswer, rightAnswer, questionScore)
+                # print(main_number, " ", sub_number, " ", questionScore, " ", studentScore,
+                #       " ", rightAnswer, " ", studentAnswer)
+
                 sub_number = sub_number + 1
 
         main_number = main_number + 1