-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
feat: upgrading simple api to drf compatible (4th api ), list_entrance_exam_instructor_tasks #35135
Conversation
968d5bc
to
51f8201
Compare
student = request.POST.get('unique_student_identifier', None) | ||
if student is not None: | ||
student = get_student_from_identifier(student) | ||
authentication_classes = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should drop this line, we want to use the defaults here.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Issue
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