I've been able to fix the issue that Rob discovered. Serious issue it was too! Basically I was asking Flash to do too much. With the other generator programs all the question data is put into the new .swf file as it is developed. All the question data is put into the .swf in one go.
Problem with the Practice Paper is that the data becomes so complex when you add rich-text it asks too much of the program to handle more than three questions. Rob discovered that it worked fine with three questions, but the program crashed when you entered four. The problem was also exacerbated as I'm encoding the text correctly so it handles all special characters. Main problem with this is that it removes all spaces, so you end up with a massive amount of code in one line (see below).
What I've done is the laborious task of reprogramming the whole technique so each question + model answer is processed individually. I've had to set a limit of 50 possible questions, but I hope this won't limit too much.
I'm now tidying the code up and will go back and visit the printing options before releasing beta 0.9.
I would then just like any further requests / feedback so I add a few further tweaks to release the finished version. This has taken much longer that expected, but yet again I've learned a great deal more about Flash in the process


Help

This topic is locked













