[Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Hi List,
 
Can anyone tell me how to read and write to Moodle (SCORM 2004 3e edition)??
 
Every hint is welcome!
 
Kind regards
Cor
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Gerry
Start digging around this thing they call the internet (that was  
sarcasm).

Pipwerks.com has some info on SCORM that
I found helpful.

-Gerry

On Oct 17, 2008, at 11:42 AM, Cor wrote:


Hi List,

Can anyone tell me how to read and write to Moodle (SCORM 2004 3e  
edition)??


Every hint is welcome!

Kind regards
Cor
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley


On Oct 17, 2008, at 11:42 AM, Cor wrote:

Can anyone tell me how to read and write to Moodle (SCORM 2004 3e  
edition)??


Every hint is welcome!


What are you trying to do?

Moodle is just a CMS system at it's core. What do you want to write  
back to Moodle?


If it's test results and whatnot:

http://docs.moodle.org/en/Flash_module

As far as any API, I can't really offer any suggestions. See if there  
is any API plugin available to read-write additional content to it.


- j
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
I want to create a learningapplication in Flash and offer it to students
through Moodle.
Within Flash I want to track the visited pages and given answers and
calculated scores.
Write it all to Moodle and when a student stops and starts again the earlier
results should be read into Flash.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley
Sent: vrijdag 17 oktober 2008 17:59
To: Flash Coders List
Subject: Re: [Flashcoders] LMS -- Moodle


On Oct 17, 2008, at 11:42 AM, Cor wrote:

 Can anyone tell me how to read and write to Moodle (SCORM 2004 3e  
 edition)??

 Every hint is welcome!

What are you trying to do?

Moodle is just a CMS system at it's core. What do you want to write  
back to Moodle?

If it's test results and whatnot:

http://docs.moodle.org/en/Flash_module

As far as any API, I can't really offer any suggestions. See if there  
is any API plugin available to read-write additional content to it.

- j
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
I did, but I also see this list as Internet!
I know pipwerks.com, but I am on a heavely locked down network.
So I am not able to add/install tools.

And I am really looking for a most simple example.

Thanks
Cor

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gerry
Sent: vrijdag 17 oktober 2008 17:57
To: Flash Coders List
Subject: Re: [Flashcoders] LMS -- Moodle

Start digging around this thing they call the internet (that was  
sarcasm).
Pipwerks.com has some info on SCORM that
I found helpful.

-Gerry

On Oct 17, 2008, at 11:42 AM, Cor wrote:

 Hi List,

 Can anyone tell me how to read and write to Moodle (SCORM 2004 3e  
 edition)??

 Every hint is welcome!

 Kind regards
 Cor
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Just a CMS???
I thought it is L(C)MS.
The main thing we are looking for is a LMS.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley
Sent: vrijdag 17 oktober 2008 17:59
To: Flash Coders List
Subject: Re: [Flashcoders] LMS -- Moodle


On Oct 17, 2008, at 11:42 AM, Cor wrote:

 Can anyone tell me how to read and write to Moodle (SCORM 2004 3e  
 edition)??

 Every hint is welcome!

What are you trying to do?

Moodle is just a CMS system at it's core. What do you want to write  
back to Moodle?

If it's test results and whatnot:

http://docs.moodle.org/en/Flash_module

As far as any API, I can't really offer any suggestions. See if there  
is any API plugin available to read-write additional content to it.

- j
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley


On Oct 17, 2008, at 2:10 PM, Cor wrote:


Just a CMS???
I thought it is L(C)MS.
The main thing we are looking for is a LMS.


Itis an LMS - but it's still a content management system.

Either way, you just need to figure out how to communicate to Moodle  
to do what you want to do, if it's not something already out of the box.


It can take Flash modules, and the link I provided shows you how to  
pass data to the system through a custom PHP script. If it's not  
provided, you'll have to write your own server code to do what you need.


Look at the Moodle site and see what you can find out.

- j


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Thank you, Jon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley
Sent: vrijdag 17 oktober 2008 20:34
To: Flash Coders List
Subject: Re: [Flashcoders] LMS -- Moodle


On Oct 17, 2008, at 2:10 PM, Cor wrote:

 Just a CMS???
 I thought it is L(C)MS.
 The main thing we are looking for is a LMS.

Itis an LMS - but it's still a content management system.

Either way, you just need to figure out how to communicate to Moodle  
to do what you want to do, if it's not something already out of the box.

It can take Flash modules, and the link I provided shows you how to  
pass data to the system through a custom PHP script. If it's not  
provided, you'll have to write your own server code to do what you need.

Look at the Moodle site and see what you can find out.

- j


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders