CSC/ECE 517 Fall 2017/E1797 Timestamps for students submissions: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Objective==
==Objective==
To develop a feature for Expertiza to visualize the timeline using student submission timestamps, thereby enabling the instructor to navigate to the submissions records easily.
To develop a feature for Expertiza to visualize the timeline using student submission timestamps, thereby enabling the student to navigate to the submissions records easily.


==Problem Statement==
==Problem Statement==
Currently the submission records in the assignment is displaying the files uploaded by the user as a table. This project expects the submission records needs to be visualized as a timeline, which includes  
The instructor can see the submission records of students currently as a table for each assignment. But, student can't see the timestamps of submissions and deadlines of the assignment easily. In this project student should be able to visualize the submission records as a timeline, which includes  
*Timestamps of hyperlink submission records
*Timestamps of hyperlink submission records
*Timestamps of file upload record
*Timestamps of file upload record
Line 12: Line 12:


==Design Analysis==
==Design Analysis==
Currently when a instructor logs into Expertiza, he could access the submission records  of a team for a particular assignment. He could access them by following the path  
Currently when a student logs into Expertiza, he could see the student task list page. He could access them by following the path  


*Manage Assignments → Choose a particular Assignment → View Submissions → Submission records
*Assignments → Choose a particular Assignment
[[File:submission_page1.png]]
 
 
In this project a time line in the student task list page would be added to navigate student to the due dates and the necessary links easily and keep a track of them.

Revision as of 22:44, 6 November 2017

Objective

To develop a feature for Expertiza to visualize the timeline using student submission timestamps, thereby enabling the student to navigate to the submissions records easily.

Problem Statement

The instructor can see the submission records of students currently as a table for each assignment. But, student can't see the timestamps of submissions and deadlines of the assignment easily. In this project student should be able to visualize the submission records as a timeline, which includes

  • Timestamps of hyperlink submission records
  • Timestamps of file upload record
  • Due Dates
  • Peer review link with round number and timestamps
  • Author feedback to other’s review link with feedback hyperlink, timestamps

This project proposes a solution to include the timeline with all the hyperlinks necessary.

Design Analysis

Currently when a student logs into Expertiza, he could see the student task list page. He could access them by following the path

  • Assignments → Choose a particular Assignment


In this project a time line in the student task list page would be added to navigate student to the due dates and the necessary links easily and keep a track of them.