Length option in freetext questions (in questionnaires) does not affect anything #153
Labels
area: config
Course configuration
effort: hours
The issue seems to be small and should be doable in hours or few days.
experience: moderate
required knowledge estimate
status: requires a priority
Currently using this label to flag issues that need EDIT decision ASAP (even if there was priority)
type: bug
This is a bug which is critical for the correct operation of the system
The
length
option has been available forfreetext
questions for a very long time, but it actually does not do anything. There is code that tries to use them, but it looks like the intended HTML attributes are not saved to the exercise yaml file. Since the yaml file does not contain anything about the length, of course the MOOC-Grader can not render any HTML for the corresponding HTMLsize
attribute.a-plus-rst-tools/directives/questionnaire.py
Lines 619 to 634 in 40c904b
The node constructor:
a-plus-rst-tools/aplus_nodes.py
Line 26 in 40c904b
MOOC-Grader renders questionnaires here:
The Aplus manual includes instructions for using
length
even though it does not work.The text was updated successfully, but these errors were encountered: