????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/appsrv.astacus.se/apps/school/www_old7/Html/LevelG/Category2/ |
Upload File : |
<!doctype html>
<html>
<head>
<title>Fill in the blanks</title>
<script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
<script>
function page_preLoad()
{
shared_setDeviceTypeLevelCategoryLastLesson(Level.G, Category.No2);
shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.G, Category.No2, 41), true, true);
shared_setFooterTable('id_tblFooter', true, true, true, true, true);
var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3', 'id_td_heading4', 'id_td_heading5'];
var ids_texts = new Array();
for (var textId = 1; textId <= 32; textId++)
{
ids_texts.push('id_td_text' + textId);
}
var ids_textBoxes = new Array();
var ids_td_textboxes = new Array();
for (var textBoxId = 1; textBoxId <= 26; textBoxId++)
{
var idTdTextBox = 'id_td_textBox' + textBoxId;
var idTextBox = 'id_textBox' + textBoxId;
var eTextBox = document.getElementById(idTextBox);
eTextBox.value = '';
if (shared_currentDeviceType == shared_DeviceTypeAndroid)
{
eTextBox.style.border = 'solid 2px black';
}
ids_textBoxes.push(idTextBox);
ids_td_textboxes.push(idTdTextBox);
}
var ids_All = ids_headings.concat(ids_texts, ids_td_textboxes);
shared_adjust_fontSize_for_ids_all_devices(ids_All, 65);
shared_adjust_fontSize_for_ids_all_devices(ids_textBoxes, 60);
var id_tables_array = ['id_table1', 'id_table2', 'id_table3', 'id_table4', 'id_table5'];
shared_border_collapse_for_tables_except_android(id_tables_array);
}
function page_onLoad()
{
}
function btnValidate_click()
{
var eTextBox1 = document.getElementById('id_textBox1');
var eTextBox2 = document.getElementById('id_textBox2');
var eTextBox3 = document.getElementById('id_textBox3');
var eTextBox4 = document.getElementById('id_textBox4');
var eTextBox5 = document.getElementById('id_textBox5');
var eTextBox6 = document.getElementById('id_textBox6');
var eTextBox7 = document.getElementById('id_textBox7');
var eTextBox8 = document.getElementById('id_textBox8');
var eTextBox9 = document.getElementById('id_textBox9');
var eTextBox10 = document.getElementById('id_textBox10');
var eTextBox11 = document.getElementById('id_textBox11');
var eTextBox12 = document.getElementById('id_textBox12');
var eTextBox13 = document.getElementById('id_textBox13');
var eTextBox14 = document.getElementById('id_textBox14');
var eTextBox15 = document.getElementById('id_textBox15');
var eTextBox16 = document.getElementById('id_textBox16');
var eTextBox17 = document.getElementById('id_textBox17');
var eTextBox18 = document.getElementById('id_textBox18');
var eTextBox19 = document.getElementById('id_textBox19');
var eTextBox20 = document.getElementById('id_textBox20');
var eTextBox21 = document.getElementById('id_textBox21');
var eTextBox22 = document.getElementById('id_textBox22');
var eTextBox23 = document.getElementById('id_textBox23');
var eTextBox24 = document.getElementById('id_textBox24');
if ((eTextBox1.isCorrect == true) &&
(eTextBox2.isCorrect == true) &&
(eTextBox3.isCorrect == true) &&
(eTextBox4.isCorrect == true) &&
(eTextBox5.isCorrect == true) &&
(eTextBox6.isCorrect == true) &&
(eTextBox7.isCorrect == true) &&
(eTextBox8.isCorrect == true) &&
(eTextBox9.isCorrect == true) &&
(eTextBox10.isCorrect == true) &&
(eTextBox11.isCorrect == true) &&
(eTextBox12.isCorrect == true) &&
(eTextBox13.isCorrect == true) &&
(eTextBox14.isCorrect == true) &&
(eTextBox15.isCorrect == true) &&
(eTextBox16.isCorrect == true) &&
(eTextBox17.isCorrect == true) &&
(eTextBox18.isCorrect == true) &&
(eTextBox19.isCorrect == true) &&
(eTextBox20.isCorrect == true) &&
(eTextBox21.isCorrect == true) &&
(eTextBox22.isCorrect == true) &&
(eTextBox23.isCorrect == true) &&
(eTextBox24.isCorrect == true))
{
shared_show_claps_animation('shared_id_div_claps_image');
}
}
function validateSentence(id_textBox)
{
var eTextBox = document.getElementById(id_textBox);
var inputText = eTextBox.value;
var enteredTextArray = inputText.split(" ");
var trimmedText = '';
for (var textIndex = 0; textIndex < enteredTextArray.length; textIndex++)
{
if (enteredTextArray[textIndex].trim() != '')
{
trimmedText += enteredTextArray[textIndex].trim() + ' ';
}
}
trimmedText = trimmedText.trim().toUpperCase();
var correctText = getCorrectText(id_textBox);
eTextBox.isCorrect = (trimmedText == correctText) ? true : false;
}
function getCorrectText(id_textBox)
{
var correctText = '';
if (id_textBox == 'id_textBox1')
{
correctText = 'BANK';
}
else if (id_textBox == 'id_textBox2')
{
correctText = 'PEOPLE';
}
else if (id_textBox == 'id_textBox3')
{
correctText = 'MONEY';
}
else if (id_textBox == 'id_textBox4')
{
correctText = 'SAFE';
}
else if (id_textBox == 'id_textBox5')
{
correctText = 'KEEP';
}
else if (id_textBox == 'id_textBox6')
{
correctText = 'GUARDS';
}
else if (id_textBox == 'id_textBox7')
{
correctText = 'CAMERAS';
}
else if (id_textBox == 'id_textBox8')
{
correctText = 'PROTECT';
}
else if (id_textBox == 'id_textBox9')
{
correctText = 'ATM';
}
else if (id_textBox == 'id_textBox10')
{
correctText = 'WITHDRAW';
}
else if (id_textBox == 'id_textBox11')
{
correctText = 'ACCOUNT';
}
else if (id_textBox == 'id_textBox12')
{
correctText = 'CARD';
}
else if (id_textBox == 'id_textBox13')
{
correctText = 'BANK';
}
else if (id_textBox == 'id_textBox14')
{
correctText = 'KIND';
}
else if (id_textBox == 'id_textBox15')
{
correctText = 'PAY';
}
else if (id_textBox == 'id_textBox16')
{
correctText = 'WRITE';
}
else if (id_textBox == 'id_textBox17')
{
correctText = 'TAKE';
}
else if (id_textBox == 'id_textBox18')
{
correctText = 'MONEY';
}
else if (id_textBox == 'id_textBox19')
{
correctText = 'ACCOUNT';
}
else if (id_textBox == 'id_textBox20')
{
correctText = 'FILL';
}
else if (id_textBox == 'id_textBox21')
{
correctText = 'KEEP';
}
else if (id_textBox == 'id_textBox22')
{
correctText = 'MONEY';
}
else if (id_textBox == 'id_textBox23')
{
correctText = 'NUMBER';
}
else if (id_textBox == 'id_textBox24')
{
correctText = 'CASH';
}
return (correctText);
}
function btnHome_click()
{
shared_btnHomeCategories_click('LevelG');
}
function btnPrevious_click()
{
window.location = 'LevelGCat2Lesson40.html';
}
function btnNext_click()
{
window.location = 'LevelGCat2Lesson42.html';
}
</script>
</head>
<body onload="page_onLoad()">
<div id="shared_id_div_claps_image">
</div>
<table id="id_tblMainiPadBody" border="1px" cellspacing="0" cellpadding="0">
<tr height="8%">
<td>
<div id="id_tblHeader"></div>
</td>
</tr>
<tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="2%" cellspacing="0">
<tr height="*">
<td style="padding-bottom:0px">
<table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="25%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading1" class="shared_style_options_blue_24px_bold"><u>Answer the following questions by filling up the blanks</u>:</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="24%">
<td style="padding-bottom:0px">
<table id="id_table2" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="15%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading2" class="shared_style_options_blue_24px_bold">What is bank?</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td style="padding-left:2%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_textBox1" width="16%" align="center">
<textarea id="id_textBox1" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox1')">
</textarea>
</td>
<td id="id_td_text1" class="shared_style_black_24px_bold" width="30%" align="center">is a place where</td>
<td id="id_td_textBox2" width="16%" align="center">
<textarea id="id_textBox2" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox2')">
</textarea>
</td>
<td id="id_td_text2" class="shared_style_black_24px_bold" width="20%" align="center">save their</td>
<td id="id_td_textBox3" width="16%" align="center">
<textarea id="id_textBox3" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox3')">
</textarea>
</td>
<td id="id_td_text3" class="shared_style_black_24px_bold" width="*" align="center">.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text4" class="shared_style_black_24px_bold" width="25%" align="left">Money is very</td>
<td id="id_td_textBox4" width="17%" align="center">
<textarea id="id_textBox4" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox4')">
</textarea>
</td>
<td id="id_td_text5" class="shared_style_black_24px_bold" width="15%" align="center">when we</td>
<td id="id_td_textBox5" width="17%" align="center">
<textarea id="id_textBox5" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox5')">
</textarea>
</td>
<td id="id_td_text6" class="shared_style_black_24px_bold" width="*" align="center">it in the bank.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text7" class="shared_style_black_24px_bold" width="30%" align="left">They use security</td>
<td id="id_td_textBox6" width="14%" align="center">
<textarea id="id_textBox6" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox6')">
</textarea>
</td>
<td id="id_td_text8" class="shared_style_black_24px_bold" width="17%" align="center">, security</td>
<td id="id_td_textBox7" width="17%" align="center">
<textarea id="id_textBox7" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox7')">
</textarea>
</td>
<td id="id_td_text9" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">, alarms, and</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text10" class="shared_style_black_24px_bold" width="15%" align="left">vaults to</td>
<td id="id_td_textBox8" width="15%" align="center">
<textarea id="id_textBox8" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox8')">
</textarea>
</td>
<td id="id_td_text11" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">your cash.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="24%">
<td style="padding-bottom:0px">
<table id="id_table3" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="15%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading3" class="shared_style_options_blue_24px_bold"><u>What is ATM?</u></td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td style="padding-left:2%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_textBox9" width="15%" align="center">
<textarea id="id_textBox9" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox9')">
</textarea>
</td>
<td id="id_td_text12" class="shared_style_black_24px_bold" width="*" align="center">means Automated Teller Machine.
We can</td>
<td id="id_td_textBox10" width="15%" align="center">
<textarea id="id_textBox10" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox10')">
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text13" class="shared_style_black_24px_bold" width="27%" align="left">money from our</td>
<td id="id_td_textBox11" width="20%" align="center">
<textarea id="id_textBox11" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox11')">
</textarea>
</td>
<td id="id_td_text14" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">by using this ATM</td>
<td id="id_td_textBox12" width="20%" align="center">
<textarea id="id_textBox12" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox12')">
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text15" class="shared_style_black_24px_bold" width="23%" align="left">issued by the</td>
<td id="id_td_textBox13" width="18%" align="center">
<textarea id="id_textBox13" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox13')">
</textarea>
</td>
<td id="id_td_text16" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="24%">
<td style="padding-bottom:0px">
<table id="id_table4" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="15%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading4" class="shared_style_options_blue_24px_bold"><u>What is bank cheque?</u></td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td style="padding-left:2%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text17" class="shared_style_black_24px_bold" width="40%" align="left">Bank cheque means one</td>
<td id="id_td_textBox14" width="15%" align="center">
<textarea id="id_textBox14" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox14')">
</textarea>
</td>
<td id="id_td_text18" class="shared_style_black_24px_bold" width="25%" align="center">of promise to</td>
<td id="id_td_textBox15" width="15%" align="center">
<textarea id="id_textBox15" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox15')">
</textarea>
</td>
<td id="id_td_text19" class="shared_style_black_24px_bold" width="*" align="left">.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text20" class="shared_style_black_24px_bold" width="5%" align="left">We</td>
<td id="id_td_textBox16" width="16%" align="center">
<textarea id="id_textBox16" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox16')">
</textarea>
</td>
<td id="id_td_text21" class="shared_style_black_24px_bold" width="20%" align="center">cheques to</td>
<td id="id_td_textBox17" width="16%" align="center">
<textarea id="id_textBox17" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox17')">
</textarea>
</td>
<td id="id_td_text22" class="shared_style_black_24px_bold" width="8%" align="center">out</td>
<td id="id_td_textBox18" width="16%" align="center">
<textarea id="id_textBox18" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox18')">
</textarea>
</td>
<td id="id_td_text23" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="center">from your</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_textBox19" width="20%" align="center">
<textarea id="id_textBox19" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox19')">
</textarea>
</td>
<td id="id_td_text24" class="shared_style_black_24px_bold" width="*" align="left">.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="24%">
<td>
<table id="id_table5" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="15%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading5" class="shared_style_options_blue_24px_bold"><u>What is deposit slip?</u></td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td style="padding-left:2%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text25" class="shared_style_black_24px_bold" width="65%" align="left">Deposit slip is a paper which we have to</td>
<td id="id_td_textBox20" width="20%" align="center">
<textarea id="id_textBox20" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox20')">
</textarea>
</td>
<td id="id_td_text26" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">up to</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_textBox21" width="18%" align="left">
<textarea id="id_textBox21" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox21')">
</textarea>
</td>
<td id="id_td_text27" class="shared_style_black_24px_bold_padding_left_2_percent" width="8%" align="center">our</td>
<td id="id_td_textBox22" width="18%" align="center">
<textarea id="id_textBox22" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox22')">
</textarea>
</td>
<td id="id_td_text28" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">in bank. We have to write</td>
<td id="id_td_textBox25" width="15%" align="center">
<textarea id="id_textBox25" class="shared_style_blue_24px_bold" style="width:80%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox25')">
</textarea>
</td>
<td id="id_td_text32" class="shared_style_black_24px_bold" width="4%" align="left">,</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_textBox26" width="15%" align="center">
<textarea id="id_textBox26" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox26')">
</textarea>
</td>
<td id="id_td_text29" class="shared_style_black_24px_bold" width="15%" align="left">, account</td>
<td id="id_td_textBox23" width="15%" align="center">
<textarea id="id_textBox23" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox23')">
</textarea>
</td>
<td id="id_td_text30" class="shared_style_black_24px_bold" width="2%" align="left"></td>
<td id="id_td_textBox24" width="15%" align="center">
<textarea id="id_textBox24" class="shared_style_blue_24px_bold" style="width:85%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox24')">
</textarea>
</td>
<td id="id_td_text31" class="shared_style_black_24px_bold_padding_left_2_percent" width="*" align="left">details on the slip.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="8%">
<td>
<div id="id_tblFooter"></div>
</td>
</tr>
</table>
<script>
page_preLoad();
</script>
</body>
</html>