PlaneShift

Fan Area => The Hydlaa Plaza => Topic started by: Jedi on November 12, 2003, 04:05:34 am

Title: Test Thy Knowledge!
Post by: Jedi on November 12, 2003, 04:05:34 am
:D Or at least my game. I whipped this little baby up in VB for a Business project. Try it and tell me what you think. :)

http://upl.mine.nu/uplfolders/upload1/CompuQuiz!.exe (348KB)

Report any bugs, ya? Thanky. :D
Title:
Post by: zaphar on November 12, 2003, 04:08:03 am
/me wonders if he can trust jedi

*downloads prog and watches as it trashes comp.



I\'ll get your for this jedi I promise I will!!!!!!

just kidding folks I am sure its harmless hehe
Title:
Post by: zaphar on November 12, 2003, 04:10:49 am
I got 10 out of 12 right my score was 83.33% and yes folks the app was harmless :-)
Title:
Post by: Yarulion on November 12, 2003, 04:15:23 am
9 out of 11 Einstein level first try! w00t!!

OK, seriously, I\'m highly medicated and guessing. How did that happen?!
Title:
Post by: Wedge on November 12, 2003, 04:48:09 am
Ummm yeah it should stop asking the same questions over and over.  And instead of a time limit you should make it like space invaders, so you have to answer the questions right to destroy the invaders.  They slowly move down, and getting one wrong causes a temporal boost or something...  Hee hee I like to make everything into a game.
Title:
Post by: Xandria on November 12, 2003, 05:34:27 am
Hey Jedi, I found a bug  :D

Guess it pays to have some experienced programmers arouned here, eh?

\"Run-time error \'6\': Overflow\"

And guess what?  I knew exactly how to make that come up.  Let\'s just say, dividing by zero ain\'t exactly a good thing  ;)

Ok ok, I\'ll tell you.  If you don\'t answer a single question before the time runs out (EDIT: or if you use the \"I quit\" button), your program tried to calculate your percentage (correct_questions/total_questions) and since I haven\'t answered any questions, you get a \"Divide by zero: Overflow.\"

So just throw a handly little statement in there like:


If total_questions = 0 Then
....MsgBox (\"OMFG you\'re such a stupid idiot!  You couldn\'t answer a single question!!!\" )
Else
....\'Normal message box here
End If


Or...something along those lines  :D
Title:
Post by: Jedi on November 12, 2003, 02:47:44 pm
Wow, thanks a lot, Xan! :D I\'ll get right on that. *goes away muttering, \"There will ALWAYS be bugs\"*
Title:
Post by: Yarulion on November 12, 2003, 05:08:20 pm
To quote a linux programmer and a good friend of mine:

\"If it works perfectly well it hasn\'t got enough features yet\"
Title:
Post by: sashok on November 12, 2003, 10:52:40 pm
nice little prog.

you should either assign your questions some variables that would increment when the question is asked, and then check if the question was already asked, or maybe when asking random questions get rid of the questions that were already asked. but then there won\'t be enough questions :)

how many is there btw?
Title:
Post by: Xordan on November 12, 2003, 11:44:46 pm
lol, nice. Only thing is that if u hold the mouse button for 2 long it clicks on the next question as well.

10/14 on Einstein first try. :D  Not bad.
Title:
Post by: Jedi on November 13, 2003, 12:52:32 am
Grrr...will people stop bugging me about repeated questions! It\'s a DRILLING program! Read the instructions! D*R*I*L*L*I*N*G!

:D There are 205 questions. Depending on your chosen difficulty, you will only be asked a certain number of them. Easy, 100. Medium, 150. Hard, 205. Einstein, 205.

Fixed the Overflow error. Re-download it and test it. :D You\'ll be pleasantly insulted - er, surprised. :D
Title:
Post by: _Yuhevon_ on November 13, 2003, 01:30:52 am
I scored a 4 out of 149.
2.68%
God your app makes me feel stupid.  :P
Title:
Post by: Jedi on November 13, 2003, 01:58:54 am
That\'s the idea. You play it enough and you learn. ;)
Title:
Post by: dorbian on November 14, 2003, 10:34:27 am
btw the answer to the question ip is wrong it is internet protocol,
pentium a compuer company <-- wrong answer but u made a typo
eprom = electronicly programmable read only memory
also needs to be fixed, there is one more that is incorrect but the question doesn\'t wanna come to me anymore :(
Title:
Post by: Jedi on November 14, 2003, 05:58:57 pm
Hey, I got my answers from a \'How Computers Work\" book. If it\'s wrong it\'s not my fault. I\'ll fix it, though. Thanks for the typo note. :D
Title:
Post by: Metal Gear on November 20, 2003, 04:39:58 pm
HAHA!! Our Business teacher showed us your project in our class and after he was done with it, it kept running in the background and screwed up his whole presentation afterwards. Ouch 12/16 on Einstein, first try.
Title:
Post by: Jedi on November 20, 2003, 05:24:47 pm
That\'s because he went into the wrong file. ;) I had the updated game in my H, he went into H:\\bta\\game folder and got the BETA0.75.3 version. :P

Besides, it\'s been much updated since even this thread was made. I\'ll upload it sometime.