27 lines
572 B
Python
27 lines
572 B
Python
course_payload = {
|
|
"attributes": [
|
|
{
|
|
"first_name": "",
|
|
"last_name": "",
|
|
"email": "",
|
|
"course_attempt_number": "",
|
|
"course_progress": "",
|
|
"course_name": "",
|
|
"last_activity_completed": "",
|
|
}
|
|
]
|
|
}
|
|
quiz_payload = {
|
|
"attributes": [
|
|
{
|
|
"first_name": "",
|
|
"last_name": "",
|
|
"email": "",
|
|
"quiz_name": "",
|
|
"quiz_attempt": "",
|
|
"quiz_score": "",
|
|
"course_name": "",
|
|
}
|
|
]
|
|
}
|