|
EducatorsGuide
This document provides screen-shots of various parts of the classcomm project.
Featured, Phase-Support IntroductionThis page describes using screen shots the tools available to administer courses using classcomm. This document contains screenshots organized by different sections of the Classcomm Project:
Django AdminThe Admin comes bundled with the Django framework--it provides the systems administrators access as well permissions hooks for adding other authorized Users. The admin allows searching, listing, and in some cases creating/modifying data in your Classcomm deployment. Admin LoginLogin page for the project Admin interface. Main PageHere you can see all the types of objects the system uses. From here we can browse what is in the system already and add/delete content. Current version may have modified datatypes. Add CourseFrom the main page, click add by Course and get this view: Add Course AssignmentView for adding an Assignment. Add Course EnrollmentThis enrolls the classcomm user in the newly created Math 415 course starting today and ending 12 weeks from now. The user does not have a mentor and will not be able to login after the course end date. Student PagesLoginThe default login view. Outdated, this image needs to be updated HomeLists all current course enrollments. Course HomeClicking on the course name will load the course home and expanded course specific menus. Course AssignmentsThe Course Assignments page lists all course assignments, secure downloads for provided files, and the ability to securely upload completed work (if enabled for assignment). Instructor PagesThe Instructor portal is a new addition that fullfills the granular needs of roles created by our logical creation of Course Directors, Instructors and Mentors. Student Grade Report ViewThis view in the Instructor portal opens up Grading functionality to Instructors/Mentors Debug ToolbarClasscomm Django is now packaged with the Django Debug Toolbar which takes Debug mode to a new level of detail. This feature is great for administrators wishing to explore site performance, and most excellent for Classcomm Developers in helping optimize their code and detect bugs before they end up in a release. Collapsed Debug Toolbar ViewThe Debug Toolbar is enabled only for the IPs specified in SettingsDotPy under INTERNAL_IPS setting. When an enabled user accesses the site it appears at a tab on the right side of the view. Expanded Debug Toolbar Side ViewClicking on the Debug Toolbar tab reveals basic stats about the current page view and links to full pages of information. Expanded Debug Toolbar SQL ViewClicking on the SQL section expands out to a view which shows the order of SQL queries, what they were, and the time it took each one to execute. |