Quick Course List Block

From Learnit docs
Revision as of 10:53, 16 May 2019 by Docsadmin (talk | contribs) (Created page with "{{Infobox plugin |type = Block, Quick Course List |entry = https://moodle.org/plugins/block_quickcourselist |tracker = https://github.com/marxjohnson/moodle-block_quickcoursel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox plugin This block allows courses to accessed quickly by use of AJAX searching. If Javascript is not available, it will fall back to use PHP forms.

This block requires no configuration.

Usage

Start typing the Full Name or Short Name of the course you wish to find. The results will be narrowed down as you type. When the course you want to access is displayed, simply click the link.

The search also supports SQL-Style wildcards: _ will match 1 character, % will match any number of characters. E.G. to match courses starting with A1C or A2C, you could enter A_C. You only need to use % if you require a wildcard in the middle of a string - they are implied at the start and the end (so searching for SCI is the same as %SCI%). If you wish to search for a literal _ or % precede them with a \, so to find a course name containing A_C you'd enter A\_C.

es:Bloque Lista Curso Rapida