"; var bottomHtml=""; function reportItemNumber() { if (itemNumber<=0) { nextPrompt(); } else { document.vocabQuiz.textItemNumber.value=itemNumber + " out of " + (English.length-1); } } function nextPrompt() { if (itemNumber<(English.length-1)) { itemNumber++; document.vocabQuiz.textItalian.value=Italian[itemNumber]; reportItemNumber(); document.vocabQuiz.textHelp.value="Vocabulary Help"; } else { document.vocabQuiz.textItemNumber.value="DONE"; document.vocabQuiz.textItalian.value="DONE"; document.vocabQuiz.textEnglish.value="DONE"; document.vocabQuiz.textCorrect.value="DONE"; document.vocabQuiz.textHelp.value="DONE"; } } function isCorrect() { if (document.vocabQuiz.textEnglish.value==English[itemNumber]) { document.vocabQuiz.textCorrect.value="CORRECT"; } else { document.vocabQuiz.textCorrect.value="NOT CORRECT"; } } function correctWord() { document.vocabQuiz.textEnglish.value=English[itemNumber]; } function goBack() { itemNumber=itemNumber-1; if (itemNumber<=0) { nextPrompt(); } else { itemNumber=itemNumber-1; nextPrompt(); } document.vocabQuiz.textEnglish.value="English Word"; document.vocabQuiz.textCorrect.value="Is the answer correct?"; } function resetItems() { itemNumber=0; document.vocabQuiz.textItemNumber.value="Item number out of total items"; document.vocabQuiz.textItalian.value="Italian Word"; document.vocabQuiz.textEnglish.value="English Word"; document.vocabQuiz.textCorrect.value="Is the answer correct?"; document.vocabQuiz.textHelp.value="Vocabulary Help"; } function vocabTextHelp() { document.vocabQuiz.textHelp.value=Help[itemNumber]; } function vocabFileHelp() { helpWin=window.open("exercisehelp.htm#" + itemNumber, "EXERCISE_HELP", "scrollbars,width=400,height=150"); } function helpWindow() { helpWin=window.open( "", "EXERCISE_HELP", "scrollbars,width=400,height=150" ); helpWin.document.write(topHtml, "", Help[itemNumber], "", bottomHtml ); helpWin.document.close(); }
Practice your Italian!

Below you will see an Italian word.
Below that write in the English translation.
To check if the answer is correct click the "Check Answer" button.
Click on the "Correct Answer" button to see the English Translation.
To go back to the previous message click on the "Go Back" button.
To go back to the first word in the list click on the "Reset" button.


Item Number:


Italian Prompt:


English Translation:


Correct Response:


Vocabulary Help:


   

 

 

Created by Daniel Craig