Diferencia entre revisiones de «Guía del moderador»

De MoodleDocs
(tidy up)
(tidy up)
 
(No se muestra una edición intermedia de otro usuario)
Línea 32: Línea 32:


===Configuración del bloque===
===Configuración del bloque===
{{Urgente de traducir}}
The goal of this block is to be displayed on all course main pages.


In order to achieve this result you need to add the block on the Moodle front page. Edit the block and select display this block through the entire site. Then go to a course page, edit the block and select display on course main pages only. You can also change the name of the block in the same page.
La finalidad de este bloque es poder mostrar las páginas principales dentro de cada curso.
 
Para lograr este resultado necesitas agregar el bloque en la [[Portada]] de Moodle. Edita el bloque y selecciona mostrar este bloque a lo largo del sitio. Después ve a la página del curso, edita el bloque y selecciona mostrar en únicamente en páginas principales de cursos. Puedes también cambiar el nombre del bloque en la misma página.


===Crear una plantilla===
===Crear una plantilla===

Revisión actual - 16:47 5 abr 2017

Iintroducción

  • Este bloque muestra guías para profesores/evaluadores externos.
  • Estas guías son creadas por profesores y están basadas en plantillas que fueron creadas por administradores
  • El sistema de creación de plantillas permite la generación de formatos (formularios) de Moodle que contienen áreas_de_texto, subidor de archivos y enlaces de Internet.

A veces una institución usa un sitio Moodle para realizar exámenes y contrata profesores externos para calificar a los estudiantes. Para ayudarle a los profesores externos a que cumplan con las reglas para calificar de la institución, la institución proporciona a los profesores externos el acceso a una guía del curso sobre como calificar. El bloque de Guía para calificar permite la creación de guías para profesores externos.

Es responsabilidad de cada profesor principal de cada curso el crear una guía del curso para los profesores externos. Sin embargo, un profesor principal de curso no puede crear su propia guía de "estilo libre"; necesita seguir una plantilla creada por el administrador de Moodle. El bloque creador de plantilla le permite a los administradores que creen plantillas usando remplazables (placeholders) para área_de_texto, subidor de archivos y enlaces de Internet (un placeholder es similar a un shortcode de Wordpress).

Por otra parte, un sitio Moodle a veces es usado para gestionar a varias organizaciones educativas. el bloque de Guía del moderador le permite al administrador restringir el acceso a las plantillas yguías conforme sea necesario.


Administrador de Moodle

El trabajo del administrador es instalar el bloque, configurarlo en moodle y proporcionarle a los los profesores las plantillas de guías.

Descarga

De la base de datos de plugins de Moodle.

Instalación

Instale los archivos del plugin en la carpeta blocks/moderator_guide.

Configuración del bloque

La finalidad de este bloque es poder mostrar las páginas principales dentro de cada curso.

Para lograr este resultado necesitas agregar el bloque en la Portada de Moodle. Edita el bloque y selecciona mostrar este bloque a lo largo del sitio. Después ve a la página del curso, edita el bloque y selecciona mostrar en únicamente en páginas principales de cursos. Puedes también cambiar el nombre del bloque en la misma página.

Crear una plantilla

The teachers cannot create a guide if you don’t provide them a guide template.


Go to Site Administration > Plugins > Blocks > Moderator Guide > Manage templates

Block Moderator guide Manage template.PNG

Click on Add template

Block Moderator guide Add template.PNG


Enter the following:

  • template name: when creating a guide, the teacher must select a template so you need to give it a name)
  • default guide name: it will prefilled the Guide name when a teacher creates a guide. The teacher still can change the guide name
  • organization: you can restrict the visibility of a template (and the guide based on this template) per organisation. See the section about organization
  • description: some notes about the template, only seen by other administrator when they edit a template
  • template: this is the guide template. All text and images you enter will be displayed in the guide created by the teachers. The teachers won’t be able to edit the text and image you enter this way. To allow teachers to enter text and image when they create a guide, you must type an editor placeholder


Tipos de remplazables (placeholders)

The templates allow you to enter placeholders. When the guide creation form is display to a teacher, these placeholders are replaced by respective form elements (input text, input link, input files).

  • [X:files] : the teacher will be asked to add files in a Moodle file manager.
  • [X:html] : the teacher will be asked to enter text and images in the Moodle HTML editor.
  • [X:html:BEGIN] some default HTML [X:html:END] : the teacher will be asked to enter text and images in the Moodle HTML editor. You can pre-fill this editor with some default text and images.
  • [X:link] : the teacher will be asked to enter a web page link.

In the placeholder syntax, X must be an integer and it should be unique for each placeholder (apart from [X:html:BEGIN] and [X:html:END] which share the same X value.). X is an identifier used internally by the code - it has no use for you but it is required otherwise the block will not properly display the guides.

Vista previa de una plantilla

Once a template has been created you can preview the guide creation page when the teacher selects this template. Click on the Preview link.

Block Moderator guide preview.PNG

Ocultar / mostrar una plantilla

When a template is hidden no teacher can create a new guide using this template. However hidden a template has no impact on the visibility of guides based on this template (guide visibility can be changed in the Manage guides pages). When a template is shown then teachers can use it to create new guides. Click on Hide / Show in the Manage templates page.

Acceder alas guías de plantilla

If guides have been created using a template, you can access all guides of this template clicking on the respective Guides link.

Editar una plantilla

Editing a template is similar to adding a template. Note that if at least one guide has been created using a template then you can not edit the template field (but you can still edit the name, default name, description and organization). Click on Edit in the Manage templates page.

Eliminar una plantilla

You can delete a template. If you do it, then all guides created with this template will be deleted too. Click on Delete in the Manage templates page.

Añadir/editar guías

Managing guides as an administrator is similar to managing guides as teacher. Go to the teacher section for more information.

Restringir el acceso por organización

If your Moodle site is used to manage multiple organizations it is possible to restrict access to template and guides to a specific organization.

  1. Create a new user profile field (see the Moodledocs documentation on how to create a profile fields). For our example, call the profile field shortname “faculty”
  2. Set the “faculty” profile field to the users you want to restrict the access (For example it could be “Faculty of Science”)
  3. Go to Site Administration > Plugins > Blocks > Moderator Guide
  4. Type “faculty” is the organization field (it must be a profile field shortname).
  5. Go to Site Administration > Plugins > Blocks > Moderator Guide > Manage templates
  6. Edit all templates you want to restrict to one specific faculty. In the organisation field enter the faculty (for example “Faculty of Science”)


From this point you have restricted access per organization.

It has the following impact:

  • when the teacher profile field is empty (i.e. the teacher “Faculty” profile field is empty), the teacher can create guides based on any templates.
  • when the external teacher profile field is empty , the external teacher can see any guide.
  • when a template has no organization, all teachers can create a guide based on this template and the guide can be viewed by external teachers.
  • when the template organization matches the teacher profile field (i.e. the teacher “Faculty” profile field is equal to “Faculty of Science”), the teacher can create guides based on this specific template.
  • when the template organization matches the external teacher profile field, the external teacher can see the guide based on this specific template.
  • in all other cases, the teachers cannot create a guide and the guides can not be viewed by external teachers.

Profesores

As a Teacher your role is to create a Guide for the external teachers.

Crear una guía

Go to a course.

Block Moderator guide coursemainpage.PNG

In the Moderator Guide block, click on Manage guides.

Block Moderator guide manageguides.PNG

Click on Add guide.

Block Moderator guide add guide page.PNG

On this page you first must select a guide Template. Guide template are preformatted guide forms. They contains hard coded text and images you are not allowed to modified (often it would be the header and footer of the guide which your institutions may want to keep control of). They usually also contains at least one input field for you to enter your own text and images. Sometimes you can even upload files or enter links.

Once you selected your guide template, enter a Name. Sometimes a field would have been prefilled to help you following a good naming convention.

Finally you can create your guide content filling the text editor with text and images, uploading files in the file managers and creating link. These inputs will changed depending on the template you selected.

Actualizar una guía

You can update a guide at any time. Click on Edit in the Manage guides page.

Eliminar una guía

You can delete a guide at any time. Click on Delete in the Manage guides page.

Ocultar / mostrar una guía

You can decide to hide a guide to the external teachers. Click on Hide / Show in the Manage guides page. On creation all guides are hidden. This is useful to keep you working on your guide before showing it. Hide / Show is the equivalent of Unpublish / Publish in Wordpress.

Profesores externos

As an external teachers your role is to read the guides to help you grading the students. On each main course page you should see a “Moderator Guide” block providing you with one or multiple grading guides to follow.

Block Moderator guide external teacher course main page.PNG

Click on a Guide to view it. Guides may contain text, images, links and files to download.

Block Moderator guide a guide.PNG

Estudiantes

Students are not allowed to use this plugin.


Demo

https://youtu.be/jISpfobm8H4

Licencia

Coventry University


This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.