Advertisement
KoctrX

Untitled

Jul 25th, 2024
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. [
  2.     {
  3.         "type": "text"
  4.     },
  5.     {
  6.         "type": "range",
  7.         "min": 1,
  8.         "max": 7,
  9.         "step": 1,
  10.         "best": 7
  11.     },
  12.     {
  13.         "type": "radio",
  14.         "answers": [
  15.             {
  16.                 "answer": "a",
  17.                 "perfectScore": true
  18.             },
  19.             {
  20.                 "answer": "b"
  21.             },
  22.             {
  23.                 "answer": "c"
  24.             },
  25.             {
  26.                 "answer": "d"
  27.             }
  28.         ]
  29.     }
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement