chore(exam-correct): remove TODOs
This commit is contained in:
parent
ee5a0052a1
commit
527fd8a5ca
@ -21,9 +21,6 @@ import Utils.Exam
|
|||||||
minNeedleLength :: Int
|
minNeedleLength :: Int
|
||||||
minNeedleLength = 3
|
minNeedleLength = 3
|
||||||
|
|
||||||
-- TODO use according to description
|
|
||||||
-- TODO maybe renders minNeedleLength unnecessary?
|
|
||||||
-- TODO maybe also perform user and ldap lookups if there are fewer results than this number? (TODO add user as exam participant if not already participant)
|
|
||||||
-- | Maximum number of participant matches to show. Also serves as an upper limit to the number of query results from participant lookups.
|
-- | Maximum number of participant matches to show. Also serves as an upper limit to the number of query results from participant lookups.
|
||||||
maxCountUserMatches :: Integral a => a
|
maxCountUserMatches :: Integral a => a
|
||||||
maxCountUserMatches = 10
|
maxCountUserMatches = 10
|
||||||
|
|||||||
@ -20,8 +20,6 @@ import Utils.Exam
|
|||||||
minNeedleLength :: Int
|
minNeedleLength :: Int
|
||||||
minNeedleLength = 3 -- TODO rethink
|
minNeedleLength = 3 -- TODO rethink
|
||||||
|
|
||||||
-- TODO use according to description
|
|
||||||
-- TODO maybe renders minNeedleLength unnecessary?
|
|
||||||
-- | Maximum number of user matches to show. Also serves as an upper limit to the number of query results from user and/or ldap lookups.
|
-- | Maximum number of user matches to show. Also serves as an upper limit to the number of query results from user and/or ldap lookups.
|
||||||
maxCountUserMatches :: Integral a => a
|
maxCountUserMatches :: Integral a => a
|
||||||
maxCountUserMatches = 10
|
maxCountUserMatches = 10
|
||||||
@ -53,8 +51,7 @@ getEECorrectR tid ssh coursen examn = do
|
|||||||
|
|
||||||
siteLayoutMsg heading $ do
|
siteLayoutMsg heading $ do
|
||||||
setTitleI heading
|
setTitleI heading
|
||||||
let
|
let examCorrectExplanation = $(i18nWidgetFile "external-exam-correct-explanation")
|
||||||
examCorrectExplanation = $(i18nWidgetFile "external-exam-correct-explanation")
|
|
||||||
$(widgetFile "exam-correct")
|
$(widgetFile "exam-correct")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user