25
Educational Application and Content Development for Engineering students M.Tech Stage-I Project Subhasmita Mahalik (113050073) under the Guidance of Prof. D. B. Phatak Department of Computer Science and Engineering, Indian Institute Of Technology , Bombay November 1, 2012 (IIT Bombay) November 1, 2012 1 / 25

Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Embed Size (px)

Citation preview

Page 1: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Educational Application and Content Development forEngineering students

M.Tech Stage-I Project

Subhasmita Mahalik (113050073)

under the Guidance ofProf. D. B. Phatak

Department of Computer Science and Engineering,Indian Institute Of Technology , Bombay

November 1, 2012

(IIT Bombay) November 1, 2012 1 / 25

Page 2: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

1 Traditional learning

2 Why Standard..??

3 Motivation

4 Problem Definition

5 SCORM Demystified...

6 Advantages and Disadvantages of SCORM

7 Future Work

8 Conclusion

9 References

(IIT Bombay) November 1, 2012 2 / 25

Page 3: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Traditional learning

Traditional learning

Active Learning: Getting students to participate actively in their learning,to develop ideas, to practice solving problems, to talk to and listen to theirpeers.Passive learning: Learners simply sit and listen to lectures and don’tchallenge themselvesActive learning works because the learners play an active role in thelearning process and their brains are stimulated in different ways. Studiesshow that people retain

20% of what they hear

40% of what they hear and see

60% of what they hear, see,and do

80% of what they hear, see, do and discuss

(IIT Bombay) November 1, 2012 3 / 25

Page 4: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Why Standard..??

Why Standard..??

1 To make course content and learning tools compatible amongvarious e-learning delivery systems.

2 We can create portable content that can be used in any e-learningdelivery system without modifying the content.

3 The LMS can easily interpret and deliver the standard-compliantcontent

The various e-learning standards are: AICC, IMS, ARIADNE, SCORM etc.

(IIT Bombay) November 1, 2012 4 / 25

Page 5: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Motivation

Motivation

There were lot more courses and and lot more course providers. But theProblem was that the course providers could not share the courses. Allthe courses were different. They did not communicate. Then came thebrilliant idea that there should be standard !!!

Then they invented“SCORM“

(IIT Bombay) November 1, 2012 5 / 25

Page 6: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Problem Definition

Problem Definition

To understand the SCORM standard

To develop interoperable and reusable objects called SCO usingReload Editor

To test how the SCORM standard is used in developing courses forengineering students

To add the features of navigation and sequencing in the SCORMobject

To test the SCORM object using Reload Player

(IIT Bombay) November 1, 2012 6 / 25

Page 7: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Introduction

The SCORM standard is focused on enabling the plug-and-playinteroperability, accessibility, and reusability of Web-based learningcontent, with the ultimate goal of ensuring ubiquitous access to thehighest quality education and training, tailored to individual needs, anddelivered cost-effectively anywhere and anytime.

(IIT Bombay) November 1, 2012 7 / 25

Page 8: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Techniques for effective learning

Offer learners more than clicking the next button

Use branching: learner makes a choice and different decisions takethem down different paths

Dont just test at the end: Test throughout the course forcinglearners to think, rather than just read

Use audio: The more senses you can get firing the better

Make it fun

Things to consider while developing e-learning courses:

1 Sequencing

2 Modular Course Structure

3 Learner Control

(IIT Bombay) November 1, 2012 8 / 25

Page 9: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

What does SCORM Standardize ?!

1 Packaging

2 Metadata

3 Communication

4 Sequencing

(IIT Bombay) November 1, 2012 9 / 25

Page 10: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Packaging

1 Provide content to move among different system

2 Based on IMS Global Learning Consortium

3 Content packaging create a container for shipping learning contentfrom one place to another

Meta-Data

1 To share standard information that describe the nature and purposeof the content

2 Based on IEEE ltsc Learning Object Metadata (LOM) Specification

3 This information can serve many ends, including cataloging, searchand discovery, checking technical requirement etc

(IIT Bombay) November 1, 2012 10 / 25

Page 11: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Communication

1 Guidance for launching, communication with and tracking content ina web-base environment

2 Based on run-time environment functionality defined in AICCguideline for interoperability

Sequencing

1 Defined a method for representing the intended behavior of anauthored learning experience such that any LMS can sequencediscrete learning activities in consistent way

2 Based on the IMS Simple Sequencing Specification

(IIT Bombay) November 1, 2012 11 / 25

Page 12: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

SCORM Run Time Environment

3 aspects are: Launch, Application Program Interface (API) and DataModel

(IIT Bombay) November 1, 2012 12 / 25

Page 13: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Launch: SCO and AssetsAPI: API Execution State Functions

LMSGetValue():Allows the SCO to obtain information from the LMS

LMSSetValue():Allows the SCO to send information to the LMS

LMSCommit():Requires that any values not yet persisted by the LMSbe persisted

Other functions are:LMSGetLastError(), LMSGetErrorString(),LMSGetDiagnostic()

Data Model: Information required to be furnished by all LMS systems

cmi.core.student id

cmi.core.student name

cmi.core.lesson location

cmi.core.credit

cmi.core.lesson status

cmi.core.entry

cmi.core.score.raw

cmi.core.lesson mode(IIT Bombay) November 1, 2012 13 / 25

Page 14: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

SCORM Content Aggregation Model

1 Content Model

Nomenclature defining the content components of a learning experience

2 Meta-data

A mechanism for describing the components of the content model

3 Content Packaging

Defines how to represent the intended behavior of a learning experienceDefines how to package learning resources for movement betweendifferent environments

(IIT Bombay) November 1, 2012 14 / 25

Page 15: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Content Packaging

(IIT Bombay) November 1, 2012 15 / 25

Page 16: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

(IIT Bombay) November 1, 2012 16 / 25

Page 17: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Sequencing

Conditional branching logic is built into the Resource Cant easily reuseResources, because of hard wired dependencies

(IIT Bombay) November 1, 2012 17 / 25

Page 18: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

SCORM Demystified...

Tracking

Tracking information1 Activity attempt count2 Activity duration3 Activity completion4 Activity score5 Activity mastery6 Referenced learning objective/competency completion

Activity launch limits1 Time limits for completion2 Time based availability3 Maximum attempt limit for completion4 Prerequisite completion prior to entry

(IIT Bombay) November 1, 2012 18 / 25

Page 19: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Advantages and Disadvantages of SCORM

Advantages of Using SCORM

Interoperability: Instructional components developed in one locationwith one set of tools or platform and use them in another location

Reusability: Incorporate instructional components in multipleapplications and contexts

Durability: Ability to withstand technology evolution and changeswithout costly redesign, reconfiguration or recoding.

Reduce cost of Content Maintenance

Increase overall learning effectiveness

(IIT Bombay) November 1, 2012 19 / 25

Page 20: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Advantages and Disadvantages of SCORM

Disadvatages of Using SCORM

The standard puts a great emphasis in the client-side of the learningprocess

Security Issue:since it must be accessed from JavaScript andconsequently can also be manipulated externally

Difficult to edit and correct ’typos’

(IIT Bombay) November 1, 2012 20 / 25

Page 21: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Conclusion

Conclusion

SCORM is the leading effort towards the reusability andinteroperability of learning resources

SCORM is compatible with most of popular learning resource

Tools and techniques available for SCORM packaging are relativelyeasy to use and friendly enough to be tried by most teachers with justa little training

Learning materials preparation is hard work but the reusability featureof SCORM makes the task worth

(IIT Bombay) November 1, 2012 21 / 25

Page 22: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

Future Work

Future Work

My future work will focus on exploring more advanced mechanism tocontrol browser-based sequencing and navigating between learningresources

Adopting more advanced Data Model in the SCORM RTE to enhanceinteractive and adaptive capability

To develop an educational application to be deployed in androiddevice.

(IIT Bombay) November 1, 2012 22 / 25

Page 23: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

References

References

Mahbubur Rahman Syed,: ”Methods and Applications for AdvancingDistance Education Technologies:International Issues and Solutions,”Minnesota State University, Mankato, USA, 2009.

Jodi L. Davenport, David Yaron, David Klahr and Kenneth Koedinger,”When do diagrams enhance learning? A framework for designingrelevant representations,” In: ICLS 1International Society of theLearning Sciences (2008) , p. 191-198.

John T. Bell , H. Scott Fogler, ”Ten Steps to Developing VirtualReality Applications for Engineering Education,” In:Proceedings of theAmerican Society for Engineering Education Annual Conference, 1997

Claude Ostyn, ”Cooking up a SCORM :A SCORM 1.2 ContentCookbook for Developers, Version 1.2 Draft 0.8,” 110 - 110 Ave NE,Suite 700, Bellevue WA 98004, USA, 2002.

B.J. Schone, ”Tutorial: Build SCORM-Compatible Lesson Templatesfor Your LMS,” 2007.

(IIT Bombay) November 1, 2012 23 / 25

Page 24: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

References

Suxia Xu, Shaozi Li, ”The SCORM Standard and its Application inWeb-based Education Resources Building”, Dept of Cognitive Science,Xiamen University, Xiamen, 361005, China, In: Proceedings of IEEEInternational Symposium on IT in Medicine and Education, 2008

Reload Project. http://www.reload.ac.uk/

Advanced Distributed Learning (ADL),Sharable Content ObjectReference Model (SCORM) Version 1.2, 2006.

Advanced Distributed Learning (ADL),Sharable Content ObjectReference Model (SCORM) 2004 3rd Edition Overview, 2006.

Advanced Distributed Learning (ADL), Sharable Content ObjectReference Model (SCORM) 2004 3rd Edition Content AggregationModel Version 1.0, 2006.

Advanced Distributed Learning (ADL), Sharable Content ObjectReference Model (SCORM) 2004 3rd Edition Run-Time EnvironmentVersion 1.0, 2006.

Advanced Distributed Learning (ADL), Sharable Content ObjectReference Model (SCORM) 2004 3rd Edition Run-Time EnvironmentVersion 1.0, 2006.

SCORM 2004 4th Edition Version 10, 2011.

(IIT Bombay) November 1, 2012 24 / 25

Page 25: Educational Application and Content Development for ... · Reload Editor To test how the SCORM standard is used in developing courses for engineering students ... (ADL), Sharable

References

Thank you !!!

(IIT Bombay) November 1, 2012 25 / 25