CSC/ECE 517 Fall 2016/E1648: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:


* Adding past due assignments to the task list.
* Adding past due assignments to the task list.
* Highlighting the next immediate due date of an assignment.
* Highlighting the next immediate due date on the assignment list.
* Correcting the due date of finished assignments.  
* Correcting the stage deadline of finished assignments.  


===Current Implementation===
===Current Implementation===


*The 'tasks not yet started' section does not show the assignments that are past the deadline but have not been completed by the student.
*The 'tasks not yet started' section does not show the assignments that are past the deadline but have not been completed by the student.
*The stage deadline for the finished assignments is incorrectly displayed.
*The stage deadline for the finished assignments is currently displayed as the time one year from now instead of the due date of the assignment.  
*The next immediate due date for an assignment is not highlighted.


=====Solutions=====
=====Solutions=====
* We have displayed 'Late Tasks' under the 'Tasks not yet started' section which refers to the assignments that are finished but have not been completed by the student. A 'More' button has been added in case the number of tasks is greater than 10.
*'Late Tasks' section is added to the task list, which refers to the assignments that are finished but have not been completed by the student. A 'More' button needs to be added in case the number of tasks is greater than 10. The links corresponding to the assignment need to be fixed.
*We have highlighted the next immediate due date for the student which saves time for him/her.
*We have highlighted the assignment with next immediate due date from current time by making the entire row bold.
*We have corrected the stage deadline of the finished assignments.
*We have corrected the stage deadline of the finished assignments.

Revision as of 06:53, 29 October 2016

E1648. Adding past due assignments to the task list

This page provides a description of the Expertiza based OSS project for Fall 2016.



About Expertiza

Expertiza is an open source project based on Ruby on Rails framework. Expertiza allows the instructor to create new assignments and customize new or existing assignments. It also allows the instructor to create a list of topics the students can sign up for. Students can form teams in Expertiza to work on various projects and assignments. Students can also peer review other students' submissions. Expertiza supports submission across various document types, including the URLs and wiki pages.

Problem Statement

The following tasks required completion in this project:

  • Adding past due assignments to the task list.
  • Highlighting the next immediate due date on the assignment list.
  • Correcting the stage deadline of finished assignments.

Current Implementation

  • The 'tasks not yet started' section does not show the assignments that are past the deadline but have not been completed by the student.
  • The stage deadline for the finished assignments is currently displayed as the time one year from now instead of the due date of the assignment.
Solutions
  • 'Late Tasks' section is added to the task list, which refers to the assignments that are finished but have not been completed by the student. A 'More' button needs to be added in case the number of tasks is greater than 10. The links corresponding to the assignment need to be fixed.
  • We have highlighted the assignment with next immediate due date from current time by making the entire row bold.
  • We have corrected the stage deadline of the finished assignments.