We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list_entrance_exam_instructor_tasks API
How to enable entrance exams for course.
Testing steps:
Show the status for the rescoring tasks that you submitted for this learner and entrance exam.
Postman api http://local.edly.io:8000/courses/course-v1:edx+cs222+2311/instructor/api/list_entrance_exam_instructor_tasks Body params unique_student_identifier as key and student email as value
unique_student_identifier
student email
Expected results
{ "tasks": [ { "task_type": "reset_problem_attempts", "task_input": "{\"entrance_exam_url\": \"block-v1:edx+cs222+2311+type@chapter+block@9b2ef4ddf799482da311e9b10122ec8a\", \"student\": \"admin\"}", "task_id": "c71f3e80-1e31-4c29-99ad-a18c4ca42b62", "requester": "admin", "task_state": "SUCCESS", "created": "2024-07-31T11:03:53.649745+00:00", "duration_sec": 0, "status": "Incomplete", "task_message": "Unable to find entrance exam submission to be reset for student 'admin'" }, { "task_type": "reset_problem_attempts", "task_input": "{\"entrance_exam_url\": \"block-v1:edx+cs222+2311+type@chapter+block@9b2ef4ddf799482da311e9b10122ec8a\", \"student\": \"admin\"}", "task_id": "1204f407-5863-4935-bba5-f288078dac43", "requester": "admin", "task_state": "SUCCESS", "created": "2024-07-31T10:55:30.726424+00:00", "duration_sec": 0, "status": "Incomplete", "task_message": "Unable to find entrance exam submission to be reset for student 'admin'" } ] }
The text was updated successfully, but these errors were encountered:
awais786
No branches or pull requests
list_entrance_exam_instructor_tasks API
How to enable entrance exams for course.
Testing steps:
Show the status for the rescoring tasks that you submitted for this learner and entrance exam.
.Postman api
http://local.edly.io:8000/courses/course-v1:edx+cs222+2311/instructor/api/list_entrance_exam_instructor_tasks
Body params
unique_student_identifier
as key andstudent email
as valueExpected results
The text was updated successfully, but these errors were encountered: