Filtro IPA
Filtro IPA | |
---|---|
Tipo | filter |
Conjunto | N/A |
Descargas | https://moodle.org/plugins/view.php?plugin=filter_ipa |
Problemas | coming soon |
Discusión | https://moodle.org/mod/forum/discuss.php?d=260164 |
Mantenedor(es) | Kevin Wiliarty |
El Filtro IPA (un módulo contribuído por terceros) muestra X-SAMPA ASCII markup como Unicode IPA (Alfabeto Fonético Internacional). La intención es ofrecer una forma fácil y rápida para mostrar el Alfabeto fonético Internacional (International Phonetic Alphabet) en Moodle.
Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!. ( y otras páginas pendientes)
Uso
Encierre X-SAMPA entre corchetes con guiones exteriores: "-{" abre un tramo de X-SAMPA, y "}-" cierra el tramo.
Por ejemplo, si Usted ingresa una cadena de caracteres como la siguiente:
-{D@ "fIlt@r Iz "w@rkIN}-
Se debería de mostrar como:
ðə ˈfɪltər ɪz ˈwərkɪŋ
Puede encontrarse una lista completa de las sustituciones en la página de X-SAMPA en la wikipedia
Fonts
In order to ensure that the IPA displays correctly -- especially the combining marks (diacritics) -- you will want to be sure to load at least one IPA-compatible web font. The Moodle IPA filter ships with two fonts that you can call, or you can use a carefully selected Google Web Font. In each case you will need to add a link to a particular style sheet in the HEAD area of Site administration > Appearance > Additional HTML.
Gentium
Gentium is the first font listed in the filter's 'font-family' so if you load it, it should display. Gentium is a slightly fanciful serif font that is very readable even at smaller sizes -- important when you are using unusual glyphs.
To use Gentium add something like this to your Additional HTML:
<link rel="stylesheet" href="URL_TO_YOUR_MOODLE/filter/ipa/gentium.css" type="text/css">
You will need to provide the root URL to your own Moodle site to replace "URL_TO_YOUR_MOODLE".
Doulos
Doulos is a somewhat compact serif font without unnecessary flourishes. Doulos is listed second in the filter's 'font-family' so it will be overriden by Gentium if you are loading both.
To use Doulos add a line like this to your Additional HTML:
<link rel="stylesheet" href="URL_TO_YOUR_MOODLE/filter/ipa/doulos.css" type="text/css">
Make sure to replace "URL_TO_YOUR_MOODLE" with the relevant URL for your site.
Tinos
Tinos is a stylish serif font and one of only a couple Google Web Fonts that handles the spacing for the combining marks well. To use Tinos you would add a line like this to your Additional HTML:
<link rel="stylesheet" href="URL_TO_YOUR_MOODLE/filter/ipa/tinos.css" type="text/css">
Make sure to replace "URL_TO_YOUR_MOODLE" with the relevant URL for your site.