Some tasks do not need a special input form, but still want to use the other aspects of Flex-Tasks, e.g. the seat assignment task we used for the modelling exam.
As such, I could change the type in getTask to require a (Maybe (Rendered Widget)) in the third tuple position instead. This would allow for no custom form, which can be propagated to the Autotool interface.
Some tasks do not need a special input form, but still want to use the other aspects of Flex-Tasks, e.g. the seat assignment task we used for the modelling exam.
As such, I could change the type in
getTaskto require a(Maybe (Rendered Widget))in the third tuple position instead. This would allow for no custom form, which can be propagated to the Autotool interface.