remove the testpage ang fix the bug

This commit is contained in:
2018-07-14 22:46:39 +08:00
parent e99edee1ec
commit eb0a3e6512
2 changed files with 1 additions and 58 deletions

View File

@@ -150,6 +150,7 @@ if($_SESSION[Student_ID] != ""){
echo "<div class=\"input-field col s12\" style=\"height:1px;overflow:hidden\"><input value=\"".$random."\" type=\"text\" class=\"validate\" style=\"color:#fff\" name=\"question_".$i."\"></div>\n";
}
if($flag == 0){
$randomArray[$i]++;
$i--;
sleep(0.4);
}