Skip to content

Instantly share code, notes, and snippets.

@aditnanda
Last active June 9, 2022 06:00
Show Gist options
  • Select an option

  • Save aditnanda/54963dda2e283777b3415a4e70aab6d0 to your computer and use it in GitHub Desktop.

Select an option

Save aditnanda/54963dda2e283777b3415a4e70aab6d0 to your computer and use it in GitHub Desktop.
Create Survey JSON KSBB
{
"name": "Membuat survei makanan",
"start": "2022-06-09",
"end": "2022-06-10",
"question": [{
"content": "Hai",
"type": "radio",
"options": ["Yes", "Oui"]
},
{
"content": "Hai 2",
"type": "number",
"rules": ["numeric", "min:0"]
},
{
"content": "Hai 3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment