CSC/ECE 517 Fall 2019 - E1939. OSS Project Juniper: Bookmark enhancements: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Project Juniper Bookmark enhancements=
=Project Juniper Bookmark enhancements=


Peer Review Assessment Credentials
Peer Review Assessment Credentials  


The credentials for Peer review assessment for Bookmark Enhancement project are
The credentials for Peer review assessment for Bookmark Enhancement project are
 
Instructor Login: username => instructor6 password=>password
Instructor Login: username => instructor6 password=>password


Accounts for Impersonation: username => student6340, student6341
Accounts for Impersonation: username => student6340, student6341
Assignment => Exercises, CSC456, Fall2015
Assignment => Exercises, CSC456, Fall2015


=== Expertiza ===
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. It allows students to review each other’s work and improve their work upon this feedback.
Project Juniper Bookmark Enhancements:


The Bookmark functionality in expertiza is in its nascent stage which allows the author to rate the bookmarks that he has received for his project. This project is an attempt to make the bookmarks more user-friendly and credible.This project further tries to improve the functionality where author can descriptively evaluate the bookmark using the set of rubrics.
== Expertiza ==


Bookmark Functionality:
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. It allows students to review each other’s work and improve their work upon this feedback.


Expertiza features the bookmarking functionality which allows users to help the author of the project by suggesting insights. The bookmarks are attached to each project topic and user can suggest by filling up a questionnaire. As soon as a user creates a bookmark, the project author is able to view all the bookmarks that are created for his project. The author can give a feedback on the bookmark that he has received which helps even the user know the usefuless of his bookmark.


Issues in the current version that were resolved
== Project Juniper Bookmark Enhancements ==
The Bookmark functionality in expertiza is in its nascent stage which allows the author to rate the bookmarks that he has received for his project. This project is an attempt to make the bookmarks more user-friendly and credible.This project further tries to improve the functionality where author can descriptively evaluate the bookmark using the set of rubrics.


· The “back” button when user visits “Create Bookmarks and viewing bookmarks were not functional which refrained the user from going back to the Signup-sheet.
== Bookmark Functionality ==
Expertiza features the bookmarking functionality which allows users to help the author of the project by suggesting insights. The bookmarks are attached to each project topic and user can suggest by filling up a questionnaire. As soon as a user creates a bookmark, the project author is able to view all the bookmarks that are created for his project. The author can give a feedback on the bookmark that he has received which helps even the user know the usefuless of his bookmark.  


· Validations on the form for adding bookmarks were missing


· Average Rating calculation was wrong
Issues in the current version that were resolved
• The “back” button when user visits “Create Bookmarks and viewing bookmarks were not functional which refrained the user from going back to the Signup-sheet.
• Validations on the form for adding bookmarks were missing
Average Rating calculation was wrong


Solutions:
Solutions:
 
1. Fixing the Back button:
1. Fixing the Back button:
 
When a logged in user goes to “View Bookmark” or “Create bookmark“ page, he cannot to go back to the Sign-up sheet using “back button”.
When a logged in user goes to “View Bookmark” or “Create bookmark“ page, he cannot to go back to the Sign-up sheet using “back button”.
To view this :
1. Log in as an instructor and impersonate as a student (student6340 or  student6341)
2. Select ‘Exercises’ assignment and go to the Signup sheet
3. We can see a list of projects with 2 columns to add or remove the Bookmark, select any of them
4. You’ll be redirected to the corresponding page where the back button will be visible
[Video]
2. The form for adding bookmarks had no validations
Validations were added as a security measure to prevent misuse.


[Video]
To view this:
1. Do steps 1-3 as above and click on add bookmark button
2. The form will not allow malformed expressions as input


2. The form for adding bookmarks had no validations
3. Average Calculation:
When using the Scale method for reviewing the bookmark, the average rating for that bookmark shown was calculated wrongly and showed average rating for the bookmark that wasn’t reviewed.


Validations were added as a security measure to prevent misuse.


3. Average Calculation:
New Features Added
• Functionality for the author to review the  bookmarks using descriptive form
Now the author can rate the bookmark as well as review it with the rubric as it is set by the instructor.


When using the Scale method for reviewing the bookmark, the average rating for that bookmark shown was calculated wrongly and showed average rating for the bookmark that wasn’t reviewed.
To view this:
1. Log in as an instructor and in the edit assignment part, ensure that ‘Allow participants to create bookmarks?’ checkbox is checked.
2. Impersonate as user and then add bookmarks
3. The owner of that project should be able to see all the bookmarks created for his project and can rate the bookmark.


New Features Added


· Functionality for the author to review the bookmarks using descriptive form


Now the author can not only grade but also allow for
Bugs that are still to be fixed:
1. When the instructor doesn’t allow the bookmarks to be created, we can still add the bookmark but cannot rate or review it.


Files Modified in the current project


UI Testing:
Github Link: https://github.com/srujana13/expertiza


GitHub Pull Request:


Reference: https://github.com/expertiza/expertiza
Reference:  
http://wiki.expertiza.ncsu.edu/index.php/E1830_OSS_Project_Juniper:_Bookmark_enhancements
https://github.com/expertiza/expertiza

Revision as of 00:39, 29 October 2019

Project Juniper Bookmark enhancements

Peer Review Assessment Credentials

The credentials for Peer review assessment for Bookmark Enhancement project are Instructor Login: username => instructor6 password=>password

Accounts for Impersonation: username => student6340, student6341 Assignment => Exercises, CSC456, Fall2015


Expertiza

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. It allows students to review each other’s work and improve their work upon this feedback.


Project Juniper Bookmark Enhancements

The Bookmark functionality in expertiza is in its nascent stage which allows the author to rate the bookmarks that he has received for his project. This project is an attempt to make the bookmarks more user-friendly and credible.This project further tries to improve the functionality where author can descriptively evaluate the bookmark using the set of rubrics.

Bookmark Functionality

Expertiza features the bookmarking functionality which allows users to help the author of the project by suggesting insights. The bookmarks are attached to each project topic and user can suggest by filling up a questionnaire. As soon as a user creates a bookmark, the project author is able to view all the bookmarks that are created for his project. The author can give a feedback on the bookmark that he has received which helps even the user know the usefuless of his bookmark.


Issues in the current version that were resolved • The “back” button when user visits “Create Bookmarks and viewing bookmarks were not functional which refrained the user from going back to the Signup-sheet. • Validations on the form for adding bookmarks were missing • Average Rating calculation was wrong

Solutions: 1. Fixing the Back button: When a logged in user goes to “View Bookmark” or “Create bookmark“ page, he cannot to go back to the Sign-up sheet using “back button”. To view this : 1. Log in as an instructor and impersonate as a student (student6340 or student6341) 2. Select ‘Exercises’ assignment and go to the Signup sheet 3. We can see a list of projects with 2 columns to add or remove the Bookmark, select any of them 4. You’ll be redirected to the corresponding page where the back button will be visible

[Video]

2. The form for adding bookmarks had no validations Validations were added as a security measure to prevent misuse.

To view this: 1. Do steps 1-3 as above and click on add bookmark button 2. The form will not allow malformed expressions as input

3. Average Calculation: When using the Scale method for reviewing the bookmark, the average rating for that bookmark shown was calculated wrongly and showed average rating for the bookmark that wasn’t reviewed.


New Features Added • Functionality for the author to review the bookmarks using descriptive form Now the author can rate the bookmark as well as review it with the rubric as it is set by the instructor.

To view this: 1. Log in as an instructor and in the edit assignment part, ensure that ‘Allow participants to create bookmarks?’ checkbox is checked. 2. Impersonate as user and then add bookmarks 3. The owner of that project should be able to see all the bookmarks created for his project and can rate the bookmark.


Bugs that are still to be fixed: 1. When the instructor doesn’t allow the bookmarks to be created, we can still add the bookmark but cannot rate or review it.


Github Link: https://github.com/srujana13/expertiza


Reference: http://wiki.expertiza.ncsu.edu/index.php/E1830_OSS_Project_Juniper:_Bookmark_enhancements https://github.com/expertiza/expertiza