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

From Expertiza_Wiki
Revision as of 18:20, 17 December 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. This project (E1879) aims to solve this problem by allowing students to add questions to the standard instructor generated rubric so that they can get specific feedback on from the reviewers.


Proposed solution


We will add the Supplementary Review Questions to the current Review Questions, and show these student-generated questions under the rubric given by instructor. Even though these questions won't be graded, they will eventually provide diversity for feedback. It will increase the benefit that each team gets because they can get feedback that is specific to their project.


Implementation


Design Strategy

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.

First, we want the professor to control if the students can create their own supplementary questions by using a checkbox to indicate. If the professor allow students to create their own questions, there will be a button in the students "Your work" page which can let the students jump to the same page that an instructor lands on when creating a new rubric. Then we will add the questionnaire id of this new SupplementaryReviewQuestionnaire to the Team table when students create their own questionnaire in order to show the corresponding supplementary questions to the reviewers. And when showing review questions to the reviewers we will look up the questionnaire id in Team table and modify the view to add the supplementary questions to review page. Finally, after the reviewers finish the review and submit their responds, we will change the view and let the team member can see the feedback of their supplementary questions.

Changes in the User Interface

1. Assignment Page



Use Cases


1. Use case of creating a Supplementary Review Questionnaire

2. Use case of reviewing questions for reviewers.

3. Use case of reviewing responses of questions.



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


Expertiza on Github:https://github.com/zyczyh/expertiza

Pull Request:https://github.com/expertiza/expertiza/pull/1325

Expertiza YouTube channel:https://youtu.be/3PUNknSbU-k