use proper handling function for float-entries #19
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue