Question | Activity Title | Status | '; + $("#resultLabData tr").each(function () { + reportHtml += '
---|
' + $(this).text() + ' | '; + } + }); + reportHtml += '
"+$("#submitResultHtml .panel-heading .row div:nth-child(1)").text()+" | Performance Report | " + $("#submitResultHtml .panel-heading .row div:nth-child(3)").text() + " |
Total Question | Correct Answers | Incorrect Answers |
---|---|---|
" + $("#questionStatus tbody tr td:nth-child(1)").text() + " | " + $("#questionStatus tbody tr td:nth-child(2)").text() + " | " + $("#questionStatus tbody tr td:nth-child(3)").text() + " |
LAB Ex ...
@@ -100,7 +205,7 @@Total Question | @@ -135,7 +240,7 @@
---|