CSC/ECE 517 Fall 2017/E17AA Nomination for Badges: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Problem Statement == The purpose of the project is to implement a way to allow students to nominate badges to other students while reviewing their work. The professor should ...") |
No edit summary |
||
Line 2: | Line 2: | ||
The purpose of the project is to implement a way to allow students to nominate badges to other students while reviewing their work. The professor should also be able to see the nominations to each student in a single page. | The purpose of the project is to implement a way to allow students to nominate badges to other students while reviewing their work. The professor should also be able to see the nominations to each student in a single page. | ||
==Pre-conditions== | ==Pre-conditions== | ||
· The maximum number of students that can be assigned to the project cannot be more then 1. | These are the pre-conditions that needs to hold true for each functionality to work | ||
· For students to nominate badges, the professor must have provided a list of pre-decided badges possible for that project. | |||
· For students to be able to nominate badged without justification only if the project does not have a mandatory justification requirement. | :· The maximum number of students that can be assigned to the project cannot be more then 1. | ||
:· For students to nominate badges, the professor must have provided a list of pre-decided badges possible for that project. | |||
:· For students to be able to nominate badged without justification only if the project does not have a mandatory justification requirement. | |||
==Implementation steps== | |||
:· Provide professors an option to add all possible badges to a project. | |||
:· Allow students to nominate badges while peer reviewing. | |||
:· Show a summary of all nominated badges to professor in a single page. |
Revision as of 22:14, 11 November 2017
Problem Statement
The purpose of the project is to implement a way to allow students to nominate badges to other students while reviewing their work. The professor should also be able to see the nominations to each student in a single page.
Pre-conditions
These are the pre-conditions that needs to hold true for each functionality to work
- · The maximum number of students that can be assigned to the project cannot be more then 1.
- · For students to nominate badges, the professor must have provided a list of pre-decided badges possible for that project.
- · For students to be able to nominate badged without justification only if the project does not have a mandatory justification requirement.
Implementation steps
- · Provide professors an option to add all possible badges to a project.
- · Allow students to nominate badges while peer reviewing.
- · Show a summary of all nominated badges to professor in a single page.