CSC/ECE 517 Spring 2017/oss E1729: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
This project was an addendum to the bigger Expertiza project. The Expertiza project is software to create reusable learning objects through peer review. It also supports team projects, and the submission of almost any document type, including URLs and wiki pages.
This project was an addendum to the bigger Expertiza project. The Expertiza project is software to create reusable learning objects through peer review. It also supports team projects, and the submission of almost any document type, including URLs and wiki pages.


===Problem Statement===
==Problem Statement==
Expertiza provides a the ability for an instructor to export scores for an assignment. Currently this only exports aggregated scores which are computed as weighted averages of the scores given in reviews. However, this is not the most helpful for visualizing the score data by question, individual team/user, reviewer.
Expertiza provides a the ability for an instructor to export scores for an assignment. Currently this only exports aggregated scores which are computed as weighted averages of the scores given in reviews. However, this is not the most helpful for visualizing the score data by question, individual team/user, reviewer.


===Design===
==Design==


===Implementation===
==Implementation==


===Test Plan===
==Test Plan==

Revision as of 19:11, 22 March 2017

Introduction

This project was an addendum to the bigger Expertiza project. The Expertiza project is software to create reusable learning objects through peer review. It also supports team projects, and the submission of almost any document type, including URLs and wiki pages.

Problem Statement

Expertiza provides a the ability for an instructor to export scores for an assignment. Currently this only exports aggregated scores which are computed as weighted averages of the scores given in reviews. However, this is not the most helpful for visualizing the score data by question, individual team/user, reviewer.

Design

Implementation

Test Plan