Add a per-course anonymous student id
This does not yet replace the existing per-student anonymous id, but is intended to do so in the future. Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye
Showing
- common/djangoapps/student/management/commands/anonymized_id_mapping.py 14 additions, 8 deletions...apps/student/management/commands/anonymized_id_mapping.py
- common/djangoapps/student/migrations/0029_add_lookup_table_between_user_and_anonymous_student_id.py 194 additions, 0 deletions...add_lookup_table_between_user_and_anonymous_student_id.py
- common/djangoapps/student/models.py 61 additions, 6 deletionscommon/djangoapps/student/models.py
- common/djangoapps/student/tests/tests.py 36 additions, 2 deletionscommon/djangoapps/student/tests/tests.py
- lms/djangoapps/courseware/tests/test_module_render.py 76 additions, 0 deletionslms/djangoapps/courseware/tests/test_module_render.py
Please register or sign in to comment