Anyway...what I'm getting at is that I want to integrate this into Moodle for when students are taking tests. It looks like the attempt.php is the file I am going to want to fool with but much of the code seems generated. I am going to try to hack in my code into the file...after this point:
/// Print the quiz page ////////////////////////////////////////////////////////
I guess this is me telling you my intentions, more so then a question, but if I have any trouble, I'll be back. And if you can see anything wrong or have any suggestions, let me know.
Thanks
Thomas
Edit: Ah ha! A question.
I was scanning the code, and I want to edit the headers to insert my own javascript and css needed to generate the popout bar but I couldn't find where <head> and similar tags are printed. (Linking to the sheets/JS would be simpler then including all of the css and script in the code, but I will if I have to.) So where can I access that?