Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "type": "text"
- },
- {
- "type": "range",
- "min": 1,
- "max": 7,
- "step": 1,
- "best": 7
- },
- {
- "type": "radio",
- "answers": [
- {
- "answer": "a",
- "perfectScore": true
- },
- {
- "answer": "b"
- },
- {
- "answer": "c"
- },
- {
- "answer": "d"
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement