Bloque de Accesibilidad

De MoodleDocs
Revisión del 18:44 28 sep 2018 de German Valero (discusión | contribs.) (tidy up)
(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)

El bloque de Accesibilidad le permite a los usuarios personalizar páginas de Moodle para cumplir con los requisitos de accesibilidad.

Configuración

A partir de Moodle 2, el bloque no necesita configuración adicional para que funcionen las modificaciones por-usuario. Desde 2.0 el bloque incluye la barra ATbar, que proporciona (en idioma inglés) funcionalidad de Texto-Hablado (Text-To-Speech = TTS). Para que funcione TTS, Usted necesita seguir estas instrucciones (actualmente soportadas solamente en servidores Linux).

  1. Install the Accessibility block as normal
  2. Install Festival, the Text-To-Speech engine, on your server. This should install text2wave in /usr/bin. If not, you'll need to symlink it there.
  3. Install LAME, the MP3 utilities, on your server.
  4. Go to the Moodle root directory (at command line or in a file manager)
  5. From here, find blocks/accessibility/toolbar/server/TTS/SB_generateAudio.sh and make it executable. To do this from the terminal, run:
    chmod +x blocks/accessibility/toolbar/server/TTS/SB_generateAudio.sh
  6. Edit SB_generateAudio.sh to set the tmpdir variable at the top to a suitable temporary directory, and dirroot to the value of $CFG->dirroot in your Moodle config.php
  7. Change the ownership of blocks/accessibility/toolbar/server/TTS/cache to make it writable by the user the web server runs as. To do this on Ubuntu, run these commands:
    chown -R user:www-data blocks/accessibility/toolbar/server/TTS/cache
    chmod -R 775 blocks/accessibility/toolbar/server/TTS/cache
  8. Load a Moodle page containing the block, click "Launch ATbar", select some text, and click the Text-To-Speech button (speaker icon).

Uso

La funcionalidad del bloque se divide en 2 áreas: Funciones nativas y aquellas funciones proporcionadas por la ATbar.

Funciones Nativas

Hay 8 botones en el bloque mismo. Los 3 botones en la fila superior muestran una A que controla el tamaño del texto:

  • El hacer click en Accessibility A-.png disminuirá el tamaño del texto.
  • El hacer click en Accessibility A+.png aumentará el tamaño del texto.
  • El hacer click en Accessibility A.png reiniciará el tamaño del texto. Si Usted había guardado configuraciones para el tamaño del texto, esto será borrado.

El botón final de la fila superior guarda los estilos cambiados por el bloque. Una vez que Usted haya alterado el tamaño del texto o el esquema de colores, el botón se volverá activo, mostrado por la flecha azul. Cuando esté activo, haga click en Accessibility save.png para guardar las configuraciones. Una vez guardadas, las configuraciones persistirán entre páginas aunque Usted salga del sitio.

La fila inferior contiene 4 botones, cada uno mostrando un esquema de color diferente. El hacer click en cualquiera de estos botones Accessibility colours.png aplicará ese esquema de colores a la página. Al hacer click en el botón del extremo izquierdo reiniciará a los ajustes por defecto y borrará cualquier configuración de colores guardada.

ATbar

At the bottom of the block, you'll see a button labelled Launch ATbar and a checkbox labelled (always?)
Accessibility atbar.png
Clicking the button will launch ATbar and hide the native controls. ATbar has several advanced Accessibility functions on top of the ability to change page styles, including Text-To-Speech and Dictionary lookup. Note that if you change styles with ATbar, they will not persist between pages as they do with the native functions, nor are you currently able to save them. Ticking the checkbox will cause ATbar to be automatically loaded each time you visit a page containing the Accessibility block. You can find out more about ATbar's functions by clicking the Accessibility help.png icon on the right of the bar itself.