Created
May 22, 2025 22:19
-
-
Save learyjk/db0b70c96c24927688294fbcb957e666 to your computer and use it in GitHub Desktop.
example JSON Payload Certiverse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"examDelivery": { | |
"deliverableId": "25R05922", | |
"deliveryDateTime": "2025-03-05T01:24:05.1789115Z", | |
"deliveryCompletedDateTime": "2025-03-05T01:24:22.7012793Z", | |
"bookingId": "0FC-7AD", | |
"deliveryType": "Unproctored", | |
"secureBrowser": false, | |
"status": "Complete", | |
"completeReasonCode": "CandidateCompleted", | |
"deliveryCountry": { | |
"countryCode": "US", | |
"countryName": "UNITED STATES" | |
}, | |
"deliveryExceptions": { | |
"timeExtension": false | |
} | |
}, | |
"examReservation": { | |
"storeExamSku": "WFUTEST" | |
}, | |
"candidate": { | |
"candidateId": "DE-3D8", | |
"orgCandidateId": "6761bdd58547141fa6cbc7f9", | |
"firstName": "Keegan", | |
"lastName": "Leary", | |
"email": "[email protected]" | |
}, | |
"exam": { | |
"examName": "WFU Test NEW TEST 22MAY2025", | |
"examCode": "123", | |
"examFormName": "WFU-TEST-form-name", | |
"examFormId": "d85081cc-360d-49d8-a7a3-c39081042e9d", | |
"languageCode": "en", | |
"languageName": "English" | |
}, | |
"examResult": { | |
"passFail": "pass", | |
"reportedScore": 100, | |
"cutScore": 30, | |
"cutScoreType": "PercentScore", | |
"maxRawScore": 5, | |
"rawScore": 5, | |
"percent": 30, | |
"timeOnExam": 0.19, | |
"maxTimeOnExam": 0, | |
"isRescore": false | |
}, | |
"testParts": [ | |
{ | |
"testPartName": "Test Part", | |
"cutScoreType": "", | |
"maxScore": 5, | |
"rawScore": 5, | |
"percent": 100, | |
"rootSections": [ | |
{ | |
"sectionName": "Section", | |
"maxScore": 5, | |
"rawScore": 5, | |
"percent": 100, | |
"robustPercent": 100, | |
"outcomeBandName": null, | |
"items": [ | |
{ | |
"itemName": "PR00013", | |
"pretest": false, | |
"score": 1, | |
"itemType": "MC4", | |
"responses": [ | |
1 | |
], | |
"correctResponses": [ | |
1 | |
], | |
"orderPresented": 1, | |
"time": 2.35, | |
"attempts": 1, | |
"notReached": false, | |
"rootTopicId": "3", | |
"topicId": "3.4", | |
"topicPath": "Build & Design -> Custom Code" | |
}, | |
{ | |
"itemName": "PR00183", | |
"pretest": false, | |
"score": 1, | |
"itemType": "MC3", | |
"responses": [ | |
1 | |
], | |
"correctResponses": [ | |
1 | |
], | |
"orderPresented": 2, | |
"time": 1.92, | |
"attempts": 1, | |
"notReached": false, | |
"rootTopicId": "4", | |
"topicId": "4", | |
"topicPath": "Collaboration" | |
}, | |
{ | |
"itemName": "PR00089", | |
"pretest": false, | |
"score": 1, | |
"itemType": "MC3", | |
"responses": [ | |
1 | |
], | |
"correctResponses": [ | |
1 | |
], | |
"orderPresented": 3, | |
"time": 1.56, | |
"attempts": 1, | |
"notReached": false, | |
"rootTopicId": "10", | |
"topicId": "10", | |
"topicPath": "SEO & Performance" | |
}, | |
{ | |
"itemName": "PR00088", | |
"pretest": false, | |
"score": 1, | |
"itemType": "MC4", | |
"responses": [ | |
1 | |
], | |
"correctResponses": [ | |
1 | |
], | |
"orderPresented": 4, | |
"time": 2.05, | |
"attempts": 1, | |
"notReached": false, | |
"rootTopicId": "3", | |
"topicId": "3.2", | |
"topicPath": "Build & Design -> Classes & Styles" | |
}, | |
{ | |
"itemName": "PR00175", | |
"pretest": false, | |
"score": 1, | |
"itemType": "MC3", | |
"responses": [ | |
1 | |
], | |
"correctResponses": [ | |
1 | |
], | |
"orderPresented": 5, | |
"time": 3.79, | |
"attempts": 1, | |
"notReached": false, | |
"rootTopicId": "4", | |
"topicId": "4", | |
"topicPath": "Collaboration" | |
} | |
] | |
} | |
] | |
} | |
], | |
"rootTopicOutcomes": [ | |
{ | |
"topicId": "3", | |
"topicName": "Build & Design", | |
"maxScore": 2, | |
"rawScore": 2, | |
"percent": 100, | |
"robustPercent": 100 | |
}, | |
{ | |
"topicId": "10", | |
"topicName": "SEO & Performance", | |
"maxScore": 1, | |
"rawScore": 1, | |
"percent": 100, | |
"robustPercent": 100 | |
}, | |
{ | |
"topicId": "4", | |
"topicName": "Collaboration", | |
"maxScore": 2, | |
"rawScore": 2, | |
"percent": 100, | |
"robustPercent": 100 | |
} | |
], | |
"customData": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment