views¶
Functions
- add_period_view(request, course_id)[source]¶
Creates a period and associated it with a course
- Parameters:
request – The HTTP request
course_id – The primary key of an instance of
Course
- edit_view(request, course_id)[source]¶
Edits a course
- Parameters:
request – The HTTP request
course_id – The primary key of an instance of
Course
- import_from_selected_course(request, course_id, other_course_id)[source]¶
Select folders and assignments to import from another course
- import_select_course_view(request, course_id)[source]¶
Select another course to import assignments or folders from
- Parameters:
request – The HTTP request
course_id – The primary key of an instance of
Course
- import_students_view(request, course_id)[source]¶
Add students to a course
This puts students in a queue so that when they log in again, they get added to the course
- Parameters:
request – The HTTP request
course_id – The primary key of an instance of
Course
- manage_students_view(request, course_id)[source]¶
Add/remove students from a coure
- Parameters:
request – The HTTP request
course_id – The primary key of an instance of
Course