708d707 < var noway=true; 714c713 < var svgtemp=\"data:image/svg+xml;utf8,1 +\"; --- > var svgtemp=\"data:image/svg+xml;utf8,1 +\"; 728,832d726 < < // If you modify this array, also update default language / dialect below ... thanks to Google https://www.google.com/intl/en/chrome/demos/speech.html < var langs = < [['Afrikaans', ['af-ZA']], < ['አማርኛ', ['am-ET']], < ['Azərbaycanca', ['az-AZ']], < ['বাংলা', ['bn-BD', 'বাংলাদেশ'], < ['bn-IN', 'ভারত']], < ['Bahasa Indonesia',['id-ID']], < ['Bahasa Melayu', ['ms-MY']], < ['Català', ['ca-ES']], < ['Čeština', ['cs-CZ']], < ['Dansk', ['da-DK']], < ['Deutsch', ['de-DE']], < ['English', ['en-AU', 'Australia'], < ['en-CA', 'Canada'], < ['en-IN', 'India'], < ['en-KE', 'Kenya'], < ['en-TZ', 'Tanzania'], < ['en-GH', 'Ghana'], < ['en-NZ', 'New Zealand'], < ['en-NG', 'Nigeria'], < ['en-ZA', 'South Africa'], < ['en-PH', 'Philippines'], < ['en-GB', 'United Kingdom'], < ['en-US', 'United States']], < ['Español', ['es-AR', 'Argentina'], < ['es-BO', 'Bolivia'], < ['es-CL', 'Chile'], < ['es-CO', 'Colombia'], < ['es-CR', 'Costa Rica'], < ['es-EC', 'Ecuador'], < ['es-SV', 'El Salvador'], < ['es-ES', 'España'], < ['es-US', 'Estados Unidos'], < ['es-GT', 'Guatemala'], < ['es-HN', 'Honduras'], < ['es-MX', 'México'], < ['es-NI', 'Nicaragua'], < ['es-PA', 'Panamá'], < ['es-PY', 'Paraguay'], < ['es-PE', 'Perú'], < ['es-PR', 'Puerto Rico'], < ['es-DO', 'República Dominicana'], < ['es-UY', 'Uruguay'], < ['es-VE', 'Venezuela']], < ['Euskara', ['eu-ES']], < ['Filipino', ['fil-PH']], < ['Français', ['fr-FR']], < ['Basa Jawa', ['jv-ID']], < ['Galego', ['gl-ES']], < ['ગુજરાતી', ['gu-IN']], < ['Hrvatski', ['hr-HR']], < ['IsiZulu', ['zu-ZA']], < ['Íslenska', ['is-IS']], < ['Italiano', ['it-IT', 'Italia'], < ['it-CH', 'Svizzera']], < ['ಕನ್ನಡ', ['kn-IN']], < ['ភាសាខ្មែរ', ['km-KH']], < ['Latviešu', ['lv-LV']], < ['Lietuvių', ['lt-LT']], < ['മലയാളം', ['ml-IN']], < ['मराठी', ['mr-IN']], < ['Magyar', ['hu-HU']], < ['ລາວ', ['lo-LA']], < ['Nederlands', ['nl-NL']], < ['नेपाली भाषा', ['ne-NP']], < ['Norsk bokmål', ['nb-NO']], < ['Polski', ['pl-PL']], < ['Português', ['pt-BR', 'Brasil'], < ['pt-PT', 'Portugal']], < ['Română', ['ro-RO']], < ['සිංහල', ['si-LK']], < ['Slovenščina', ['sl-SI']], < ['Basa Sunda', ['su-ID']], < ['Slovenčina', ['sk-SK']], < ['Suomi', ['fi-FI']], < ['Svenska', ['sv-SE']], < ['Kiswahili', ['sw-TZ', 'Tanzania'], < ['sw-KE', 'Kenya']], < ['ქართული', ['ka-GE']], < ['Հայերեն', ['hy-AM']], < ['தமிழ்', ['ta-IN', 'இந்தியா'], < ['ta-SG', 'சிங்கப்பூர்'], < ['ta-LK', 'இலங்கை'], < ['ta-MY', 'மலேசியா']], < ['తెలుగు', ['te-IN']], < ['Tiếng Việt', ['vi-VN']], < ['Türkçe', ['tr-TR']], < ['اُردُو', ['ur-PK', 'پاکستان'], < ['ur-IN', 'بھارت']], < ['Ελληνικά', ['el-GR']], < ['български', ['bg-BG']], < ['Pусский', ['ru-RU']], < ['Српски', ['sr-RS']], < ['Українська', ['uk-UA']], < ['한국어', ['ko-KR']], < ['中文', ['cmn-Hans-CN', '普通话 (中国大陆)'], < ['cmn-Hans-HK', '普通话 (香港)'], < ['cmn-Hant-TW', '中文 (台灣)'], < ['yue-Hant-HK', '粵語 (香港)']], < ['日本語', ['ja-JP']], < ['हिन्दी', ['hi-IN']], < ['ภาษาไทย', ['th-TH']]]; < 840d733 < //alert(365); 852d744 < //alert(465); 915,920c807 < var chares=[]; < if (selihis.indexOf('>?') == -1) { < chares=selihis.split(''); < } else { < chares=selihis.split('>?')[1].split(''); < } --- > var chares=selihis.split('>?')[1].split(''); 1046,1111d932 < < function ouronl() { < for (var i = 0; i < langs.length; i++) { < select_language.options[i] = new Option(langs[i][0], i); < } < // Set default language / dialect ... thanks to Google https://www.google.com/intl/en/chrome/demos/speech.html < select_language.selectedIndex = 10; < updateCountry(); < noway=false; < select_dialect.selectedIndex = 11; < showInfo('info_start'); < if (document.URL.indexOf('rjmprogramming-com-au.translate.goog') != -1) { < document.getElementById('select_language').style.display='none'; < if (window.parent != window) { < noway=noway; < } else if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPod|Opera Mini|IEMobile/i)) { < if (window.outerWidth > window.outerHeight) { < document.getElementById('score').scrollIntoView(); < } //else { < //var wasthisso=('' + (screen.orientation || {}).type || screen.mozOrientation || screen.msOrientation); < //document.getElementById('score').innerHTML+=' ' + 'wasthisso='; < //document.getElementById('score').innerHTML+=' ' + wasthisso; < //if (('' + wasthisso).indexOf('landscape') != -1) { < //document.getElementById('score').scrollIntoView(); < //} < //} < } < } < } < < function showInfo(s) { // thanks to Google https://www.google.com/intl/en/chrome/demos/speech.html < if (s) { < for (var child = info.firstChild; child; child = child.nextSibling) { < if (child.style) { < child.style.display = child.id == s ? 'inline' : 'none'; < } < } < //info.style.visibility = 'visible'; < } else { < info.style.visibility = 'hidden'; < } < } < < function updateCountry() { // thanks to Google https://www.google.com/intl/en/chrome/demos/speech.html < for (var i = select_dialect.options.length - 1; i >= 0; i--) { < select_dialect.remove(i); < } < var list = langs[select_language.selectedIndex]; < for (var i = 1; i < list.length; i++) { < select_dialect.options.add(new Option(list[i][1], list[i][0])); < } < select_dialect.style.visibility = list[1].length == 1 ? 'hidden' : 'hidden'; < if (!noway) { < // https://www-rjmprogramming-com-au.translate.goog/HTMLCSS/emoji_object_game.php?_x_tr_sch=http&_x_tr_sl=en&_x_tr_tl=de&_x_tr_hl=en < //alert(select_dialect.value); < if (document.URL.indexOf('rjmprogramming-com-au.translate.goog') == -1 && document.URL.indexOf('//') != -1) { < //location.href='//www-rjmprogramming-com-au.translate.goog/HTMLCSS/emoji_object_game.php?_x_tr_sch=http&_x_tr_sl=en&_x_tr_tl=' + select_dialect.value.split('-')[0] + '&_x_tr_hl=en'; < //alert('https://www-rjmprogramming-com-au.translate.goog' + document.URL.split('//')[1].split('?')[0].split('#')[0].replace(document.URL.split('//')[1].split('/')[0],'').replace('http:','https:') + '?titlequiz=My%20World%20Quiz&_x_tr_sch=http&_x_tr_sl=en&_x_tr_tl=' + select_dialect.value.split('-')[0] + '&_x_tr_hl=en'); < if (document.getElementById('flags').checked) { < location.href=('https://www-rjmprogramming-com-au.translate.goog' + document.URL.split('//')[1].split('?')[0].split('#')[0].replace(document.URL.split('//')[1].split('/')[0],'').replace('http:','https:') + '?titlequiz=My%20World%20Quiz&_x_tr_sch=http&_x_tr_sl=en&_x_tr_tl=' + select_dialect.value.split('-')[0] + '&_x_tr_hl=en&wqperspective=' + lastanswer.toUpperCase() + '&flags=y&score=' + score + '&goes=' + goes).replace('geo_chart.php','geochart.html'); < } else { < location.href=('https://www-rjmprogramming-com-au.translate.goog' + document.URL.split('//')[1].split('?')[0].split('#')[0].replace(document.URL.split('//')[1].split('/')[0],'').replace('http:','https:') + '?titlequiz=My%20World%20Quiz&_x_tr_sch=http&_x_tr_sl=en&_x_tr_tl=' + select_dialect.value.split('-')[0] + '&_x_tr_hl=en&wqperspective=' + lastanswer.toUpperCase() + '&score=' + score + '&goes=' + goes).replace('geo_chart.php','geochart.html'); < } < } < } < } 1114c935 < $tablehead="Country Zoomed In On Here Totally in Chart (Not Always Pink) ...Is ... 1368c1189 < echo "" . $jsis . "My World Quiz

My World Zoom In Quiz ... Hints ... Flags ... Wikipedia Images  

RJM Programming - July, 2023

RJM Programming - February, 2020

Score: 0/0

" . $tablehead . $tablebody . "
--- > " . $jsis . "My World Quiz

My World Zoom In Quiz ... Hints ... Flags ... Wikipedia Images

RJM Programming - February, 2020

Score: 0/0

" . $tablehead . $tablebody . "
1403,4483d1223 < <
<

< Click on the microphone icon and begin speaking for as long as you like. <

<

< Speak now. <

<

< No speech was detected. You may need to adjust your microphone < settings. <

<

< No microphone was found. Ensure that a microphone is installed and that < < microphone settings are configured correctly. <

<

< Click the \"Allow\" button above to enable your microphone. <

<

< Permission to use microphone was denied. <

<

< Permission to use microphone is blocked. To change, go to < chrome://settings/contentExceptions#media-stream <

<

< Web Speech API is not supported by this browser. Upgrade to Chrome version 25 or later. <

<
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 4911c1651 < fwrite($file_handle, '
'); --- > fwrite($file_handle, '
'); 4936c1676 < fwrite($file_handle, '
'); --- > fwrite($file_handle, '
'); 4965c1705 < echo ' ' . "\n"; --- > echo ' ' . "\n"; 4971c1711 < echo '