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