refactor(exams): prepare for exam-wide statements
This commit is contained in:
parent
6e7e8a2b20
commit
7b11ed46de
@ -20,6 +20,7 @@ Exam
|
||||
examMode ExamMode
|
||||
staff Text Maybe
|
||||
partsFrom UTCTime Maybe
|
||||
-- authorshipStatement AuthorshipStatementDefinitionId Maybe
|
||||
UniqueExam course name
|
||||
deriving Generic
|
||||
ExamPart
|
||||
|
||||
@ -60,6 +60,7 @@ postEEditR tid ssh csh examn = do
|
||||
, examGradingMode = efGradingMode
|
||||
, examDescription = efDescription
|
||||
, examExamMode = efExamMode
|
||||
-- , examAuthorshipStatement = Nothing -- TODO
|
||||
, examStaff = efStaff
|
||||
, examPartsFrom = efPartsFrom
|
||||
}
|
||||
|
||||
@ -49,6 +49,7 @@ postCExamNewR tid ssh csh = do
|
||||
, examPublicStatistics = efPublicStatistics
|
||||
, examDescription = efDescription
|
||||
, examExamMode = efExamMode
|
||||
-- , examAuthorshipStatement = Nothing -- TODO
|
||||
, examStaff = efStaff
|
||||
, examPartsFrom = efPartsFrom
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user