var fDesc=new Array(); fDesc[0] = "MOT and MOT Plus are object-oriented modeling tools intended to express various fields of knowledge as graphic knowledge models. These models attempt to give a dynamic view on a particular field that is often vast and complex, and on the existing links between knowledge objects.

Research in cognitive sciences has demonstrated the existence of some types of knowledge objects, their links as well as relational rules between them. MOT and MOT Plus exploit these notions. They regroup several graphic icons that represent abstract (concepts, procedures or principles) and concrete (facts) knowledge and the possible links (composition, regulation, specialization, precedence, input/ product, example). Moreover, it integrates grammar rules that govern the types of links between knowledge objects.

MOT and MOT Plus editors are endowed with sophisticated graphic editing capabilities. Graphs, that can be easily created, represent knowledge and links and make the nature and structure of learning systems contents stand out. Moreover, models and knowledge objects can be associated and displayed in a multilevel mode, models may be filtered in order to retain some types of knowledge objects or links. Neighborhood models can automatically be created by regrouping all knowledge objects at a certain distance from a given knowledge object, and finally, a knowledge object can be linked to any type of document using the OLE standards such as a word processor, slide presentation, Web browser, spreadsheet or database.

These tools characteristics allow learning systems designers or contents experts to build different types of graphic models that represent the knowledge domain involved. MOT and MOT Plus editors are particularly useful in learning systems engineering where model and knowledge types must be carefully distinguished in order to direct the choice of pedagogical and media processing. Moreover, it can be used advantageously in fields such as processes reengineering or method design.

MOT Plus includes new features such as layers, variants, lists of objects according to their type, labels, more powerful filters, etc.

MOT and MOT Plus editors are endowed with sophisticated graphic editing capabilities represent knowledge and links and make the nature and structure of a learning systems contents stand out. Using them, you would be able to:

- Build models representing knowledge and typified links.
- Elaborate a multilevel modeling i.e. describe any knowledge by making an associated sub-model.
- Add and, as needed, filter comments linked to models, knowledge or links.
- Copy objects using referencing in different models of the same document.
- Copy graphical objects between same models of the document or between different documents.
- Illustrate similar components of knowledge by using multiple composition links.
- Modify graphic attributes of the objects.
- Arrange, align, distribute and balance the look of graphic objects.
- Filter objects by type.
- Hide or show links as needed.
- Display graphic objects properties.
- Print the whole document or model by model.
- Access online documentation for tool description, commands and hints and easy ways to do modeling.
- Export in another file, database or XML file.

On its side, MOT Plus allows to:

- Create layers.
- Create model’ alternatives.
- Display a list of all domain objects.
- Link, using the OLE feature, a knowledge or a comment of your model, to one or many applications or their documents.
- Integrate, to a specific object, one or many co-model of another domain.
- Integrate, to the same file, many domains gathered in a specific project.
- Import files created with MOT."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }