Created
October 19, 2020 14:23
-
-
Save dosbol/1eb51158e5d11cfd6564b4b74dcd7821 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{:id :question1 | |
:text "Question 1" | |
:options ["Option 1" "Option 2" "Option 3"] | |
:style :inline-clickable} | |
{:id :question2 | |
:text "Question 2" | |
:options ["Option 1" "Option 2"] | |
:style :dropdown | |
:depends-on {:id :question1 :values #{"Option 1"}}}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment