CSC/ECE 517 Fall 2016/ E1700 Integrate Google doc editor/viewer: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=='''Project Description'''==
=='''Project Description'''==


Currently the instructor creates rubrics for an assignment through questionnaires which students use to review other students' submissions. The only way reviewers can suggest some more changes to the author is by using the 'additional comments' section in the review form which is not very helpful. In this project we will be looking towards improving this functionality by adding an extra medium through which multiple reviewers can collectively comment on the author's work and collaborate their answers in a constructive way. This will be achieved by embedding google docs into Expertiza. Every project will have a google doc link for itself which the reviewers can access and make further comments about the project. Once on the google doc, the reviewer's comments will be posted anonymously, the reviewer's comment will be anonymous to both, other fellow reviewers as well as the author. This feature will help the author to better understand where is his work exactly lacking and how exactly should the changes be worked upon based on the comments received. The reviewers will just need the google doc link to post comments and it wouldn't be required to login into Expertiza for using this feature.
Currently the instructor creates rubrics for an assignment through questionnaires which students use to review other students' submissions. The only way reviewers can suggest some more changes to the author is by using the 'additional comments' section in the review form which is not very helpful. In this project we will be looking towards improving this functionality by adding an extra medium through which multiple reviewers can collectively comment on the author's work and collaborate their answers in a constructive way. This will be achieved by embedding Google docs into Expertiza. Every project will have a Google doc link for itself which the reviewers can access and make further comments about the project. Once on the Google doc, the reviewer's comments will be posted anonymously, the reviewer's comment will be anonymous to both, other fellow reviewers as well as the author. This feature will help the author to better understand where is his work exactly lacking and how exactly should the changes be worked upon based on the comments received. The reviewers will just need the Google doc link to post comments and it wouldn't be required to login into Expertiza for using this feature.
 
==''Key Points To Consider'''==
 
- The Google doc editor needs to be embedded in expertiza or it should be made as a pop up window
- The settings for the Google doc should be set to "anyone with link can edit"
- A peer reviewer need not login to Google to comment on the doc, and all peer reviewer comments must be anonymous
- If more than one user comment on the Google doc at the same time, any conflicts that may arise should be handled well


=='''Additions in UI'''==
=='''Additions in UI'''==


[[File:Googledoc.png|frame|upright|center]]
[[File:Googledoc.png|frame|upright|center]]

Revision as of 05:31, 10 November 2016

Expertiza Background

Expertiza is an educational web application created and maintained by the joint efforts of the students and the faculty at NCSU. It’s an open source project developed on Ruby on Rails platform and it’s code is available on Github. Using Expertiza students can bid for a particular project topic and the faculty assigns the same to different groups. Students can track their grades for previous projects and make new submissions for current projects. It also allows students to review each other’s work and improve their work upon this feedback.

Project Description

Currently the instructor creates rubrics for an assignment through questionnaires which students use to review other students' submissions. The only way reviewers can suggest some more changes to the author is by using the 'additional comments' section in the review form which is not very helpful. In this project we will be looking towards improving this functionality by adding an extra medium through which multiple reviewers can collectively comment on the author's work and collaborate their answers in a constructive way. This will be achieved by embedding Google docs into Expertiza. Every project will have a Google doc link for itself which the reviewers can access and make further comments about the project. Once on the Google doc, the reviewer's comments will be posted anonymously, the reviewer's comment will be anonymous to both, other fellow reviewers as well as the author. This feature will help the author to better understand where is his work exactly lacking and how exactly should the changes be worked upon based on the comments received. The reviewers will just need the Google doc link to post comments and it wouldn't be required to login into Expertiza for using this feature.

Key Points To Consider'

- The Google doc editor needs to be embedded in expertiza or it should be made as a pop up window - The settings for the Google doc should be set to "anyone with link can edit" - A peer reviewer need not login to Google to comment on the doc, and all peer reviewer comments must be anonymous - If more than one user comment on the Google doc at the same time, any conflicts that may arise should be handled well

Additions in UI