Actions

Proposals/MNet replacement/LTI implementation

From Mahara Wiki

< Proposals‎ | MNet replacement(Redirected from Developer Area/Specifications in Development/MNet replacement/LTI implementation)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Mahara 17.04 supports LTI for authentication purposes. This was the first step into removing MNet functionality. There are a few more steps needed to replace MNet:

  1. Assignment submission
  2. Moving content from LMS to Mahara

It would also be beneficial if Mahara files could be moved to or displayed in the LMS.

We invite comments on the functionality on this page to learn more which features are the most important ones and what the work flows are that should be considered during the development.

Forum post going with this work.

Assignment submission functionality

Goal: Allow portfolios to be submitted for assessment to an LMS via LTI

Background

Mahara can connect to a learning management system (LMS) via LTI for authentication purposes allowing students and lecturers to jump from the LMS straight into their Mahara account. It is not necessary to set up a separate single sign-on between the two systems.

Mahara has been built as personal learning environment primarily and does come with rudimentary assessment capabilities. These are often not enough though for schools and universities as they wish to:

  • Have all assessment information in one place rather than storing grade information in two systems.
  • Use the grading methods lecturers are used to when assessing portfolios.
  • Link portfolios to assignments.
  • Archive portfolio submissions to satisfy assessment record keeping requirements.

Moodle has the third-party plugin “Mahara assignment submission” which allows students to submit their portfolios into Moodle and have them graded there. This plugin is not generic enough to be used with other LMSs and requires Moodle Networking.

In order to make Moodle compatible with more LMSs, the assignment submission functionality should be built using the Learning Tools Interoperability (LTI) standard, which is an industry standard in use by popular LMSs.

Here we collect ideas for functionalities and requirements to consider for and discuss in regard to the submitting of a portfolio to an LMS. The information is purposely situated at the user level rather than providing detailed technical implementation details so we look at the desired functionality first. LMS assignment functionality is only mentioned in so far as required for the connection to Mahara. However, enhancements to how grading is done on the LMS or what grading methods are available within the LMS are not discussed and are out of scope.

Ideas

As an assessor, I want to

  • Allow students to select their Mahara portfolio in my assignment in the LMS.
  • Assess SmartEvidence portfolios and change the assessment status (for which I require the "staff" role in Mahara).
  • Assess portfolios created in a group and give all students who contributed to the portfolio a grade.
  • Have the option to set up a group in Mahara automatically so I can share portfolio templates with all students in the group who have access to the assignment.
  • View the portfolio alongside my standard grading options so I don't need to click a link to view the portfolio and don't have to arrange multiple windows next to each other.
  • Save a snapshot of the submitted portfolio to store for the required number of years for my institution. Note: If space is not an issue, the snapshot should be saved as HTML and Leap2A export for flexibility. If only one export format should be selected, HTML is preferred as that is independent from the current version of Mahara in use and can simply be viewed in a web browser once the HTML export file is decompressed.
  • Use my standard grading options in the LMS, e.g. rubric, feedback comments that are saved in the gradebook, and have the grade put into the LMS gradebook.
  • Be able to leave comments on the student portfolio directly in Mahara, e.g. to comment on specific artefacts on the page.
  • Bring along feedback from the LMS, incl. the grading on a rubric and store it as feedback in the portfolio.
  • Have students submit portfolios that they can continue to work on during the assessment process for formative assessment.
  • Have students submit portfolios that they cannot edit while it's been submitted for assessment. Please refer to the open question “Lock submission or make snapshot?”
  • Access a snapshot of the submitted portfolio after the grading is finished via a link in case I need to review it again. The portfolio should not be locked though at this stage anymore so that students can re-purpose it.

As a student, I want to

  • Select my Mahara portfolio (either a page or collection) in an LMS assignment.
  • See a preview of my portfolio that I select so I can ensure that I'm selecting the correct portfolio.
  • Select a file that is in my Mahara file storage for submission to an LMS assignment. Note: The file should be saved in the LMS assignment so it can be stored along with other assessment information for the required number of years.
  • Select a portfolio created in a group.
  • Submit my portfolio to Turnitin as part of the submission process.

Open questions

Where to save snapshot?

Does it matter where the snapshot is saved? It might be easier or potentially the only way with LTI to save the snapshot in Mahara rather than in the LMS. Then it could be accessed like other archived assignment submissions in Mahara already in the admin interface and directly on the server for archiving of all submissions at the end of a term. See the user manual for what archived submissions look like in the admin interface in Mahara.

Lock submission or make snapshot?

Currently, you have three options in Moodle:

  • A portfolio is not locked;
  • A portfolio is locked for the duration of the grading but then released so students can continue working on it;
  • A portfolio is locked forever.

The locking of the portfolio during the assessment process is beneficial as students can continue working on the same portfolio after it's been released again. However, if they wanted to work on that portfolio already in the meantime, they could not. This is good and bad depending on how you view submissions and how you want to work with the portfolios in your class.

Another advantage of the locking is that assessors can leave comments on the actual portfolio (not just in the gradebook) that continue to be visible in the portfolio after grading and thus become a part of the portfolio. If we only saved a snapshot, none of the feedback would make it into the portfolio, but always only be in the gradebook.

It is possible to look into making a snapshot of the portfolio instead when it needs to be “locked” and not changed while the assessor looks at it. In that case, what should happen when a student needs to make changes to the submitted portfolio based on your feedback, but has already made other changes to the portfolio and it has evolved into a different direction? Should the student be able to download a saved Leap2A snapshot and add it back into their portfolio if they had already made significant changes to the submitted portfolio?

Other ideas

Ideas ideas to explore further at a later stage.

  • Save content from the LMS in Mahara
  • Link to or upload files from Mahara into the LMS
  • Share competency frameworks across Mahara and LMS

Proposal for initial implementation

The initial implementation is similar to how the Mahara assignment submission plugin works at the moment with a few modifications to account for assessment requirements. A few general remarks:

  • Design the functionality to work standard LTI calls so it is more universally applicable and usable.
  • LTI does not offer all the functionality that the custom Moodle plugin has. Therefore, rethinking was necessary in order to come up with a solution.
  • As much as possible has been outsourced to Mahara as that is typically how LTI functions. Only a grade can be pushed back to the LMS via LTI.

LTI activity setup (Tutor / Teacher / Assessor)

  • The tutor creates a new LTI activity (assignment/external tool depending for which LTI can be configured) in the LMS and selects Mahara as the provider. After saving the activity in the LMS, (a stripped down version of) Mahara will be displayed in an iframe or new window to the Tutor depending on their configuration of the activity.
  • As this is the first time the tutor has viewed the activity, Mahara will display a dialogue, in which the tutor can set the submission options for the activity in Mahara (see submission options section).
  • On saving the options, the tutor will see the LTI tutor landing page. At this point, it will simply display that no students have submitted their portfolio.

Portfolio submission (Student)

  • The student will browse to the LTI activity in the LMS.
  • Mahara will be displayed as per the presentation options setup in the LMS.
  • Mahara will display the list of portfolios that the student has created and will allow the student to browse the portfolios.
  • The student will then click the ‘Submit for Grading’ button on the portfolio.
  • If applicable, the portfolio will be locked at this point.
  • Maybe: This will optionally trigger an email to the tutor(s). [at this stage, only the tutor who set up the activity would be known to Mahara and not other potential markers; more investigation needed if others need to be notified as well]
  • The student will then be redirected back to their landing page. This page will say that their portfolio has been successfully submitted.

Portfolio grading (Tutor)

  • The tutor browses to the LTI activity in the LMS.
  • Mahara will be displayed as per the presentation options setup in the LMS.
  • The list of submitted portfolios will be displayed as well as the list of graded portfolios.
  • The tutor will click on a submitted portfolio and add feedback or perform SmartEvidence assessment as normal directly on the portfolio.
  • The tutor will then click the ‘Assign grade’ button at the top of the portfolio. That button is only visible when the portfolio is viewed via LTI.
  • The tutor will be presented with a dialogue with an input for the grade (0 to 100%; that's the only option available via LTI at the moment) and option to archive the portfolio after grading (selected by default).
  • On submission of the dialogue the grade will be posted to the LMS via LTI and the portfolio optionally archived.
  • If the portfolio was locked during the submission, it will be unlocked after archiving.
  • The tutor will be free to re-grade any of the already graded portfolios.
  • The archive is placed on the Mahara server and accessible via Administration -> Groups -> Archived portfolios.

Portfolio view after grading (student)

  • The student browses to the LTI activity in the LMS.
  • Mahara will be displayed as per the presentation options setup in the LMS.
  • The student will see the portfolio they submitted with the grade they were assigned displayed at the top of the page. This will be pulled from the LMS via LTI.
  • They will be free to make changes as the portfolio is now unlocked.

Later phases

  • In Mahara, don't just mention that the portfolio was submitted to a particular assignment, but mention which assignment it was and link there rather than just the LMS if possible.
  • Release a locked submission if the assignment doesn't exist anymore in the LMS.
  • Bring along feedback from the LMS, incl. the grading on a rubric and store it as feedback in the portfolio.
  • See a preview of my portfolio that I select so I can ensure that I'm selecting the correct portfolio.
  • Have the option to set up a group in Mahara automatically so I can share portfolio templates with all students in the group who have access to the assignment. This may need to be done via web services instead.
  • Assess portfolios created in a group and give all students who contributed to the portfolio a grade.
  • Select a file that is in my Mahara file storage for submission to an LMS assignment. Note: The file should be saved in the LMS assignment so it can be stored along with other assessment information for the required number of years.
  • Submit 1 portfolio to multiple LMS assignments.
    • There may need to be rules around the type of assignment, e.g. if the portfolio is to be locked, it can't be added to another assignment, but if it's not locked, it can be added.
    • A scenario where it's necessary to add 1 portfolio to multiple assignments: Students work on a science research and have individual assignments. During all assignments they compile an appendix of resources that is shared across all assignments and part of the overall project. Because the appendix is in the portfolio that satisfies the requirements for multiple assignments, the portfolio needs to be added to multiple assignments.
  • Submit portfolios to a plagiarism checker.
  • Lock the portfolio automatically on the assignment due date.