use proper handling function for float-entries #19

Merged
christian-monch merged 1 commit from bf-issue-18 into master 2022-02-15 10:30:06 +00:00

View file

@ -518,11 +518,11 @@ field_value_fetcher = {
"kas-imitation-arm-hand": get_int_value,
"kopss-applicable": get_checkbox_value,
"kopss-orientation": get_int_value,
"kopss-speech": get_int_value,
"kopss-speech": get_float_value,
"kopss-praxie": get_int_value,
"kopss-visual-spatial-performance": get_int_value,
"kopss-calculating": get_int_value,
"kopss-executive-performance": get_int_value,
"kopss-executive-performance": get_float_value,
"kopss-memory": get_int_value,
"kopss-affect": get_int_value,
"kopss-behavior-observation": get_int_value,