Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Glossary FAQ.

Glossary FAQ: Difference between revisions

From MoodleDocs
(copied from 2.2 docs making glossary "read only")
(How can I make glossary entries auto-link to the first instance on a page ONLY? with thanks to Justina in https://moodle.org/mod/forum/discuss.php?d=217837)
Line 5: Line 5:
# The glossary auto-linking filter should be enabled by an administrator in ''Settings > Site administration > Plugins > Filters > Manage filters''.
# The glossary auto-linking filter should be enabled by an administrator in ''Settings > Site administration > Plugins > Filters > Manage filters''.
# Each glossary entry should have the "This entry should be automatically linked" box checked.
# Each glossary entry should have the "This entry should be automatically linked" box checked.
==How can I make glossary entries auto-link to the first instance on a page ONLY?==
To stop the linking of every instance, an administrator can enable either 'Filter match once per page' or 'Filter match once per text' in ''Settings > Site administration > Plugins > Filters > Common filter settings''.


==How can I delete a glossary entry attachment?==
==How can I delete a glossary entry attachment?==
Line 15: Line 19:


==How can I exempt individual words from auto-linking to a Glossary entry?==
==How can I exempt individual words from auto-linking to a Glossary entry?==
If you don't want particular text to be linked (in a Forum post, say) then:
If you don't want particular text to be linked (in a Forum post, say) then:
# In Edit mode, locate and click the Toggle HTML Source button on the formatting toolbar (appears as '<>' symbol)
# In Edit mode, locate and click the Toggle HTML Source button on the formatting toolbar (appears as '<>' symbol)
Line 28: Line 33:
==How can I make a glossary "read only" for students?==
==How can I make a glossary "read only" for students?==


* In ''Settings>Glossary administration>Permissions'',  set the ''Create new entries'' capability for Student to ''Prevent''. ([http://moodle.org/mod/forum/discuss.php?d=204674&parent=892580#p892618| screenshot in forum thread thanks to Joseph Rézeau])
* In ''Settings > Glossary administration > Permissions'',  set the ''Create new entries'' capability for Student to ''Prevent''. ([http://moodle.org/mod/forum/discuss.php?d=204674&parent=892580#p892618| screenshot in forum thread thanks to Joseph Rézeau])
 


==How do I import entries from another glossary?==
==How do I import entries from another glossary?==
Line 36: Line 40:


==I am frustrated trying to import my old images glossary into my new glossary with XML==
==I am frustrated trying to import my old images glossary into my new glossary with XML==
Here is a workaround, there has to be an easier way but
Here is a workaround, there has to be an easier way but
*Create a webfolder that you can link to.  For example call it "images"
*Create a webfolder that you can link to.  For example call it "images"

Revision as of 12:22, 14 December 2012


How can I turn on glossary auto-linking?

  1. The glossary auto-linking filter should be enabled by an administrator in Settings > Site administration > Plugins > Filters > Manage filters.
  2. Each glossary entry should have the "This entry should be automatically linked" box checked.

How can I make glossary entries auto-link to the first instance on a page ONLY?

To stop the linking of every instance, an administrator can enable either 'Filter match once per page' or 'Filter match once per text' in Settings > Site administration > Plugins > Filters > Common filter settings.

How can I delete a glossary entry attachment?

Simply delete the glossary entry and add a new one.

How can I enable glossary auto-linking in uploaded HTML files?

In Settings > Site administration > Plugins > Filters > Common filter settings, set filteruploadedfiles to "All files" or "HTML files only".

How can I exempt individual words from auto-linking to a Glossary entry?

If you don't want particular text to be linked (in a Forum post, say) then:

  1. In Edit mode, locate and click the Toggle HTML Source button on the formatting toolbar (appears as '<>' symbol)
  2. Locate the piece of text you want to exempt from autolinking
  3. Before and after the text respectively, add <nolink> and </nolink>.
  4. Save and check.

How can I prevent glossary auto-linking in a quiz?

  1. In Settings > Quiz administration > Filters turn the glossary auto-linking filter off
  2. Click the 'Save changes' button

How can I make a glossary "read only" for students?

How do I import entries from another glossary?

See Import glossary entries.

I am frustrated trying to import my old images glossary into my new glossary with XML

Here is a workaround, there has to be an easier way but

  • Create a webfolder that you can link to. For example call it "images"
  • Add images to that folder
  • Export your XML file and edit it
  • Change the src="@@PLUGINFILE@@/ to something line src="Mydomain.edu/images/ for every entry in the file.
  • Save the XML file with a different name
  • Import that new XML file into your new glossary

Now when you use the course import feature, your glossary will work in the new course.

See also