Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "randomize": true,
- "title": "",
- "passingPercentage": 100,
- "numberOfQuestions": 0,
- "requiredQuestions": 0,
- "groups": {
- "use": false,
- "groupIDs": [
- "a"
- ],
- "numberInGroup": [
- 0
- ],
- "numberRequiredForGroup": [
- 0
- ],
- "passingPercentages": [
- 100
- ],
- "randomizeGroupQuestions": false,
- "useAveragePassingPercentage": false,
- "useGroupPercentages": false
- },
- "questions": [
- {
- "id": 0,
- "groupID": "a",
- "type": "radio",
- "question": "This is a sample question.",
- "responses": [
- {
- "answer": "This is the correct answer.",
- "value": true,
- "id": 0
- },
- {
- "answer": "This is incorrect answer #1",
- "value": false,
- "id": 1
- },
- {
- "answer": "This is incorrect answer #2",
- "value": false,
- "id": 2
- },
- {
- "answer": "This is incorrect answer #2",
- "value": false,
- "id": 3
- }
- ],
- "randomize": true,
- "points": 1
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment