Document Information

Classification Confidential
Document Owner Talview
Document Author @Anonymous
Last Modification Date March 5, 2025
Copyright & Reproduction The information contained in this document is confidential, may be privileged, and is intended solely for the person and/or entity to which it is addressed. They are the sole property of the document owner. Unauthorized review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and illegal under the Indian Copyright Act, 1957. If you have received this document(s) in error, please return the document(s) to the sender and delete the document(s) and any copy. Talview thanks you for your cooperation.

Change History

Version Date Author Description of Change
1.0 March 5, 2024 @Anonymous

Content

<aside> ⚠️

This is not a method supported by product to install the plugins

</aside>

Introduction

Talview's proctoring solutions for Moodle LMS include two essential plugins: the Quiz Access Proctor plugin and the Local Proview plugin. These plugins work together to enhance the security and integrity of online quizzes by integrating advanced proctoring features directly into Moodle's quiz module.

The Quiz Access Proctor plugin allows educators to apply specific proctoring settings to their quizzes, ensuring a controlled testing environment. With this plugin, different types of proctoring can be configured, and Talview's Secure Browser can be utilized to prevent unauthorized access and maintain exam integrity. Install the “quiz access proctor” plugin first

Complementing this, the Local Proview plugin injects the necessary Proview JavaScript into Moodle quizzes. It ensures that the proctoring session is initiated correctly when a quiz starts and manages integration aspects such as fetching session playback URLs for post-exam review. This comprehensive approach allows for seamless monitoring and reviewing of proctored sessions, enhancing the overall assessment process. Install the “local proview” plugin second

<aside> 💡 These plugins are free to download, but a subscription is needed to fully use it. For any query on the subscription, please contact Talview Sales Team or technical support, you can reach out to Talview Tech Support.

</aside>


Installing the plugins from backend

Installing the quizaccess_proctor and local_proview plugins in Moodle from backend.


Step 1: Prepare and Configure Moodle Data Directory

Verify and Create dataroot Directory

  1. Check Current Setting:

    sudo nano /var/www/html/moodle/config.php
    
  2. Ensure This Line Exists:

    $CFG->dataroot = '/var/moodledata';