Skip to content

Instantly share code, notes, and snippets.

@dosbol
Created October 19, 2020 14:23
Show Gist options
  • Save dosbol/1eb51158e5d11cfd6564b4b74dcd7821 to your computer and use it in GitHub Desktop.
Save dosbol/1eb51158e5d11cfd6564b4b74dcd7821 to your computer and use it in GitHub Desktop.
[{: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