LabNBook

Activities ::: mod_labnbook
Maintained by david beniamine
This plugin provides access to the LabNBook environment through a Moodle activity. LabNBook is a a collaborative electronic lab notebook for writing and learning sciences.

LabNBook 1.1.2

Moodle 3.7, 3.8, 3.9, 4.0, 4.1, 4.2
Released: pondělí, 28. srpna 2023, 21.22

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:

  1. update the source code in mod/labnbook/
  2. 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

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation