Skip to content

Instantly share code, notes, and snippets.

@danielborowski
Last active January 9, 2023 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielborowski/85c52cf68330ed88d34abbdcb9d2d173 to your computer and use it in GitHub Desktop.
Save danielborowski/85c52cf68330ed88d34abbdcb9d2d173 to your computer and use it in GitHub Desktop.
Coderbyte JSON export data
[
{
"name": "Daniel",
"email": "daniletest@mail.com",
"status": "Complete",
"date_joined": "12/10/22",
"time_taken": "N/A",
"challenges_completed": 1,
"code_score": 33,
"mc_score": 0,
"final_score": 17,
"cheated": "Not detected",
"action": "N/A",
"scorecard": {
"Java": 4,
"algorithms": 3
},
"report_link": "https://coderbyte.com/report/userdwny9sqc2:android-test-ug6elzz7rl",
"admin_notes": "N/A",
"challenge_details": [
{
"title": "Mocha Testing",
"date": "12/10/22",
"score": "10",
"language": "JavaScript",
"video": ["https://dash.sessionrewind.com/sessions/4d19690e-a1c2-4040-84c3-298dae05b4c7"]
}
],
"mc_details": [
{
"id": 5495,
"question": "What are the four essential states of an activity?",
"correct": false
}
],
"oe_details":[]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment