Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: admin/managerepository/remotemoodle.

admin/managerepository/remotemoodle: Difference between revisions

From MoodleDocs
Line 9: Line 9:


= Test that it works =
= Test that it works =
Open a file picker and test that you can retrieve a file.


= References =
= References =
*[https://docs.moodle.org/en/Development:Moodle_Repository_Plugin Remote Moodle Plugin functional specification]
*[https://docs.moodle.org/en/Development:Moodle_Repository_Plugin Remote Moodle Plugin functional specification]
*[https://docs.moodle.org/en/Moodle_Network Moodle Network]
*[https://docs.moodle.org/en/Moodle_Network Moodle Network]

Revision as of 01:01, 31 October 2008

Introduction

The Moodle Repository plugin allows users to browse a foreign Moodle site in the File Picker. The user sees all the files/data he has access to there and is able to choose them.

Network settings

You need to setup a Moodle peer. Please follow the tutorial. In this tutorial, at step 2.2 and 2.3, you also have to enable Remote Moodle Repository section.

Plugin Administration

Create a instance and select a peer.

Test that it works

Open a file picker and test that you can retrieve a file.

References