Add the ability for course staff to specify a Survey and make it required so…
Add the ability for course staff to specify a Survey and make it required so that a student must fill it out before starting the course
Showing
lms/djangoapps/survey/__init__.py
0 → 100644
lms/djangoapps/survey/admin.py
0 → 100644
lms/djangoapps/survey/exceptions.py
0 → 100644
lms/djangoapps/survey/migrations/__init__.py
0 → 100644
lms/djangoapps/survey/models.py
0 → 100644
lms/djangoapps/survey/tests/__init__.py
0 → 100644
lms/djangoapps/survey/tests/test_models.py
0 → 100644
lms/djangoapps/survey/tests/test_utils.py
0 → 100644
lms/djangoapps/survey/tests/test_views.py
0 → 100644
lms/djangoapps/survey/urls.py
0 → 100644
lms/djangoapps/survey/utils.py
0 → 100644
lms/djangoapps/survey/views.py
0 → 100644
lms/static/js/course_survey.js
0 → 100644
lms/templates/survey/survey.html
0 → 100644
Please
register
or
sign in
to comment