getodk / build2xlsform

service to convert odkbuild-form json to xlsform-compliant xlsx.
Other
2 stars 8 forks source link

Support guidance and short label #15

Closed florianm closed 2 years ago

florianm commented 3 years ago

This issue complements https://github.com/getodk/build/pull/244 Merging #12 and #14 first would provide a clean starting point.

Guidance

XLSForm supports guidance as guidance_hint as per docs.

The following steps work and produce the attached file Short-guidance-export.xlsx

Short label

The XLSForm spec does not mention a short label anywhere. Is a short label supported at all? If it's not supported, then maybe issue a warning about information loss like at https://github.com/getodk/build2xlsform/blob/master/src/convert.ls#L238 ?

lognaturel commented 3 years ago

Is a short label supported at all?

It's not. Tracked at https://github.com/XLSForm/pyxform/issues/34.

florianm commented 2 years ago

Closing this, as guidance hint is now supported.