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 21: Line 21:
The code we created can be found below.
The code we created can be found below.
*[https://github.com/rohanpillai20/expertiza GitHub Repository]
*[https://github.com/rohanpillai20/expertiza GitHub Repository]
*[https://github.com/expertiza/expertiza/pull/1989 Pull Request] (Does not Exist Currently)
*[https://github.com/expertiza/expertiza/pull/1607 Pull Request]
*[http:// Deployed URL] (Does not Exist Currently)
*[http:// Deployed URL] (Does not Exist Currently)



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

Automates 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