Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Moderator guide.

Moderator guide: Difference between revisions

From MoodleDocs
(tidy up)
m (Attempt to fix the layout problem by changing the order of templates)
Line 1: Line 1:
{{stub}}
{{Infobox plugin
{{Infobox plugin
|type = Block, Moderator guide
|type = Block, Moderator guide
Line 7: Line 8:
|float = right
|float = right
}}
}}
{{stub}}
 
==Iintroduction==
==Iintroduction==
* This block displays guides for external teachers/graders.  
* This block displays guides for external teachers/graders.  

Revision as of 18:29, 9 March 2017

Iintroduction

  • This block displays guides for external teachers/graders.
  • These guides are created by teachers and are based on templates created by administrators.
  • The template creation system allows the generation of Moodle forms containing textarea, file uploader and links.

Sometimes an institution uses a Moodle site to run exams and they contract external teachers to grade the students. To help the external teachers conform with the institution grading rules, the institution provides the external teachers access to a course guide on how to grade. The Moderator Guide block allows the creation of guides for external teachers.

It is the responsibility of each main course teacher to create a course guide for the external teachers. However, a main teacher cannot create his own "free style" guide, he needs to follow a template created by the Moodle administrator. The block template creator allows administrators to create templates using placeholders for text area, file manager and links (a placeholder is like a Wordpress shortcode).

On another hand, a Moodle site is sometimes used to manage multiple educational organizations. The Moderator Guide block allows administrators to restrict access to the templates and guides as needed.

Moodle Administrator

The administrator role is to install the block, set up the block in Moodle and provide the teachers with guide templates.

Installation

install the plugin files in a blocks/moderator_guide folder.

Block setup

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.

Create a template

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


Placeholder types

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.

Preview a template

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

Hide / Show a template

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.

Access the template guides

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

Edit a template

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.

Delete a template

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.

Add / Edit / Delete guides

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

Restricting access per organization

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.

Teachers

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

Create a guide

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.

Update a guide

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

Delete a guide

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

Hide / Show a guide

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.

External teachers

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

Students

Students are not allowed to use this plugin.


Demo

https://youtu.be/jISpfobm8H4

License

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/>.