ActionScript 3.0 :: Adding Scorm To A Flash ELearning App?
May 7, 2010
I've created a class based eLearning app that's based around flash engine which draws in XML and generates all the non tracked and tracked pages dynamically from the external content (it's multilingual and class template driven)I now have to make it 'Scorm compliant'
That is where i'm coming unstuck. I've only ever seen scorm apps as a physical file per tracked 'page / SCO'Where as I have literally a single swf and external xml, images, videos etc that are being drawn in at runtime.Is there a way of setting up the manifest so that it can target the one active/engine swf file but I can send complete/score/inprogress etc data back for each 'page' that has been completed. I'm tracking all the completion, time and score data etc internally to the flash app but haven't the first clue how to pass it out to Scorm so that data is recorded for each tracked page in each tracked module.
View 2 Replies
Similar Posts:
Apr 3, 2010
We are designing a Flash-based language course, and I am not sure which architecture we have to choose. The content won't be uploaded to the Internet, it will be used only locally.Possible architectures:1) A single SWF with all the data stored internally - it seems a rather clumsy and inefficient way (or it's not?).2) To make a Flash-based interface, and to keep the data saved in a MySQL database. It presumably allows to organize the content better, avoiding self-repetitions. The problem is that the language teacher (who is not an IT specialist) will have to install additional software to handle MySQL.
View 2 Replies
Oct 26, 2010
I tried to create some, such as "Drag and Drop" or "True and False." However, the instructions weren't adequate. I couldn't figure out what Adobe was telling me to do. I went online to Adobe, and tried to find tutorials.It seems, to me, that there Quiz Learning Interactions are included only in the version of Flash CS5 that comes with the e-Learning suite.
View 27 Replies
Jan 19, 2009
i'm a newbie using Flash CS4 and AS3. A retired social worker, I need to create a basic Flash drawing tool for an eLearning project to teach students how to draw their family tree.
The drawing tool would allow the students to add multiple circles and squares to symbolize their family members, plus text labels for names, ages, and they would need to be able to draw connecting lines between the circle and square symbols. Finally, in order to continue work on the drawing, over time, they would need to be able to save their drawings to be re-opened and edited (add new symbols, erase incorrect ones, etc.). Once the drawing is completed, they would need to be able to print a copy.
Being a newbie (but I have done some related scripting: JavaScripting-ECMA-262, HTML, CSS), I am not sure if this can be done in AS3, Flash CS4. But, if it is possible, I would like to learn how to create this.
View 0 Replies
Nov 7, 2008
I recently finally moved across to my Mac for all of my development work. The main problem I have come across is not being able to test any of my work in a SCORM test suite. The one I have on my PC is the ADL test suite which does not appear to be compatible with the mac, so does anyone know of a suite that is?
View 3 Replies
Feb 26, 2010
I have custom flash e-learning course and it has 30 swfs and one main swf. I need to do a SCORM package and upload it on LMS.
View 1 Replies
Nov 28, 2011
I need to make Flash AS2.0 SCORM 1.2 fully compliant.I have used pipwerks 1.2 wrapper as a example, and the paging works. However I also need an example that does the following: User name Scoring, Time taken etc.I have tried adding cmi.core.score.raw (In AS 2.0) to get score working but when I test it in Scorm test suit, it does not work, and is not scorm compliant.So can someone tell me how to make flash AS2.0 (and AS3.0) Scorm compliance i.e. what AS code do I need to add by ways of code examples.Also what is the best test suit to test it is scorm compliant?
View 1 Replies
Apr 28, 2010
I am working in an Articulate program that is flash based. I don't get much control over the way parts of it function, so I have added a lot of extras to it via flash movies I inserted.
There is one thing I am trying to figure out. I want to add an object that tells the LMS to mark the course complete. I don't need it to check if the score has been submitted or anything like that, by the time a student gets to this object, the test should be done. I just need a flash movie object I guess with the script that writes the completed status to the LMS.
View 1 Replies
Nov 19, 2009
Does anyone have a simple template that hooks a flash quiz up to an lms using scorm?
View 2 Replies
Feb 17, 2010
How do you record / save a button press in Flash as3 and send it to moodle via scorm? I have two buttons, 'choice1' & 'choice2', and would like the users' choice to be recorded to SCORM. I just need to send 'some text' to moodle when the user presses either button.
Have been pointed to 'cmi.interactions' but after spending the entire day trying to find a working example, I'm completely lost. There appear to be no coded examples anywhere.
View 4 Replies
Aug 23, 2009
I want to create an elearning module in AS3/CS4 which will be scorm compliant ( using pipwerks) and easy to maintainFrom reading up on elearning you can specify navigation, sequence and flash content in OR- in flash using code I was going to use flash XML to load all the swf movies for each screen and to specify the navigation - is this the best way?Does having to do all the work in XML increase the maintenance amd what tool do you give designers to do this - Dreamweaver
View 2 Replies
Mar 4, 2011
I've only had several Flash and AS classes so my knowledge on them is pretty limited.The eLearning I created in Adobe Captivate 5 is launched by my employer's LMS in Internet Explorer. As I'm sure you're aware, IE maintanes focus on certain keystrokes. The eLearning covers our proprietary software where a user must use certain combos such as Ctrl + L, Ctrl + E and the like.I've been searching for a solution that would allow the user to perform the actual keystroke. One of our IT guys found some code and inserted it into the htm and js files that Captivate generates and it worked in Firefox but not IE and IE is the only browser my employer supports.I am already employing a workaround but it's just not the same as being able to have the user perform the actual keystroke.
View 0 Replies
Dec 23, 2011
produce some very simple checkboxes to insert into an elearning program.The Checkboxes he created before he left are apparently overly complex and refer to _root and/or _level0, which is a no-no for the elearning software.I've done some web searches to see what I can find but honestly I haven't felt this stumped since first year calculus.
View 3 Replies
Jun 21, 2011
I have got a flex app that communicates with a Scorm-API.When i run a javascript function from flex with "adl.nav.request" , i have to make a terminate function to make it happen which unloads the whole system,becouse this function updateds an "imsmanifest.xml" file. This xml is updated this time. This xml contains all the items that are connected to the index.hml which runs the flex app. That is why its refreshes. But i don't want my flex application to restart too.
View 2 Replies
Jan 6, 2011
I published my fla as scorm 1.2 tracking. I ziped up my files and loaded to lms. It will not write the score. It runs and functions ok but does not write score.
fscommand ("LMSSetValue","cmi.core.score.min,0");
fscommand ("LMSSetValue","cmi.core.score.max,100");
fscommand ("LMSSetValue","cmi.core.score.raw,85");
[code]....
View 9 Replies
Mar 31, 2011
I created a simple fla with two frames. Frame two has this code below to write a score to the lms (blackboard).I published my fla as scorm 1.2 tracking. I ziped up my files and loaded to lms. It will not write the score. It runs and functions ok but does not write score.[code]
View 4 Replies
May 3, 2010
I will like to make buttons in Actionscript 2 or 3 that permit the user to go backwards or forwards in the elearning, id that possible?
View 2 Replies
Dec 10, 2007
how to set the objectives of a SCO within the LMS reporting of SCORM?
Here is what I have so far:
ActionScript Code:
var theScore = 10;
var theStatus = "c";
var intData = theStatus+";"+"mytestobj"+";"+theScore;
fscommand("MM_cmiSendObjectiveInfo",intData);
The only thing tracking in the LMS is "mytestobj" which is reporting as the objective name.
View 2 Replies
Nov 11, 2009
My ultimate goal in learning ActionScript 3 is to be able to create cool flash learning interactions for English language learners. All the different activities - drag and drop, multiple-choice - image hotspots etc - multiplayer mode on Grammar Challenge - would record a score which could be output in a SCORM format for a VLE such as Moodle or BlackBoard. The Flash interactions would run inside the VLE inside a simple CSS template content holder div which is resizable and is part of an elastic template. If I can do all that i will rule the world :-)
I've just started reading OReilly.Learning.ActionScript.3.0.A.Beginners.Guid e and I'm finding it quite tough in places. I know a bit about data translation in flat files, EDI, csv but no real programming experience. The real problem is the ActionScript 3.0. I'm starting at the very beginning and have a long way to go. My FLASH skills as a designer are moderate. My questions will always relate to creating or publishing interactions for EFL learners. I hope to be in a position to answer some questions in the future. It's all about the learnin..
Is writing a scoring system that can accept scores from any interraction difficult to write? What kind of competance level would it require? Would that be a sane thing to attempt? The scoring system I'm thinking of would accept input from all over the stage. Right and Wrong answers would be recorded? Length of time spent on each activity - Essentially if I decide something is to be captured it is listened for - recorded and output in a structured, usable and maleable format such as XML. Can you buy generic scoring systems for FLASH? Is there a village somewhere where they're custom built like Harleys? A generic scoring system that acts like a CLASS import to my as file - I just setup the addlistener, configure a few things and FLASH file records the data for outputs to SCORM. That would be really cool. It'd be a major milestone on the road to dominion.
View 0 Replies
Aug 27, 2011
in as2 i used a javascript function to connect with a javaScript wrapper for scorm and it work and now i moved to as3 so i am using the ExternalInterface.call instead of the getURL and that works but all the rest doesnt. know if in as3 i need to do more things to work with scorm?
View 3 Replies
Jun 29, 2010
I evaluated the Flash Media Server 3.5 by running samples for .flv,f4v,.mpg,.avi video formats and the product looks excellent to work as a Video Streaming Server - Live Video, Recorded Video Viewing by Audiences.
Query : ELearning Course modules are designed and developed using Macromedia Flash and Action Scripting Language.The Output Formats of the LMS are .swf files.As Elearning courses - LMS offer/involves User Interaction (Viewing courses by Students, Giving Exams for obtaining certification etc).Can we also use the Flash Media Server 3.5 for integrating with LMS Site running in IIS 6.0/7.0 ?
Client : IE 6.0/7.0, Macromedia Flash Player 10.0.
View 3 Replies
Jan 28, 2010
I created a quiz from the quiz template in flash. I published it as "Flash with scorm 1.2 tracking"
-How do I create a SCO now?
-How do I use Dreamweaver's scorm run time wrapper and manifest maker?
-Whats my nest step after I publish my files from flash?
Is there any good tutorials on how to create a sco?Dreamweaver's manifest maker says I need sco.Can I just zip up the html and swf file? Is that a sco? It still won't recognize it as a sco.
View 0 Replies
Nov 24, 2011
The name of my DocumentClass is Main. So, what's the difference between :
var myClass:Main = new Main();
var mcInLibrary:MovieClip ;
/////////////////////////////////////////[code]............
View 1 Replies
Jul 24, 2011
I'm trying to fetch some data from php to flash and print it in a dynamic text field. I know this might be a silly question but i cant seem to work out how to get flash to process the code text_field.text = data.return_msg; without it needing an event listener.So i want the code to be processed as soon as flash discovers it basically.this is what i have at the moment:
var variables:URLVariables = new URLVariables("get_blog_info.php");
// Build the varLoader variable
var varLoader:URLLoader = new URLLoader;[code]....
a
nd i get this error:
"1120: Access of undefined property event."
View 3 Replies
Jan 3, 2011
I am new to as3 and am having an issue transferring a Flash Video Gallery into a seperate flash file.Basically I want to add this video player file into a separate flash site I am making but don't know how with as3.I copy all the library assets from the video gallery FLA into the other movie, put the movieclips in the right location and upload all the relevant actionscript files, xml data linked with the original video player file but nothing still shows up when tested live.
View 0 Replies
May 3, 2010
So I have a Flash CS3 based website and I am trying to add in a Flash Gallery.I designed the Flash Gallery as a seperate file and tried to copy the library items into my site file. I got it in, looked ok but when I ran the test it goes crazy and I get 7 actionsript
{Tweener.addTween(%2is is all the same on my errors: 1120: Acc0transition: "easeIn" } );
Tweener.add0mc, { alpha: 0.7, time: tween_duration,%2ion, transition: "easeOut" } );
TwTween( mc, { alpha: 1, time: tween_durat time: tween_duration, transition: "easeOut".ener.addTween( thumbnail_group, { alpha: 0.2, time: tween_duration, transition: "easeOut" } );[code]...........
View 7 Replies
Nov 2, 2011
[URL].. by Rich Galvan @Adobe MXP has been released. I tested on CS5 and seems to work [URL]..
View 4 Replies
Jan 11, 2007
I've stumbled across a very interesting tutorialBut, I've noticed a little detail. When you click on the big image of the finished example on the first page of tutorial, it acts like a link. When I have downloaded finished .fla source, links are nicely written in the images.xml file, but the links in the .fla file don't work.
View 2 Replies
Sep 28, 2009
I am not having much luck creating a link for an icon image on my site. What would be the easiest way to create a URL link to an image?
View 1 Replies
Mar 21, 2010
I have Flash MX and I'm editing a Flash template that I downloaded. When I roll over what would be the button section in this template it is set up to be a link, but I don't know how to edit it and add the links I want. how I can get links added into this thing? I can send it to you if you want to see what I'm talking about first hand.
View 5 Replies