'; //Write it to the frame TopFrame.document.clear(); TopFrame.document.open(); TopFrame.document.write(OutString); TopFrame.document.close(); } function DisplayExercise(){ //Build the output string var OutString = ''; OutString += ''; OutString += ''; OutString += '
'; OutString += TitleCode; OutString += ''; OutString += NavBar; OutString += '
'; if (WordBox.length > 0){ OutString += WordBox; } OutString += ''; OutString += BuiltCloze; OutString += '
'; if (is.CRAPBrowser){OutString=ResolveAllURLs(OutString);} //Write it to the frame BottomFrame.document.clear(); BottomFrame.document.open(); BottomFrame.document.write(OutString); BottomFrame.document.close(); } function ShowClue(ItemNum){ //alert(ItemNum); State[ItemNum][0] = 1; WriteFeedback(I[ItemNum][2]); } function SaveCurrentAnswers(){ for (var i=0; i-1){ FirstBit = InString.substring(0, i); LastBit = InString.substring(i + Token.length, InString.length); InString = FirstBit + Replacement + LastBit; i = InString.indexOf(Token); } return InString; } I = new Array(); I[0] = new Array(); I[0][1] = new Array(); I[0][1][0] = new Array(); I[0][1][0][0]='Austria-Hungary'; I[0][1][1] = new Array(); I[0][1][1][0]='Austro-Hungary'; I[0][1][2] = new Array(); I[0][1][2][0]='Austria Hungary'; I[0][2]=''; I[1] = new Array(); I[1][1] = new Array(); I[1][1][0] = new Array(); I[1][1][0][0]='France'; I[1][2]=''; I[2] = new Array(); I[2][1] = new Array(); I[2][1][0] = new Array(); I[2][1][0][0]='Britain'; I[2][2]=''; I[3] = new Array(); I[3][1] = new Array(); I[3][1][0] = new Array(); I[3][1][0][0]='Ottoman'; I[3][2]=''; I[4] = new Array(); I[4][1] = new Array(); I[4][1][0] = new Array(); I[4][1][0][0]='Russia'; I[4][2]=''; I[5] = new Array(); I[5][1] = new Array(); I[5][1][0] = new Array(); I[5][1][0][0]='Russia'; I[5][2]=''; I[6] = new Array(); I[6][1] = new Array(); I[6][1][0] = new Array(); I[6][1][0][0]='Japanese'; I[6][2]=''; I[7] = new Array(); I[7][1] = new Array(); I[7][1][0] = new Array(); I[7][1][0][0]='India'; I[7][2]=''; I[8] = new Array(); I[8][1] = new Array(); I[8][1][0] = new Array(); I[8][1][0][0]='Germans'; I[8][2]=''; I[9] = new Array(); I[9][1] = new Array(); I[9][1][0] = new Array(); I[9][1][0][0]='colonial'; I[9][2]=''; I[10] = new Array(); I[10][1] = new Array(); I[10][1][0] = new Array(); I[10][1][0][0]='Germany'; I[10][2]=''; I[11] = new Array(); I[11][1] = new Array(); I[11][1][0] = new Array(); I[11][1][0][0]='Tirpitz'; I[11][2]=''; I[12] = new Array(); I[12][1] = new Array(); I[12][1][0] = new Array(); I[12][1][0][0]='Royal Navy'; I[12][1][1] = new Array(); I[12][1][1][0]='Navy'; I[12][1][2] = new Array(); I[12][1][2][0]='navy'; I[12][2]=''; Text = new Array(); Text[0]='The ruling family of '; Text[1]=' probably had the most to lose out of any of the ruling elites. They were ruling over a group of nations who were becoming more and more concerned with their rights and the rights of their co-nationalists. Also, they had not industrialised or modernised as successfully as its neighbours had. Its economy was stagnating as the demands upon the state were increasing.

Germany had different problems. Germany had expanded and industrialised very successfully. However, it felt that its future growth possibilities were limited. This was mainly because it thought that '; Text[2]=' and '; Text[3]=' had taken the best colonies around the world. Germany felt that it could not rely on where the raw materials for its industries would come from. Also, it would have fewer markets to sell its products to. Germany did try and take colonies in the late Nineteenth Century, but did indeed find that they were left with a poor pick.

The '; Text[4]=' Empire had been in decline as a power for over a century. Paradoxically, they had relied on Britain to protect them from external threats throughout the Nineteenth Century. They were trying to hold on to what they had. However, they still regarded '; Text[5]=' as providing the greatest threat to their territory.

'; Text[6]=' was having huge domestic problems of its own. Revolutionaries were constantly challenging the power of the state to breaking point. Russia saw enemies everywhere. The Germans and Austro-Hungarians were obvious threats from the West. The Muslims were a threat from the South, the '; Text[7]=' had ended Russian expansion in the East. The Russians had even been deeply suspicious of British activity in '; Text[8]=' until they came to an agreement with one another in 1907.

France was worried about a return of the '; Text[9]='. After all, they had been defeated by them within living memory. Since that time, the German state had become more, not less, powerful. There were also vocal calls for a war with Germany to regain the lands that it had lost during that Franco-Prussian war. The Germans were also becoming more competitive with France in the '; Text[10]=' sphere.

This Imperial rivalry also affected relations with Britain. Previously, Britain and France had been imperial rivals with one another but now both were agreed that '; Text[11]=' posed the greater danger to their empires. Britain was also particularly concerned with the German '; Text[12]=' plan. This naval expansion plan seriously challenged Britain\'s supremacy of the seas. Britain had never had a large army because it could depend on the '; Text[13]=' to guard its interests. This German plan put this strategy into doubt. Britain was deeply concerned and responded with a huge and revolutionary naval expansion plan of its own. '; State = new Array(); function StartUp(){ var i = 0; State.length = 0; for (i=0; i -1){ var TotalChars = GetGapValue(i).length; State[i][3] = (TotalChars-State[i][1])/TotalChars; if (State[i][0] > 0){State[i][3] = State[i][3]/2;} if (State[i][3]<0){State[i][3] = 0;} State[i][4] = 1; } else{ //Otherwise, add zero to the array and increment the hints for this item, as a penalty State[i][1]++; State[i][3] = 0; //then set the flag AllCorrect = 0; } } } //Calculate the total score var TotalScore = 0; for (i=0; i'; } Output += YourScoreIs + ' ' + TotalScore + '%.
'; if (AllCorrect == 0){ Output += '
' + Incorrect; } BuildExercise(); WriteFeedback(Output); DisplayExercise(); RestoreCurrentAnswers(); } function TrackFocus(BoxNumber){ CurrentWord = BoxNumber; } function CheckBeginning(Guess, Answer){ var OutString = ''; var i = 0; var UpperGuess = ''; var UpperAnswer = ''; if (CaseSensitive == false) { UpperGuess = Guess.toUpperCase(); UpperAnswer = Answer.toUpperCase(); } else { UpperGuess = Guess; UpperAnswer = Answer; } while (UpperGuess.charAt(i) == UpperAnswer.charAt(i)) { OutString += Guess.charAt(i); i++; } OutString += Answer.charAt(i); return OutString; } function FindLongest(InArray){ if (InArray.length < 1){return -1;} var Longest = 0; for (var i=1; i InArray[Longest].length){ Longest = i; } } return Longest; } function GetGapValue(GNum){ var RetVal = ''; if ((GNum<0)||(GNum>=I.length)){return RetVal;} if (eval('BottomFrame.document.Cloze.Gap' + GNum) != null){ RetVal = eval('BottomFrame.document.Cloze.Gap' + GNum).value; RetVal = TrimString(RetVal); } else{ RetVal = State[GNum][5]; } return RetVal; } function SetGapValue(GNum, Val){ if ((GNum<0)||(GNum>=I.length)){return;} if (eval('BottomFrame.document.Cloze.Gap' + GNum) != null){ eval('BottomFrame.document.Cloze.Gap' + GNum).value = Val; } } function FindCurrent() { var x = 0; FoundCurrent = -1; //Test the current word: //If it's state is not set to already correct, check the word. if (State[CurrentWord][4] != 1){ if (CheckAnswer(CurrentWord, false) < 0){ return CurrentWord; } } x=CurrentWord + 1; while (x -1){return ''} RightBits = new Array(); for (var i=0; i 0){ SetGapValue(CurrGap, HintString); State[CurrGap][1] = State[CurrGap][1] + 1; } WriteFeedback(GiveHint); } function Blank(){ return '©Half-Baked Software. Loading... '; } //--> //]]> -->