Benutzer:Kollege 2: Unterschied zwischen den Versionen
Aus RMG-Wiki
(Die Seite wurde neu angelegt: „<iframe width="560" height="315" src="https://www.youtube.com/embed/tRblwTsX6hQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; pi…“) |
|||
Zeile 1: | Zeile 1: | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/tRblwTsX6hQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/tRblwTsX6hQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | |||
+ | |||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | ||
+ | <html itemscope itemtype="http://schema.org/CreativeWork" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | ||
+ | <head><title>LearningApps.org - interaktive und multimediale Lernbausteine</title> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
+ | <meta name="title" itemprop="name" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> | ||
+ | <meta name="description" itemprop="description" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> | ||
+ | <meta name="image" itemprop="image" content="https://learningapps.org/style/smallLogo.png"/> | ||
+ | |||
+ | <meta property="og:title" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> | ||
+ | <meta property="og:site_name" content="LearningApps"/> | ||
+ | <meta property="og:image" content="https://learningapps.org/style/smallLogo.png"/> | ||
+ | |||
+ | <meta property="og:type" content="website"/> | ||
+ | <meta property="og:url" content="https://learningapps.org/"/> | ||
+ | <link rel="apple-touch-icon" href="https://learningapps.org/style/smallLogo.png" /> | ||
+ | <link rel="apple-touch-startup-image" href="https://learningapps.org/style/smallLogo.png" /> | ||
+ | |||
+ | <link rel="icon" href="/favicon.ico" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/font-awesome.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/bootstrap.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/jquery-ui.min.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/style.css?1" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/shop.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/rating.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/ion.rangeSlider.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="/style/ion.rangeSlider.skinNice.css" /> | ||
+ | |||
+ | <script type="text/javascript" src="/frameworks/jquery-1.11.1.min.js"></script> | ||
+ | <script type="text/javascript" src="/frameworks/jquery-ui.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript" src="/style/ion.rangeSlider.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript" src="/helper.js"></script> | ||
+ | <script type="text/javascript" src="/sorttable.js"></script> | ||
+ | <script type="text/javascript" src="/style/shop.js?v1"></script> | ||
+ | <script type="text/javascript"> | ||
+ | function pageLoadDisplay (){ | ||
+ | document.getElementById("loadingPage").style.display = "block"; | ||
+ | } | ||
+ | $(function(){ | ||
+ | var btns = $(".shopItemButton"); | ||
+ | if(btns.length > 0) btns.tooltip(); | ||
+ | }); | ||
+ | </script> | ||
+ | <script> | ||
+ | var gaProperty = "UA-36966755-1"; | ||
+ | var disableStr = "ga-disable-" + gaProperty; | ||
+ | if (document.cookie.indexOf(disableStr + "=true") > -1) { | ||
+ | window[disableStr] = true; | ||
+ | } | ||
+ | function gaOptout() { | ||
+ | document.cookie = disableStr + "=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/"; | ||
+ | window[disableStr] = true; | ||
+ | window.location.reload(); | ||
+ | } | ||
+ | function gaOptin() { | ||
+ | document.cookie = disableStr + "=false; expires=Thu, 01 Jan 1970 00:00:01 UTC; path=/"; | ||
+ | window.location.reload(); | ||
+ | } | ||
+ | if(window[disableStr] != true){ | ||
+ | (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){ | ||
+ | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
+ | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
+ | })(window,document,"script","//www.google-analytics.com/analytics.js","ga"); | ||
+ | ga("create", "UA-36966755-1", "auto"); | ||
+ | ga("set", "anonymizeIp", true); | ||
+ | ga("send", "pageview"); | ||
+ | } | ||
+ | </script> | ||
+ | </head><body> | ||
+ | <div id="main"> | ||
+ | |||
+ | |||
+ | <div id="loginIFrame" class="triangle-box" style="display:none;height:670px; width:350px; left:50%; margin-left:-175px; z-index:9999;"></div> | ||
+ | <script type="text/javascript"> | ||
+ | var checkMessage = function(e){ | ||
+ | if(e.data == "LearningApps_LoginSuccessfull") closeLoginIFrame(); | ||
+ | if(e.data == "LearningApps_DeleteSuccessfull") window.location.reload(); | ||
+ | } | ||
+ | window.addEventListener && window.addEventListener("message", checkMessage); | ||
+ | window["attachEvent"] && window.attachEvent("onmessage", checkMessage); | ||
+ | |||
+ | function openLoginIFrame(){ | ||
+ | var d = document.getElementById("loginIFrame"); | ||
+ | d.innerHTML = '<div onclick="closeLoginIFrame()" style="cursor:pointer;z-index:10;position:absolute;right:5px;top:0px;font-size:30px">×</div><iframe id="LoginFrameI" frameborder="0" style="position:relative;width:100%;height:100%" src="/login?form"></iframe>'; | ||
+ | d.style.display = "block"; | ||
+ | } | ||
+ | function openRegisterIFrame(){ | ||
+ | var d = document.getElementById("loginIFrame"); | ||
+ | d.innerHTML = '<div onclick="closeLoginIFrame()" style="cursor:pointer;z-index:10;position:absolute;right:5px;top:0px;font-size:30px">×</div><iframe id="LoginFrameI" frameborder="0" style="position:relative;width:100%;height:100%" src="/login?form®ister=1"></iframe>'; | ||
+ | d.style.display = "block"; | ||
+ | } | ||
+ | function openDeleteAccountIFrame(){ | ||
+ | var d = document.getElementById("loginIFrame"); | ||
+ | d.innerHTML = '<div onclick="closeLoginIFrame()" style="cursor:pointer;z-index:10;position:absolute;right:5px;top:0px;font-size:30px">×</div><iframe id="LoginFrameI" frameborder="0" style="position:relative;width:100%;height:100%" src="/login?form&delete"></iframe>'; | ||
+ | d.style.display = "block"; | ||
+ | } | ||
+ | function closeLoginIFrame(){ | ||
+ | var d = document.getElementById("loginIFrame"); | ||
+ | d.innerHTML = ""; | ||
+ | d.style.display = "none"; | ||
+ | var url = location.href.replace("?login",""); | ||
+ | url = url.replace("?register",""); | ||
+ | url = url.replace("&login",""); | ||
+ | url = url.replace("®ister",""); | ||
+ | if(location.href == url) | ||
+ | location.reload(true); else location.href = url; | ||
+ | } | ||
+ | |||
+ | |||
+ | </script> | ||
+ | <div id="loadingPage" style="z-index:10000;display:none;position:absolute;"></div> | ||
+ | <div id="logo"> | ||
+ | <div style="cursor:pointer;position:absolute;margin-top:5px;margin-left:10px;width:320px;height:65px;" onclick="window.location='/'"> </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="menubar" style="position:absolute;height:1px"> | ||
+ | <div style="display:block;text-align:right;position:absolute;margin:0px; padding:0px; width:165px; top:-70px; right:15px"><img style="cursor:pointer;position:relative;" src="/style/arrow_down.png" alt="" onclick="openNextSibling(this)"><div style="z-index:1000;position:absolute;margin-top:-3px;display:none;text-align:left;padding:5px;line-height:20px" class="triangle-box"><a href="/setLanguage.php?language=BS&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BS.png" alt="" /> Bosanski</a><br/><a href="/setLanguage.php?language=DE&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid #fed993" ><img src="/languages/icons/DE.png" alt="" /> Deutsch</a><br/><a href="/setLanguage.php?language=ET&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/ET.png" alt="" /> Eesti</a><br/><a href="/setLanguage.php?language=EN&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/EN.png" alt="" /> English</a><br/><a href="/setLanguage.php?language=ES&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/ES.png" alt="" /> Español</a><br/><a href="/setLanguage.php?language=FR&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/FR.png" alt="" /> Français</a><br/><a href="/setLanguage.php?language=GL&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/GL.png" alt="" /> Galego</a><br/><a href="/setLanguage.php?language=IT&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/IT.png" alt="" /> Italiano</a><br/><a href="/setLanguage.php?language=LT&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/LT.png" alt="" /> Lietuvių</a><br/><a href="/setLanguage.php?language=HU&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/HU.png" alt="" /> Magyar</a><br/><a href="/setLanguage.php?language=NL&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/NL.png" alt="" /> Nederlands</a><br/><a href="/setLanguage.php?language=PL&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/PL.png" alt="" /> Polski</a><br/><a href="/setLanguage.php?language=RU&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RU.png" alt="" /> Pусские</a><br/><a href="/setLanguage.php?language=RO&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RO.png" alt="" /> Român</a><br/><a href="/setLanguage.php?language=RM&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RM.png" alt="" /> Rätoromanisch</a><br/><a href="/setLanguage.php?language=TR&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/TR.png" alt="" /> Türkçe</a><br/><a href="/setLanguage.php?language=CZ&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/CZ.png" alt="" /> Čeština</a><br/><a href="/setLanguage.php?language=BY&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BY.png" alt="" /> Беларусь</a><br/><a href="/setLanguage.php?language=BG&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BG.png" alt="" /> България</a><br/><a href="/setLanguage.php?language=UK&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/UK.png" alt="" /> Українська</a><br/><a href="/setLanguage.php?language=GE&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln" onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/GE.png" alt="" /> ქართული</a><br/></div><a href="/setLanguage.php?language=DE&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/DE.png" style="width:20px;margin:0px;border:2px solid #fed993" alt="" title="Deutsch" /></a><a href="/setLanguage.php?language=EN&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/EN.png" style="width:20px;margin:0px;border:2px solid transparent" alt="" title="English" /></a><a href="/setLanguage.php?language=ES&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/ES.png" style="width:20px;margin:0px;border:2px solid transparent" alt="" title="Español" /></a><a href="/setLanguage.php?language=FR&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/FR.png" style="width:20px;margin:0px;border:2px solid transparent" alt="" title="Français" /></a><a href="/setLanguage.php?language=IT&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/IT.png" style="width:20px;margin:0px;border:2px solid transparent" alt="" title="Italiano" /></a><a href="/setLanguage.php?language=RU&return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"><img src="/languages/icons/RU.png" style="width:20px;margin:0px;border:2px solid transparent" alt="" title="Pусские" /></a> | ||
+ | </div> | ||
+ | </div><div class="toolbar orangeGradient"> | ||
+ | <div id="searchbox" style="float:left;margin-left:7px; margin-top:5px"> | ||
+ | <form id="searchform" method="get" action="index.php" autocomplete="off" onsubmit="document.getElementById('searchLoadingSpinner').style.display = 'block'"> | ||
+ | <div id="searchLoadingSpinner" style="position:absolute;background: white;left: 12px;top: 8px; display:none"><i class="fa fa-spin fa-spinner"></i></div> | ||
+ | <input id="searchInput" placeholder="Apps durchsuchen" class="searchbox_input" name="s" type="text" value="binomische formeln" /> | ||
+ | |||
+ | |||
+ | <div class="searchbox_clear" onclick="document.getElementById('searchInput').value='';document.getElementById('searchform').submit()" title="Suche zurücksetzen" ></div> | ||
+ | </form> | ||
+ | </div> | ||
+ | |||
+ | <span class="toolbar_divide"></span> | ||
+ | |||
+ | <div style="float:left;"> | ||
+ | <a onclick="pageLoadDisplay()" href="/index.php?overview&s=&category=0&tool=" class="toolbar_textbutton | ||
+ | toolbar_textbutton_selected"><i class="fa fa-fw fa-th-large"></i> Apps durchstöbern</a> | ||
+ | </div> | ||
+ | |||
+ | <span class="toolbar_divide"></span> | ||
+ | |||
+ | <div style="float:left;"> | ||
+ | <a onclick="pageLoadDisplay()" href="/createApp.php" class="toolbar_textbutton | ||
+ | "><i class="fa fa-fw fa-pencil"></i> App erstellen</a> | ||
+ | </div> <div id="loginButton" style="float:right;cursor:pointer;"> | ||
+ | <a href="JavaScript:void(0)" onclick="openLoginIFrame()" class="toolbar_textbutton " style="margin-right:20px;"><i class="fa fa-fw fa-user"></i> Anmelden</a></div> </div> | ||
+ | <div id="site_content"> | ||
+ | |||
+ | |||
+ | <div id="content_container" style="margin-top:20px;margin-bottom:10px;"> | ||
+ | <div id="content" class="" style="margin:0px;line-height:22px;background:transparent;padding:0px; width:100%; position:relative;" > | ||
+ | <div style="margin-bottom:20px;padding-left:20px; padding-right:20px;"><script type="text/javascript"> | ||
+ | function toggleCategoryList(){ | ||
+ | var d = document.getElementById("categorylist"); | ||
+ | var d2 = document.getElementById("subcategorylist"); | ||
+ | var a = document.getElementById("categoryArrow"); | ||
+ | if(d.style.display=="block"){ | ||
+ | a.src = "/style/arrow_down.png"; | ||
+ | d.style.display="none"; | ||
+ | if(d2)d2.style.display="block"; | ||
+ | }else{ | ||
+ | a.src = "/style/arrow_up.png"; | ||
+ | d.style.display="block"; | ||
+ | if(d2)d2.style.display="none"; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </script><span style="line-height:22px;float:left"><a style="margin-left:2px; font-weight:normal;" href="JavaScript:void(0);" onclick="toggleCategoryList()">Kategorie: <b>Mathematik</b> <img id="categoryArrow" style="vertical-align:middle" src="/style/arrow_down.png" alt=""/></a></span><div style="width:300px;float:right;height: 20px; margin-top:-17px;margin-right:12px"><input type="text" id="levelSelect" /></div> | ||
+ | <div style="float:right">Stufen: </div> | ||
+ | <script> | ||
+ | $("#levelSelect").ionRangeSlider({ | ||
+ | type: "double",force_edges:true, hide_min_max:true, | ||
+ | values: ["Vorschule", "Primarstufe", "Sekundarstufe I","Sekundarstufe II", "Berufs- und Weiterbildung"], | ||
+ | from:2, | ||
+ | to:4, | ||
+ | onStart: function(data){ | ||
+ | if(data.from == data.to && data.from == 4) | ||
+ | $(".from",data.slider).addClass("type_last"); | ||
+ | }, | ||
+ | onFinish: function (data) { | ||
+ | pageLoadDisplay(); | ||
+ | var t = window.location.href; | ||
+ | t = t.replace(/&stufeStart=[0-9]/,""); | ||
+ | t = t.replace(/&stufeEnd=[0-9]/,""); | ||
+ | if(data.from != 2 || data.to != 4) | ||
+ | window.location.href = t+"&stufeStart="+data.from+"&stufeEnd="+data.to; | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <table id="categorylist" width="100%" style="clear:both;display:none; width:100%"><tr><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=0&s=binomische formeln" title="Apps anzeigen in Alle Kategorien." onclick="pageLoadDisplay()">Alle Kategorien </a></li><li style="line-height:100%"><a href="index.php?category=80&s=binomische formeln" title="Apps anzeigen in Astronomie." onclick="pageLoadDisplay()">Astronomie </a></li><li style="line-height:100%"><a href="index.php?category=90&s=binomische formeln" title="Apps anzeigen in Berufliche Bildung." onclick="pageLoadDisplay()">Berufliche Bildung </a></li><li style="line-height:100%"><a href="index.php?category=8&s=binomische formeln" title="Apps anzeigen in Biologie." onclick="pageLoadDisplay()">Biologie </a></li><li style="line-height:100%"><a href="index.php?category=12&s=binomische formeln" title="Apps anzeigen in Chemie." onclick="pageLoadDisplay()">Chemie </a></li><li style="line-height:100%"><a href="index.php?category=11&s=binomische formeln" title="Apps anzeigen in Deutsch." onclick="pageLoadDisplay()">Deutsch </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=89&s=binomische formeln" title="Apps anzeigen in Deutsch als Fremdsprache." onclick="pageLoadDisplay()">Deutsch als Fremdsprache </a></li><li style="line-height:100%"><a href="index.php?category=3&s=binomische formeln" title="Apps anzeigen in Englisch." onclick="pageLoadDisplay()">Englisch </a></li><li style="line-height:100%"><a href="index.php?category=4&s=binomische formeln" title="Apps anzeigen in Französisch." onclick="pageLoadDisplay()">Französisch </a></li><li style="line-height:100%"><a href="index.php?category=6&s=binomische formeln" title="Apps anzeigen in Geographie." onclick="pageLoadDisplay()">Geographie </a></li><li style="line-height:100%"><a href="index.php?category=9&s=binomische formeln" title="Apps anzeigen in Geschichte." onclick="pageLoadDisplay()">Geschichte </a></li><li style="line-height:100%"><a href="index.php?category=10&s=binomische formeln" title="Apps anzeigen in Informatik." onclick="pageLoadDisplay()">Informatik </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=92&s=binomische formeln" title="Apps anzeigen in Ingenieurwesen." onclick="pageLoadDisplay()">Ingenieurwesen </a></li><li style="line-height:100%"><a href="index.php?category=86&s=binomische formeln" title="Apps anzeigen in Italienisch." onclick="pageLoadDisplay()">Italienisch </a></li><li style="line-height:100%"><a href="index.php?category=77&s=binomische formeln" title="Apps anzeigen in Kunst." onclick="pageLoadDisplay()">Kunst </a></li><li style="line-height:100%"><a href="index.php?category=5&s=binomische formeln" title="Apps anzeigen in Latein." onclick="pageLoadDisplay()">Latein </a></li><li style="line-height:100%"><a href="index.php?category=2&s=binomische formeln" title="Apps anzeigen in Mathematik." onclick="pageLoadDisplay()">Mathematik </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=82&s=binomische formeln" title="Apps anzeigen in Mensch / Umwelt." onclick="pageLoadDisplay()">Mensch / Umwelt </a></li><li style="line-height:100%"><a href="index.php?category=13&s=binomische formeln" title="Apps anzeigen in Musik." onclick="pageLoadDisplay()">Musik </a></li><li style="line-height:100%"><a href="index.php?category=79&s=binomische formeln" title="Apps anzeigen in Philosophie." onclick="pageLoadDisplay()">Philosophie </a></li><li style="line-height:100%"><a href="index.php?category=7&s=binomische formeln" title="Apps anzeigen in Physik." onclick="pageLoadDisplay()">Physik </a></li><li style="line-height:100%"><a href="index.php?category=15&s=binomische formeln" title="Apps anzeigen in Politik." onclick="pageLoadDisplay()">Politik </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=91&s=binomische formeln" title="Apps anzeigen in Psychologie." onclick="pageLoadDisplay()">Psychologie </a></li><li style="line-height:100%"><a href="index.php?category=87&s=binomische formeln" title="Apps anzeigen in Religion." onclick="pageLoadDisplay()">Religion </a></li><li style="line-height:100%"><a href="index.php?category=84&s=binomische formeln" title="Apps anzeigen in Russisch." onclick="pageLoadDisplay()">Russisch </a></li><li style="line-height:100%"><a href="index.php?category=76&s=binomische formeln" title="Apps anzeigen in Sachunterricht." onclick="pageLoadDisplay()">Sachunterricht </a></li><li style="line-height:100%"><a href="index.php?category=83&s=binomische formeln" title="Apps anzeigen in Spanisch." onclick="pageLoadDisplay()">Spanisch </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=78&s=binomische formeln" title="Apps anzeigen in Sport." onclick="pageLoadDisplay()">Sport </a></li><li style="line-height:100%"><a style="font-weight:bold" href="index.php?category=1&s=binomische formeln" title="Apps anzeigen in Unterrichtswerkzeuge." onclick="pageLoadDisplay()">Unterrichtswerkzeuge </a></li><li style="line-height:100%"><a href="index.php?category=88&s=binomische formeln" title="Apps anzeigen in Weitere Sprachen." onclick="pageLoadDisplay()">Weitere Sprachen </a></li><li style="line-height:100%"><a href="index.php?category=85&s=binomische formeln" title="Apps anzeigen in Werken." onclick="pageLoadDisplay()">Werken </a></li><li style="line-height:100%"><a href="index.php?category=14&s=binomische formeln" title="Apps anzeigen in Wirtschaft." onclick="pageLoadDisplay()">Wirtschaft </a></li></ul></td></tr></table><div style="clear:both;border-bottom:1px solid #ddd;height:1px;"></div><table id="subcategorylist" width="100%" style="clear:both;width:100%"><tr><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=2660&s=binomische formeln" Abbildungen." onclick="pageLoadDisplay()">Abbildungen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=15909&s=binomische formeln" Addition." onclick="pageLoadDisplay()">Addition </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2&s=binomische formeln" Algebra." onclick="pageLoadDisplay()">Algebra </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=964&s=binomische formeln" Analysis." onclick="pageLoadDisplay()">Analysis </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=4377&s=binomische formeln" Arithmetik." onclick="pageLoadDisplay()">Arithmetik </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=10021&s=binomische formeln" Bruchgleichungen." onclick="pageLoadDisplay()">Bruchgleichungen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=3&s=binomische formeln" Bruchrechnung." onclick="pageLoadDisplay()">Bruchrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=10558&s=binomische formeln" Brüche." onclick="pageLoadDisplay()">Brüche </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2245&s=binomische formeln" Dezimalbrüche." onclick="pageLoadDisplay()">Dezimalbrüche </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=7965&s=binomische formeln" Dezimalzahlen." onclick="pageLoadDisplay()">Dezimalzahlen </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=10593&s=binomische formeln" Differentialrechnung." onclick="pageLoadDisplay()">Differentialrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1689&s=binomische formeln" Flächenmasse." onclick="pageLoadDisplay()">Flächenmasse </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1437&s=binomische formeln" Formeln." onclick="pageLoadDisplay()">Formeln </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=3037&s=binomische formeln" Funktionen." onclick="pageLoadDisplay()">Funktionen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1344&s=binomische formeln" Ganze Zahlen." onclick="pageLoadDisplay()">Ganze Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1680&s=binomische formeln" Geld." onclick="pageLoadDisplay()">Geld </a></li><li style="line-height:100%"><a style="font-weight:bold" href="index.php?category=2&subcategory=1&s=binomische formeln" Geometrie." onclick="pageLoadDisplay()">Geometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2108&s=binomische formeln" Gewichtsmasse." onclick="pageLoadDisplay()">Gewichtsmasse </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=773&s=binomische formeln" Gleichungen." onclick="pageLoadDisplay()">Gleichungen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=5327&s=binomische formeln" Gleichungssysteme." onclick="pageLoadDisplay()">Gleichungssysteme </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=810&s=binomische formeln" Grundrechnungsarten." onclick="pageLoadDisplay()">Grundrechnungsarten </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2573&s=binomische formeln" Größen." onclick="pageLoadDisplay()">Größen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=3302&s=binomische formeln" Koordinaten." onclick="pageLoadDisplay()">Koordinaten </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=5&s=binomische formeln" Kopfrechnen." onclick="pageLoadDisplay()">Kopfrechnen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2717&s=binomische formeln" Körper." onclick="pageLoadDisplay()">Körper </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=868&s=binomische formeln" Lineare Funktion." onclick="pageLoadDisplay()">Lineare Funktion </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=51&s=binomische formeln" Längenmaße." onclick="pageLoadDisplay()">Längenmaße </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=655&s=binomische formeln" Maßumwandlungen." onclick="pageLoadDisplay()">Maßumwandlungen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=5056&s=binomische formeln" Mengen." onclick="pageLoadDisplay()">Mengen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=11049&s=binomische formeln" Multiplikation." onclick="pageLoadDisplay()">Multiplikation </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=4088&s=binomische formeln" Parabeln." onclick="pageLoadDisplay()">Parabeln </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1927&s=binomische formeln" Potenzen." onclick="pageLoadDisplay()">Potenzen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1558&s=binomische formeln" Proportionalität." onclick="pageLoadDisplay()">Proportionalität </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1253&s=binomische formeln" Prozentrechnen." onclick="pageLoadDisplay()">Prozentrechnen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=8633&s=binomische formeln" Quadratische Funktionen." onclick="pageLoadDisplay()">Quadratische Funktionen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=28&s=binomische formeln" Rationale Zahlen." onclick="pageLoadDisplay()">Rationale Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=5328&s=binomische formeln" Raumgeometrie." onclick="pageLoadDisplay()">Raumgeometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1366&s=binomische formeln" Reelle Zahlen." onclick="pageLoadDisplay()">Reelle Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=3402&s=binomische formeln" Runden." onclick="pageLoadDisplay()">Runden </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=4344&s=binomische formeln" Römische Zahlen." onclick="pageLoadDisplay()">Römische Zahlen </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=360&s=binomische formeln" Sachaufgaben." onclick="pageLoadDisplay()">Sachaufgaben </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2374&s=binomische formeln" Schätzen." onclick="pageLoadDisplay()">Schätzen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=5159&s=binomische formeln" Spiegeln." onclick="pageLoadDisplay()">Spiegeln </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1475&s=binomische formeln" Statistik." onclick="pageLoadDisplay()">Statistik </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=4519&s=binomische formeln" Stochastik." onclick="pageLoadDisplay()">Stochastik </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=15658&s=binomische formeln" Teilbarkeit." onclick="pageLoadDisplay()">Teilbarkeit </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1157&s=binomische formeln" Termumformungen." onclick="pageLoadDisplay()">Termumformungen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1473&s=binomische formeln" Textaufgaben." onclick="pageLoadDisplay()">Textaufgaben </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2318&s=binomische formeln" Trigonometrie." onclick="pageLoadDisplay()">Trigonometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=9596&s=binomische formeln" Vektorrechnung." onclick="pageLoadDisplay()">Vektorrechnung </a></li></ul></td><td style="width:16.666666666667%" valign="top"><ul><li style="line-height:100%"><a href="index.php?category=2&subcategory=2139&s=binomische formeln" Wahrscheinlichkeitsrechnung." onclick="pageLoadDisplay()">Wahrscheinlichkeitsrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=4601&s=binomische formeln" Winkel." onclick="pageLoadDisplay()">Winkel </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=10009&s=binomische formeln" Wurzeln." onclick="pageLoadDisplay()">Wurzeln </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2223&s=binomische formeln" Zahlen." onclick="pageLoadDisplay()">Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=1676&s=binomische formeln" Zahlenraum." onclick="pageLoadDisplay()">Zahlenraum </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=526&s=binomische formeln" Zahlenstrahl." onclick="pageLoadDisplay()">Zahlenstrahl </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=4&s=binomische formeln" Zahlensysteme." onclick="pageLoadDisplay()">Zahlensysteme </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=2003&s=binomische formeln" Zeit." onclick="pageLoadDisplay()">Zeit </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=8086&s=binomische formeln" Zinsrechnung." onclick="pageLoadDisplay()">Zinsrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&subcategory=9888&s=binomische formeln" Zuordnung." onclick="pageLoadDisplay()">Zuordnung </a></li></ul></td></tr></table></div></div></div> | ||
+ | <div id="AppDisplay" class="sidebar" style="width:100%;margin-bottom:0px;min-height:350px"> | ||
+ | <h3 style="text-align:center; margin-top:-8px">Suchergebnisse für <i>"binomische formeln"</i> in Mathematik</h3> | ||
+ | <div class="shopItem" data-appid="2016267" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2016267&cache=1453703314" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln 3 (Rückwärts)</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2016267'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln 3 (Rückwärts)</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 0px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 2228</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Millionenspiel</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>coachk</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="2012413" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2012413&cache=1453547149" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln 2 (Vorwärts)</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2012413'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln 2 (Vorwärts)</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 64px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 3827</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Millionenspiel</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>coachk</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="2040259" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2040259&cache=1454331865" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2040259'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 80px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 2598</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>App-Matrix</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>coachk</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="5713330" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=5713330&cache=1539711733" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln vorwärts und rückwärts</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/5713330'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln vorwärts und rückwärts</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 0px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 15</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Freie Textantwort</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>jmeuser</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="2195222" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2195222&cache=1458466359" alt=""/> | ||
+ | <div class="shopItemtextShort">Quadratische Ergänzung finden und binomische Formel anwenden</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2195222'"> | ||
+ | <div class="shopItemtextLong">Quadratische Ergänzung finden und binomische Formel anwenden</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 0px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 643</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Multiple-Choice Quiz</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>Nina Krämer</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div><div style="clear:both"></div> | ||
+ | <div class="shopItem" data-appid="668692" data-apprelevance="33" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=668692&cache=1391431748" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/668692'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 72px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 3604</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Pferderennen</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>karsch81</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="1713904" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=1713904&cache=1443344475" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln - Paare zuordnen</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/1713904'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln - Paare zuordnen</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 25.6px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 2902</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Paare zuordnen</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>Claudia Stephani</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="1168475" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=1168475&cache=1414222226" alt=""/> | ||
+ | <div class="shopItemtextShort">M7v Binomische Formeln - Umkehrung</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/1168475'"> | ||
+ | <div class="shopItemtextLong">M7v Binomische Formeln - Umkehrung</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 0px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 783</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Lückentext</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>Josef Scharmer</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="2370765" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2370765&cache=1462959543" alt=""/> | ||
+ | <div class="shopItemtextShort">Binomische Formeln - Üben</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2370765'"> | ||
+ | <div class="shopItemtextLong">Binomische Formeln - Üben</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 64px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 659</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Zuordnungstabelle</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>Barbara Sönser</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="shopItem" data-appid="2865924" data-apprelevance="0" onmouseover="blendInShopItem(this)" onmouseout="blendOutShopItem(this)" > | ||
+ | <div class="shopIteminner"> | ||
+ | |||
+ | <img class="shopItemimage" src="//learningapps.org/appicons/thumbs.php?id=2865924&cache=1480748120" alt=""/> | ||
+ | <div class="shopItemtextShort">binomische Formeln</div> | ||
+ | </div> | ||
+ | <div class="shopIteminner2" onclick="pageLoadDisplay();if(!window.dragging) window.location.href='/2865924'"> | ||
+ | <div class="shopItemtextLong">binomische Formeln</div> | ||
+ | <div class="shopItemContent"><div style="position:absolute;left:15px;bottom:12px"><ol id="vote" class="star-rating"> | ||
+ | <li class="current-rating" id="current-rating" style="width: 0px"></li></ol><span></span></div><div style="position:absolute;left:105px;bottom:12px"><i class="fa fa-fw fa-eye" title="Anzahl Aufrufe"></i> 444</div><div style="position:absolute;top:15px;right:15px"><img class="shadowFlag" src="/languages/icons/DE.png" alt="DE" /></div><div style="color:#666"><i>Millionenspiel</i></div><div class="shopItemInnerData"><div style="color:#666">von: <b>corinna meier</b></div></div><div style="position:absolute;bottom:30px"></div></div> | ||
+ | </div> | ||
+ | </div><div style="clear:both"></div> </div> | ||
+ | |||
+ | <div style="clear:both;height:1px"></div> | ||
+ | |||
+ | <div id="content_container" style=""><div style="text-align:center;padding-top:0px;padding-bottom:0px;background:transparent"> <span style="font-weight:bold;font-size:110%"> 1 </span> <a style="font-weight:normal" href="index.php?page=2&s=binomische formeln" onclick="pageLoadDisplay()"> 2 </a> <a style="font-weight:normal" href="index.php?page=3&s=binomische formeln" onclick="pageLoadDisplay()"> 3 </a> <a style="font-weight:normal" href="index.php?page=4&s=binomische formeln" onclick="pageLoadDisplay()"> 4 </a> <a style="font-weight:normal" href="index.php?page=5&s=binomische formeln" onclick="pageLoadDisplay()"> 5 </a> <a style="font-weight:normal" href="index.php?page=6&s=binomische formeln" onclick="pageLoadDisplay()"> 6 </a> <a style="font-weight:bold;font-size:14px" onclick="pageLoadDisplay()" href="index.php?page=2&s=binomische formeln">» Weiter</a> </div></div><script type="text/javascript"> | ||
+ | var startTouchX; | ||
+ | var movedTouch; | ||
+ | if(document.addEventListener){ | ||
+ | document.addEventListener("touchstart", | ||
+ | function (event){startTouchX = event.touches[0].pageX;},false); | ||
+ | document.addEventListener("touchmove", | ||
+ | function (event){movedTouch = event.touches[0].pageX - startTouchX;},false); | ||
+ | document.addEventListener("touchend", | ||
+ | function (event){ | ||
+ | if(movedTouch <-300){ | ||
+ | pageLoadDisplay();window.location.href="index.php?page=2"; | ||
+ | return true; | ||
+ | } | ||
+ | if(movedTouch > 300){ | ||
+ | |||
+ | return true; | ||
+ | } | ||
+ | },false); | ||
+ | } | ||
+ | </script> | ||
+ | <div style="clear:both;height:5px"></div> | ||
+ | |||
+ | |||
+ | <div style="clear:both;height:0px"></div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div id="footer"><div style="line-height:30px;width:930px;margin-top:0px;border-top:1px solid #DDD; margin-top:1.5em;z-index:1;margin-left:auto;margin-right:auto"> | ||
+ | |||
+ | <a href="/about.php">über LearningApps.org</a> | ||
+ | | ||
+ | <a href="/impressum.php">Impressum</a> | ||
+ | | ||
+ | <a href="/rechtliches.php">Datenschutz / Rechtliches</a> | ||
+ | </div> | ||
+ | |||
+ | <script type="text/javascript" src="/messages.js"></script> | ||
+ | |||
+ | <div id="SendMessageFrame" class="triangle-box" style="display:none; position:fixed; height:380px; width:850px; top:5%; z-index:100001;margin-left:auto;margin-right:auto; "></div> </div> | ||
+ | </body> | ||
+ | </html> |
Version vom 13. November 2018, 09:58 Uhr
[ www.youtube.com is not an authorized iframe site ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html itemscope itemtype="http://schema.org/CreativeWork" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>LearningApps.org - interaktive und multimediale Lernbausteine</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="title" itemprop="name" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> <meta name="description" itemprop="description" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> <meta name="image" itemprop="image" content="https://learningapps.org/style/smallLogo.png"/>
<meta property="og:title" content="LearningApps.org - interaktive und multimediale Lernbausteine"/> <meta property="og:site_name" content="LearningApps"/> <meta property="og:image" content="https://learningapps.org/style/smallLogo.png"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://learningapps.org/"/> <link rel="apple-touch-icon" href="https://learningapps.org/style/smallLogo.png" /> <link rel="apple-touch-startup-image" href="https://learningapps.org/style/smallLogo.png" />
<link rel="icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/style/font-awesome.css" /> <link rel="stylesheet" type="text/css" href="/style/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/style/jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="/style/style.css?1" /> <link rel="stylesheet" type="text/css" href="/style/shop.css" /> <link rel="stylesheet" type="text/css" href="/style/rating.css" /> <link rel="stylesheet" type="text/css" href="/style/ion.rangeSlider.css" /> <link rel="stylesheet" type="text/css" href="/style/ion.rangeSlider.skinNice.css" />
<script type="text/javascript" src="/frameworks/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="/frameworks/jquery-ui.min.js"></script>
<script type="text/javascript" src="/style/ion.rangeSlider.min.js"></script>
<script type="text/javascript" src="/helper.js"></script> <script type="text/javascript" src="/sorttable.js"></script> <script type="text/javascript" src="/style/shop.js?v1"></script> <script type="text/javascript"> function pageLoadDisplay (){ document.getElementById("loadingPage").style.display = "block"; } $(function(){ var btns = $(".shopItemButton"); if(btns.length > 0) btns.tooltip(); }); </script> <script> var gaProperty = "UA-36966755-1"; var disableStr = "ga-disable-" + gaProperty; if (document.cookie.indexOf(disableStr + "=true") > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + "=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/"; window[disableStr] = true; window.location.reload(); } function gaOptin() { document.cookie = disableStr + "=false; expires=Thu, 01 Jan 1970 00:00:01 UTC; path=/"; window.location.reload(); } if(window[disableStr] != true){ (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,"script","//www.google-analytics.com/analytics.js","ga"); ga("create", "UA-36966755-1", "auto"); ga("set", "anonymizeIp", true); ga("send", "pageview"); } </script> </head><body>
<script type="text/javascript">
var checkMessage = function(e){ if(e.data == "LearningApps_LoginSuccessfull") closeLoginIFrame(); if(e.data == "LearningApps_DeleteSuccessfull") window.location.reload(); } window.addEventListener && window.addEventListener("message", checkMessage); window["attachEvent"] && window.attachEvent("onmessage", checkMessage);
function openLoginIFrame(){ var d = document.getElementById("loginIFrame");d.innerHTML = '
×
[ is not an authorized iframe site ]';
d.style.display = "block"; } function openRegisterIFrame(){ var d = document.getElementById("loginIFrame");d.innerHTML = '
×
[ is not an authorized iframe site ]';
d.style.display = "block"; } function openDeleteAccountIFrame(){ var d = document.getElementById("loginIFrame");d.innerHTML = '
×
[ is not an authorized iframe site ]';
d.style.display = "block"; } function closeLoginIFrame(){ var d = document.getElementById("loginIFrame"); d.innerHTML = ""; d.style.display = "none"; var url = location.href.replace("?login",""); url = url.replace("?register",""); url = url.replace("&login",""); url = url.replace("®ister",""); if(location.href == url) location.reload(true); else location.href = url; }
</script>
<script type="text/javascript">
function toggleCategoryList(){ var d = document.getElementById("categorylist"); var d2 = document.getElementById("subcategorylist"); var a = document.getElementById("categoryArrow"); if(d.style.display=="block"){ a.src = "/style/arrow_down.png"; d.style.display="none"; if(d2)d2.style.display="block"; }else{ a.src = "/style/arrow_up.png"; d.style.display="block"; if(d2)d2.style.display="none"; } }</script><a style="margin-left:2px; font-weight:normal;" href="JavaScript:void(0);" onclick="toggleCategoryList()">Kategorie: Mathematik <img id="categoryArrow" style="vertical-align:middle" src="/style/arrow_down.png" alt=""/></a>
<input type="text" id="levelSelect" />
Stufen:
<script> $("#levelSelect").ionRangeSlider({
type: "double",force_edges:true, hide_min_max:true, values: ["Vorschule", "Primarstufe", "Sekundarstufe I","Sekundarstufe II", "Berufs- und Weiterbildung"], from:2, to:4, onStart: function(data){ if(data.from == data.to && data.from == 4) $(".from",data.slider).addClass("type_last"); }, onFinish: function (data) { pageLoadDisplay(); var t = window.location.href;
t = t.replace(/&stufeStart=[0-9]/,""); t = t.replace(/&stufeEnd=[0-9]/,"");
if(data.from != 2 || data.to != 4) window.location.href = t+"&stufeStart="+data.from+"&stufeEnd="+data.to; }
});
</script>
|
|
|
|
|
|
1 <a style="font-weight:normal" href="index.php?page=2&s=binomische formeln" onclick="pageLoadDisplay()"> 2 </a> <a style="font-weight:normal" href="index.php?page=3&s=binomische formeln" onclick="pageLoadDisplay()"> 3 </a> <a style="font-weight:normal" href="index.php?page=4&s=binomische formeln" onclick="pageLoadDisplay()"> 4 </a> <a style="font-weight:normal" href="index.php?page=5&s=binomische formeln" onclick="pageLoadDisplay()"> 5 </a> <a style="font-weight:normal" href="index.php?page=6&s=binomische formeln" onclick="pageLoadDisplay()"> 6 </a> <a style="font-weight:bold;font-size:14px" onclick="pageLoadDisplay()" href="index.php?page=2&s=binomische formeln">» Weiter</a>
var startTouchX; var movedTouch; if(document.addEventListener){
document.addEventListener("touchstart", function (event){startTouchX = event.touches[0].pageX;},false); document.addEventListener("touchmove", function (event){movedTouch = event.touches[0].pageX - startTouchX;},false); document.addEventListener("touchend", function (event){ if(movedTouch <-300){
pageLoadDisplay();window.location.href="index.php?page=2";
return true; } if(movedTouch > 300){
return true; } },false);
} </script>
</body> </html>