Moodle Plugins directory: LabNBook: Versions: 1.1.2 | Moodle.org
LabNBook
LabNBook 1.1.2
Code prechecks
LabNbook
This Moodle plugin provides access to LabNbook through a Moodle activity.
After installation, this plugin must be configured to exchange with a LabnBook instance. Then the editing teacher will have access to a new activity type: "LabNbook". The students that enter such an activity will work on the Labnbook site, without the need to authenticate separately.
Install
LabNbook must be installed separately. You must have an admin access to LabNbook, in order to create an institution that will be linked to this Moodle instance.
Install this module like any Moodle activity. If deploying from Git, use composer to install the PHP dependencies.
cd /path/to/moodle
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/labnbook/moodle-labnbook mod/labnbook
(cd mod/labnbook && composer install --no-dev)
php admin/cli/upgrade.php
Then login into Moodle with an admin account. You will be prompted for the new plugin configuration. Input the URL of the LabNbook web API and other settings displayed in the LnB admin view.
Upgrade
Like any Moodle plugin:
- update the source code in
mod/labnbook/
- apply the migration,
through CLI with
php admin/cli/upgrade.php
, or through web by connecting as as an admin on the "Administration" page.
License
Copyright 2019 Université Grenoble Alpes
License GPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Version information
- Version build number
- 2023081100
- Version release name
- 1.1.2
- Maturity
- Stabilní verze
- MD5 Sum
- 78f1be541b31baf6c1b562d560f45a1b
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 4.0, Moodle 4.1, Moodle 4.2
- The more recent release 1.1.6 (2025080100) exists for Moodle 3.7
- The more recent release 1.1.6 (2025080100) exists for Moodle 3.8
- The more recent release 1.1.6 (2025080100) exists for Moodle 3.9
- The more recent release 1.1.6 (2025080100) exists for Moodle 4.0
- The more recent release 1.1.6 (2025080100) exists for Moodle 4.1
- The more recent release 1.1.6 (2025080100) exists for Moodle 4.2
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation