Upload Single Page Courses

Administration tools ::: tool_uploadpage
Maintained by Lushonline Consulting
This admin tool will bulk create course with a single Page activity from a text delimted file.

Upload Single Page Courses 1.5

Moodle 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
Released: Monday, 17 August 2020, 4:21 PM

tool_uploadpage

Moodle Plugin CI

A tool to allow import of HTML as Page Activities using a comma separated value file (CSV).

This import creates a Moodle Course, consisting of a Single Page Activity.

The Page Activity Content is the HTML snippet from the file.

The Page Activity and Course are setup to support Moodle Completion based on viewing of the Page.

Installation


  1. Install the plugin the same as any standard moodle plugin either via the Moodle plugin directory, or you can use git to clone it into your source:

    git clone https://github.com/lushonline/moodle-tool_uploadpage.git admin/tool/uploadpage
    

    Or install via the Moodle plugin directory:

    https://moodle.org/plugins/tool_uploadpage

  2. Then run the Moodle upgrade

This plugin requires no configuration.

Usage

For more information see the Wiki Pages

Acknowledgements

This was inspired in part by the great work of Frédéric Massart and Piers harding on the core admin\tool\uploadcourse

Version information

Version build number
2020081700
Version release name
1.5
Maturity
Stable version
MD5 Sum
20ef8d609a7a986fd2cf9e5e39d93681
Supported software
Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7
  • Latest release for Moodle 3.8
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v2020081700

Default installation instructions for plugins of the type Administration tools

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