i am giving my program to my tutor and friend tomoro do i just give them both files...if my tutor did decide to upload it to the webserver would he have to upload both files to the medical school website?
i am giving my program to my tutor and friend tomoro do i just give them both files...if my tutor did decide to upload it to the webserver would he have to upload both files to the medical school website?
I just gave you the basic code to write to a text file ...it doesn't email or anything it just takes whatever is in the boxes or is set as a variable and writes it to a text file when the submit button is pressed.
i know this is a really dumb question...but upon pressing the submit button where would it take them?? could i have the data emailed back to me...then i could create my own excel chart i guess...Quote:
Originally Posted by calmchess
just thought it would have been possible to compare their first quiz scores to second quiz scores...but then this would involve them writing it down to write in the table right? there is noooo way of putting the scores there automatically??
yes the scores are can be put in twice automatically the problem is what you want would take awhile ....can't you just have them take the test twice and then look at the results for entry? I doubt more than 30 users will use the test at any one time....but you could do what you really want to do but it would take a week or two to code it....I tried to give you some quick code becuase I thought it needed to be done today.......what I have given you will do everything you desire but you will have to add some actionscript to it to get all the functionality that you desire.
there possibly could be more than 30 users...if it is to go on the website...i do really need something today...what i could do is just give my tutor what i have tomorrow...problem is...its like any new thing...you get the most users in the first week!!
i am puzzled over what to do...just because its 2 weeks overdue as it is..cos i was being "silly" and wanted to be a perfectionist!
just change the final result variable name to score and put all the actionscirpt, fields,and buttons that I gave you on your final results page. that way you get the users name class name and final score. written to the text file ....he will never know that more functionality could be written into the code.
then if you aren't busy come back and we will write it the way you really want it.
is it possible to start writing how i want it....i will just tell him that i am working on an updated version and will give it to him asap. How does the submit button work btw? where does it get submitted to? i understand it creates the txt file...but where does this eventually go?? does it get lost in the internet superhighway??
another completely irrrelevant question:
how do you make the frames play again once you go back into the slide?? i only can get it to run thru once....i wanted it to go thru the animations everytime they visited the slide...am most puzzled!!!
sorry the text file?? i am puzzled as to where this will go...
how does it get back to me??
hello?? pls dont say u gone to bed!!! am workin on this flash thing!!
I'm not in bed its just I've helped you as much as I know how to for today...just chill out complete it the best you can and we will continue to work on it this next week
i get stressed easy what can i say?? my tutor is away today! so managed to buy myself an extra couple of days!!
managed to figure out the whole form thing and how to send the text file back to myself when uploaded...i just need to figure out preferably with your help..or anyone out there still reading this message after 73 posts....how to fill in the quiz results without the user changing them...please can you help ASAP please...this needs to be done and dusted now!! grrrrr!! why am i sooo bad??
post the code for one of the questions and I will fix it up quickly.....you made it so the question is answered by clicking on a specific part of the picture right?
yup thats right....
sorry been out all day...just got back!!
this is the code for one of the questions...or rather this is the code once the check answer button is clicked...the user has to click on a specific part of the picture then click "check answer"
on (press) {
good = getProperty(this.flag0, _alpha);
// this variable checks the visibility of the right flag instance
if (good<30) {
if (_root.first == 1) {
_root.first = 0;
_root.result++;
// if the good answer was user's first choice counter is started and positive feedback displayed
}
_root.comment3 = "Congratulations, that is the right answer";
} else if (good>30) {
// if not, negative feedback is displayed in the comment field
_root.comment3 = "Sorry, keep trying or go back to the tutorial!";
_root.first = 0;
}
}
cheers!! :)
i have my php file and my thing in flash but i was wondering if there is anyway of checking it works? ie when i press F12 and fill in the details and click submit...would i actually get an email back to me? or do i have to upload it to a webserver??
dont worry this has been done....and it works!! YAY!!!Quote:
Originally Posted by norahbattie
Please can you still help on the table thing tho please :thumbsup:
I'm glad its working well........I'll start on the table thing tonight when I get home from work......BTW back around post3 I asked you to email me your picture and you never did it :( calm_chess_player@hotmail.com.....*smiles*
Quote:
Originally Posted by calmchess
Yeah...
I think he deserves that much...
;)