巡检图片遮挡看不见,导出考试答案

This commit is contained in:
2023-05-06 07:30:48 +08:00
parent 0aa195f5e4
commit a159766763
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1543,6 +1543,7 @@
}
sb.AppendFormat("<td align=\"left\" style=\"width: 100%; \">{0}</td> ", str);
sb.AppendFormat("<td align=\"right\" style=\"width:100%; \">正确答案:{0}</td> ", item.AnswerItems);
sb.Append("</tr>");
num++;
}
@@ -1570,6 +1571,7 @@
Avstracts = Avstracts.Replace("", "" + item.SelectedItem == "A" ? "(√" : "(×");
}
sb.AppendFormat("<td align=\"left\" style=\"width: 100%; \">{0}</td> ", num + "、" + Avstracts);
sb.AppendFormat("<td align=\"right\" style=\"width:100%; \">正确答案:{0}</td> ", item.AnswerItems);
sb.Append("</tr>");
num++;
}