CSC/ECE 517 Fall 2019 - E1989. Track the time students look at other submissions: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Introduction ==
== ''' Introduction ''' ==
The expertiza project takes advantage of peer-review among students to allow them to learn from each other. To track the review time that each student spend on each submitted resources is meaningful to instructors to study and improve the teach experience. However, the time tracking of specific content on these resources is not perfect in the expertiza system.
The expertiza project takes advantage of peer-review among students to allow them to learn from each other. To track the review time that each student spend on each submitted resources is meaningful to instructors to study and improve the teach experience. However, the time tracking of specific content on these resources is not perfect in the expertiza system.


== Problem Statement ==
== ''' Problem Statement ''' ==
 
== ''' Solutions ''' ==
 
== ''' Code Changes ''' ==
 
==  ''' Test Plan ''' ==
=== Automates Testing Using Rspec ===
 
=== Manual UI Testing ===
 
=== Coverage ===
 
== ''' Team Information ''' ==
#Dylan Spruill (drspruil)
#Forrest Devita (fcdevita)
#Rohan Pillai (rspillai)
#Shalin Rathi (sjrathi)
 
Mentor: Akanksha Mohan (amohan7)
<br>Professor: Dr. Edward F. Gehringer (efg)
 
===References===
 
#[https://github.com/expertiza/expertiza Expertiza on GitHub]
#[https://relishapp.com/rspec RSpec Documentation]

Revision as of 17:26, 9 November 2019

Introduction

The expertiza project takes advantage of peer-review among students to allow them to learn from each other. To track the review time that each student spend on each submitted resources is meaningful to instructors to study and improve the teach experience. However, the time tracking of specific content on these resources is not perfect in the expertiza system.

Problem Statement

Solutions

Code Changes

Test Plan

Automates Testing Using Rspec

Manual UI Testing

Coverage

Team Information

  1. Dylan Spruill (drspruil)
  2. Forrest Devita (fcdevita)
  3. Rohan Pillai (rspillai)
  4. Shalin Rathi (sjrathi)

Mentor: Akanksha Mohan (amohan7)
Professor: Dr. Edward F. Gehringer (efg)

References

  1. Expertiza on GitHub
  2. RSpec Documentation