Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
11 efrain 1
Moodle Course Format "Buttons"
2
===============================
3
 
4
Buttons is a course format that creates a menu with buttons to access the sections, one by one.
5
 
6
Features
7
---------
8
* Create groups of sections, to separate topics in modules or periods;
9
* Create names to the groups to identify them. (Example: First Semester, Topics about a specific theme);
10
* Change the colors of the buttons (when active, inactive, on over and hidden), to fit it your Moodle theme;
11
* Select the list-style in numbers, alphabet or roman numeral.
12
 
13
Installation
14
-------------
15
* For recent Moodle versions, you can install this plugin automatically from the Moodle plugins database.
16
 
17
Manual Installation
18
--------------------
19
1. You can manually download the zip file from the [Moodle Plugins Database](https://moodle.org/plugins/format_buttons).
20
2. After downloading the zip file, expand it and put it's contents in your .../moodle/course/format/ directory.
21
3. The folder name must be 'buttons'.
22
4. Go to 'Admin â–º Site administration â–º Notifications' page.
23
5. Follow the instructions inside the page to finish the installation.
24
 
25
Usage
26
------
27
1. When creating a new course, select 'Buttons format' in the 'Course format' dropdown menu.
28
2. To select the format, simply choose it from the list of course formats in the course settings.
29
3. Choose the number of sections, or leave the default of 10 sections.
30
4. Choose where you want the first (zero) section (which has the default 'Announcements' forum) positioned: Either 'Above the list buttons' or 'Below the visible section'.
31
5. Select the sequential rule. You can uses the count original of the topics, or chose to reset the count to each new grouping.
32
6. Select the list-style in numbers, alphabet or roman numeral.
33
7. Write the titles for all the groupings you will use and the number of sections that each one will have. If a group has only one section, the icon will be (...).
34
8. Write the hexadecimal color for the current section button and the visible section button, or leave it empty to use the default value.
35
 
36
Documentation
37
--------------
38
You can read the [Documentation page](https://docs.moodle.org/31/en/Buttons_course_format) at Moodle.org
39
 
40
About
41
------
42
* [Rodrigo Brandão](https://github.com/brandaorodrigo) (author)
43
* [Moodle plugin page](https://moodle.org/plugins/format_buttons) at Moodle.org
44
* [Plugin project](https://github.com/brandaorodrigo/moodle-format_buttons) at GitHub.com