Unilabel module: Difference between revisions

From MoodleDocs
(tidy up)
(tidy up)
 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
|float = right
|float = right
}}
}}
==General==
==Overview==


The Moodle plugin "mod_unilabel" enables you to include some nice formated text on a course page or the [[Front page]].
The Moodle plugin "mod_unilabel" enables you to include some nice formated text on a course page or the [[Front page]].
There are 5 different content types included (extendable sub plugins):
There are 5 different content types included (extendable sub plugins):
* Simple text
* [[#Simple text|Simple text]]
* Carousel
* [[#Collapsed text|Collapsed text]]
* Collapsed text
* [[#Carousel|Carousel]]
* Course teaser
* [[#Course teaser|Course teaser]]
* Topic teaser
* [[#Topic teaser|Topic teaser]]


==Installation==
==Installation==


Copy all files into the folder "mod/unilabel" inside your moodle installation.
See [[Installing plugins]]
Run the installation process in moodle.
You can find more detailes to the installation process in [[Installing plugins]]


==Usage==
==Usage==
Line 36: Line 34:
This content type just shows the [[Label|label]] as you already know.
This content type just shows the [[Label|label]] as you already know.
[[File:Unilabel simple text.png|400px]]
[[File:Unilabel simple text.png|400px]]
===Collapsed text===
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.
[[File:Unilabel mod collapsed text folded.png|400px]]
When the user click on the collapsed text, it will expand to reveal all the content.
[[File:Unilabel mod collapsed text expanded.png|800px]]
This content type offers you two options:
#) a folded content
#) a modal dialog containing the content.
Both types can be used with or without animation


===Carousel===
===Carousel===
Line 46: Line 58:
** To optimize the responsivity to each of the images you can assigne a mobile optimized image.
** 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.
** This mobile image is shown on small devices smaller than 768 px.
 
[[File:Unilabel carousel.png|800px]]


===Grid===
===Grid===


* In this content type you can define a series of images and contents/urls.
* In this content type you can define a series of images and contents/URLs.
* The grid is by default responsive to different screen sizes.
* 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.
* 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 smaller screens the column count is reduced by a half of the defined count.
** On mobile devices like cellphones only one column is shown.
** 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.
** 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.
*** 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 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.
* If you have defined a URL for a slide on click, the URL is loaded.
[[File:Unilabel grid.png|800px]]
[[File:Unilabel grid.png|800px]]
===Collapsed text===
[[File:Unilabel mod collapsed text folded.png|400px]]
When the user click on the collapsed text, it will expand to reveal all the content.
[[File:Unilabel mod collapsed text expanded.png|800px]]
This content type offers you two options:
#) a folded content
#) a modal dialog containing the content.
Both types can be used with or without animation


===Course teaser===
===Course teaser===


* Mainly intended to show on the [[Front page]] it shows the titles and images of selected courses.
* Mainly intended to show on the [[Front page]] it shows the titles and images of selected courses.
* The presentation can be a carousel or a grid.
* The presentation can be a [[#Carousel|carousel]] or a [[#Grid|grid]].
* 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===
===Topic teaser===


* Mainly intended to show on the [[Front page]] it shows the description of topics of a selected course.
* Mainly intended to show on the [[Front page]]. It shows the description of topics of a selected course.
* The topics will be shown as carousel or as grid.
* The topics will be shown as [[#Carousel|carousel]] or as [[#Grid|grid]].
* 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.


[[es:Módulo Unilabel]]
[[es:Módulo Unilabel]]

Latest revision as of 17:46, 17 December 2018

Overview

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

Installation

See Installing plugins

Usage

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

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

Description of the content types

Simple text

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

Collapsed text

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

Carousel

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

Grid

  • 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

Course teaser

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

Topic teaser

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