Higher Priority: Numerical question: FallbackQueryWidgetComponent
Current: only whole numbers are accepted by the numerical answer widget with a , or . the curser is placed at the beginning of the whole number and with a second , becomes a decimal.
Desired: decimal and whole numbers can be used as input for a numerical question (currenly up to 2 decimal places should suffice)
Look into the check for input types: the comma period is being registered as the wrong input but copy paste the value 15,8 into the input field it is logged and accepted properly.
Edited by Elisabeth Kress