Independent Study Spring 2019/Micro-Credentialing

From Expertiza_Wiki
Revision as of 08:40, 8 May 2019 by Asony (talk | contribs)
Jump to navigation Jump to search

Introduction

Expertiza is an application built on the MVC framework to create reusable learning objects through peer review. It currently lacks micro-credentialing, which is a way to recognize students by awarding badges, for attaining specific skills in addition to the usual coursework. Past work on the implementation of badges has interfaced Expertiza with the badging platform Credly and provided a way to associate badges with courses and assignments. However, some of the awarding functionality remains to be designed. Specifically, there are three ways badges might be awarded: (i) the instructor might award them manually; (ii) students might nominate other teams for badges or (iii) badges might be awarded automatically, based on ratings by peer reviewers on specific criteria in the review rubric.

As part of this independent study, team nominations functionality has been implemented which enables students to nominate teams, whose work they have reviewed, for badges. The instructor then approves or disapproves these nominations based on the submitted work.

Student Flow

This section deals with how a student can nominate other teams for badges. Students can only nominates teams whose work they have reviewed.

Flow Diagram

Steps to nominate a team

  1. Click on an assignment and then click on Other's work.
  2. Click on Nominate, against a particular review.
  3. A list of available badges is shown.
  4. Click on Nominate against each of the badges that should be awarded for that team.
  5. Click on Submit

The following image below shows the badge selection screen.

Status of the nomination

The button reflects the status of the nomination.

  • Once the Nominate button is clicked, the button label changes to Cancel Nomination. Click on this to cancel the nomination and then Submit. This status means that the nomination is still pending for approval/disapproval with the instructor.
  • Nominations cannot be cancelled once the instructor approves it. In that case, the following message is shown beside the badge: This badge has already been awarded.
  • If the instructor disapproves a nomination, the button label changes back to Nominate, which means the team could be nominated again for that particular badge.

The image below shows the three different statuses, a nomination could be in.

Instructor Flow

This section is about how an instructor manages team nominations and awards badges to individual students.

Flow Diagram