CSC/ECE 517 Spring 2020 / E2001 Refactor Questionnaires Controller: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Line 1: Line 1:
== E2000 Refactor questionnaires_controller.rb ==
This page provides a description of the Expertiza based OSS project
__TOC__
===About Expertiza===
Expertiza is an open source software project created using Ruby on Rails. Expertiza allows instructors to craft new assignments and edit existing ones. This flexibility ensures that each round of students gets an experience that is appropriate to the given situation. It also allows the instructor to create a list of project options and have the students bid for their favorite project.


While their are a plethora of benefits for instructors, students also gain some benefits when using Expertiza. They are able to form teams and keep track of the past peers they have worked with, and are also able to manage the progress and submission of their assignments.
=== Problem Statement ===
=== Files Modified in Project ===
=== Issues and Improvements ===
=== Testing Plan ===
====RSpec Testing====
====Manual Testing====
===References===

Revision as of 15:05, 22 March 2020

E2000 Refactor questionnaires_controller.rb

This page provides a description of the Expertiza based OSS project

About Expertiza

Expertiza is an open source software project created using Ruby on Rails. Expertiza allows instructors to craft new assignments and edit existing ones. This flexibility ensures that each round of students gets an experience that is appropriate to the given situation. It also allows the instructor to create a list of project options and have the students bid for their favorite project.

While their are a plethora of benefits for instructors, students also gain some benefits when using Expertiza. They are able to form teams and keep track of the past peers they have worked with, and are also able to manage the progress and submission of their assignments.

Problem Statement

Files Modified in Project

Issues and Improvements

Testing Plan

RSpec Testing

Manual Testing

References