#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=

To complete this game, you will have to choose the correct answers to 10 questions about conflicts that led to the Civil War.

(Covers content from SOL VS.7a)

#introduction_audio=introduction.wav,introduction.ogg,introduction.mp3 [-----------------------Game Conclusion Text-----------------------] conclusion_text=

Great Job!

#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=

Try Again

result_page_button_replay_text=

Play Again

[-----------------------Question Options-----------------------] #You can randomize the order in which questions are presented to the user. randomize_question_order=false #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=99999999 #Fee for every incorrect answer incorrect_question_fee=5 #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=10 #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 #Allow the points to go below zero? (Set to true or false) allowNegatives = false [-----------------------Question 1-----------------------] q1_text=

In the South, before the Civil War, most people worked on farms and plantations. The southern economy was ________ .

#You can control the score for each individual question. q1_score=10 #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 #See the notes at the top of this file for instructions on question types. q1_type=match #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) q1_correct_answer=

agricultural

#Question 1 Correct Feedback Information q1_correct_feedback_text=

Yes!

#Question 1 Incorrect Feedback Information q1_incorrect_feedback_text=

Sorry!

Correct answer: agricultural (farming)

#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 #You can let the user retry this question a predetermined # of times. Uncomment the line below to let the user retry the question. #q1_max_incorrect=2 [-----------------------Question 2-----------------------] q2_text=

In the North, before the Civil War, many people worked in cities. The northern economy was ________ .

q2_score=10 q2_type=match q2_correct_answer=

industrialized

q2_correct_feedback_text=

Right!

q2_incorrect_feedback_text=

Sorry!

Correct answer: industrialized

#q2_audio=audio.wav #q2_removeBackground=true #q2_max_incorrect=2 [-----------------------Question 3-----------------------] q3_text=

Hoping to start a slave rebellion, he raided the arsenal at Harpers Ferry where weapons were stored. However, he was quickly captured and hanged.

q3_score=10 q3_type=match q3_correct_answer=

John

Brown

q3_correct_feedback_text=

Excellent!

q3_incorrect_feedback_text=

Sorry!

Correct answer: John Brown

#q3_audio=audio.wav #q3_removeBackground=true #q3_max_incorrect=2 [-----------------------Question 4-----------------------] q4_text=

Large plantations in the South came to depend on:

q4_score=10 q4_type=match q4_correct_answer=

slave

labor

q4_correct_feedback_text=

Yes!

q4_incorrect_feedback_text=

Sorry!

Correct answer: slave labor

#q4_audio=audio.wav #q4_removeBackground=true #q4_max_incorrect=2 [-----------------------Question 5-----------------------] q5_text=

When Abraham Lincoln was elected President, some southern states decided to __________ from the Union.

q5_score=10 q5_type=match q5_correct_answer=

secede

q5_correct_feedback_text=

Right!

q5_incorrect_feedback_text=

Sorry!

Correct answer: secede

#q5_audio=audio.wav #q5_removeBackground=true #q5_max_incorrect=2 [-----------------------Question 6-----------------------] q6_text=

She helped slaves escape to the North on the "Underground Railroad".

q6_score=10 q6_type=match q6_correct_answer=

Harriet

Tubman

q6_correct_feedback_text=

Perfect!

q6_incorrect_feedback_text=

Sorry!

Correct answer: Harriet Tubman

#q6_audio=audio.wav #q6_removeBackground=true #q6_max_incorrect=2 [-----------------------Question 7-----------------------] q7_text=

_______ wanted an immediate end to slavery.

q7_score=10 q7_type=match q7_correct_answer=

Abolitionists

q7_correct_feedback_text=

Yes!

q7_incorrect_feedback_text=

Sorry!

Correct answer: Abolitionists

#q7_audio=audio.wav #q7_removeBackground=true #q7_max_incorrect=2 [-----------------------Question 8-----------------------] q8_text=

Northerners wanted new states joining the Union to be:

q8_score=10 q8_type=match q8_correct_answer=

"free

states"

q8_correct_feedback_text=

Right!

q8_incorrect_feedback_text=

Sorry!

Correct answer: "free states"

#q8_audio=audio.wav #q8_removeBackground=true #q8_max_incorrect=2 [-----------------------Question 9-----------------------] q9_text=

Those living on small farms in the western parts of Virginia opposed slavery, and split with the rest of the state to form a new state called:

q9_score=10 q9_type=match q9_correct_answer=

West

Virginia

q9_correct_feedback_text=

Perfect!

q9_incorrect_feedback_text=

Sorry!

Correct answer: West Virginia

#q9_audio=audio.wav #q9_removeBackground=true #q9_max_incorrect=2 [-----------------------Question 10-----------------------] q10_text=

States that seceded formed the -

q10_score=10 q10_type=match q10_correct_answer=

Confederate

States

of

America

q10_correct_feedback_text=

Excellent!

q10_incorrect_feedback_text=

Sorry!

Correct answer: Confederate States of America

#q10_audio=audio.wav #q10_removeBackground=true #q10_max_incorrect=2 [-----------------------Question 11-----------------------] q11_text=Question 11 title\ Question text here... q11_score=10 q11_type=default q11_correct_answer=answer 11 q11_correct_feedback_text=

This is correct

Correct feedback text here... q11_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q11_audio=audio.wav #q11_removeBackground=true #q11_max_incorrect=2 [-----------------------Question 12-----------------------] q12_text=Question 12 title\ Question text here... q12_score=10 q12_type=default q12_correct_answer=answer 12 q12_correct_feedback_text=

This is correct

Correct feedback text here... q12_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q12_audio=audio.wav #q12_removeBackground=true #q12_max_incorrect=2 [-----------------------Question 13-----------------------] q13_text=Question 13 title\ Question text here... q13_score=10 q13_type=default q13_correct_answer=answer 13 q13_correct_feedback_text=

This is correct

Correct feedback text here... q13_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q13_audio=audio.wav #q13_removeBackground=true #q13_max_incorrect=2 [-----------------------Question 14-----------------------] q14_text=Question 14 title\ Question text here... q14_score=10 q14_type=default q14_correct_answer=answer 14 q14_correct_feedback_text=

This is correct

Correct feedback text here... q14_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q14_audio=audio.wav #q14_removeBackground=true #q14_max_incorrect=2 [-----------------------Question 15-----------------------] q15_text=Question 15 title\ Question text here... q15_score=10 q15_type=default q15_correct_answer=answer 15 q15_correct_feedback_text=

This is correct

Correct feedback text here... q15_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q15_audio=audio.wav #q15_removeBackground=true #q15_max_incorrect=2 [-----------------------Question 16-----------------------] q16_text=Question 16 title\ Question text here... q16_score=10 q16_type=default q16_correct_answer=answer 16 q16_correct_feedback_text=

This is correct

Correct feedback text here... q16_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q16_audio=audio.wav #q16_removeBackground=true #q16_max_incorrect=2 [-----------------------Question 17-----------------------] q17_text=Question 17 title\ Question text here... q17_score=10 q17_type=default q17_correct_answer=answer 17 q17_correct_feedback_text=

This is correct

Correct feedback text here... q17_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q17_audio=audio.wav #q17_removeBackground=true #q17_max_incorrect=2 [-----------------------Question 18-----------------------] q18_text=Question 18 title\ Question text here... q18_score=10 q18_type=default q18_correct_answer=answer 18 q18_correct_feedback_text=

This is correct

Correct feedback text here... q18_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q18_audio=audio.wav #q18_removeBackground=true #q18_max_incorrect=2 [-----------------------Question 19-----------------------] q19_text=Question 19 title\ Question text here... q19_score=10 q19_type=default q19_correct_answer=answer 19 q19_correct_feedback_text=

This is correct

Correct feedback text here... q19_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q19_audio=audio.wav #q19_removeBackground=true #q19_max_incorrect=2 [-----------------------Question 20-----------------------] q20_text=Question 20 title\ Question text here... q20_score=10 q20_type=default q20_correct_answer=answer 20 q20_correct_feedback_text=

This is correct

Correct feedback text here... q20_incorrect_feedback_text=

That is incorrect

Incorrect feedback text here... #q20_audio=audio.wav #q20_removeBackground=true #q20_max_incorrect=2 [------------eli custom config------------] timeout=0 q1_answer_1=

agricultural

q1_answer_2=

Incorrect answer text.

q1_answer_3=

Incorrect answer text.

q1_answer_4=

Incorrect answer text.

q2_answer_1=

industrialized

q2_answer_2=

Incorrect answer text.

q2_answer_3=

Incorrect answer text.

q2_answer_4=

Incorrect answer text.

q3_answer_1=

John

Brown

q3_answer_2=

Incorrect answer text.

q3_answer_3=

Incorrect answer text.

q3_answer_4=

Incorrect answer text.

q4_answer_1=

slave

labor

q4_answer_2=

Incorrect answer text.

q4_answer_3=

Incorrect answer text.

q4_answer_4=

Incorrect answer text.

q5_answer_1=

secede

q5_answer_2=

Incorrect answer text.

q5_answer_3=

Incorrect answer text.

q5_answer_4=

Incorrect answer text.

q6_answer_1=

Harriet

Tubman

q6_answer_2=

Incorrect answer text.

q6_answer_3=

Incorrect answer text.

q6_answer_4=

Incorrect answer text.

q7_answer_1=

Abolitionists

q7_answer_2=

Incorrect answer text.

q7_answer_3=

Incorrect answer text.

q7_answer_4=

Incorrect answer text.

q8_answer_1=

"free

states"

q8_answer_2=

Incorrect answer text.

q8_answer_3=

Incorrect answer text.

q8_answer_4=

Incorrect answer text.

q9_answer_1=

West

Virginia

q9_answer_2=

Incorrect answer text.

q9_answer_3=

Incorrect answer text.

q9_answer_4=

Incorrect answer text.

q10_answer_1=

Confederate

States

of

America

q10_answer_2=

Incorrect answer text.

q10_answer_3=

Incorrect answer text.

q10_answer_4=

Incorrect answer text.

questions=10 continue_button_text=

Continue