Closed jvoigtlaender closed 1 month ago
Since several more completeGrade implementations now use multipleChoice or extendedMultipleChoice, it makes sense to consider whether their corresponding partialGrade implementations can also use multipleChoiceSyntax from here: https://github.com/fmidue/output-blocks/blob/cc5e88053b905827221a736355b6c0678c6ed6cd/output-blocks/src/Control/OutputCapable/Blocks.hs#L170-L184
completeGrade
multipleChoice
extendedMultipleChoice
partialGrade
multipleChoiceSyntax
Since several more
completeGrade
implementations now usemultipleChoice
orextendedMultipleChoice
, it makes sense to consider whether their correspondingpartialGrade
implementations can also usemultipleChoiceSyntax
from here: https://github.com/fmidue/output-blocks/blob/cc5e88053b905827221a736355b6c0678c6ed6cd/output-blocks/src/Control/OutputCapable/Blocks.hs#L170-L184