Elección FAQ

De MoodleDocs

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

Nota del traductor: En el Español de México el módulo choice se tradujo como elección en lugar de usar Consulta como lo hace el Español internacional, para evitar confusiones con otros módulos.


¿Cómo puedo yo habilitar que los usuarios participen en una actividad de elección (choice) en la portada del sitio?

To enable logged-in users to participate in a front page choice activity:

  1. Click the edit icon of the Choice.
  2. In the Settings block for the Choice, click Permissions.
  3. From the dropdown Advanced role override, choose "authenticated user"
  4. Set the capability mod/choice:choose to allow.
  5. Click the 'Save changes' button.

¿Puedo permitir que los usuarios hagan más de una elección (choice)?

It is not currently possible to do this; however, they can be allowed to change their mind if you set the choice to be updated.

¿Puedo yo usar imágenes u otro tipo de archivos como opciones para la elección (choice) en lugar de texto?

To do this, first upload your images or sound files (mp3) or video files to the internet.

  1. Copy the URL (web address) of the files you want to display.
  2. Paste it into a text editor like notepad (This is not essential but makes it easier to add the code)
  3. To display an image, add this code either side of your image URL:

<img src="YOUR_IMAGE_.jpg">

  1. To display a sound or video file -first ensure your site admin has multimedia plugins/filters enabled
  2. Add this code either side of your sound or video file:

<a href="YOUR_SOUND_FILE.mp3"></a>

  1. Set up your choice as normal and in the options boxes, paste the relevant code+URL.

Beware! Double check before you paste - any extra or missing space or bit of code and it won't work.

Vea también

Using Moodle forum discussions: