Moodle Expertiza Integration: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
# Go to Site Administration > Plugins > External Tools > Manage External Tool. You will see a page where you will have an option to Add a Tool using a URL.
# Go to Site Administration > Plugins > External Tools > Manage External Tool. You will see a page where you will have an option to Add a Tool using a URL.
# Enter the Expertiza URL for registration and click on "Add Tool". This expertiza URL will be provided by the Expertiza administrators. It is a standard URL which can be used by all the LMSs for authorizing Expertiza as an LTI provider.
# Enter the Expertiza URL for registration and click on "Add Tool". This expertiza URL will be provided by the Expertiza administrators. It is a standard URL which can be used by all the LMSs for authorizing Expertiza as an LTI provider.
# You will taken to Expertiza Registration page on the Expertiza website where you will be provided a button to "Add Expertiza Provider".
# You will taken to Expertiza Registration page on the Expertiza website where you will be provided a button to "Add Provider".
# After clicking on "Add", when you see a green message on top saying "External Tool Expertiza added successfully", it denotes that the tool Expertiza has been added successfully.
# When you click on "Add Provider", you may see a small popup on Moodle with permissions asking whether you want to activate "Expertiza".  
[[File:Lti2.png|center|alt=Internal Registration Command Exchange between Expertiza and Moodle.|Internal Registration Command Exchange between Expertiza and Moodle]]
# After clicking on "Yes" in the popup, when you see a green message on top saying "Successfully created new tool!", it denotes that the tool Expertiza has been added successfully.
[[File:Lti2.png|center|alt=Internal Registration Message Exchange between Expertiza and Moodle.|Internal messages exchanged during the registration procedure]]


'''Instructor/TAs:'''
'''Instructor/TAs:'''

Revision as of 00:07, 30 April 2017

Introduction

One reason why Expertiza has not been widely adopted is because of its inability to integrate with other Learning Management Systems (e.g., Moodle, Canvas and Blackboard). Also, when Expertiza is used along with other LMSs, the instructor is forced to carry out the same tasks on Expertiza as well as on the other LMSs. For example, when instructor assigns a grade to a student in Expertiza for an assignment, the same grade has to be entered in Moodle as well. Thus, there is lot of duplicate work which has to carried out by the TAs and instructors because of the lack of synchronization between these two LMSs. This integration problem in Expertiza can be addressed making use of a new technology called as Learning Tools Interoperability(LTI)

LTI and Moodle

Learning Tools Interoperability (LTI) is a widely used standard for allowing educational applications to communicate with each other over the web. Moodle supports LTI. (Learning Tool Interoperability) Hence Moodle can communicate with any external tool that is LTI compliant. The idea is to make Expertiza LTI compliant by making Expertiza the LTI provider and Moodle as an LTI consumer. The goal of this project is to integrate Expertiza with Moodle, and add an LTI interface which will enable two way communication between Expertiza and Moodle.

Communication between LTI and Moodle.
Communication between LTI and Moodle


Features

LTI will allow us to perform these following tasks:

  1. Students and Instructors will automatically be "signed in" when they open Expertiza(assignment) from Moodle. Hence, they won't require explicitly creating an Expertiza account. Also, they need need not "sign in" into two LMSs(Moodle and Expertiza).Thus, LTI will enable single-sign-on.
  2. When instructor assigns grades to a student for a particular assignment in Expertiza, the grade will automatically show up in the Moodle grade book.
  3. It will be easy to synchronize Expertiza with any other LMS like Blackboard or Canvas.

Usage

Moodle Administrator:

Moodle will have to first establish a contract with Expertiza and authorize Expertiza as a content provider to enable two-way communication. For this purpose, the moodle administrator will have to add Expertiza as an external tool by performing these steps:

  1. Sign into moodle using Moodle administrator credentials.
  2. Go to Site Administration > Plugins > External Tools > Manage External Tool. You will see a page where you will have an option to Add a Tool using a URL.
  3. Enter the Expertiza URL for registration and click on "Add Tool". This expertiza URL will be provided by the Expertiza administrators. It is a standard URL which can be used by all the LMSs for authorizing Expertiza as an LTI provider.
  4. You will taken to Expertiza Registration page on the Expertiza website where you will be provided a button to "Add Provider".
  5. When you click on "Add Provider", you may see a small popup on Moodle with permissions asking whether you want to activate "Expertiza".
  6. After clicking on "Yes" in the popup, when you see a green message on top saying "Successfully created new tool!", it denotes that the tool Expertiza has been added successfully.
Internal Registration Message Exchange between Expertiza and Moodle.
Internal messages exchanged during the registration procedure

Instructor/TAs:

Before instructors and TAs can work with Expertiza in Moodle, the above step of administrator enabling Expertiza(as an external tool) has to be carried out as a pre-requisite. Later, the instructors and TAs can configure Expertiza assignments in their course website. The steps for the same are as follows:

  1. Sign into Expertiza using instructor/TA credentials.
  2. Go to Manage > Assignments using the top header.
  3. Edit the assignment you want to configure. Go to ____ and Click on Copy External URL. The external url for this assignment will be copied to your clipboard.
  4. Sign into Moodle using your instructor/TA credentials.
  5. Turn Editing Mode on and Click on Add New Activity.
  6. In the URL section, paste the earlied copied url by pressing Ctrl + V keys.
  7. Click on Save to apply the changes.

Students:

Design and Implementation

Our task is to add an LTI interface to Expertiza. Expertiza will then act as an LTI content provider whereas Moodle will be the content consumer. For this purpose, we will use the "lti2" gem which provides the basic functionalities of LTI.

Moodle will have to first establish a contract with Expertiza and authorize Expertiza as a content provider to enable two-way communication. For this purpose, the moodle administrator will have to add Expertiza by visiting

References