CSC/ECE 517 Fall 2015/oss E1729

From Expertiza_Wiki
Revision as of 16:39, 22 March 2017 by Vchawla3 (talk | contribs) (Created page with "==Introduction== ===Background=== Expertiza provides a dashboard for all the Assignments corresponding to a course and provides absolute control to the Instructors and Teaching A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Background

Expertiza provides a dashboard for all the Assignments corresponding to a course and provides absolute control to the Instructors and Teaching Assistant. In addition to Assignments, it encompasses peer reviews where in participants are allowed to provide feedback anonymously about each other's work thereby providing scope for better outcome.

Assignments in Expertiza have their association with many other components like Courses,Reviews,Participants and Scores. The Assignment controller in specific performs various other actions in addition to the CRUD operations applied on its model. These actions sew up the association of an assignment with others like courses etc. There exists an AssignmentForm model which acts as a wrapper for the Assignment and provides further control.