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 Feb 27, 2019. It is now read-only.
isHidden: For this we need to implement a simple JEXL expression editor - this is used to determine whether a question is hidden. The JEXL expression can use the values of other questions (with a transform)
The text was updated successfully, but these errors were encountered:
A question has the properties
isRequired
andisHidden
. Those should be editable aswell:Both of the fields are JEXL expressions!
isRequired
: Should only be true or false for nowisHidden
: For this we need to implement a simple JEXL expression editor - this is used to determine whether a question is hidden. The JEXL expression can use the values of other questions (with a transform)The text was updated successfully, but these errors were encountered: