Advertisement
Aguezz

Contoh Parameter Jenis Pertanyaan

Jul 1st, 2022
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.29 KB | None | 0 0
  1. {
  2.     "multiple-choice": {
  3.         "choices": [
  4.             {
  5.                 "text": "Pilihan 1",
  6.                 "image": "",
  7.                 "is_correct": true
  8.             },
  9.             {
  10.                 "text": "Pilihan 2",
  11.                 "image": "",
  12.                 "is_correct": true
  13.             },
  14.             {
  15.                 "text": "Pilihan 3",
  16.                 "image": "",
  17.                 "is_correct": true
  18.             },
  19.             {
  20.                 "text": "Pilihan 4",
  21.                 "image": "",
  22.                 "is_correct": true
  23.             }
  24.         ]
  25.     },
  26.     "checkboxes": {
  27.         "choices": [
  28.             {
  29.                 "text": "Pilihan 1",
  30.                 "image": "",
  31.                 "is_correct": true
  32.             },
  33.             {
  34.                 "text": "Pilihan 2",
  35.                 "image": "",
  36.                 "is_correct": true
  37.             },
  38.             {
  39.                 "text": "Pilihan 3",
  40.                 "image": "",
  41.                 "is_correct": true
  42.             },
  43.             {
  44.                 "text": "Pilihan 4",
  45.                 "image": "",
  46.                 "is_correct": true
  47.             }
  48.         ]
  49.     },
  50.     "favor-unfavor": {
  51.         "type": "F",
  52.         "scale_start": 1,
  53.         "scale_end": 5
  54.     }
  55. }
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement