CSC/ECE 517 Fall 2018/E1879 Student Generated Questions Added To Rubric

From Expertiza_Wiki
Revision as of 17:28, 13 November 2018 by Zhan23 (talk | contribs)
Jump to navigation Jump to search

Introduction


The rubrics in expertiza are created by instructors. These Rubrics only contain questions that are related to the existed topics. Now, Expertiza only supports students to pull questionnaires is specific rubrics to get some help. Even that they can ask about anything that is relevant to all the projects that will be submitted But when students encounter difficult problems which are not in the existed topics, and they want to get special advice on that new field, the demand for creating supplementary review questionnaire raises.




Implementation


In Expertiza, all kinds of rubrics and surveys are subclasses of Questionnaire. A Questionnaire can contain “questions” of several types (e.g., checkboxes, dropdowns, text boxes). So that we will add a new subclass of Questionnaire named SupplementaryReviewQuestionnaire to achieve our goal.





User Cases







Test Plan




File which are added/modified


1. Models

app/models/team.rb

app/models/response.rb

2. Viewers:

app/viewers/grades/view_team.html.erb

app/viewers/response/response.html.erb

app/viewers/submitted_content/_main.html.erb

3. Controllers:

app/controllers/response_controller.rb

app/controllers/grades_controller.rb

app/controllers/submitted_content_controller.rb

4. Config:

routes.rb







Team members


Yanchen Zhao

Pingping Chen

Jianshu Zhang

Zirun Han





Links