#Copyright eLearning Brothers LLC 2012 All Rights Reserved [-----------------------General Game Information/Instructions-----------------------] #This file is where you add text to your game. #IMPORTANT: View tutorials and examples at http://elearningtemplates.com/video-tutorials/ #You can use basic html tags to format text. (i.e. , , Your Text, Your Text) #If you want to "comment out" a line of code then use the pound sign in front of it. #Note for audio: .wav files are the most universally compatible with browsers and devices. (However IE only supports .mp3.) #Use the backslash symbol to do a line break "\" (remove the quotes) and continue text onto a second line. #NEVER end a section of text with a backslash. It will break things. [-----------------------Game Introduction Text---------------------------] introduction_text=

Challenge Setup and Instructions

\\ Welcome to this eLearning challenge... #introduction_audio=introduction.wav,introduction.ogg,introduction.mp3 [-----------------------Game Conclusion Text-----------------------] conclusion_text=

Congratulations

\ This is how you did it! #conclusion_audio=conclusion.wav,conclusion.ogg,conclusion.mp3 [-----------------------Game Buttons text----------------------] splash_page_button_continue_text=Continue intro_page_button_continue_text=Start question_page_button_continue_text=Continue question_page_button_confirm_text=Confirm result_page_button_replay_text=Play Again [-----------------------Keyboard Layout----------------------] #If you need to fit letters in 2 lines, please edit button_keypad_width in design.ini #English keyboard_layout=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"] #Russian #keyboard_layout=["А","Б","В","Г","Д","Е","Ё","Ж","З","И","Й","К","Л","М","Н","О","П","Р","С","Т","У","Ф","Х","Ц","Ч","Ш","Щ","Ъ","Ы","Ь","Э","Ю","Я"] [-----------------------Question Options---------------------------] #You can randomize the order in which questions are presented to the user. randomize_question_order=true #Max incorrect question answers allowed incorrect_answers_max=3 #Use question_count to indicate how many questions should be presented in the game. Make sure you have question code/text for each question. question_count=20 #Uncomment questions_displayed_from_count to only pull a certain number of questions from the question_count. You can define how many questions will be pulled from the total number of questions present in the game. #questions_displayed_from_count=10 #You can use the timeout to control the amount of time in the countdown timer. To turn it off set the value to zero. timeout=0 [-----------------------Question 1-----------------------] q1_text=Question 1 title\What is the answer to this? #You can add images to the question by using an tag. For example: #Copy your question image to the questions folder in your game file. You can also use left and right alignment. #Uncomment the next line to hide question box image that's behind the question text. #q1_removeBackground=true #You can only have a max of 31 characters including spaces q1_word=your word #Question 1 Audio #If you want to add question audio then use the next lines. Uncomment the line by removing the # sign, type the name of the audio file, and then copy the file to the "questions" folder in your game files. #q1_audio=audio.wav #Question 1 timeout #q1_timeout=30 #q1_incorrect_answers_max=3 [-----------------------Question 2-----------------------] q2_text=Question 2 title\ What is the answer to this? q2_word=your word #q2_audio=audio.wav #q2_removeBackground=true #q2_timeout=30 #q2_incorrect_answers_max=3 [-----------------------Question 3-----------------------] q3_text=Question 3 title\ What is the answer to this? q3_word=your word #q3_audio=audio.wav #q3_removeBackground=true #q3_timeout=30 #q3_incorrect_answers_max=3 [-----------------------Question 4-----------------------] q4_text=Question 4 title\ What is the answer to this? q4_word=your word #q4_audio=audio.wav #q4_removeBackground=true #q4_timeout=30 #q4_incorrect_answers_max=3 [-----------------------Question 5-----------------------] q5_text=Question 5 title\ What is the answer to this? q5_word=your word #q5_audio=audio.wav #q5_removeBackground=true #q5_timeout=30 #q5_incorrect_answers_max=3 [-----------------------Question 6-----------------------] q6_text=Question 6 title\ What is the answer to this? q6_word=your word #q6_audio=audio.wav #q6_removeBackground=true #q6_timeout=30 #q6_incorrect_answers_max=3 [-----------------------Question 7-----------------------] q7_text=Question 7 title\ What is the answer to this? q7_word=your word #q7_audio=audio.wav #q7_removeBackground=true #q7_timeout=30 #q7_incorrect_answers_max=3 [-----------------------Question 8-----------------------] q8_text=Question 8 title\ What is the answer to this? q8_word=your word #q8_audio=audio.wav #q8_removeBackground=true #q8_timeout=30 #q8_incorrect_answers_max=3 [-----------------------Question 9-----------------------] q9_text=Question 9 title\ What is the answer to this? q9_word=your word #q9_audio=audio.wav #q9_removeBackground=true #q9_timeout=30 #q9_incorrect_answers_max=3 [-----------------------Question 10-----------------------] q10_text=Question 10 title\ What is the answer to this? q10_word=your word #q10_audio=audio.wav #q10_removeBackground=true #q10_timeout=30 #q10_incorrect_answers_max=3 [-----------------------Question 11-----------------------] q11_text=Question 11 title\ What is the answer to this? q11_word=your word #q11_audio=audio.wav #q11_removeBackground=true #q11_timeout=30 #q11_incorrect_answers_max=3 [-----------------------Question 12-----------------------] q12_text=Question 12 title\ What is the answer to this? q12_word=your word #q12_audio=audio.wav #q12_removeBackground=true #q12_timeout=30 #q12_incorrect_answers_max=3 [-----------------------Question 13-----------------------] q13_text=Question 13 title\ What is the answer to this? q13_word=your word #q13_audio=audio.wav #q13_removeBackground=true #q13_timeout=30 #q13_incorrect_answers_max=3 [-----------------------Question 14-----------------------] q14_text=Question 14 title\ What is the answer to this? q14_word=your word #q14_audio=audio.wav #q14_removeBackground=true #q14_timeout=30 #q14_incorrect_answers_max=3 [-----------------------Question 15-----------------------] q15_text=Question 15 title\ What is the answer to this? q15_word=your word #q15_audio=audio.wav #q15_removeBackground=true #q15_timeout=30 #q15_incorrect_answers_max=3 [-----------------------Question 16-----------------------] q16_text=Question 16 title\ What is the answer to this? q16_word=your word #q16_audio=audio.wav #q16_removeBackground=true #q16_timeout=30 #q16_incorrect_answers_max=3 [-----------------------Question 17-----------------------] q17_text=Question 17 title\ What is the answer to this? q17_word=your word #q17_audio=audio.wav #q17_removeBackground=true #q17_timeout=30 #q17_incorrect_answers_max=3 [-----------------------Question 18-----------------------] q18_text=Question 18 title\ What is the answer to this? q18_word=your word #q18_audio=audio.wav #q18_removeBackground=true #q18_timeout=30 #q18_incorrect_answers_max=3 [-----------------------Question 19-----------------------] q19_text=Question 19 title\ What is the answer to this? q19_word=your word #q19_audio=audio.wav #q19_removeBackground=true #q19_timeout=30 #q19_incorrect_answers_max=3 [-----------------------Question 20-----------------------] q20_text=Question 20 title\ What is the answer to this? q20_word=your word #q20_audio=audio.wav #q20_removeBackground=true #q20_timeout=30 #q20_incorrect_answers_max=3