Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Schema Analysis for Feedback in Authoring Tools for Learning Environments Harrie Passier* & Johan Jeuring** Faculty of Informatics * Open University.

Similar presentations


Presentation on theme: "Using Schema Analysis for Feedback in Authoring Tools for Learning Environments Harrie Passier* & Johan Jeuring** Faculty of Informatics * Open University."— Presentation transcript:

1 Using Schema Analysis for Feedback in Authoring Tools for Learning Environments Harrie Passier* & Johan Jeuring** Faculty of Informatics * Open University of the Netherlands ** Open University of the Netherlands and University of Utrecht

2 AIED 2005Harrie Passier, OUNL2 Overview Introduction –Context –Feedback –Lack of feedback –Research goal –Ontology based feedback Using Schema Analysis for Feedback in Authoring Tools –Schemata –Schema representations –Schemata: abstract interpretations –Schema analysis –Two examples: completeness and synonyms Questions and discussion

3 AIED 2005Harrie Passier, OUNL3 Context Faculty of Informatics of the OUNL Research interest: Generating Feedback –Feedback to students Design education like modelling (UML – class and object diagrams) Mathematics courses (solving systems of linear equation) –Feedback to authors Course development Information from student phase to author phase: optimisation of e-course (sub project of Alfanet project –Audit module)

4 AIED 2005Harrie Passier, OUNL4 Feedback Definition –Comparison of actual performance with some set standard (norm) –Assess progress, correct errors and improve performance An essential element needed for effective learning

5 AIED 2005Harrie Passier, OUNL5 Lack of feedback Student side: there is a frequently lack of (semantically rich) feedback in eLearning systems (Mory, 2003) Author side: eLearning systems are often complex tools. There is a high probability of mistakes. To improve the quality, authoring tools should include mechanisms for checking the authored information (Murray, 1999)

6 AIED 2005Harrie Passier, OUNL6 Research goal Develop generic, domain and task independent feedback mechanisms that produce semantically rich feedback to learners and authors Three types of feedback –To a student during learning –To an author during course authoring –From a group of learners who study a course to an author Ontologies are arguments of the general feedback engine –Reusability, flexibility and adaptability of knowledge structures (Aroyo, 2004)

7 AIED 2005Harrie Passier, OUNL7 Ontology based feedback Functional architecture Domain ontology Model language ontology Task ontology Education ontology Feedback ontology eLearning system Player Author tool Feedback engine

8 AIED 2005Harrie Passier, OUNL8 Ontologies as norms Examples Author perspective: –Domain ontology (communication technology) –Course structure (IMS Learning Design – IMS LD) –Task ontology (steps to develop a course) –Education (inductive and deductive learning) –Feedback (preventive and corrective feedback) –… Student perspective: –Domain ontology (communication technology) –Model language ontology (UML) –..

9 AIED 2005Harrie Passier, OUNL9 Using Schema Analysis for Feedback in Authoring Tools Scope: Authoring Structural aspects –Course structure –Domain structure

10 AIED 2005Harrie Passier, OUNL10 Schema An ontology specifies the objects in a domain of interest together with their characteristics in terms of attributes, roles and relations. Many aspects can be represented, such as categories (taxonomic hierarchy), time, events and composition. A schema is a certain type of ontology. It describes the structure of a composite object. A composite object contains objects related to other objects using has_part or uses relations.

11 AIED 2005Harrie Passier, OUNL11 Schema representations Two schemata: Domain schema: RDF Course structure: IMS LD (= Document Type Defintion - DTD) –Addition of specific annotations to content and structure: New elements: Definition and Example New attribute: Educational-strategy (Inductive | Deductive) In practice many elements can be added wheel rimspoke has_part

12 AIED 2005Harrie Passier, OUNL12 Example IMS LD definition <!ATTLIST Activity … Educational-strategy (Inductive | Deductive) > <!ATTLIST Definition Id ID #REQUIRED Name CDATA #REQUIRED> <!ATTLIST Example Id ID #REQUIRED Name CDATA #REQUIRED Belongs-to-definition IDREFS #REQUIRED>

13 AIED 2005Harrie Passier, OUNL13 Schemata: abstract interpretations Possible properties of a course: Completeness: Are all concepts that are used in the course defined somewhere? Correctness: Does the definition of a concept used in the course correspond to the definition of the concept in the ontology? Timely: Are all concepts used in a course defined on time? –Use of educational strategy attribute (inductive, deductive) Recursive concepts: Are there concepts defined in terms of it self? Synonyms: Are there concepts with different names but exactly the same definition? Homonyms: Are there concepts with multiple, different definitions?

14 AIED 2005Harrie Passier, OUNL14 Schema analysis The analyses take schemata as input We perform two types of analyses –The analysis of structural properties of one schema, for example the recursive property –The comparison of a schema with one or more other schemata, for example to test on correctness

15 AIED 2005Harrie Passier, OUNL15 Some definitions (I) Suppose o = Ont [(a, [b,c]), (b, []), (c, [d,e]), (d, []), (e, [])] :: Ontology, where the letters represent concepts a b c d e

16 AIED 2005Harrie Passier, OUNL16 Some definitions II Then terminalConcepts = [(b, []), (d, []), (e, [])] nonTerminalConcepts= [(a, [b,c]), (c, [d,e])] allConcepts= [(a, [b,c]), (b, []), (c, [d,e]), (d, []), (e, [])] reachable nonTerminalConcepts allConcepts = [(a, [b,c,d,e]), (b, []), (c, [d, e]), (d, []), (e, [])] reachableTerminals nonTerminalConcepts nonTerminalConcepts = [(a, [b,d,e]), (c, [d,e])] NB. Functions based on fixpoint calculations (grammar analyses) a b c d e

17 AIED 2005Harrie Passier, OUNL17 Example I: Completeness Definition: are all concepts used in the course defined somewhere? –Within a course –Within an domain ontology –Between a course and an domain ontology Steps (within a course) –Determine the set of used concept ids in the right- and left hand sides of concepts within examples in the right hand side of concepts within definitions –Determine the set of defined concept ids in the left-hand side of concepts in definitions –Check that each of the used concepts appears in the set of defined concepts

18 AIED 2005Harrie Passier, OUNL18 Example II: Synonyms Concepts with different names may have exactly the same definition –Within an ontology Example –Concept a (a, [c,d]) and concept b (b, [c,d]), are synonyms Formal definition: Given a set of productions, two concepts x and y are synomyms if their identifiers are different, Id x Id y, and (reachableTerminals productions x) equals (reachableTerminals productions y) Steps –Determine for all concepts in the ontology all reachable terminal concepts –Collect the concepts with the same reachable terminal concepts and different concept ids

19 Questions? Thank you! Contact me: harrie.passier@ou.nl


Download ppt "Using Schema Analysis for Feedback in Authoring Tools for Learning Environments Harrie Passier* & Johan Jeuring** Faculty of Informatics * Open University."

Similar presentations


Ads by Google