Hi all,
First I would like to say I like the forum very much. I have read many posts looking to resolve my problem.
I am using flash quiz templates from CS4. They are written in AS3. I would like to get the quiz results to be stored in moodle to that the students and other relevant people can see the student’s progress.
Is there yet a way to do this with moodle, or even without moodle. Is there some way to even save the quiz to a mysql database for future retrieval?
Can anyone help?
Sebagai balasan devo nettles
Re: Flash module add-on: FlashCS4 QuizTemplate Storing Scores
oleh Matt Bury -
Hi Devo,
I'd love to read a good answer to the question of how to get scores from a plugin activity module to the Moodle gradebook, then I could update the SWF Activity Module and do just that!
http://code.google.com/p/moodle-swf/
I have some demos of the SWF Activity Module working with Moodle's database via AMFPHP (Flash Remoting):
http://matbury.com/moodle/course/view.php?id=9 (login as a guest)
The alternative, for now, is to use Flash Remoting to store and possibly retrieve student scores in a custom database table. It's not too difficult to install AMFPHP in Moodle. In fact, there's a tutorial on how to do it here:
http://docs.moodle.org/en/Development:AMF3
There's some useful links to tutorials and the like on the same page here:
http://docs.moodle.org/en/Development:AMF3#Useful_Links
Good luck!
I'd love to read a good answer to the question of how to get scores from a plugin activity module to the Moodle gradebook, then I could update the SWF Activity Module and do just that!
http://code.google.com/p/moodle-swf/
I have some demos of the SWF Activity Module working with Moodle's database via AMFPHP (Flash Remoting):
http://matbury.com/moodle/course/view.php?id=9 (login as a guest)
The alternative, for now, is to use Flash Remoting to store and possibly retrieve student scores in a custom database table. It's not too difficult to install AMFPHP in Moodle. In fact, there's a tutorial on how to do it here:
http://docs.moodle.org/en/Development:AMF3
There's some useful links to tutorials and the like on the same page here:
http://docs.moodle.org/en/Development:AMF3#Useful_Links
Good luck!
Sebagai balasan Matt Bury
Re: Flash module add-on: FlashCS4 QuizTemplate Storing Scores
oleh devo nettles -
Thank you Matt
It looks like I will have to try to do this myself. If I am successful, I will post all the details of how I did it and what you need to do to do it. I will keep you posted.
I know that this is not impossible. I think that developers purposefully keep these things secret so that they can earn money. It will be a pleasure to post a successful solution.
Devo
It looks like I will have to try to do this myself. If I am successful, I will post all the details of how I did it and what you need to do to do it. I will keep you posted.
I know that this is not impossible. I think that developers purposefully keep these things secret so that they can earn money. It will be a pleasure to post a successful solution.
Devo
Sebagai balasan devo nettles
Re: Flash module add-on: FlashCS4 QuizTemplate Storing Scores
oleh Matt Bury -
Hi Devo,
It's definitely a good idea to share how to send grades to the gradebook. If we make the code as OOP as possible, i.e. a class or two, then we can add it to the NEWMODULE.zip file and stick it up on Google Code for everyone who wants to write an activity module for Moodle to enjoy!
Good luck!
Matt
It's definitely a good idea to share how to send grades to the gradebook. If we make the code as OOP as possible, i.e. a class or two, then we can add it to the NEWMODULE.zip file and stick it up on Google Code for everyone who wants to write an activity module for Moodle to enjoy!
Good luck!
Matt