????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.57 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_old6/Html/LevelC/Category2/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>Find glass that holds more& less water</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.C, Category.No2);
shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.C, Category.No2, 12), true, true);
shared_setFooterTable('id_tblFooter', true, true, true, true, true);
var ids_headings = ['id_td_heading1', 'id_td_heading2'];
shared_adjust_fontSize_for_ids_all_devices(ids_headings, 70);
var id_tables_array = ['id_table1', 'id_table2'];
shared_border_collapse_for_tables_except_android(id_tables_array);
}
function page_onLoad()
{
setAllSvgsWidthHeightAndPositionFromTds();
setAllEllipseStyles();
}
function setAllSvgsWidthHeightAndPositionFromTds()
{
var nTds = 6;
for (var nthSet = 1; nthSet <= 2; 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 = getAll2SetsEllipseIdsArray();
for (var indexEllipse = 0; indexEllipse < allEllipseIdsArray.length; indexEllipse++)
{
var id_ellipse = allEllipseIdsArray[indexEllipse];
shared_svg_setEllipseStyle(id_ellipse);
}
}
function getAll2SetsEllipseIdsArray()
{
var allEllipseIdsArray = new Array();
for (var nthEllipse = 1; nthEllipse <= 15; nthEllipse++)
{
allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set1');
}
for (var nthEllipse = 1; nthEllipse <= 14; nthEllipse++)
{
allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set2');
}
return (allEllipseIdsArray);
}
function ellipse_click(id_ellipse)
{
var set1Group1IdsArray = ['id_ellipse1Set1', 'id_ellipse2Set1'];
var set1Group2IdsArray = ['id_ellipse3Set1', 'id_ellipse4Set1'];
var set1Group3IdsArray = ['id_ellipse5Set1', 'id_ellipse6Set1'];
var set1Group4IdsArray = ['id_ellipse7Set1', 'id_ellipse8Set1'];
var set1Group5IdsArray = ['id_ellipse9Set1', 'id_ellipse10Set1', 'id_ellipse11Set1'];
var set1Group6IdsArray = ['id_ellipse12Set1', 'id_ellipse13Set1', 'id_ellipse14Set1', 'id_ellipse15Set1'];
var set2Group1IdsArray = ['id_ellipse1Set2', 'id_ellipse2Set2'];
var set2Group2IdsArray = ['id_ellipse3Set2', 'id_ellipse4Set2'];
var set2Group3IdsArray = ['id_ellipse5Set2', 'id_ellipse6Set2', 'id_ellipse7Set2', 'id_ellipse8Set2'];
var set2Group4IdsArray = ['id_ellipse9Set2', 'id_ellipse10Set2'];
var set2Group5IdsArray = ['id_ellipse11Set2', 'id_ellipse12Set2'];
var set2Group6IdsArray = ['id_ellipse13Set2', 'id_ellipse14Set2'];
var allGroupsIdsArrayArray = [set1Group1IdsArray, set1Group2IdsArray, set1Group3IdsArray, set1Group4IdsArray, set1Group5IdsArray, set1Group6IdsArray, set2Group1IdsArray, set2Group2IdsArray, set2Group3IdsArray, set2Group4IdsArray, set2Group5IdsArray, set2Group6IdsArray];
shared_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray);
}
function btnValidate_click()
{
var allEllipseIdsArray = getAll2SetsEllipseIdsArray();
var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse4Set1', 'id_ellipse5Set1', 'id_ellipse8Set1', 'id_ellipse9Set1', 'id_ellipse12Set1', 'id_ellipse2Set2', 'id_ellipse3Set2', 'id_ellipse8Set2', 'id_ellipse9Set2', 'id_ellipse12Set2', 'id_ellipse14Set2'];
var nCorrectEllipses = shared_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray);
if (nCorrectEllipses == 12)
{
shared_show_claps_animation('shared_id_div_claps_image');
}
}
function btnPrevious_click()
{
window.location = 'LevelCCat2Lesson11.html';
}
function btnNext_click()
{
window.location = 'LevelCCat2Lesson13.html';
}
function btnHome_click()
{
shared_btnHomeCategories_click('LevelC');
}
</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="50%">
<td align="center" style="padding-bottom: 0px">
<table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="15%">
<td id="id_td_heading1" class="shared_style_options_blue_24px_bold">1. Circle the <span style="color:red">glass </span>which holds more water [<span style="color:red">Click for circle</span>].
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="50%">
<td id="id_td1Set1" width="33%" align="center">
<img id="id_imgGlasses1Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat1Set1.png" width="50%" draggable="false">
<svg id="id_svg1Set1" style="visibility: hidden">
<ellipse id="id_ellipse1Set1" cx="38%" cy="46%" rx="13%" ry="33%"/>
<ellipse id="id_ellipse2Set1" cx="63%" cy="55%" rx="13%" ry="25%"/>
</svg>
</td>
<td id="id_td2Set1" width="33%" align="center">
<img id="id_imgGlasses2Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat2Set1.png" width="50%" draggable="false">
<svg id="id_svg2Set1" style="visibility: hidden">
<ellipse id="id_ellipse3Set1" cx="37%" cy="55%" rx="13%" ry="26%"/>
<ellipse id="id_ellipse4Set1" cx="62%" cy="49%" rx="13%" ry="33%"/>
</svg>
</td>
<td id="id_td3Set1" width="*" align="center">
<img id="id_imgGlasses3Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat3Set1.png" width="50%" draggable="false">
<svg id="id_svg3Set1" style="visibility: hidden">
<ellipse id="id_ellipse5Set1" cx="39%" cy="48%" rx="12%" ry="30%"/>
<ellipse id="id_ellipse6Set1" cx="61%" cy="51%" rx="11%" ry="26%"/>
</svg>
</td>
</tr>
<tr height="*">
<td id="id_td4Set1" width="33%" align="center">
<img id="id_imgGlasses4Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat4Set1.png" width="50%" draggable="false">
<svg id="id_svg4Set1" style="visibility: hidden">
<ellipse id="id_ellipse7Set1" cx="36%" cy="56%" rx="10%" ry="22%"/>
<ellipse id="id_ellipse8Set1" cx="63%" cy="48%" rx="10%" ry="30%"/>
</svg>
</td>
<td id="id_td5Set1" width="33%" align="center">
<img id="id_imgGlasses5Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat1Set2.png" width="50%" draggable="false">
<svg id="id_svg5Set1" style="visibility: hidden">
<ellipse id="id_ellipse9Set1" cx="38%" cy="50%" rx="9%" ry="31%"/>
<ellipse id="id_ellipse10Set1" cx="54%" cy="54%" rx="6%" ry="20%"/>
<ellipse id="id_ellipse11Set1" cx="67%" cy="56%" rx="6%" ry="16%"/>
</svg>
</td>
<td id="id_td6Set1" width="*" align="center">
<img id="id_imgGlasses6Set1" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat2Set2.png" width="50%" draggable="false">
<svg id="id_svg6Set1" style="visibility: hidden">
<ellipse id="id_ellipse12Set1" cx="32%" cy="48%" rx="7%" ry="21%"/>
<ellipse id="id_ellipse13Set1" cx="46%" cy="57%" rx="6%" ry="20%"/>
<ellipse id="id_ellipse14Set1" cx="59%" cy="68%" rx="6%" ry="16%"/>
<ellipse id="id_ellipse15Set1" cx="71%" cy="43%" rx="6%" ry="19%"/>
</svg>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td align="center">
<table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="15%">
<td id="id_td_heading2" class="shared_style_options_blue_24px_bold" style="border-bottom:none">2. Circle the <span style="color:red">glass </span>which holds less water [<span style="color:red">Click for circle</span>].
</td>
</tr>
<tr>
<td>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="50%">
<td id="id_td1Set2" width="33%" align="center">
<img id="id_imgGlasses1Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat1Set3.png" width="50%" draggable="false">
<svg id="id_svg1Set2" style="visibility: hidden">
<ellipse id="id_ellipse1Set2" cx="41%" cy="44%" rx="9%" ry="32%"/>
<ellipse id="id_ellipse2Set2" cx="58%" cy="61%" rx="10%" ry="25%"/>
</svg>
</td>
<td id="id_td2Set2" width="33%" align="center">
<img id="id_imgGlasses2Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat2Set3.png" width="50%" draggable="false">
<svg id="id_svg2Set2" style="visibility: hidden">
<ellipse id="id_ellipse3Set2" cx="33%" cy="56%" rx="7%" ry="19%"/>
<ellipse id="id_ellipse4Set2" cx="57%" cy="48%" rx="15%" ry="32%"/>
</svg>
</td>
<td id="id_td3Set2" width="*" align="center">
<img id="id_imgGlasses3Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat3Set3.png" width="50%" draggable="false">
<svg id="id_svg3Set2" style="visibility: hidden">
<ellipse id="id_ellipse5Set2" cx="34%" cy="48%" rx="6%" ry="22%"/>
<ellipse id="id_ellipse6Set2" cx="46%" cy="48%" rx="5%" ry="18%"/>
<ellipse id="id_ellipse7Set2" cx="57%" cy="52%" rx="5%" ry="17%"/>
<ellipse id="id_ellipse8Set2" cx="68%" cy="54%" rx="5%" ry="15%"/>
</svg>
</td>
</tr>
<tr height="*">
<td id="id_td4Set2" width="33%" align="center">
<img id="id_imgGlasses4Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat1Set4.png" width="50%" draggable="false">
<svg id="id_svg4Set2" style="visibility: hidden">
<ellipse id="id_ellipse9Set2" cx="37%" cy="55%" rx="10%" ry="24%"/>
<ellipse id="id_ellipse10Set2" cx="61%" cy="49%" rx="12%" ry="35%"/>
</svg>
</td>
<td id="id_td5Set2" width="33%" align="center">
<img id="id_imgGlasses5Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat2Set4.png" width="50%" draggable="false">
<svg id="id_svg5Set2" style="visibility: hidden">
<ellipse id="id_ellipse11Set2" cx="38%" cy="48%" rx="12%" ry="35%"/>
<ellipse id="id_ellipse12Set2" cx="61%" cy="53%" rx="12%" ry="29%"/>
</svg>
</td>
<td id="id_td6Set2" width="*" align="center">
<img id="id_imgGlasses6Set2" src="../../../img/LevelC/Category2/LevelCCat2Lesson12/glassesCat3Set4.png" width="50%" draggable="false">
<svg id="id_svg6Set2" style="visibility: hidden">
<ellipse id="id_ellipse13Set2" cx="38%" cy="49%" rx="13%" ry="33%"/>
<ellipse id="id_ellipse14Set2" cx="64%" cy="54%" rx="13%" ry="28%"/>
</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>