Download presentation
Presentation is loading. Please wait.
1
Towards interoperability of Learning Activities Design: Transforming BPEL Workflows to IMS Learning Design Level A Learning Flows This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd-nc/1.0 or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. Pythagoras Karampiperis (pythk@iti.gr) Demetrios Sampson (sampson@iti.gr)
2
TenC Workshop, Manchester, January, 2007 2/18 Outline Introduction –Problem Definition Overview of IMS LD Authoring Tools Interoperability between IMS LD Authoring Tools Representing Learning Flows with IMS Learning Design The proposed Solution –Improving interoperability between high level IMS LD Authoring Tools –Using BPMN to graphically represent IMS LD Core Components –Algorithm for Transforming BPEL workflows to IMS LD Level A Learning flows Conclusions
3
TenC Workshop, Manchester, January, 2007 3/18 Problem Definition Although there exist several high level authoring tools conformant to the IMS Learning Design specification, that facilitate the design process of Units of Learning, these tools are not fully interoperable. This is due to the fact that they are using different human representations of the designed learning process. As a result, despite the fact that any generated UoL can be executed through an IMS LD conformant Run-time system, those UoLs cannot be used within a different high level authoring tool. Thus, in this paper – –we examine the ability of using the BPMN standard as a common representation notation for learning flows modeled using the BPEL language – –present an algorithm for transforming BPEL workflows to IMS Learning Design Level A learning flows
4
TenC Workshop, Manchester, January, 2007 4/18 Overview of IMS LD Authoring Tools 1 st Generation of IMS LD Authoring Tools: Tools which provide form-based interfaces for the definition of Educational Scenarios and/or Units of Learning, using the XML structure of the IMS Learning Design specification as the main driver of the authoring process. Advantages – –Provide direct control of the IMS Learning Design information model elements. Disadvantages – –Difficult to be used by less experienced designers – –Require pre-processing (outside the tool) of the structure of the desired scenario in order for a designer to be able to express it directly in XML notation. Examples of these tools include: Reload Editor, CooperAuthor, Alphanet Editor 2 nd Generation of IMS LD Authoring Tools: Tools which provide graphical-based, drag-and-drop interfaces for the definition of Educational Scenarios and/or Units of Learning. Advantages – –Support the design process without requiring pre-existing knowledge of the details of the IMS Learning Design information model. Disadvantages – –They generate the IMS LD manifest from a graphical representation of the learning flow but not the other way around; these tools are not capable of carrying out the transformation of the IMS manifest to the corresponding graphical representation. Examples of these tools include: MOT+, LAMS, ASK-LDT
5
TenC Workshop, Manchester, January, 2007 5/18 Interoperability between IMS LD Authoring Tools
6
TenC Workshop, Manchester, January, 2007 6/18 Representing Learning Flows with IMS LD To represent the learning flow (that is, the sequence of activities performed by each role), the IMS LD notation language uses the Act element. An Act represents a logical categorization of a set of activities. In each act, several roles can participate by performing a Rolepart. Each rolepart represents the activities performed by the corresponding role in a specific act and contains an Activity Structure, which represents the sequence of the performed activities. An activity structure can use a nested structure of activities and/or other activity structures defining the branching of the learning flow. Learning Flow Representation
7
TenC Workshop, Manchester, January, 2007 7/18 Improving Interoperability between IMS LD Authoring Tools
8
TenC Workshop, Manchester, January, 2007 8/18 The Business Process Modeling Notation (BPMN) standard The Business Process Modeling Notation (BPMN) standard provides the means for creating human understandable graphical representations of processes (work flows) Thus, it can be used for defining graphical representations of educational processes (learning flows) modeled with the IMS LD specification. Questions to be Answered: – –Is there an one-to-one mapping of BPMN Core Graphical Elements to the IMS Learning Design Core Components? – –Is the transformation of an IMS LD learning flow to a BPMN representation (and vice versa) a straightforward process?
9
TenC Workshop, Manchester, January, 2007 9/18 Mapping of BPMN Graphical Elements to IMS LD Core Components BPMN Graphical Element Description BPMN Graphical Notation IMS LD Component Pool A Pool represents an actor (role) in a learning process. Role Lane A Lane is a horizontal sub-partition within a Pool, for logically organizing and categorizing activities. ActRopePart Activity An activity represents a working item (task) that one or more actors (roles) of the learning process perform. Activity Sequence Flow A Sequence Flow is used to show the order that activities will be performed in a learning process. Flow of activities represented as nested Activity Structures Gateway A Gateway is used to control the divergence and convergence of Sequence Flow. Thus, it will determine branching, forking, merging, and joining of paths. Internal Markers will indicate the type of behavior control. Flow of activities represented as nested Activity Structures depending on the type of the Activity Structure (sequence of selection) The Flow of Activities does not map with an one-to-one relationship with BPMN Graphical Elements !
10
TenC Workshop, Manchester, January, 2007 10/18 From BPMN workflows to IMS LD XML Language Due to the fact that the sequencing information in an IMS LD document is modelled through the use of nested activity structures, the transformation of an IMS LD learning flow to a representation according to BPMN (and vice versa) is not a straightforward process. To overcome this, another intermediate model is required with the following key characteristics: 1. 1.This model should be low level (represented in XML), so as to be able to be converted to and/or retrieved from the XML representation of the IMS LD specification. 2. 2.The elements of this model should directly map to BPMN graphical design elements, so that the transfer from the XML representation to the graphical representation (and vice versa) would be straightforward. Business Process Execution Language (BPEL) covers the above mentioned requirements! BPEL is an XML based language that represents work flows, and is directly mapped to BPMN graphical design elements.
11
TenC Workshop, Manchester, January, 2007 11/18 Algorithm for Transforming BPEL workflows to IMS LD Level A Learning flows (1/2) Let us call Activity Graph, a directed graph that represents the BPEL workflow, consisting of nodes (corresponding to workflow activities) and directed links (corresponding to the flow between two activities), with the following additional definitions: – –As Source of a link we define the starting activity, whereas, as Target of a link we define the activity that follows the source one. – –We define as a Root Node in the Activity Graph, any node that isn’t a target in any of the links contained in the Activity Graph. – –We define as a Split Node in the Activity Graph, any node which is the source of more than one links contained in the Activity Graph. – –We define as an End Node in the Activity Graph, any node which is the target of one or more links contained in the Activity Graph and there isn’t any link with this node as a source. – –We define as an End Split Node in the Activity Graph, any Split Node with all children End Nodes.
12
TenC Workshop, Manchester, January, 2007 12/18 Algorithm for Transforming BPEL workflows to IMS LD Level A Learning flows (2/2) Step A: Calculate Sequences 1. 1.Starting from each End Node, go through the reverse of the links defined and calculate all activity sequences until reaching a Split Node 2. 2.For each sequence of activities found: a. a.Define an activity structure with type equal to sequence, containing all the activities of the sequence found in reverse order b. b.Delete all the links between the activities of this specific sequence c. c.Delete the activities contained in this sequence from the Activity Graph d. d.Replace the target of the link between the relevant Split Node and the Root Node of this sequence, with the defined activity structure Step B: Calculate Selections 1. 1.Find all the End Split Nodes of the Activity Graph 2. 2.For each one of them: a. a.Define an activity structure with type equal to selection, containing all the children of this End Split Node b. b.Delete all the links between this End Split Node and its children c. c.Delete all the children of this End Split Node from the Activity Graph d. d.Set the defined activity structure as a child to this End Split Node Step C: Termination If Activity Graph contains only 1 Node then Define a Rolepart with reference to the remaining node (activity or activity structure) and Terminate else Repeat from Step A
13
TenC Workshop, Manchester, January, 2007 13/18 Transformation Example (1/4) a. BPEL Workflow b. Calculation of Sequences (Step A)
14
TenC Workshop, Manchester, January, 2007 14/18 Transformation Example (2/4) c. Calculation of Selections (Step B) d. Calculation of Sequences (Step A)
15
TenC Workshop, Manchester, January, 2007 15/18 Transformation Example (3/4) e. Calculation of Selections (Step B) f. Calculation of Sequences (Step A)
16
TenC Workshop, Manchester, January, 2007 16/18 Transformation Example (4/4) g. Calculation of Selections (Step B) h. Calculation of Sequences (Step A) and Termination
17
TenC Workshop, Manchester, January, 2007 17/18 Conclusions Argued on the need of introducing a new modeling layer to better support interoperability of high level IMS LD Authoring Tools Analyzed the learning flow representation mechanisms of the IMS Learning Design specification and identified the structural components that need to be linked with a graphical learning flow representation. Examined the ability of using the BPMN standard as a common graphical representation for learning flows Discussed the use of BPEL language as the mean for translating BPMN representations to BPEL XML documents Presented an algorithm for transforming BPEL workflows to IMS Learning Design Level A learning flows
18
TenC Workshop, Manchester, January, 2007 18/18 Contact Details Demetrios Sampson (sampson@iti.gr) Advanced e-Services for the Knowledge Society Research Unit (ASK) Informatics and Telematics Institute (ITI) Center for Research and Technology Hellas (CERTH) (http://www.ask4research.info)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.