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
Line 11: Line 11:


==  ''' Test Plan ''' ==
==  ''' Test Plan ''' ==
=== Automates Testing Using Rspec ===
=== Automated Testing Using Rspec ===


=== Manual UI Testing ===
=== Manual UI Testing ===

Revision as of 20:12, 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.

Current Implementation

Problem Statement

Solutions

Code Changes

Test Plan

Automated Testing Using Rspec

Manual UI Testing

Coverage

Our Work

The code we created can be found below.

The project could be run locally by cloning the GitHub Repository and then running the following commands sequentially.

bundle install
rake db:create:all
rake db:migrate
rails s

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