Diferencia entre revisiones de «Módulo Unilabel»

De MoodleDocs
(tidy up)
(tidy up)
(No se muestra una edición intermedia del mismo usuario)
Línea 1: Línea 1:
{{Infobox plugin
|type = Resource module
|entry = https://moodle.org/plugins/mod_unilabel
|tracker = https://github.com/grabs/moodle-mod_unilabel
|discussion = https://github.com/grabs/moodle-mod_unilabel/issues
|maintainer = [[User:Andreas Grabs|Andreas Grabs]]
|float = right
}}
{{EnTraduccion}}
{{Infobox plugin
{{Infobox plugin
|type = Resource module
|type = Resource module
Línea 24: Línea 15:
* [[#Teto colapsado|Texto colapsado]]
* [[#Teto colapsado|Texto colapsado]]
* [[#Carrusel|Carrusel]]
* [[#Carrusel|Carrusel]]
* [[#Course teaser|Course teaser]]
* [[#Probadita de curso|Probadita de curso]]
* [[#Topic teaser|Topic teaser]]
* [[#Probadita de tópico|Probadita de tópico]]


==Instalación==
==Instalación==
Línea 83: Línea 74:
[[File:Unilabel grid.png|800px]]
[[File:Unilabel grid.png|800px]]


===Course teaser===
===Probadita de curso===


* Mainly intended to show on the [[Portada]] it shows the titles and images of selected courses.
* Mainly intended to show on the [[Portada]] it shows the titles and images of selected courses.
* The presentation can be a [[#Carousel|carousel]] or a [[#Grid|grid]].
* The presentation can be a [[#Carrusel|carrusel]] or a [[#Rejilla|rejilla]].
* Each Item is a clickable button that brings the user to the related course.
* Each Item is a clickable button that brings the user to the related course.


===Topic teaser===
===Probadita de tópico===


* Mainly intended to show on the [[Portada]]. It shows the description of topics of a selected course.
* Mainly intended to show on the [[Portada]]. It shows the description of topics of a selected course.
* The topics will be shown as [[#Carousel|carousel]] or as [[#Grid|grid]].
* The topics will be shown as [[#Carrosel|carrusel]] or as [[#Rejilla|rejilla]].
* If you click on such a shown topic, a modal dialog shows the topic content.
* If you click on such a shown topic, a modal dialog shows the topic content.




[[en:Unilabel module]]
[[en:Unilabel module]]

Revisión del 18:14 17 dic 2018


Vista general

The Moodle plugin "mod_unilabel" enables you to include some nice formated text on a course page or the Portada. There are 5 different content types included (extendable sub plugins):

Instalación

Vea Instalar plugins

Uso

The configuration consists of two steps (except the "Simple text" type).

  1. ) The creation of a new instance by using the Selector de actividades.
  2. ) The configuration of the content depending on the content type you chose in the first step.

Description of the content types

Texto simple

This content type just shows the etiqueta as you already know. Unilabel simple text.png

Texto colapsado

The collapsed text originally shows the user only the text that you entered in the title. This text is highlighted as a hyperlink and has a small triangle at the left side to indicate that it can be expanded.

Unilabel mod collapsed text folded.png

When the user click on the collapsed text, it will expand to reveal all the content.

Unilabel mod collapsed text expanded.png

This content type offers you two options:

  1. ) a folded content
  2. ) a modal dialog containing the content.

Both types can be used with or without animation

Carrusel

In this content type you can define a series of images.

  • Each image is shown in a slide show.
  • You can also define a caption to each image that is show inside the slide item.
  • For each image you can define a URL what makes the image to a clickable button.
  • The carousel is by default responsive to different screen sizes.
    • To optimize the responsivity to each of the images you can assigne a mobile optimized image.
    • This mobile image is shown on small devices smaller than 768 px.

Unilabel carousel.png

Rejilla

  • In this content type you can define a series of images and contents/URLs.
  • The grid is by default responsive to different screen sizes.
  • You can set a column count for the grid to define how many tiles are shown in one row.
    • On smaller screens the column count is reduced by a half of the defined count.
    • On mobile devices like cellphones only one column is shown.
    • To optimize the responsivity to each of the images you can assign a mobile optimized image.
      • This mobile image is shown on small devices smaller than 768 px.
  • If you have defined a content for a slide the content is shown as a modal dialog if you click the slide.
  • If you have defined a URL for a slide on click, the URL is loaded.

Unilabel grid.png

Probadita de curso

  • Mainly intended to show on the Portada it shows the titles and images of selected courses.
  • The presentation can be a carrusel or a rejilla.
  • Each Item is a clickable button that brings the user to the related course.

Probadita de tópico

  • Mainly intended to show on the Portada. It shows the description of topics of a selected course.
  • The topics will be shown as carrusel or as rejilla.
  • If you click on such a shown topic, a modal dialog shows the topic content.