Groups | Blog | Home
all groups > flash (macromedia) > may 2004 >

flash (macromedia) : Sending Learning Interaction Results


jskarren
5/13/2004 10:57:07 PM
I am new to flash and am in need of help. I am using Flaxh MX Pro and the quiz
templates to create quizzes for my company. We do not have an LMS to store
information in so I need a way to capture user information (i.e. name,
supervisor, email, etc) and the results and have them sent to someone either
via email or have them printed directly to a specified network printer. Is
there anyone out there that can help me?
jon4am
10/21/2004 12:08:26 AM
Scott,
I'm interested to know if you received any help or information about this or what solution you may have come up with.

Many thanks,
parke
12/21/2004 12:46:08 PM
parke
12/21/2004 12:46:31 PM
alienware
9/2/2005 12:00:00 AM
dunno if this helps or not but u should lookup Extending Leanring Interactions
in the actionscript dictionary. I believe there is a session arrau structure
that holds results for each interaction. That structure has several properties
including timestamp, date etc

the syntax is of the form SessionArray[n].[property_name]

octav20xx
9/2/2005 12:00:00 AM
use PHP !
send variable with flash into a PHP page

getURL("login.php?mail="+mail.text+"&name="+name+"&job="+job.text);

and in the PHP get variables with GET and instert into mysql

// connect to database
mysql_connect("localhost","user","password");
// instert
$sql="INSTRT INTO `table` (`mail`,`name`,`job`) values
(".$_GET['mail'].",".$_GET['name'].",".$_GET['job'].")";
if(mysql_query($sql)) header("Location:ok.php");
else die(mysql_error());
octav20xx
9/2/2005 12:00:00 AM
use PHP !
send variable with flash into a PHP page

getURL("login.php?mail="+mail.text+"&name="+name+"&job="+job.text);

and in the PHP get variables with GET and instert into mysql

// connect to database
mysql_connect("localhost","user","password");
// instert
$sql="INSTRT INTO `table` (`mail`,`name`,`job`) values
(".$_GET['mail'].",".$_GET['name'].",".$_GET['job'].")";
if(mysql_query($sql)) header("Location:ok.php");
else die(mysql_error());
AddThis Social Bookmark Button