Bloque Lista Curso Rapida

De MoodleDocs
Revisión del 16:24 28 sep 2018 de German Valero (discusión | contribs.) ({{Pendiente de traducir}})
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

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.