Skip to content
Snippets Groups Projects

Add field for checking whether an exam is closed

4 files
+ 36
15
Compare changes
  • Side-by-side
  • Inline

Files

@@ -139,6 +139,8 @@ public class Lab implements Serializable {
@Nullable
private Integer examLabPercentage;
private boolean examClosed = false;
@SuppressWarnings("unused")
private LocalDateTime deletedAt;
Loading