|
@@ -4029,7 +4029,7 @@ public class ApiController {
|
|
history.put("quiz", quiz);
|
|
history.put("quiz", quiz);
|
|
history.put("finalMark", finalMark);
|
|
history.put("finalMark", finalMark);
|
|
history.put("expiryDate", expiryDate);
|
|
history.put("expiryDate", expiryDate);
|
|
- history.put("valid", false);
|
|
|
|
|
|
+ history.put("valid", valid);
|
|
histories.add(history);
|
|
histories.add(history);
|
|
}
|
|
}
|
|
}
|
|
}
|