FAQ - Frequently Asked Questions
|
How to move lexicon from one course to another?
In main directory of the course, containing created lexicon, find INI file named "lexicon.ini", which includes lexicon structure. You need to copy this file to proper directory of another course.
Why not every keyword from lexicon is highlighted?
Mentioned situation can appear when:
1. keyword is used in reference (link),
2. part of the keyword uses different text format than the rest of it.
In case of second situation there is possibility to connec word with lexicon manually. Only difference between this way and creating standard link is giving relative path to file, which means:
javascript:openLexicon([path],[keyword]);
where [path] has standard value: '../../lexicon/', which match to relative path to lexicon directory.
[keyword] is a keyword used in lexicon
for example.:
javascript:openLexicon('../../lexicon/','WBTExpress');
|