340 likes | 441 Views
Learning Design. For alfanet. An overview. Today. 9:00 Welcome 9:15 What is Learning Design all about? Short experience Analysis Forget about the levels Seeing is believing 12:30 – 13:00 Lunch 13:00 Learning by doing Case introduction Course structure Translation into LD
E N D
Learning Design For alfanet
An overview Today • 9:00 Welcome • 9:15 What is Learning Design all about? • Short experience • Analysis • Forget about the levels • Seeing is believing • 12:30 – 13:00 Lunch • 13:00 Learning by doing • Case introduction • Course structure • Translation into LD • Tying it together • 17:00 Closing
An overview Tomorrow • 9:00 Welcome • 9:15 Dynamics of Learning Design • What are properties • How can properties be used • Example • 12:30 – 13:00 Lunch • 13:00 Learning by doing • Diving into the deep XML sea • 14:30 Looking back • See the results of day 1 • 15:00 Evaluation • Patricia & Leo • 17:00 Closing
What is Learning Design all about? • A language to describe education • Curriculum • Course • Lesson • What is it not? • Programming language • A instructional method • A guaranty for good education • Flexible in its presentation • Learner centred
We will simulate a short role play Designing a house Roles? Dependencies? Structure Short experience
Analysis • Play • Act • Role-parts • Activities (structure) • Sequence • Selection • Environments • Services • E-mail • Conference • Monitor • Play • Properties • conditions
Forget about the levels • The levels are only useful for technicians not for educators… • But still it helps a little
The basics Level AHave your ALFANET editor ready • Three types of activities: • Learning activity • Support activity • Activity structure • Two types of roles • Learner • Staff • The environment • Learning objects • Services
Relation • Learning activities • A learner learns by doing activities • Primarily for the learners • Core of the education • Activity structure • Sometimes the activities need to be carried out in a specified order or the learner may choose what to do. • Environment • To perform an activity some materials might be needed • The learner needs to communicate with others • Support activity • Learner or staff with special activity to help (other) learners.
The dynamics Level B • Properties can determine how a learner progresses through the course or what is made visible. • Activities • Content within an activity • Completion of activities, acts, play and unit of learning can be made dependable on properties • Services are given extra possibilities • Conditions can depend on Calculations with properties
Communication Level C • Notifications inform (someone in) a role that something has happened • Depending on completion of • Some activity • Some condition with properties
Seeing is believing Go to: educontent.ou.nl Login with: ou-student1 Pw: student
What did you see? Activities • Single activities • Activity structure • Sequence • Structures within structures (nesting) Environment • Learning objects • Nested environments
What more did you see? Properties • Fill-in forms Content control
And ? Properties • Selection forms Content Types
Learning by doing • Now it’s your turn • Take the course outline you are planning to create • Add to that the environments (learning objects and services) • Complete the course till level A
LEARNER ENVIRONEMENT TUTOR Platform pre-assessment Detect learning style Introduction Module B Introduction Module A First lesson First lesson validate Second lesson Second lesson Module assessment Module assessment valid Open continuation Course pre-assessment Determine priorities and non obligatory and long/short Select module Nth Module Validate answers, comment, change long/short and self controlled /system controlled Detect overtime, failures First lesson S First lesson L Module assessment Failed Grade and correct Passed, not last module Last module Your course • Course structure • Think of what who needs what at what moment • (Environments) • Do you already have the content? • What content relates to what activity
Ready? Create a Package interchange File We send the package to Sage Tomorrow we can see them!
You wanted properties Here they come • Properties come in threes • In the Components • In the Play • In the content
In the components • This is the place where the properties are declared
Four types of properties • Local properties • Used within the unit of learning • Same for every user in a run • Different for another run • Global properties • Used outside a unit of learning • Defined in one UOL and used in another one • Personal properties • Owned by a person • Can be local or global • Role properties • Owned by a role • Always local
<imsld:properties> <imsld:locpers-property identifier="id-D996B9E3-4EA2-11D5-8D44-0004AC39A2F5"> <imsld:title>your name</imsld:title> <imsld:datatype datatype="string"/> </imsld:locpers-property> <imsld:locpers-property identifier="id-D996B9E4-4EA2-11D5-8D44-0004AC39A2F5"> <imsld:title>company or organisation</imsld:title> <imsld:datatype datatype="string"/> </imsld:locpers-property> <imsld:locpers-property identifier="id-D996B9E5-4EA2-11D5-8D44-0004AC39A2F5"> <imsld:title>email</imsld:title> <imsld:datatype datatype="string"/> </imsld:locpers-property> <imsld:locpers-property identifier="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5"> <imsld:title>option</imsld:title> <imsld:datatype datatype="string"/> <imsld:restriction restriction-type="enumeration">[choose]</imsld:restriction> <imsld:restriction restriction-type="enumeration">thematic</imsld:restriction> <imsld:restriction restriction-type="enumeration">historical</imsld:restriction> </imsld:locpers-property> Components in more detail
<imsld:if> <imsld:is> <imsld:property-ref ref="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5"/> <imsld:property-value>thematic</imsld:property-value> </imsld:is> </imsld:if> <imsld:then> <imsld:show> <imsld:activity-structure-ref ref="As-s-thematisch"/> </imsld:show> </imsld:then> <imsld:if> <imsld:is> <imsld:property-ref ref="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5"/> <imsld:property-value>thematic</imsld:property-value> </imsld:is> </imsld:if> <imsld:then> <imsld:hide> <imsld:activity-structure-ref ref="As-s-historisch"/> </imsld:hide> </imsld:then> Play in more detail
<p>Via which route do you want to study this course?</p> <div xmlns="http://www.org3.org/1999/xhtml" class="ct-intake-keuze"> <set-property xmlns="http://www.imsglobal.org/xsd/imsld_v1p0" href="id- D996B9E6-4EA2-11D5-8D44" property-of="self" view="value"/> </div> <p/> <div xmlns="http://www.org3.org/1999/xhtml" class="ct-boodschap-na-keuze"> <p>You have chosen the <view-property xmlns="http://www.imsglobal.org/xsd/imsld_v1p0" href="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5" property-of="self" view="value"/> route.</p> <p>About halfway through you will be given the opportunity to switch to the other route. You will be given guidance on this using 'early reflections'.</p> </div> Content in more detail To set the property To view the chosen property
How to show or hide parts of the content? Content shown Hidden content
<imsld:conditions> <imsld:if> <imsld:or> <imsld:is> <imsld:property-ref ref="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5"/> <imsld:property-value>[make a choice]</imsld:property-value> </imsld:is> <imsld:no-value> <imsld:property-ref ref="id-D996B9E6-4EA2-11D5-8D44-0004AC39A2F5"/> </imsld:no-value> </imsld:or> </imsld:if> <imsld:then> <imsld:hide> <imsld:class class="ct-boodschap-na-keuze"/> </imsld:hide> </imsld:then> <imsld:else> <imsld:show> <imsld:class class="ct-boodschap-na-keuze"/> </imsld:show> </imsld:else> Use of a class in conditions Conditions Action
<imsld:then> <imsld:hide> <imsld:class class="Ct-audiofragment" with-control="true"/> </imsld:hide> </imsld:then> With user in control Let the user have the option to expand or collapse the item
Before After Without user control
Define how you want to make use of a property What comes in the components What comes in the play What comes in the content Work on your course
Time to look at what you did yesterday http://rtd.softwareag.es/alfaneta