Ok Quite an unusual request but here it is im asking people to make a quiz using this format
| CODE |
Quiz = { { "My Name Is ...", { "Emmet", "Aaron", "Eamonn"}, { 5, 2, 4}, 10},
{ "My Nickname Is ...", { "emcp", "amcp", "stormo"}, { 5, 2, 4}, 5},
{ "I Live In ...", { "Belfast", "London", "New York", "San Francisco"}, { 5, 2, 4}, 15} }
Creator = "Emcp"
--[[
Space For Credits
]]--
|
ok each line is 1 question the first bit eg ("My Name Is ...", ) is the question it must be in speech marks and if you want to be one of the following keys then you must use this
| CODE |
\\ --- backslash \" --- quotation mark \' --- apostrophe \[ --- left square bracket \] --- right square bracket
|
and after the speeh mark there must be a , comma
next inside the brackets you must have the answers do this the same way as the question
in the next set of brackets how the scores for each answer if you had
{ "Emmet", "Aaron", "Eamonn"}, { 5, 2, 4},
then Emmet = 5 Aaron = 2 Eamonn = 4
the last one is the time for each question (in seconds) if you dont want it timed then put a 0 instead
the scores and the time MUST NOT be in speech marks
you can also if you want make it print your name at the end by putting in
BUT YOU DONT NEED TO
| CODE |
Creator = "Your Name"
|
so here a template
| CODE |
Quiz = { { "Question", { "Answer1", "Answer2", "Answer3"}, { Score1, Score2, Score3}, Time} }
Creator = "Creator"
--[[
TEMPLATE
]]--
|
you can have as many question as you want but after each Question Set/Line put a , except for the last one put another } bracket instead
it would help to also add this
thats would make the question be asked at random (if you dont want this put false)
if you want a picture for a question then upload them and tell me which one is for the first question and so on (they will be automatically resized)
I HOPE THIS IS EASY ENOUGH TO UNDERSTAND
ive made the game just putting in random questions and the multiple players noq
AND THANKS
also if this isnt user friendly ill make an app in no time to help to make them
Changed the timer just leave that field black if you dont want a timer
and you can make it display your name at the end if you wnat but if you dont its ok , if you want to then put this is the quiz file
| CODE |
Creator = "Your Name"
|
also dont worry about question or answers being to long or the quiz name being to long or the picture being to big its all dealt with
ALSO HAS ANYONE GOT A QUIZ REALLY NEED THEM IM GOING TO RELEASE THE FIRST BETA VERSION
(still have players and random to do as well as to make a site so you can download/upload more quiz's from your psp)