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: Simple Course Creator.

Simple Course Creator: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 22: Line 22:
==Configuration==
==Configuration==
The tool gives a configuration under plugins -> Local plugins -> Simple Course Creator Settings or alternatively navigate to /admin/settings.php?section=local_simple_course_creator. Users may select the options they want to have for this tool on their site.
The tool gives a configuration under plugins -> Local plugins -> Simple Course Creator Settings or alternatively navigate to /admin/settings.php?section=local_simple_course_creator. Users may select the options they want to have for this tool on their site.
[[Image:local_simple_course_creator_configuration_page_v1.png|thumb|600px|center|Configuration]]


==Acknowledgements==
==Acknowledgements==

Revision as of 10:50, 3 May 2019

Note: This plugin is developed for Moodle v3.6.x onwards.


This local plugin allows users to create courses from the Course Category menu. This tool gives minimum options to create courses, handy for new or reluctant users. The different sections on core Moodle's course creation page can optionally be added / removed from the plugin's administration.

  • Every heading when creating a course except the General is made optional. So at the minimum the user will have only the Course Full name, Shortname, Start Date and End Date.
  • The Category if not shown, creates the course in the existing category
  • The Simple Course Creation skips the User enrolment page as the Core Moodle Course Creation would take the user to when creating a course. Of course you can add users once the course is created.


Requirements

Moodle 3.6 (build 2018112800.00 or later)

Installation

Copy the simple_course_creator folder into your /local directory and visit your Admin Notification page to complete the installation.

Usage

The tool adds a link to the category navigation block, "Simple Course Creator". The user will be shown four options at the minimum (Course full name, Course short name, Course start date and Course end date), this can be configured from the plugin's settings page, see below. when the user enters the information and clicks Save and display, the page goes directly to the course view page rather than the course enrolment page.

If you're using Boost or a similar theme, you may need to access /course/index.php directly, navigate to the desired category, then click the edit cog at top right to reach the links.

Configuration

The tool gives a configuration under plugins -> Local plugins -> Simple Course Creator Settings or alternatively navigate to /admin/settings.php?section=local_simple_course_creator. Users may select the options they want to have for this tool on their site.

Configuration

Acknowledgements

This development came out of user requests at the Moodle Moot 2019 Manchester (mootIEUK19). This item was second on the popularity list. Thanks to Brett Lucas at Queen Mary University of London for refining the requirements.


Need more information?