Advertisement
sankarmahadevan

sub question for single selection

Oct 21st, 2020
1,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.  "userid": "59f6c8ebf36d282363081d87",
  3.  "title": "NDWJN",
  4.  "questionTemplate": [
  5.    {
  6.      "question": "Multi selection",
  7.      "answers": [
  8.        {
  9.          "answer": "AAA"
  10.        },
  11.        {
  12.          "answer": "BBB"
  13.        }
  14.      ],
  15.      "questionTemplateId": "5f89233c62b35b1a6ca492ef",
  16.      "type": 2
  17.    },
  18.    {
  19.      "question": "Single selection",
  20.      "answer": "A",
  21.      "questionTemplateId": "5f8fd56e62b35b077416f171",
  22.      "type": 1,
  23.      "subQuestions": [
  24.        {
  25.          "question": "AA",
  26.          "answer": "test",
  27.          "questionTemplateSubQuestionId": "5f8fd57e62b35b077416f172",
  28.          "isAnswerMandatory": false,
  29.          "type": 0
  30.        }
  31.      ]
  32.    }
  33.  ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement