Take the Star Trek Challange!!!

CornMaster

Romulan Commander
Retired Moderator
Joined
Nov 19, 2000
Messages
3,761
Location
Cloaked Warbird in the Neutral Zone
http://www.starfleetchallenge.com

I loved this question. :D

Which is the best Star Trek series so far?

1) How can you ask me to choose just one? I love them all.
2) The first one. You never can top the original.
3) I have never watched an episode of Star Trek
4) Babylon 5
5) They are each good in their own right.

My Results:
Your Rank: Commander
Score: 35
 
I am also a commander, but with a score of 31.
The "even is better than odd"question had no correct answer!!

Yeah, except for six which sucked --<b>6 was great!!</b>
I liked the one with Ricardo Montalban. Was that an even one? --<b>I know which one that was, I'm not a moron!</b>
All the movies are pure genius and integral to the Star Trek experience --<b>This is what I said but it's not true either. 5 is not canon in my opinion.</b>
I have seen most of the movies but I hadn’t noticed some were better than others. --<b>See above</b>
Is this a math question? I thought we were talking about Star Trek <b>Ha Ha</b>

What's with that?!?
 
You got a point about that question....but the whole quiz is an ad for ST:TNG on TNN but I thought it was fun.

And yes....ST:V was pretty bad.

And I also thought 6 was awesome!!

Lets see what AoA and Starlifter get. ;)

I played it a second time and picked all the stupid answers and I still got 19 points and rank of Leuitenent. :eek:
 
I got a high LT. 27. :rolleyes:


WTH? Just because I don't wear a Starfleet Uniform on Haloween? Give me some real trivia.
 
Rank:Commander
Score:31

That was lame, Mod-1!

I think I lost points because I wanted to come back as Seven's uniform, and took the chicks for an away mission! :satan:
 
I also came back as Seven's uniform. ;)

But I just took a big gun. I considered the 3 unknown crewmen...but decided such loss of life was illogical. :)

PinkyGen....I also don't wear a Starfleet Uniform. It's illigocal to dress for halloween.

And you want real ST trivia??? I took 3 of these tests....my BEST score was 45%. And 5 of those 9 right answers were guesses!!! Please follow this link: http://www.ditl.org/listrecreation.htm It's very TOS and TNG based...so Starlifter and AoA should score very well.... :D
 
You answered 20 questions in total.
You got 15 right. That is 75% of the 20.

On the evolutionary scale, this puts you here :

Human.
 
OUCH!!Couldn't seem to break 45% in that crazy quiz our local tyrant of cereal gave a link to...
But there were two questions that made me angry: One was asking for sentient humanoids with blue skin. I said andorians, they said that was incorrect, bolians. Well, andorians are sentient humanoids with blue skin! Another asked for the Galaxy's best vacation spot, with amazing climate control: I said Risa, they insisted Quatal Prime, which is a bloody MINE!! Therefore I award myself 55%, placing me at slightly above humans.
 
39-commander

A very illogical group of questions.The more illogical the answer,the more correct it is....fascinating.
 
39 Commander, seems like everyone gets stuck here! :D
 
I scored a "31".

What we need is a "real" ST quiz.... this one had lots of strange answers and connotations. Lots of answers simply needed a write in choice as an alternative, LOL!

I have no Idea how they scored it... since I'm not interested in taking that silly quiz again.

Hey, Cornamster, are any of their graphics elements of help in your programming projects? I'll be you can do a much better job than them. What you need it to just write a "framework" (in VB, Basica, QBasic, or whatever), then read in a matrix of question and answer data, along with a scoring matrix. Then you can generate custom quizzes on any topic rather easily, even using flat file (e.g., delimited). Now what would be cool is to use the graphics (VB, or VC++) for the quiz interface.

PS, And you can always put an option #6 in your quiz program that would immediately implement a systemwide shutdown of all non-core processes beyond the 32-bit system kernal, and institute an emergency instance of Civ II to transport you from the dangers of the endless abyss of Micro$oft's dysfunctional desktop quadrant!

:)

america1s.jpg
 
LOL!!!

I know what you mean.....in VB I was writing a family feud type game.
I wrote a program to write the questions and answers to a .fqf file (Feud Question File) ;) And of course had the game which loaded the questions. It worked ok. But it's a little different writing a quiz. There are varing ways of doing it....and the questions/answers could be read in plain text. ;) I don't know encruption.

I think my .fqf files were layed out like .ini files. I have a really cool module that makes writing and reading .ini files and values very easy!! You know....I think I'll do it. What type of interface should I create?? Civ themed, Star Trek themed, another theme? Starlifter....you have seen some of my Star Trek a.k.a. LCARS interfaces. What did you think?? I'll have 5 questions for now, and 5 answers. I think I can make it modular. So you can have anywhere from 1-50 questions with 2-5 answers each. The scoring system would be the tough thing to program. But I think I have a few ideas....I'm going to post in the tech forum about this too. Maybe I'll get TF to change the name to programmming and tech support. :D
 
I think my .fqf files were layed out like .ini files. I have a really cool module that makes writing and reading .ini files and values very easy!! You know....I think I'll do it. What type of interface should I create?? Civ themed, Star Trek themed, another theme? Starlifter....you have seen some of my Star Trek a.k.a. LCARS interfaces. What did you think?? I'll have 5 questions for now, and 5 answers. I think I can make it modular. So you can have anywhere from 1-50 questions with 2-5 answers each. The scoring system would be the tough thing to program. But I think I have a few ideas....I'm going to post in the tech forum about this too. Maybe I'll get TF to change the name to programmming and tech support.
I think you can do a good job at all this, and when you make it modular, you won't have to "sink" the extra man-hours into editing lines of code, and coding each response.

Use a Matrix. Index the matricies by question number, at least at first. You can have even different data-type matricies this way, though most will likely be Strings. But some can be SP integers, for the scoring purposes.

Then you simply write a basic (no pun!) algorithm to cycle thru the questions. You can use looping, recursive subroutines, CASE... WHILE... or whatever, to finish the questions.

You can even add a "backup" and "skip question" and "return to start" function in the processing algorithm. Based on the mapped matrix contents, these funcitons can be enabled/disabled for each question.

If you want basic protection of the data file, simply do an ASCII value shift as the file is input (e.g., read the character, shift its value [like by 2], put the shifted character into the matrix). Or, include the data in the actual program file.

Your LCARS-type interface can be used for any survey, not just a Star-Trek quiz ;). QBasic has lots of additional input commands besides the standard INPUT "Blahh Blahhh", k$.

Also, you have a good idea to start with a small (5-question) quiz at first. When it works right for 5 questions, it will work right for 50.

:)

america1s.jpg
 
Starlifter:
Can you post this in this thread: http://forums.civfanatics.com/showthread.php?s=&threadid=6123

Plus...I don't know how to use a matrix.

I figured I'd just make 50 identical forms.....and do it that way. It's less work for me because I know how to do it. Plus it's more customizible. You can add pictures on different forms, etc....

The configuring/writing program will be VERY cool!!! :D
I'm looking more forward to writing that then the quiz. ;)
 
Back
Top Bottom