|
A quizz script
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 13-12-2007 05:26 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 14-12-2007 06:52 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: A quizz script
Thanks, Ivemns! I'll look into them.
The problem was though that I didn't want to do a quiz site like quizilla or others, I just wanted to add pages with quizzes in my already existing site.
I found something on a site but it was a bit complicated. I had to create the quizzes on their site and the, I would have been able to add them on my site trough a new div layer. It used a javascript stored on their site.
What if their site went down or something? If I had quizzes stored on my site it would have been different ^^
That's what I am looking for. Html templates to paste in a custom page of a cms, so the quizzes will appear within the cms. That's why I had a hard time finding a script like that If it were for a simple quiz site, I already have such a script on my pc
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 14-12-2007 11:27 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 16-12-2007 09:53 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 17-12-2007 06:53 AM |
|
|
Eureka
Newbie
Posts: 23
Group: Registered
Joined: Dec 2007
Status:
Away
Reputation: 0
Points: 17 (Donate)
|
RE: A quizz script
What language do you want this coded in? And can you be a bit more specific how you want it?
BTW, this is not too hard. It's just a bunch of arrays practically.
"The competent programmer is fully aware of the limited size of his own skull. He therefore approaches his task with full humility, and avoids clever tricks like the plague."
"Program testing can be used to show the presence of bugs, but never to show their absence!"
"APL is a mistake, carried through to perfection. It is the language of the future for the programming techniques of the past: it creates a new generation of coding bums."
|
|
| 17-12-2007 09:02 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: A quizz script
Hmm... you just gave me an idea, Eureka.
About programming. At first, I thought that I could only implement a html, php or a java script page on my site and I was thinking of listing these three programming languages to you.
But I realized that there is another language that I can use and not only that, I know it quite good and I've used it plenty before: Flash Action Script.
I can integrate swf files with quizes. I can easily make them myself in Flash, because, just as you said, the programming part isn't difficult, and then I can easily have them embed on my site.
Yay ^^ Now I know what to do.
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 17-12-2007 08:11 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 17-12-2007 09:09 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: A quizz script
Well, I'll post links to them after they are finished.
But I won't use any storing.
Let's say the test, the personality test has... 5 different results. Therefor, I will have 5 variables. Each of them will have the value 0 first.
Then, according to your answers, they will increase.
In the end, these 5 values will be compared and if the value 'a' is the biggest you'll get a result, if 'b' is the biggest you'll get another and so on.
And since the swf file will basically contain only some scripts and eventually a background, I guess you can tell that it will load really fast since it won't occupy much space.
What do you think about it?
It works for sure because I've done it before.
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 18-12-2007 04:45 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 18-12-2007 05:00 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: A quizz script
I think this is the best option available. Best of luck.
So you are using arrays to store the data. But I suggest to put the data under a text file and use that data for the flash you are using. Thats helps you to change the questions and add more questions periodically.
Why change the questions?
I'll simply make more quizzes. And eventually, I can easily change the source of the quiz.
This way, I can also use the quizzes on other sites too.
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 18-12-2007 05:03 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 18-12-2007 05:10 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 18-12-2007 07:49 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 18-12-2007 08:02 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 19-12-2007 05:26 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: A quizz script
But why not adding new quizzes instead of editing the old ones?
This way, an old visitor will get something new and a new visitor will get even more quizzes to solve 
I mean you can change, insert or delete the questions without editing the source code. That make simple. But you go with the convenient approach for yourself.
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 19-12-2007 05:39 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 19-12-2007 07:11 AM |
|
|
walsh
Senior Member
   
Posts: 401
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
Points: 680 (Donate)
|
RE: A quizz script
Flash's action script is different from other programming languages.
I can edit many things without touching the source code 
Which software you are using to edit the Flash files. Can you give me the details to learn and edit flash files?

|
|
| 22-12-2007 04:32 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: A quizz script
Lol. Uhm... Flash )
I have Macromadia Flash 7.0 on my pc. I've learned how to use it on a certain scale since the version 5.0.
I can do some stuff with it. I've done a educational software using Flash that got me to the national phase of two informatics contents and I've even won the first place on a national contest of applied informatics for a game I've made with a colleague of mine.
Actually, it's quite simple too use.
It's some sort of visual OOP.
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 23-12-2007 02:56 AM |
|
|