????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.55 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_old8/Html/LevelH/Category1/ |
Upload File : |
<!doctype html>
<html>
<head>
<title>Fill in the blanks with comparative and superlative adverbs</title>
<script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
<script>
function page_preLoad()
{
shared_setDeviceTypeLevelCategoryLastLesson(Level.H, Category.No1);
shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.H, Category.No1, 33), true, true);
shared_setFooterTable('id_tblFooter', true, true, true, true, true);
var ids_headings = ['id_td_heading1', 'id_td_heading2'];
var ids_span_texts = new Array();
for (var textId = 1; textId <= 36; textId++)
{
ids_span_texts.push('id_span_text' + textId);
}
var ids_texts = new Array();
for (var textId = 1; textId <= 12; textId++)
{
ids_texts.push('id_td_text' + textId);
}
var ids_textBoxes = new Array();
for (var id = 1; id <= 12; id++)
{
var idTextBox = 'id_textBox' + id;
var eTextBox = document.getElementById(idTextBox);
eTextBox.value = '';
if (shared_currentDeviceType == shared_DeviceTypeAndroidDeviceApp)
{
eTextBox.style.border = 'solid 2px black';
}
ids_textBoxes.push(idTextBox);
}
var ids_All = ids_headings.concat(ids_textBoxes, ids_span_texts);
shared_adjust_fontSize_for_ids_all_devices(ids_All, 70);
shared_adjust_fontSize_for_ids_all_devices(ids_texts, 70);
var id_tables_array = ['id_table1', 'id_table2'];
shared_border_collapse_for_tables_except_android(id_tables_array);
}
function page_onLoad()
{
}
function btnHome_click()
{
shared_btnHomeCategories_click('LevelH');
}
function btnPrevious_click()
{
window.location = 'LevelHCat1Lesson32.html';
}
function btnNext_click()
{
window.location = 'LevelHCat1Lesson34.html';
}
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');
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))
{
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 = 'FASTER';
}
else if (id_textBox == 'id_textBox2')
{
correctText = 'LONGER';
}
else if (id_textBox == 'id_textBox3')
{
correctText = 'LATER';
}
else if (id_textBox == 'id_textBox4')
{
correctText = 'BETTER';
}
else if (id_textBox == 'id_textBox5')
{
correctText = 'LARGER';
}
else if (id_textBox == 'id_textBox6')
{
correctText = 'CLEARER';
}
else if (id_textBox == 'id_textBox7')
{
correctText = 'BEST';
}
else if (id_textBox == 'id_textBox8')
{
correctText = 'LEAST';
}
else if (id_textBox == 'id_textBox9')
{
correctText = 'NEAREST';
}
else if (id_textBox == 'id_textBox10')
{
correctText = 'MOST POPULAR';
}
else if (id_textBox == 'id_textBox11')
{
correctText = 'FASTEST';
}
else if (id_textBox == 'id_textBox12')
{
correctText = 'HIGHEST';
}
return (correctText);
}
</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="2%" cellspacing="0">
<tr height="50%">
<td style="padding-bottom:0px">
<table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="8%">
<td id="id_td_heading1" class="shared_style_blue_24px_bold_padding_left_2_percent">Fill in the blanks with comparative adverb forms:</td>
</tr>
<tr height="*">
<td style="padding-left:2%; padding-top:1%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text1" class="shared_style_black_24px">
<span id="id_span_text1" style="vertical-align:top">1. A cheetah runs</span>
<span id="id_span_text2" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox1" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox1')">
</textarea>
</span>
<span id="id_span_text3" style="vertical-align:top">than a lion. (fast)</span>
</td>
</tr>
<tr>
<td id="id_td_text2" class="shared_style_black_24px">
<span id="id_span_text4" style="vertical-align:top">2. This pair of shoes lasted</span>
<span id="id_span_text5" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox2" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox2')">
</textarea>
</span>
<span id="id_span_text6" style="vertical-align:top">than that pair. (long)</span>
</td>
</tr>
<tr>
<td id="id_td_text3" class="shared_style_black_24px">
<span id="id_span_text7" style="vertical-align:top">3. I usually wake up</span>
<span id="id_span_text8" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox3" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox3')">
</textarea>
</span>
<span id="id_span_text9" style="vertical-align:top">than my brother. (late)</span>
</td>
</tr>
<tr>
<td id="id_td_text4" class="shared_style_black_24px">
<span id="id_span_text10" style="vertical-align:top">4. Jyothi sang</span>
<span id="id_span_text11" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox4" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox4')">
</textarea>
</span>
<span id="id_span_text12" style="vertical-align:top">than her sister. (well)</span>
</td>
</tr>
<tr>
<td id="id_td_text5" class="shared_style_black_24px">
<span id="id_span_text13" style="vertical-align:top">5. Are you sure that Bangalore is</span>
<span id="id_span_text14" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox5" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox5')">
</textarea>
</span>
<span id="id_span_text15" style="vertical-align:top">than Hyderabad? (large)</span>
</td>
</tr>
<tr>
<td id="id_td_text6" class="shared_style_black_24px">
<span id="id_span_text16" style="vertical-align:top">6. Your glasses are</span>
<span id="id_span_text17" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox6" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox6')">
</textarea>
</span>
<span id="id_span_text18" style="vertical-align:top">than mine. (clear)</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td>
<table id="id_table2" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="8%">
<td id="id_td_heading2" class="shared_style_blue_24px_bold_padding_left_2_percent">Fill in the blanks with suitable superlative adverb forms:</td>
</tr>
<tr height="*">
<td style="padding-left:2%; padding-top:1%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_text7" class="shared_style_black_24px">
<span id="id_span_text19" style="vertical-align:top">1. You are the</span>
<span id="id_span_text20" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox7" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox7')">
</textarea>
</span>
<span id="id_span_text21" style="vertical-align:top">teacher I ever had. (good)</span>
</td>
</tr>
<tr>
<td id="id_td_text8" class="shared_style_black_24px">
<span id="id_span_text22" style="vertical-align:top">2. This time, he made</span>
<span id="id_span_text23" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox8" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox8')">
</textarea>
</span>
<span id="id_span_text24" style="vertical-align:top">mistakes. (less)</span>
</td>
</tr>
<tr>
<td id="id_td_text9" class="shared_style_black_24px">
<span id="id_span_text25" style="vertical-align:top">3. Where is the</span>
<span id="id_span_text26" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox9" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox9')">
</textarea>
</span>
<span id="id_span_text27" style="vertical-align:top">medical store? (near)</span>
</td>
</tr>
<tr>
<td id="id_td_text10" class="shared_style_black_24px">
<span id="id_span_text28" style="vertical-align:top">4. Kunaal is the</span>
<span id="id_span_text29" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox10" class="shared_style_blue_24px_bold" style="width:28%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox10')">
</textarea>
</span>
<span id="id_span_text30" style="vertical-align:top">student of shraddha. (popular)</span>
</td>
</tr>
<tr>
<td id="id_td_text11" class="shared_style_black_24px">
<span id="id_span_text31" style="vertical-align:top">5. Raghu is the</span>
<span id="id_span_text32" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox11" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox11')">
</textarea>
</span>
<span id="id_span_text33" style="vertical-align:top">runner in the school. (fast)</span>
</td>
</tr>
<tr>
<td id="id_td_text12" class="shared_style_black_24px">
<span id="id_span_text34" style="vertical-align:top">6. Mount Everest is the</span>
<span id="id_span_text35" class="shared_style_red_24px_bold" style="vertical-align:top">
<textarea id="id_textBox12" class="shared_style_blue_24px_bold" style="width:20%; text-align:center; resize:none" rows="1" onchange="validateSentence('id_textBox12')">
</textarea>
</span>
<span id="id_span_text36" style="vertical-align:top">mountain in India. (high)</span>
</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>