CSC/ECE 517 Spring 2018- Project Juniper:Bookmark Enhancements: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 44: Line 44:


==Files modified in current project==
==Files modified in current project==
*20180326223032_update_bookmark_rating_tree_folder_rating.rb
*20180326223032_update_bookmark_rating_tree_folder_rating.rb


==UI Testing==
==UI Testing==

Revision as of 01:30, 27 March 2018

Introduction

Expertiza Background

Best stated in the project documentation, “The Expertiza project is software to create reusable learning objects through peer review. It also supports team projects, and the submission of almost any document type, including URLs and wiki pages.” The system makes it easy for instructors to post assignments and manage students. Students are able to work in teams, submit assignments, review feedback, and review their teammates.

Description of Current Project

Basic functionality already exists to add bookmarks to topics. Users can submit links via a bookmark to provide helpful sources for the author to complete their work. Authors can rank the usefulness of these bookmarks as 1-5 with a drop down menu next to the bookmark.

This project intends to build on the bookmark functionality by allowing instructors to access the bookmark ratings rubric, and designing a way to assess if these bookmarks are being utilized by the author.

Issues

Problem 1:

When an instructor is logged in, they can manage rubrics under the Manage > Questionnaires tab. However, bookmark ratings are not available to be selected.

Enhancements to the problem:

An instructor can now see ‘Bookmark reviews’ in the Manage > Questionnaires drop down menu.

Problem 2:

When a user logs in as an instructor and selects Manage > Questionnaires, the links associated with the Bookmark Rating rubric do not link to another page, rather an error message is provided.

Enhancements to the problem

Issues with the migration files have been corrected so that the links now take users to the appropriate page.


Problem 3:

The current functionality only allows for the author to review the bookmark, and the reviewer is not able to assess the usefulness of a bookmark.

Proposed design to address the problem:

The design below could be implemented to allow for input from reviewers on bookmarks. This would involve modification to the existing classes to add “karma points,” which are points a user acquires for submitting helpful bookmarks. Both the reviewer and the author can submit a 1-5 rating on a bookmark- the author does so based on how helpful they found the link, and the reviewer based on how impactful the bookmark appeared to be on the author’s work. These ratings translate directly into karma points, making a user who submits a bookmark eligible to earn up to 10 karma points for that bookmark. This would require a field for karma points in the user database, where points would be stored and accumulated. Only the instructor would be permissioned to view a students karma points, and the instructor would be able to list, sort, and filter users by karma points. How the karma points are utilized is at the discretion of the instructor; two examples of usage could be for recognition of helpful students and awarding participation grades based on a baseline of karma points.


Files modified in current project

  • 20180326223032_update_bookmark_rating_tree_folder_rating.rb
  • 20180326223032_update_bookmark_rating_tree_folder_rating.rb

UI Testing

  • Adding bookmark rating to Manage menu
    • Login to Expertiza as an instructor
    • Navigate to the Manage > Questionnaires menu and find ‘Bookmark ratings’ now among the options
    • Select Bookmark ratings
    • You will land on the Bookmark ratings page
  • Creating a Bookmark Rating Questionnaire
    • Login to Expertiza as an instructor
    • Navigate to the Manage > Questionnaires menu and select ‘Bookmark ratings’
    • Choose either new public item or new private item
    • Enter a name, min score, max score, and choose whether the bookmark questionnaire is private from the drop down menu
    • Select "Create"
    • You will now see a confirmation message stating that the bookmark was successfully created

Future Work

  • In addition to building the feature designed above, karma points could be extended to other parts of Expertiza to reinforce positive user interactions.
  • Build on the current 0-5 rating system by adding criteria for a bookmark ratings. For example, rather than a simple ask for a 0-5 rating with no rubric, ask the user “How informative was the bookmark?” and “How much did the bookmark influence your submission?”

References