Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Glossary module.

Glossary module: Difference between revisions

From MoodleDocs
 
(9 intermediate revisions by 7 users not shown)
Line 19: Line 19:


If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.
If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.
Glossaries can also be used for other activities than sharing vocabulary tasks such as  sharing student postings and then other students can use the comment feature to share their ideas, peer review, etc.  This could include book reports, biographies of famous people in your subject area, favorite websites for research or other class activities, mini research projects displayed to provide information for the rest of the class (ex. parts of the body), etc.  (ideas from Using Moodle forum [[http://moodle.org/mod/forum/discuss.php?d=54403]])


===Credit for word use===
===Credit for word use===
Line 27: Line 25:


==Links to glossary terms==
==Links to glossary terms==
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis, use <pre><nolink>...term...</nolink></pre>
 
* A shortcut for doing this is CTRL-ALT-N
* In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis:
** In the HTML editor, select the term and press Ctrl-Alt-N. (You will see no visible change but the code below will appear in the HTML source.)
** If not using the editor, you can type the tag manually. In Moodle 1.9+, use:
<code html4strict><span class="nolink">...term... </span></code>
 
In older versions of Moodle, use: <code html4strict><nolink>...term...</nolink></code>
 
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.
* See also: [[Quiz FAQ#How can I turn off glossary auto-linking in a quiz?]] for more ways to prevent auto-linking.


Line 34: Line 38:


*[[Using Moodle book]] Chapter 8: Glossaries
*[[Using Moodle book]] Chapter 8: Glossaries
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries] forum discussion
*[http://demo.moodle.org/course/view.php?id=604 Exchange Samples] in the Moodle Demo site for glossaries shared in the Moodle Exchange set up to look at. 
*[http://moodle.heroku.com/questions/glossary Online Moodle XML Converter] allows to easily create glossaries from existing materials with minimum effort. Supports different types of formatting.
 
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=54403 Any creative ideas/ stories for using glossaries]
*[http://moodle.org/mod/forum/discuss.php?d=145337 Glossary Generator]


[[Category:Modules]]
[[Category:Modules]]

Latest revision as of 17:12, 4 March 2011


The Glossary activity allows participants to create and maintain a list of definitions, like a dictionary.

Overview

Glossary can be used in many ways. The entries can be searched or browsed in different formats. A glossary can be collaborative or entries only made by the teacher. Entries can be put in categories. The autolinking feature, will highlight any word in the course which is located in the glossary. Autolinking can be turned off in the quiz module. It is possible to import and export entries from one glossary to another. Site wide (global) glossaries can be created that work in all courses. An entry can be linked to more than one key phrase.

Creative glossary practices

While a basic glossary is important, creatively applying the glossary can really make an impact on your class.

Collaborative glossaries

Instead of creating a glossary on your own, why not have the students create them as they encounter unfamiliar terms? A collaborative glossary can serve as a focal point for collaboration in a course. Each member of the class could be assigned to contribute a term, a definition, or comments on submitted definitions. Multiple definitions can be rated by you and by the students, with the highest-rated definitions accepted for the final class glossary.

When students are responsible for creating the definitions, they are much more likely to remember the word and the correct definition. Engaging in the process of learning, debating, and refining a glossary can go a long way toward helping students begin using new terms.

You can also structure multiple glossaries over the course of a semester. Break them up by unit, chapter, week, or any other organizational structure.

If you have a large class, assign student teams to come up with definitions and answers. One strategy for managing large courses is to make each team responsible for one week’s worth of definitions, while all the other teams must rate and comment. Alternatively, each team could be responsible for one definition per chapter and then rate and comment on the other teams’ work.

Credit for word use

This is a combination strategy using the forum and the auto-linking feature of the glossary. After you and your students have defined the glossary terms, it’s important for students to begin practising using the words in realistic contexts. Students, however, are usually reluctant to experiment with new terms. With the auto-linking feature, it’s easy to spot when a glossary word has been used in a forum or in a posting on the web site. To encourage word use, assign a portion of the credit students receive for their forum postings for correct use of glossary terms. As you or other students rate posts, you can quickly scan for highlighted glossary words and award points for usage. You may even want to break the score down further. Perhaps award one point for using the word and two points for using it correctly.

Links to glossary terms

  • In places such as forum posts and quizzes, terms will be automatically highlighted and linked if they are in the glossary. Sometimes, this may be unwanted. To avoid this on a case-by-case basis:
    • In the HTML editor, select the term and press Ctrl-Alt-N. (You will see no visible change but the code below will appear in the HTML source.)
    • If not using the editor, you can type the tag manually. In Moodle 1.9+, use:

...term...

In older versions of Moodle, use: <nolink>...term...</nolink>

See also

Using Moodle forum discussions: