#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) #Question Types #There are 3 question types to choose from on each question: T/F, multiple choice, and multiple answer: # - T/F - Leave the "question type" as default. Then delete answer 3 and 4 and the question will automatically only display 2 buttons. # - Multiple Choice (1 correct answer) - use the word "default" as the "question type". # - Multiple Answer (multiple correct answers) - use the word "multiple" as the "question type". #If you want to "comment out" a line of code then use the pound sign. #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 block 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=

Conclusion Title

\ Conclusion text here... #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=Submit question_page_button_retry_text=Retry result_page_button_replay_text=Play Again [-----------------------Question Options-----------------------] #You can randomize the order in which answer buttons are presented to the user. randomize_answer_order=true #You can set max incorrect answers per question max_incorrect=1 #You can set the number of categories and questions. Max categories = 5 / Max question rows = 4 categories=5 questions=4 [-----------------------Category 1 Title-----------------------] category_1_title=Category 1\Long line [-----------------------Category 1 / Question 1-----------------------] #You can change the value of each question by modifying the score value on the next line. c1_q1_score=100 c1_q1_text=

Question title

\ Multilined text is allowed\ Use a backslash to force a line break #You can add images to the question by using an tag. For example put this text into the question text above: #Copy your question image to the questions folder in your game file. You can also use top and bottom alignment. #Uncomment the next line to hide question box image that's behind the question text. #c1_q1_removeBackground=true #See the notes at the top of this file for instructions on question types. c1_q1_type=default #You can comment out answers to make them disappear. You can also add additional answers. c1_q1_answer_1=Correct answer c1_q1_answer_2=Incorrect answer 1 c1_q1_answer_3=Incorrect answer 2 c1_q1_answer_4=Incorrect answer 3 #Indicate which of the answers above is correct. If you have multiple correct answers then separate the numbers with a comma.(i.e. 1,4) c1_q1_correct_answer=1 #Category 1 Question 1 Feedback Information if question type is "default" c1_q1_answer_1_feedback_text=Feedback 1 c1_q1_answer_2_feedback_text=Feedback 2 c1_q1_answer_3_feedback_text=Feedback 3 c1_q1_answer_4_feedback_text=Feedback 4 #Category 1 Question 1 Correct Feedback Information if question type is "multiple" c1_q1_correct_feedback_text=

This is correct

Correct feedback text here... #Category 1 Question 1 Correct Feedback Information if question type is "multiple" c1_q1_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #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. #c1_q1_audio=audio.wav #You can let the user retry this question a predetermined # of times. Uncomment the line below to let the user retry the question. #c1_q1_max_incorrect=2 [-----------------------Category 1 / Question 2-----------------------] c1_q2_score=300 c1_q2_text=Question Title\ Question text here... c1_q2_type=default c1_q2_answer_1=Correct answer c1_q2_answer_2=Correct answer c1_q2_answer_3=Incorrect answer 2 c1_q2_answer_4=Incorrect answer 3 c1_q2_correct_answer=1,2 c1_q2_answer_1_feedback_text=Feedback 1 c1_q2_answer_2_feedback_text=Feedback 2 c1_q2_answer_3_feedback_text=Feedback 3 c1_q2_answer_4_feedback_text=Feedback 4 c1_q2_correct_feedback_text=

This is correct

Correct feedback text here... c1_q2_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c1_q2_audio=Your Audio File Name #c1_q2_removeBackground=true #c1_q2_max_incorrect=2 [-----------------------Category 1 / Question 3-----------------------] c1_q3_score=500 c1_q3_text=Question Title\ \ Question text here... c1_q3_type=default c1_q3_answer_1=Correct answer c1_q3_answer_2=Incorrect answer 1 c1_q3_answer_3=Incorrect answer 2 c1_q3_answer_4=Incorrect answer 3 c1_q3_correct_answer=1 c1_q3_answer_1_feedback_text=Feedback 1 c1_q3_answer_2_feedback_text=Feedback 2 c1_q3_answer_3_feedback_text=Feedback 3 c1_q3_answer_4_feedback_text=Feedback 4 c1_q3_correct_feedback_text=

This is correct

Correct feedback text here... c1_q3_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c1_q3_audio=Your Audio File Name #c1_q3_removeBackground=true #c1_q3_max_incorrect=2 [-----------------------Category 1 / Question 4-----------------------] c1_q4_score=700 c1_q4_text=Question Title\ \ Question text here... c1_q4_type=default c1_q4_answer_1=Correct answer c1_q4_answer_2=Incorrect answer 1 c1_q4_answer_3=Incorrect answer 2 c1_q4_answer_4=Incorrect answer 3 c1_q4_correct_answer=1 c1_q4_answer_1_feedback_text=Feedback 1 c1_q4_answer_2_feedback_text=Feedback 2 c1_q4_answer_3_feedback_text=Feedback 3 c1_q4_answer_4_feedback_text=Feedback 4 c1_q4_correct_feedback_text=

This is correct

Correct feedback text here... c1_q4_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c1_q4_audio=Your Audio File Name #c1_q4_removeBackground=true #c1_q4_max_incorrect=2 [-----------------------Category 2 Title-----------------------] category_2_title=Category 2 [-----------------------Category 2 / Question 1-----------------------] c2_q1_score=100 c2_q1_text=Question Title\ Question text here... c2_q1_type=default c2_q1_answer_1=Correct answer c2_q1_answer_2=Incorrect answer 1 c2_q1_answer_3=Incorrect answer 2 c2_q1_answer_4=Incorrect answer 3 c2_q1_correct_answer=1 c2_q1_answer_1_feedback_text=Feedback 1 c2_q1_answer_2_feedback_text=Feedback 2 c2_q1_answer_3_feedback_text=Feedback 3 c2_q1_answer_4_feedback_text=Feedback 4 c2_q1_correct_feedback_text=

This is correct

Correct feedback text here... c2_q1_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c2_q1_audio=Your Audio File Name #c2_q1_removeBackground=true #c2_q1_max_incorrect=2 [-----------------------Category 2 / Question 2-----------------------] c2_q2_score=300 c2_q2_text=Question Title\ Question text here... c2_q2_type=default c2_q2_answer_1=Correct answer c2_q2_answer_2=Incorrect answer 1 c2_q2_answer_3=Incorrect answer 2 c2_q2_answer_4=Incorrect answer 3 c2_q2_correct_answer=1 c2_q2_answer_1_feedback_text=Feedback 1 c2_q2_answer_2_feedback_text=Feedback 2 c2_q2_answer_3_feedback_text=Feedback 3 c2_q2_answer_4_feedback_text=Feedback 4 c2_q2_correct_feedback_text=

This is correct

Correct feedback text here... c2_q2_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c2_q2_audio=Your Audio File Name #c2_q2_removeBackground=true #c2_q2_max_incorrect=2 [-----------------------Category 2 / Question 3-----------------------] c2_q3_score=500 c2_q3_text=Question Title\ Question text here... c2_q3_type=default c2_q3_answer_1=Correct answer c2_q3_answer_2=Incorrect answer 1 c2_q3_answer_3=Incorrect answer 2 c2_q3_answer_4=Incorrect answer 3 c2_q3_correct_answer=1 c2_q3_answer_1_feedback_text=Feedback 1 c2_q3_answer_2_feedback_text=Feedback 2 c2_q3_answer_3_feedback_text=Feedback 3 c2_q3_answer_4_feedback_text=Feedback 4 c2_q3_correct_feedback_text=

This is correct

Correct feedback text here... c2_q3_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c2_q3_audio=Your Audio File Name #c2_q3_removeBackground=true #c2_q3_max_incorrect=2 [-----------------------Category 2 / Question 4-----------------------] c2_q4_score=700 c2_q4_text=Question Title\ Question text here... c2_q4_type=default c2_q4_answer_1=Correct answer c2_q4_answer_2=Incorrect answer 1 c2_q4_answer_3=Incorrect answer 2 c2_q4_answer_4=Incorrect answer 3 c2_q4_correct_answer=1 c2_q4_answer_1_feedback_text=Feedback 1 c2_q4_answer_2_feedback_text=Feedback 2 c2_q4_answer_3_feedback_text=Feedback 3 c2_q4_answer_4_feedback_text=Feedback 4 c2_q4_correct_feedback_text=

This is correct

Correct feedback text here... c2_q4_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c2_q4_audio=Your Audio File Name #c2_q4_removeBackground=true #c2_q4_max_incorrect=2 [-----------------------Category 3 Title-----------------------] category_3_title=Category 3 [-----------------------Category 3 / Question 1-----------------------] c3_q1_score=100 c3_q1_text=Question Title\ Question text here... c3_q1_type=default c3_q1_answer_1=Correct answer c3_q1_answer_2=Incorrect answer 1 c3_q1_answer_3=Incorrect answer 2 c3_q1_answer_4=Incorrect answer 3 c3_q1_correct_answer=1 c3_q1_answer_1_feedback_text=Feedback 1 c3_q1_answer_2_feedback_text=Feedback 2 c3_q1_answer_3_feedback_text=Feedback 3 c3_q1_answer_4_feedback_text=Feedback 4 c3_q1_correct_feedback_text=

This is correct

Correct feedback text here... c3_q1_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c3_q1_audio=Your Audio File Name #c3_q1_removeBackground=true #c3_q1_max_incorrect=2 [-----------------------Category 3 / Question 2-----------------------] c3_q2_score=300 c3_q2_text=Question Title\ Question text here... c3_q2_type=default c3_q2_answer_1=Correct answer c3_q2_answer_2=Incorrect answer 1 c3_q2_answer_3=Incorrect answer 2 c3_q2_answer_4=Incorrect answer 3 c3_q2_correct_answer=1 c3_q2_answer_1_feedback_text=Feedback 1 c3_q2_answer_2_feedback_text=Feedback 2 c3_q2_answer_3_feedback_text=Feedback 3 c3_q2_answer_4_feedback_text=Feedback 4 c3_q2_correct_feedback_text=

This is correct

Correct feedback text here... c3_q2_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c3_q2_audio=Your Audio File Name #c3_q2_removeBackground=true #c3_q2_max_incorrect=2 [-----------------------Category 3 / Question 3-----------------------] c3_q3_score=500 c3_q3_text=Question Title\ Question text here... c3_q3_type=default c3_q3_answer_1=Correct answer c3_q3_answer_2=Incorrect answer 1 c3_q3_answer_3=Incorrect answer 2 c3_q3_answer_4=Incorrect answer 3 c3_q3_correct_answer=1 c3_q3_answer_1_feedback_text=Feedback 1 c3_q3_answer_2_feedback_text=Feedback 2 c3_q3_answer_3_feedback_text=Feedback 3 c3_q3_answer_4_feedback_text=Feedback 4 c3_q3_correct_feedback_text=

This is correct

Correct feedback text here... c3_q3_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c3_q3_audio=Your Audio File Name #c3_q3_removeBackground=true #c3_q3_max_incorrect=2 [-----------------------Category 3 / Question 4-----------------------] c3_q4_score=700 c3_q4_text=Question Title\ Question text here... c3_q4_type=default c3_q4_answer_1=Correct answer c3_q4_answer_2=Incorrect answer 1 c3_q4_answer_3=Incorrect answer 2 c3_q4_answer_4=Incorrect answer 3 c3_q4_correct_answer=1 c3_q4_answer_1_feedback_text=Feedback 1 c3_q4_answer_2_feedback_text=Feedback 2 c3_q4_answer_3_feedback_text=Feedback 3 c3_q4_answer_4_feedback_text=Feedback 4 c3_q4_correct_feedback_text=

This is correct

Correct feedback text here... c3_q4_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c3_q4_audio=Your Audio File Name #c3_q4_removeBackground=true #c3_q4_max_incorrect=2 [-----------------------Category 4 Title-----------------------] category_4_title=Category 4 [-----------------------Category 4 / Question 1-----------------------] c4_q1_score=100 c4_q1_text=Question Title\ Question text here... c4_q1_type=default c4_q1_answer_1=Correct answer c4_q1_answer_2=Incorrect answer 1 c4_q1_answer_3=Incorrect answer 2 c4_q1_answer_4=Incorrect answer 3 c4_q1_correct_answer=1 c4_q1_answer_1_feedback_text=Feedback 1 c4_q1_answer_2_feedback_text=Feedback 2 c4_q1_answer_3_feedback_text=Feedback 3 c4_q1_answer_4_feedback_text=Feedback 4 c4_q1_correct_feedback_text=

This is correct

Correct feedback text here... c4_q1_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c4_q1_audio=Your Audio File Name #c4_q1_removeBackground=true #c4_q1_max_incorrect=2 [-----------------------Category 4 / Question 2-----------------------] c4_q2_score=300 c4_q2_text=Question Title\ Question text here... c4_q2_type=default c4_q2_answer_1=Correct answer c4_q2_answer_2=Incorrect answer 1 c4_q2_answer_3=Incorrect answer 2 c4_q2_answer_4=Incorrect answer 3 c4_q2_correct_answer=1 c4_q2_answer_1_feedback_text=Feedback 1 c4_q2_answer_2_feedback_text=Feedback 2 c4_q2_answer_3_feedback_text=Feedback 3 c4_q2_answer_4_feedback_text=Feedback 4 c4_q2_correct_feedback_text=

This is correct

Correct feedback text here... c4_q2_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c4_q2_audio=Your Audio File Name #c4_q2_removeBackground=true #c4_q2_max_incorrect=2 [-----------------------Category 4 / Question 3-----------------------] c4_q3_score=500 c4_q3_text=Question Title\ Question text here... c4_q3_type=default c4_q3_answer_1=Correct answer c4_q3_answer_2=Incorrect answer 1 c4_q3_answer_3=Incorrect answer 2 c4_q3_answer_4=Incorrect answer 3 c4_q3_correct_answer=1 c4_q3_answer_1_feedback_text=Feedback 1 c4_q3_answer_2_feedback_text=Feedback 2 c4_q3_answer_3_feedback_text=Feedback 3 c4_q3_answer_4_feedback_text=Feedback 4 c4_q3_correct_feedback_text=

This is correct

Correct feedback text here... c4_q3_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c4_q3_audio=Your Audio File Name #c4_q3_removeBackground=true #c4_q3_max_incorrect=2 [-----------------------Category 4 / Question 4-----------------------] c4_q4_score=700 c4_q4_text=Question Title\ Question text here... c4_q4_type=default c4_q4_answer_1=Correct answer c4_q4_answer_2=Incorrect answer 1 c4_q4_answer_3=Incorrect answer 2 c4_q4_answer_4=Incorrect answer 3 c4_q4_correct_answer=1 c4_q4_answer_1_feedback_text=Feedback 1 c4_q4_answer_2_feedback_text=Feedback 2 c4_q4_answer_3_feedback_text=Feedback 3 c4_q4_answer_4_feedback_text=Feedback 4 c4_q4_correct_feedback_text=

This is correct

Correct feedback text here... c4_q4_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c4_q4_audio=Your Audio File Name #c4_q4_removeBackground=true #c4_q4_max_incorrect=2 [-----------------------Category 5 Title-----------------------] category_5_title=Category 5 [-----------------------Category 5 / Question 1-----------------------] c5_q1_score=100 c5_q1_text=Question Title\ Question text here... c5_q1_type=default c5_q1_answer_1=Correct answer c5_q1_answer_2=Incorrect answer 1 c5_q1_answer_3=Incorrect answer 2 c5_q1_answer_4=Incorrect answer 3 c5_q1_correct_answer=1 c5_q1_answer_1_feedback_text=Feedback 1 c5_q1_answer_2_feedback_text=Feedback 2 c5_q1_answer_3_feedback_text=Feedback 3 c5_q1_answer_4_feedback_text=Feedback 4 c5_q1_correct_feedback_text=

This is correct

Correct feedback text here... c5_q1_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c5_q1_audio=Your Audio File Name #c5_q1_removeBackground=true #c5_q1_max_incorrect=2 [-----------------------Category 5 / Question 2-----------------------] c5_q2_score=300 c5_q2_text=Question Title\ Question text here... c5_q2_type=default c5_q2_answer_1=Correct answer c5_q2_answer_2=Incorrect answer 1 c5_q2_answer_3=Incorrect answer 2 c5_q2_answer_4=Incorrect answer 3 c5_q2_correct_answer=1 c5_q2_answer_1_feedback_text=Feedback 1 c5_q2_answer_2_feedback_text=Feedback 2 c5_q2_answer_3_feedback_text=Feedback 3 c5_q2_answer_4_feedback_text=Feedback 4 c5_q2_correct_feedback_text=

This is correct

Correct feedback text here... c5_q2_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c5_q2_audio=Your Audio File Name #c5_q2_removeBackground=true #c5_q2_max_incorrect=2 [-----------------------Category 5 / Question 3-----------------------] c5_q3_score=500 c5_q3_text=Question Title\ Question text here... c5_q3_type=default c5_q3_answer_1=Correct answer c5_q3_answer_2=Incorrect answer 1 c5_q3_answer_3=Incorrect answer 2 c5_q3_answer_4=Incorrect answer 3 c5_q3_correct_answer=1 c5_q3_answer_1_feedback_text=Feedback 1 c5_q3_answer_2_feedback_text=Feedback 2 c5_q3_answer_3_feedback_text=Feedback 3 c5_q3_answer_4_feedback_text=Feedback 4 c5_q3_correct_feedback_text=

This is correct

Correct feedback text here... c5_q3_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c5_q3_audio=Your Audio File Name #c5_q3_removeBackground=true #c5_q3_max_incorrect=2 [-----------------------Category 5 / Question 4-----------------------] c5_q4_score=700 c5_q4_text=Question Title\ Question text here... c5_q4_type=default c5_q4_answer_1=Correct answer c5_q4_answer_2=Incorrect answer 1 c5_q4_answer_3=Incorrect answer 2 c5_q4_answer_4=Incorrect answer 3 c5_q4_correct_answer=1 c5_q4_answer_1_feedback_text=Feedback 1 c5_q4_answer_2_feedback_text=Feedback 2 c5_q4_answer_3_feedback_text=Feedback 3 c5_q4_answer_4_feedback_text=Feedback 4 c5_q4_correct_feedback_text=

This is correct

Correct feedback text here... c5_q4_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #c5_q4_audio=Your Audio File Name #c5_q4_removeBackground=true #c5_q4_max_incorrect=2 [-----------------------Do not modify below-----------------------] c1=# c2=# c3=# c4=# c5=# c1_q1=# c1_q2=# c1_q3=# c1_q4=# c2_q1=# c2_q2=# c2_q3=# c2_q4=# c3_q1=# c3_q2=# c3_q3=# c3_q4=# c4_q1=# c4_q2=# c4_q3=# c4_q4=# c5_q1=# c5_q2=# c5_q3=# c5_q4=#