You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Loading the direct XLSForm export into ODK Central v1.3 throws a warning about the missing language code.
This issue is tracked at getodk/build#260 but could be solved here in build2xlsform.
Once the labels are corrected from label::English to label::English (en), the form uploads and renders in ODK Collect x2022.1.1 as likert widget.
It seems the "likert" appearance is case insensitive and still works as appearance="Likert" because the XLSForm is converted (by Central's pyxform) and distributed to Collect as an XForm in the case insensitive format XML.
I still want to explicitly support the likert appearance with a translation of label "Likert" to value "likert" so that in future, Build could choose to change the label.
likert widget https://github.com/getodk/build2xlsform/blob/master/src/convert.ls#L64
The text was updated successfully, but these errors were encountered: