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.
I think this might be hard thing to fix, but figured I'd file it.
Given a form that uses the "or other" option, the logic that gets exported to XLSForm isn't correct.
In the relevant column of favorite-color-other, I expect
(selected(${question}, 'o'))
, but I get(selected(question, 'o'))
.The Data Name should be wrapped with ${}. The path doesn't matter because pyxform requires that the Data Name to be unique.
The text was updated successfully, but these errors were encountered: