13. External apps via LTI

You can use web services and authentication methods to connect other applications to Mahara. Depending on the type of integration you are seeking, you may be able to simply set the connection up in Mahara itself. In other cases, some development work may be needed.

Learning Tools Interoperability (LTI) allows learning applications like learning management systems (LMS) to talk to each other and exchange information in a standard way making it possible to easily connect the systems without extensive configuration each time.

At the moment Mahara supports LTI for authentication purposes.

The following describe how you can connect Mahara to some learning management systems via LTI.

13.1. Setup on Mahara

In order to use LTI for authentication purposes, you need to complete the setup on Mahara as well as on the LMS.

Instructions are provided for Canvas and Moodle later one. If you use a different LMS, please check that documentation on how to set up an LTI connection.

13.1.1. Enable LTI for the site

You need to ensure that LTI is enabled for your Mahra site. You do that by activating it in the Plugin administration.

The LTI plugin is enabled

The LTI plugin is enabled

The LTI plugin is enabled when there are no warning signs on the plugin page and the text at the top reads „The LTI API is enabled“.

13.1.2. Enable LTI for an institution

You can enable LTI for an institution as site administrator. Institution administrators cannot set up LTI for their own institution.

Enable LTI for an institution

Enable LTI for an institution

  1. Go to Administration menu → Web services → External apps.

  2. Application: Give your application that you want to connect a name. This is an identifier that only you need to understand.

  3. Choose the institution in which you want to set up the application.

  4. Select „LTI integration“ from the drop-down menu.

  5. Click the Add button to generate the consumer key and secret.

    Bemerkung

    If your institution does not already have the „Web services“ authentication method, it will be added automatically.

  6. Click the Manage button if you want to see more options and make a decision on them.

    Bemerkung

    At the moment, you can only choose to have users created automatically when they log in via LTI for the first time. Setting the switch to „Yes“ is typically a good thing because then any user from your LMS can go into Mahara directly without having to have an account set up beforehand.

    See further down for information on using LTI with another authentication method.

13.2. Use LTI with a second authentication method

You can allow your users to log in via LTI and another authentication method within the same institution. There are two possible ways:

  1. Users log in via Mahara first and only then via LTI.

  2. Users log in via LTI first and then via Mahara.

The first case, users log in via Mahara initially, is the easier one as you don’t have to adjust their account settings manually. If users log in via LTI first, their authentication method needs to be adjusted so that they don’t end up with two accounts.

Technically, you can use any authentication method that you have available in Mahara as second authentication method for LTI, including MNet. However, since MNet doesn’t allow you to log in via the Mahara homepage and LTI is a replacement for MNet, this authentication method is not mentioned as one to be connected.

You can set the SAML authentication method as parent authentication method to LTI. That allows people to log in via SAML or LTI and be put into the same account.

Bemerkung

This is currently only possible for SAML authentication but not for LDAP / Active Directory or a third-party authentication method.

Set a parent authentication method for LTI

Set a parent authentication method for LTI

  1. Click the Manage button next to the LTI app on Administration menu → Web services → External apps.

  2. Institution: The institution for which you created the LTI app is listed.

  3. Auto-create users: Flip the switch to „Yes“ if you want to allow anybody who has access to the LTI link to create an account automatically.

  4. Parent authority: Select the authentication method that should be the parent to LTI thus allowing people to log in directly via both and be in the same account.

    Bemerkung

    You can use SAML or new in Mahara 18.10 LDAP as parent authentication methods for LTI.

13.2.1. Log in via Mahara and then LTI

Your users can log in via Mahara and the LMS.

  1. Ensure that the authentication method that your users shall use is set up for your institution.

  2. Make sure that you have web services set up as authentication method as well for your institution.

  3. Set up the consumer secret and key for the LTI integration as described under „Enable LTI for an institution“

  4. Complete the setup of the integration on your LMS of choice.

  5. Ask your users to log into Mahara first, set up their accounts manually or via a CSV file, synchronize their accounts via LDAP, or have accounts auto-created by SAML on first login.

As a user:

  1. Log in on the Mahara homepage.

  2. Your account is set up if it doesn’t already exist.

  3. Go to your LMS.

  4. Click the link that takes you into your portfolio. You can often find that link in the course in which you are asked to create a portfolio or on your profile page in your LMS.

  5. You get access to the same account that you had already set up on Mahara.

13.2.2. Log in via LTI and then Mahara

If you want your users to log in via LTI first and then Mahara, you need to change the authentication method of the users to make the second authentication method, i.e. internal, LDAP, SAML or IMAP, the primary one. If you don’t do that, a second account will be created.

The following describes the work flow and includes the steps that you need to take in order to allow a user to log in via both authentication methods if they logged in via LTI first.

  1. Ensure that the authentication method that your users shall use is set up for your institution.

  2. Make sure that you have web services set up as authentication method as well for your institution.

  3. Set up the consumer secret and key for the LTI integration as described under „Enable LTI for an institution“

  4. Complete the setup of the integration on your LMS of choice.

  5. Your users go to the LMS and click the link to the portfolio, which creates an account for them.

    Warnung

    If you leave things here and don’t continue with the next steps, and your users log in via the Mahara homepage, they will have a second account created.

  6. Change the authentication method of the user to the non-LTI one. In the case of single sign-on via the SAML plugin, you will also need to provide a remote username.

    Siehe auch

    You can learn how to change the authentication method for internal and LDAP accounts and for accounts that require a remote username.

13.3. Setup in Canvas

You can set up the LTI connection to Mahara either for all your courses in Canvas or for a single course.

The advantage of setting up the connection for your entire instance of Canvas is that your teachers do not have to set up the connection themselves and everybody connects to the same instance of Mahara and to the same institution.

If you want to ive more control to what institution in Mahara your learners shall connect, you can set up the LTI connection on the course level.

You can choose to set up the connection via the Edu App Center or via manual configuration. The manual configuration allows you to open Mahara in its own window rather than within Canvas.

13.3.1. Setup via the Edu App Center

When you set up Mahara via the Edu App Center, your Mahara instance is opened as iframe within Canvas reducing the space you have available to view Mahara. You will always see the Canvas navigation around it as well.

Warnung

For security reasons, Mahara prevents being embedded as iframe in another website. If you want to use the Edu App Center and not set up Mahara manually (just slightly longer setup time), you will need to disable a security feature on Mahara, which is not recommended. You can do so by adding $cfg->sameoriginframes = false; to your config.php.

Siehe auch

If you want to have Mahara opened in a separate window, you can follow the setup instructions for that.

Choose Mahara from the Edu App Center

Choose Mahara from the Edu App Center

  1. Click Settings in your Canvas site or course.

    Bemerkung

    If you choose to put the link in your site, all courses will have the link in their navigation. If you decide to put the link only into your course, only your course participants will be able to access Mahara.

  2. Click the Apps tab. You have access to the Edu App Center.

  3. Search for „mahara“ in the search field.

  4. Click the Mahara app that is presented to you. You are taken to a screen that shows you more information about the app itself.

  5. Click the Add App button to start the configuration.

In order to add the connection to Mahara, you need to have set up Canvas as external tool in Mahara for your institution because you require the consumer key and consumer secret.

Configure Mahara via the Edu App Center

Configure Mahara via the Edu App Center

  1. Name: You can decide what you want to call the app. The name you choose here will be the one displayed in your course navigation.

  2. Consumer Key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  3. Shared Secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  4. Launch URL: Paste the URL of your Mahara instance.

  5. Click the Add App button to finish the setup.

  6. Click the Close button or the Close icon to abort the setup.

  7. The app appears in your course navigation when you refresh the page.

  8. Click the app to be authenticated in your Mahara instance.

    Bemerkung

    If you already have an account in the institution in Mahara with the email address you use in Canvas, you are taken to that account.

    If your email address does not yet exist in Mahara and you allowed for automatic account creation, an account will be set up for you.

    If your email address exists in Mahara but you are not a member of the institution for which you set up the Canvas integration, you receive an error message and will need to become a member of that institution before you can log in via Canvas.

13.3.2. Manual setup

The manual setup of the connection to Mahara is also easy.

Choose to set up Mahara manually

Choose to set up Mahara manually

  1. Click Settings in your Canvas site or course.

    Bemerkung

    If you choose to put the link in your site, all courses will have the link in their navigation. If you decide to put the link only into your course, only your course participants will be able to access Mahara.

  2. Click the Apps tab.

  3. Click the View App Configurations button.

  4. Click the App button to add your Mahara app manually.

You add the details for your Mahara instance in the pop-up window.

Configure the connection to Mahara

Configure the connection to Mahara

  1. Configuration Type: Select „By URL“. The configuration parameters are available in your Mahara instance.

  2. Name: You can decide what you want to call the app. The name you choose here will be the one displayed in your course navigation.

  3. Consumer Key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  4. Shared Secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  5. Config URL: Paste the URL of your Mahara instance and add the following to the end of it: /module/lti/configxml.php

  6. Click the Submit button to finish the setup.

  7. Click the Cancel button or the Close icon to abort the setup.

  8. You are taken to the „External Apps“ page.

You will need to add a custom parameter in order to use the assignment submission functionality.

Make changes to the LTI setup

Make changes to the LTI setup

  1. Next to the app that you just created, click the Configure button.

  2. Select the Edit option.

Now you can enter the additional parameter without which the connection cannot be established properly.

Edit the LTI configuration in Canvas

Edit the LTI configuration in Canvas

  1. Name: The name of your external application.

  2. Consumer Key: Review or change the consumer key here that you have from your Mahara instance.

  3. Shared Secret: That is the „Consumer secret“ on Mahara. If it has changed, update it here.

  4. Launch URL: The launch URL is the domain of your Mahara instance with /webservice/rest/server.php at the end of it.

    Bemerkung

    This URL is different from the one that you entered when setting up the connection. That is correct. When you set up the connection, you need to use /module/lti/configxml.php for Canvas to complete the setup properly.

  5. Domain: Do not enter anything here.

  6. Privacy: Leave this set to „Public“.

  7. Custom Fields: Add wsfunction=module_lti_launch here so that the assignment submission process works.

  8. Description: You can leave the default text here.

  9. Click the Submit button to finish the setup.

  10. Click the Cancel button or the Close icon to abort the setup.

  11. You are taken to the „External Apps“ page.

  12. The app appears in your course navigation when you refresh the page.

  13. Click the app to be authenticated in your Mahara instance.

    Bemerkung

    If you already have an account in the institution in Mahara with the email address you use in Canvas, you are taken to that account.

    If your email address does not yet exist in Mahara and you allowed for automatic account creation, an account will be set up for you.

    If your email address exists in Mahara but you are not a member of the institution for which you set up the Canvas integration, you receive an error message and will need to become a member of that institution before you can log in via Canvas.

13.4. Setup in Moodle

You can set up Mahara in two different ways for use in Moodle:

  • General setup on the site level to make it easier for teachers as they won’t require the technical details

  • Manual setup on the course level

All screenshots were made with Moodle 3.5.

13.4.1. Preconfigure LTI for all courses to use

Go to Site administration → Plugins → Activity modules → Manage activities → Edit preconfigured tool

Configure Moodle to connect to Mahara

Configure Moodle to connect to Mahara

  1. Tool name: Give a name that your teachers will recognize.

  2. Tool URL: Provide the launch URL. It consists of the base URL of your Mahara site and the following added to the end of it: /webservice/rest/server.php?wsfunction=module_lti_launch

  3. Tool description: This field is optional. Providing a description will help your teachers to identify the tool more easily.

  4. Consumer key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  5. Shared secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  6. Default launch container: Choose „New window“ or „Existing window“. Do not choose to embed Mahara. That will not work as you are not allowed to embed Mahara into other websites. Furthermore, it will reduce the space that you have available to work in Mahara.

  7. Secure icon URL: If you don’t want to display the regular Moodle icon for external tools, you can provide a link to your favorite icon. It is recommended that you provide one that sits on your Mahara site and has the dimensions needed by Moodle for best results.

  8. Click the Save changes button to accept the configuration or the Cancel button if you want to abort setting up the tool.

Bemerkung

You do not have to make changes to any of the other settings on the page.

13.4.2. Use a preconfigured Mahara site in a course

If Mahara was already set up as external tool on the site level in Moodle, a teacher only needs to select it when adding the „External tool“ activity in Moodle.

Choose a preconfigured Mahara instance in Moodle

Choose a preconfigured Mahara instance in Moodle

  1. Activity name: Give your activity a title.

  2. Preconfigured tool: Select your Mahara instance from the drop-down menu. It may not be called „Mahara“. Certain fields are not editable when you choose this option as they are determined by the existing site-wide configuration.

    Bemerkung

    Click the Show more… link if you want to make some additional changes.

  3. new in Mahara 18.10 Privacy: Tick the option „Accept grades from the tool“ if you want to be able to use the activity for the submission of a portfolio.

  4. Click the Save and return to course button to be taken back to your course page, click the Save and display button to launch into Mahara immediately, or click the Cancel button to abort adding Mahara to your course as activity.

13.4.3. Configure Mahara in a course activity manually

You can set up the connection to Mahara also on the activity level in Moodle without having preconfigured it first on the site level. This can be beneficial if your course is the only one connecting to a specific Mahara site that other courses should not have access to.

If everyone should have access to the same Mahara site, setting up a preconfiguration on the site level is advised though.

Set up Mahara as external tool in a Moodle course

Set up Mahara as external tool in a Moodle course

  1. Activity name: Give your activity a title.

  2. Activity description: Provide a description of your activity. This field is optional.

  3. Preconfigured tool: Select „Automatic, based on tool URL“.

  4. Secure tool URL: Provide the launch URL. It consists of the base URL of your Mahara site and the following added to the end of it: /webservice/rest/server.php?wsfunction=module_lti_launch

    Bemerkung

    You could use the „Tool URL“ field, but since web services in Mahara only work over SSL (unless you have a developer instance), choosing the „Secure tool URL“ is recommended.

  5. Launch container: Choose „New window“ or „Existing window“. Do not choose to embed Mahara. That will not work as you are not allowed to embed Mahara into other websites. Furthermore, it will reduce the space that you have available to work in Mahara.

  6. Consumer key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  7. Shared secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  8. Secure icon URL: If you don’t want to display the regular Moodle icon for external tools, you can provide a link to your favorite icon. It is recommended that you provide one that sits on your Mahara site and has the dimensions needed by Moodle for best results.

  9. new in Mahara 18.10 Privacy: Tick the option „Accept grades from the tool“ if you want to be able to use the activity for the submission of a portfolio.

  10. Click the Save and return to course button to be taken back to your course page, click the Save and display button to launch into Mahara immediately, or click the Cancel button to abort adding Mahara to your course as activity.

Bemerkung

You do not have to make changes to any of the other settings on the page.

13.5. Setup in Blackboard

You can set up the connection to Mahara via LTI through the built-in „Basic LTI Tools“ in Blackboard.

13.5.1. Configure LTI for the site

An administrator needs to set up an LTI tool before it can be added to a course.

13.5.1.1. Set up a building block

Choose to set up an LTI tool

Choose to set up an LTI tool

When you are in the Building Blocks area, select LTI Tool Providers to start setting up the connection to Mahara.

On the next screen, click the Register Provider Domain button.

Register the LTI provider

Register the LTI provider

  1. Provider Domain: Enter the URL of your Mahara site.

  2. Provider Domain Status: If you want to use the LTI connection, you should select „Approved“.

  3. Default Configuration: You can decide whether to provide a separate configuration for each instance in which you want to use LTI in a course or set it globally.

    • Set separately for each link: Use this option if you want to connect to different institutions in one Mahara instance. Note that you will need to provide the consumer key and secret each time you want to add an LTI building block to a course.

    • Set globally: Use this option when everyone shall enter the same institution in Mahara. You do not need to provide the consumer key and secret when a link to Mahara is added in a course as it is set here.

  4. Tool Provider Key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  5. Tool Provider Secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  6. Tool Provider Customised Parameters: Enter the following parameter: wsfunction=module_lti_launch.

  7. Send User Data: Decide how you want to send user data to Mahara:

    • Never: No user data is sent.

    • Send user data only over SSL: User data is sent encrypted. This option is the preferred option for production sites. The web services in Mahara require that an SSL connection is established unless you are connection to a site that is not in production mode.

    • Send user data over any connection: You can choose this option because web services in Mahara require an SSL connection when in production mode. This option is useful for testing purposes as your testing instance may not have an SSL certificate.

  8. User Fields to be Sent: Select, which user fields you want to send across to Mahara.

    • Role in Course: Currently, Mahara ignores this field.

    • Name: The first name and last name are sent to Mahara.

    • Email Address: The email address of the person clicking the LTI link is sent to Mahara.

  9. Show User Acknowledgement Message: You can require anyone clicking the link to acknowledge that they are getting set up on Mahara. This can be useful if you want to provide a special message upon logging in.

  10. Message Text: Enter the text for the „User Acknowledgement Message“.

  11. Click the Submit button to continue or click the Cancel button to abort the changes.

13.5.1.2. Manage the placement of the building block

Manage the placement of the LTI connection

Manage the placement of the LTI connection

When you are back on the LTI Tool Providers screen, make a right mouse click on the Mahara URL and select Manage Placements in order to create a placement for your courses. On the following screen, click the Create Placement link.

Create a placement for the LTI connection

Create a placement for the LTI connection

  1. Label: Give your connection a name that is displayed to students and teachers in the course.

  2. Description: You can enter a description for the connection.

  3. Handle: Give the placement a unique name. It does not appear in the course navigation.

  4. Availability: Choose to make the placement available or not. If you select „No“, you can prepare the placement, but your students will not see it.

  5. Type: The type decides how students can interact with the tool. Choose „Content Type“ and select the „Tools“ option.

  6. Icon: You can upload a custom icon for the placement to identify it more easily. The icon needs to have the dimensions 50 x 50 pixels.

  7. Tool Provider URL: Enter the URL of your Mahara site.

  8. Tool Provider Key: Paste the consumer key from Mahara for the LTI connection that you set up earlier.

  9. Tool Provider Secret: Paste the consumer secret from Mahara for the LTI connection that you set up earlier.

  10. Tool Provider Customised Parameters: Enter the following parameter: wsfunction=module_lti_launch.

  11. Click the Submit button to continue or click the Cancel button to abort the changes.

13.5.1.3. Add the placement to a course

Select the placement in your course

Select the placement in your course

  1. Click the „Mahara“ placement in your course navigation.

  2. Click the Tools button.

  3. Select the Mahara LTI tool. Note: You may have given it a different name than is displayed here.

Finalize the settings for the course link

Finalize the settings for the course link

  1. Name: You can change the default name if you want to display a different one.

  2. Colour of Name: Choose the color of the link in the course.

  3. Description: Enter a description if you like that is displayed to the students and teachers in the course.

  4. Permit Users to View this Content: Decide whether students and teachers can see the link in the course.

  5. Track Number of Views: Decide whether you want to include the clicking of the link in your reporting.

  6. Select Date and Time Restrictions: Enter a date and time if you want to make the link available automatically at a specific time.

  7. Click the Submit button to continue or click the Cancel button to abort the changes.

  8. Your link is now ready to be used. Students and teachers in the course can log into Mahara via it.

13.6. new in Mahara 18.10 LTI for assignment submission

You can use the LTI setup to create an activity in an LMS and allow for a portfolio in Mahara to be graded.

13.6.1. Set up an assignment in Canvas

Prerequisite: You have set up the connection to Mahara already via the setup instructions.

In Canvas you can set up the LTI assignment submission as part of the assignment functionality.

Add an assignment to your Canvas course

Add an assignment to your Canvas course

  1. In your course navigation, click the Assignments navigation item.

  2. On the resulting page, click the Assignment button to set up a new assignment.

Bemerkung

You can add the assignment to a group of assignments as you wish.

Assignment settings for your LTI activity

Assignment settings for your LTI activity

  1. Once you created an assignment, you can change its paramenters, including the assignment name.

  2. Provide a description or task for the assignment.

  3. Points: Enter „100“ here as LTI expects a scale from 0 to 100.

  4. Display Grade as: Decide how you want to display the final grade for the assignment.

  5. Submission type: Select „External Tool“ from the drop-down menu.

  6. Click the Find button to see all external tools that are available in your course and select the Mahara one. Click the Save button to confirm your selection.

  7. Load This Tool In A New Tab: Tick this check box if you want to load Mahara in a new tab. Note that there is no navigation visible on the Mahara submission screens because they are meant to be embedded in the assignment activity.

  8. Click the Save button if you want to save an preview your assignment or click the Save & Publish button if you are ready to take the assignment live. Click the Cancel button to abort setting up the activity.

  9. Click the activity name or button to finalize the assessment settings. Learners are not able to use the activity until these settings have been saved.

13.6.2. Set up an assignment in Moodle

  1. Select to add the External Tool activity in Moodle.

  2. During the setup ensure that you tick the check box next to „Accept grades from the tool“ under „Privacy“. If you don’t tick this check box, you can only authenticate to Mahara but not select a portfolio for submission.

  3. Click the activity name to finalize the assessment settings. Learners are not able to use the activity until these settings have been saved.

13.6.3. Confirm assessment settings

Before any learners can use the activity, you need to confirm the activity settings as a teacher.

Set the submission criteria

Set the submission criteria

  1. Email tutors on student submission: Set this to „Yes“ if course tutors / teachers / assessors shall be informed when a submission has been made.

  2. Keep portfolio locked after grading: Set this to „Yes“ if you don’t want learners to make any changes to their portfolio once grading is done. The default setting is „No“.

    Bemerkung

    This option will keep the portfolio locked from editing, and learners can’t delete any of the submitted artefacts or make changes to them or delete the portfolio itself from their account. They can still make a copy or change artefacts that are not affected by the locking.

  3. Archive when graded: If you want or need to keep a copy of the graded portfolio to comply with assessment regulations, you can set this option to „Yes“. An archive is made automatically after you finished grading and placed on the Mahara server. Administrators can view the archives in the „Archived submissions“, and a server administrator can download all archives from a folder within the content file structure of Mahara.

    Warnung

    SmartEvidence collections cannot yet be archived properly as Leap2A.

  4. Click the Save and allow submissions button to confirm the settings and allow your learners to submit their portfolios.

    Bemerkung

    You can change the assignment settings until the first learner submitted their portfolio. After that, they are locked in.

    Currently, learners cannot re-submit portfolios to the same activity once you’ve completed grading. They can also not make any changes to the portfolio while it is being assessed.

13.6.4. Submit a portfolio as learner

As a learner, you can submit any of your portfolios to an assignment in your learning management system (LMS).

Bemerkung

Any portfolio you submit is locked. Depending on the assignment settings, you may be able to edit the portfolio again after grading.

Submit a portfolio for assessment via your LMS

Submit a portfolio for assessment via your LMS

  1. Click the link to the assignment in your LMS. Mahara opens either in a new tab or embedded as iframe depending on the assignment settings.

  2. If you don’t already have a portfolio that you can submit for this particular assignment, click the create one link. You are taken to Pages and collections where you can create a new portfolio. Once you are finished, click the assignment link in your LMS again to be taken to the correct submission screen.

  3. If you do have a portfolio to submit, select it from the drop-down menu. You can select an entire collection or a page when it is not part of a collection.

  4. Click the Submit button to confirm your choice.

    Bemerkung

    By clicking the Submit button, your portfolio is locked from editing.

  5. You receive a confirmation on screen that lets you know when you submitted the portfolio.

Once your portfolio has been assessed and a grade given, you can see the result in Mahara after having clicked on the assignment link in the LMS.

View grade in Mahara

View grade in Mahara

  1. Review when you submitted your portfolio.

  2. View the number of points you received on your portfolio.

  3. View who assessed your portfolio.

  4. Shows the time when the portfolio was assessed.

Bemerkung

Currently, you cannot re-submit a portfolio to the same assignment in the LMS.

13.6.5. Assess a portfolio as teacher

Once learners have submitted portfolios for assessment, as a teacher, you can click the link to the assignment in the LMS and be taken to Mahara, where you see all the submitted portfolios.

View portfolios that require assessment

View portfolios that require assessment

  1. First name: The first name of the portfolio author.

  2. Last name: The last name of the portfolio author.

  3. Portfolio title: Title of the submitted portfolio.

  4. Time submitted: Time when the author submitted their portfolio.

  5. Click the Grade link to be taken to the portfolio itself and give it a grade.

  6. Grade: Grade given for this portfolio out of 100 points.

  7. Time graded: Time when the grade was submitted.

  8. Graded by: Teacher who graded the portfolio.

When you click the Grade link, you are taken to the portfolio and can review it. As usual, you can leave comments on the content where available and on a page itself. Once you are ready to give the grade, you can select it above the comments section.

Grade a portfolio

Grade a portfolio

  1. The name of the assignment is displayed.

  2. The course title from the LMS is listed.

  3. The time when the learner submitted the portfolio is shown.

  4. Grade: Select a grade between 0 and 100 points from the drop-down menu.

  5. Click the Submit button to lock the grade in. You cannot revoke your decision.

  6. The grade is also entered into the gradebook in Moodle.