2010-11-09 10:16:51
Demo courses Flash questions and a couple of observations
ATutor version - 2.0.1
PHP version - 5.2
Hi,
I'm starting on a project and decided to use ATutor. It seems to have a good reputation for being simple to develop for... for the most part I'm impressed with it.
I come from a background in mainly MVC PHP applications, so the more procedural approach of Atutor seems a little alien to me now, and the one thing that I'm slightly concerned about is the use of $_POST, $_GET directly into the output of page templates and queries. Generally though, it seems pretty good.
I have a couple of questions, if I may:
1. I need to be able to add free demos for courses, and payment options in the browse courses page. I figured that I can create demo courses by using a cut-down version of a full course that doesn't require enrolment. However, I'd like to add the link to that demo course in the browse courses page, linked directly to the full course. I'd also like to extend the payment module to link directly to the same section. However, because I don't want to touch core files, I was thinking that I could write a custom module to pull those things together. Can you recommend an approach for this? I already have a custom module, and have done a bit of work on it as a starting point, but I don't want to go too far down that line if it turns out that I can add functionality to courses via the module (or a plugin?) in a more modular way...
2. Are there any examples of using Atutor with flash - where the flash can be used to submit an answer to a question? I've looked at the demos on the site, but the flash files always seem to be embedded in the page - interactive unto themselves, but not directly affecting the flow of the course.
Thanks in advance, and I hope all this makes sense!