Quick Course List Block: Difference between revisions

From MoodleDocs
No edit summary
(Added {{Infobox plugin)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox plugin
|type = Block, Quick Course List
|entry = https://moodle.org/plugins/block_quickcourselist
|tracker = https://github.com/marxjohnson/moodle-block_quickcourselist/issues
|discussion = https://github.com/marxjohnson/moodle-block_quickcourselist/issues
|maintainer = [[User:Mark Johnson|Mark Johnson]]
|float = right
}}
This block allows courses to accessed quickly by use of AJAX searching.
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.
If Javascript is not available, it will fall back to use PHP forms.
Line 11: Line 19:


[[Category:Block]]
[[Category:Block]]
[[Category:Contributed code]]
[[es:Bloque Lista Curso Rapida]]

Latest revision as of 16:38, 28 September 2018

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.