CSC/ECE 517 Fall 2019 - E1990. Integrate suggestion detection algorithm

From Expertiza_Wiki
Revision as of 23:23, 9 November 2019 by Rnarasi2 (talk | contribs) (Created page with "== ''' Introduction ''' == On Expertiza, students receive review comments for their work from their peers. This feature provides the students a chance to correct/modify their wor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

On Expertiza, students receive review comments for their work from their peers. This feature provides the students a chance to correct/modify their work, based on the reviews they receive. It is expected that the reviewers identify a problem and suggest a solution, so that the students can improve their projects. Currently the review mechanisms are in place. We need to identify the suggestions in the review comments to determine how useful a review would be. This could be used as a feedback to the reviewers.

Current Implementation

Problem Statement

Solutions

Code Changes

Test Plan

Automated Testing Using Rspec

Coverage

Manual UI Testing

Our Work

Team Information

References