layout | img | caption | title | active_tab |
---|---|---|---|---|
default |
peer-evaluation |
Peer Reviews |
Peer Reviews of Project Pitches |
project |
Here are the peer reviews of your term project ideas:
{% for review in site.data.peer-reviews %} {% assign anchor = review.project | replace:' ', '-' | replace:"'", '' | replace:'.', '' | replace:'!', '' | replace:',', '' | replace:'?', '' | replace:'(', '' | replace:')', '' | replace:'#', '' %}
How relevant is this project to the course? {{ review.relevance }}
How feasible is it to execute this project by the end of the semester? {{ review.feasibility }} How well fleshed out is the plan to incentivize/recruit a crowd for this project? {{ review.incentives }} How well fleshed out is the plan to ensure the quality of the crowd's results? {{ review.quality }} How well fleshed out is the plan to aggregate the crowd's contribution for this project? {{ review.aggregation }} Is it likely that the team will be able to recruit the crowd it needs to execute this project? {{ review.recruitment }} How exciting is this project? {{ review.excitement }} Potential Problems: {{ review.problems }} Suggestions: {{ review.suggestions }} Full Rank: {{ review.rank_full }}
|