Benutzer:Kollege 2: Unterschied zwischen den Versionen

Aus RMG-Wiki
Wechseln zu: Navigation, Suche
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „<iframe width="560" height="315" src="https://www.youtube.com/embed/tRblwTsX6hQ" frameborder="0" allow="accelerometer; autoplay; enc…“)
 
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">&times;</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">&times;</div><iframe id="LoginFrameI" frameborder="0" style="position:relative;width:100%;height:100%" src="/login?form&register=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">&times;</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("&register","");
 
  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='/'">&nbsp;</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&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BS.png" alt="" /> &nbsp;Bosanski</a><br/><a href="/setLanguage.php?language=DE&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid #fed993" ><img src="/languages/icons/DE.png" alt="" /> &nbsp;Deutsch</a><br/><a href="/setLanguage.php?language=ET&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/ET.png" alt="" /> &nbsp;Eesti</a><br/><a href="/setLanguage.php?language=EN&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/EN.png" alt="" /> &nbsp;English</a><br/><a href="/setLanguage.php?language=ES&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/ES.png" alt="" /> &nbsp;Español</a><br/><a href="/setLanguage.php?language=FR&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/FR.png" alt="" /> &nbsp;Français</a><br/><a href="/setLanguage.php?language=GL&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/GL.png" alt="" /> &nbsp;Galego</a><br/><a href="/setLanguage.php?language=IT&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/IT.png" alt="" /> &nbsp;Italiano</a><br/><a href="/setLanguage.php?language=LT&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/LT.png" alt="" /> &nbsp;Lietuvių</a><br/><a href="/setLanguage.php?language=HU&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/HU.png" alt="" /> &nbsp;Magyar</a><br/><a href="/setLanguage.php?language=NL&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/NL.png" alt="" /> &nbsp;Nederlands</a><br/><a href="/setLanguage.php?language=PL&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/PL.png" alt="" /> &nbsp;Polski</a><br/><a href="/setLanguage.php?language=RU&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RU.png" alt="" /> &nbsp;Pусские</a><br/><a href="/setLanguage.php?language=RO&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RO.png" alt="" /> &nbsp;Român</a><br/><a href="/setLanguage.php?language=RM&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/RM.png" alt="" /> &nbsp;Rätoromanisch</a><br/><a href="/setLanguage.php?language=TR&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/TR.png" alt="" /> &nbsp;Türkçe</a><br/><a href="/setLanguage.php?language=CZ&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/CZ.png" alt="" /> &nbsp;Čeština</a><br/><a href="/setLanguage.php?language=BY&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BY.png" alt="" /> &nbsp;Беларусь</a><br/><a href="/setLanguage.php?language=BG&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/BG.png" alt="" /> &nbsp;България</a><br/><a href="/setLanguage.php?language=UK&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/UK.png" alt="" /> &nbsp;Українська</a><br/><a href="/setLanguage.php?language=GE&amp;return=%2Findex.php%3Fs%3Dbinomische%2Bformeln"  onclick="hideParentNode(this)" style="padding:2px;border:2px solid transparent" ><img src="/languages/icons/GE.png" alt="" /> &nbsp;ქართული</a><br/></div><a href="/setLanguage.php?language=DE&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;s=&amp;category=0&amp;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: &nbsp;</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&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Astronomie." onclick="pageLoadDisplay()">Astronomie </a></li><li style="line-height:100%"><a href="index.php?category=90&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Biologie." onclick="pageLoadDisplay()">Biologie </a></li><li style="line-height:100%"><a href="index.php?category=12&amp;s=binomische formeln" title="Apps anzeigen in Chemie." onclick="pageLoadDisplay()">Chemie </a></li><li style="line-height:100%"><a href="index.php?category=11&amp;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&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Englisch." onclick="pageLoadDisplay()">Englisch </a></li><li style="line-height:100%"><a href="index.php?category=4&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Geographie." onclick="pageLoadDisplay()">Geographie </a></li><li style="line-height:100%"><a href="index.php?category=9&amp;s=binomische formeln" title="Apps anzeigen in Geschichte." onclick="pageLoadDisplay()">Geschichte </a></li><li style="line-height:100%"><a href="index.php?category=10&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Ingenieurwesen." onclick="pageLoadDisplay()">Ingenieurwesen </a></li><li style="line-height:100%"><a href="index.php?category=86&amp;s=binomische formeln" title="Apps anzeigen in Italienisch." onclick="pageLoadDisplay()">Italienisch </a></li><li style="line-height:100%"><a href="index.php?category=77&amp;s=binomische formeln" title="Apps anzeigen in Kunst." onclick="pageLoadDisplay()">Kunst </a></li><li style="line-height:100%"><a href="index.php?category=5&amp;s=binomische formeln" title="Apps anzeigen in Latein." onclick="pageLoadDisplay()">Latein </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;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&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Musik." onclick="pageLoadDisplay()">Musik </a></li><li style="line-height:100%"><a href="index.php?category=79&amp;s=binomische formeln" title="Apps anzeigen in Philosophie." onclick="pageLoadDisplay()">Philosophie </a></li><li style="line-height:100%"><a href="index.php?category=7&amp;s=binomische formeln" title="Apps anzeigen in Physik." onclick="pageLoadDisplay()">Physik </a></li><li style="line-height:100%"><a href="index.php?category=15&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Psychologie." onclick="pageLoadDisplay()">Psychologie </a></li><li style="line-height:100%"><a href="index.php?category=87&amp;s=binomische formeln" title="Apps anzeigen in Religion." onclick="pageLoadDisplay()">Religion </a></li><li style="line-height:100%"><a href="index.php?category=84&amp;s=binomische formeln" title="Apps anzeigen in Russisch." onclick="pageLoadDisplay()">Russisch </a></li><li style="line-height:100%"><a href="index.php?category=76&amp;s=binomische formeln" title="Apps anzeigen in Sachunterricht." onclick="pageLoadDisplay()">Sachunterricht </a></li><li style="line-height:100%"><a href="index.php?category=83&amp;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&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Unterrichtswerkzeuge." onclick="pageLoadDisplay()">Unterrichtswerkzeuge </a></li><li style="line-height:100%"><a href="index.php?category=88&amp;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&amp;s=binomische formeln" title="Apps anzeigen in Werken." onclick="pageLoadDisplay()">Werken </a></li><li style="line-height:100%"><a href="index.php?category=14&amp;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&amp;subcategory=2660&amp;s=binomische formeln" Abbildungen." onclick="pageLoadDisplay()">Abbildungen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=15909&amp;s=binomische formeln" Addition." onclick="pageLoadDisplay()">Addition </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2&amp;s=binomische formeln" Algebra." onclick="pageLoadDisplay()">Algebra </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=964&amp;s=binomische formeln" Analysis." onclick="pageLoadDisplay()">Analysis </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=4377&amp;s=binomische formeln" Arithmetik." onclick="pageLoadDisplay()">Arithmetik </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=10021&amp;s=binomische formeln" Bruchgleichungen." onclick="pageLoadDisplay()">Bruchgleichungen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=3&amp;s=binomische formeln" Bruchrechnung." onclick="pageLoadDisplay()">Bruchrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=10558&amp;s=binomische formeln" Brüche." onclick="pageLoadDisplay()">Brüche </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2245&amp;s=binomische formeln" Dezimalbrüche." onclick="pageLoadDisplay()">Dezimalbrüche </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=7965&amp;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&amp;subcategory=10593&amp;s=binomische formeln" Differentialrechnung." onclick="pageLoadDisplay()">Differentialrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1689&amp;s=binomische formeln" Flächenmasse." onclick="pageLoadDisplay()">Flächenmasse </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1437&amp;s=binomische formeln" Formeln." onclick="pageLoadDisplay()">Formeln </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=3037&amp;s=binomische formeln" Funktionen." onclick="pageLoadDisplay()">Funktionen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1344&amp;s=binomische formeln" Ganze Zahlen." onclick="pageLoadDisplay()">Ganze Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1680&amp;s=binomische formeln" Geld." onclick="pageLoadDisplay()">Geld </a></li><li style="line-height:100%"><a  style="font-weight:bold" href="index.php?category=2&amp;subcategory=1&amp;s=binomische formeln" Geometrie." onclick="pageLoadDisplay()">Geometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2108&amp;s=binomische formeln" Gewichtsmasse." onclick="pageLoadDisplay()">Gewichtsmasse </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=773&amp;s=binomische formeln" Gleichungen." onclick="pageLoadDisplay()">Gleichungen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=5327&amp;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&amp;subcategory=810&amp;s=binomische formeln" Grundrechnungsarten." onclick="pageLoadDisplay()">Grundrechnungsarten </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2573&amp;s=binomische formeln" Größen." onclick="pageLoadDisplay()">Größen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=3302&amp;s=binomische formeln" Koordinaten." onclick="pageLoadDisplay()">Koordinaten </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=5&amp;s=binomische formeln" Kopfrechnen." onclick="pageLoadDisplay()">Kopfrechnen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2717&amp;s=binomische formeln" Körper." onclick="pageLoadDisplay()">Körper </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=868&amp;s=binomische formeln" Lineare Funktion." onclick="pageLoadDisplay()">Lineare Funktion </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=51&amp;s=binomische formeln" Längenmaße." onclick="pageLoadDisplay()">Längenmaße </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=655&amp;s=binomische formeln" Maßumwandlungen." onclick="pageLoadDisplay()">Maßumwandlungen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=5056&amp;s=binomische formeln" Mengen." onclick="pageLoadDisplay()">Mengen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=11049&amp;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&amp;subcategory=4088&amp;s=binomische formeln" Parabeln." onclick="pageLoadDisplay()">Parabeln </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1927&amp;s=binomische formeln" Potenzen." onclick="pageLoadDisplay()">Potenzen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1558&amp;s=binomische formeln" Proportionalität." onclick="pageLoadDisplay()">Proportionalität </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1253&amp;s=binomische formeln" Prozentrechnen." onclick="pageLoadDisplay()">Prozentrechnen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=8633&amp;s=binomische formeln" Quadratische Funktionen." onclick="pageLoadDisplay()">Quadratische Funktionen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=28&amp;s=binomische formeln" Rationale Zahlen." onclick="pageLoadDisplay()">Rationale Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=5328&amp;s=binomische formeln" Raumgeometrie." onclick="pageLoadDisplay()">Raumgeometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1366&amp;s=binomische formeln" Reelle Zahlen." onclick="pageLoadDisplay()">Reelle Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=3402&amp;s=binomische formeln" Runden." onclick="pageLoadDisplay()">Runden </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=4344&amp;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&amp;subcategory=360&amp;s=binomische formeln" Sachaufgaben." onclick="pageLoadDisplay()">Sachaufgaben </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2374&amp;s=binomische formeln" Schätzen." onclick="pageLoadDisplay()">Schätzen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=5159&amp;s=binomische formeln" Spiegeln." onclick="pageLoadDisplay()">Spiegeln </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1475&amp;s=binomische formeln" Statistik." onclick="pageLoadDisplay()">Statistik </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=4519&amp;s=binomische formeln" Stochastik." onclick="pageLoadDisplay()">Stochastik </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=15658&amp;s=binomische formeln" Teilbarkeit." onclick="pageLoadDisplay()">Teilbarkeit </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1157&amp;s=binomische formeln" Termumformungen." onclick="pageLoadDisplay()">Termumformungen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1473&amp;s=binomische formeln" Textaufgaben." onclick="pageLoadDisplay()">Textaufgaben </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2318&amp;s=binomische formeln" Trigonometrie." onclick="pageLoadDisplay()">Trigonometrie </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=9596&amp;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&amp;subcategory=2139&amp;s=binomische formeln" Wahrscheinlichkeitsrechnung." onclick="pageLoadDisplay()">Wahrscheinlichkeitsrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=4601&amp;s=binomische formeln" Winkel." onclick="pageLoadDisplay()">Winkel </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=10009&amp;s=binomische formeln" Wurzeln." onclick="pageLoadDisplay()">Wurzeln </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2223&amp;s=binomische formeln" Zahlen." onclick="pageLoadDisplay()">Zahlen </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=1676&amp;s=binomische formeln" Zahlenraum." onclick="pageLoadDisplay()">Zahlenraum </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=526&amp;s=binomische formeln" Zahlenstrahl." onclick="pageLoadDisplay()">Zahlenstrahl </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=4&amp;s=binomische formeln" Zahlensysteme." onclick="pageLoadDisplay()">Zahlensysteme </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=2003&amp;s=binomische formeln" Zeit." onclick="pageLoadDisplay()">Zeit </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=8086&amp;s=binomische formeln" Zinsrechnung." onclick="pageLoadDisplay()">Zinsrechnung </a></li><li style="line-height:100%"><a href="index.php?category=2&amp;subcategory=9888&amp;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%">&nbsp; 1&nbsp;</span> <a style="font-weight:normal" href="index.php?page=2&amp;s=binomische formeln" onclick="pageLoadDisplay()">&nbsp; 2&nbsp;</a> <a style="font-weight:normal" href="index.php?page=3&amp;s=binomische formeln" onclick="pageLoadDisplay()">&nbsp; 3&nbsp;</a> <a style="font-weight:normal" href="index.php?page=4&amp;s=binomische formeln" onclick="pageLoadDisplay()">&nbsp; 4&nbsp;</a> <a style="font-weight:normal" href="index.php?page=5&amp;s=binomische formeln" onclick="pageLoadDisplay()">&nbsp; 5&nbsp;</a> <a style="font-weight:normal" href="index.php?page=6&amp;s=binomische formeln" onclick="pageLoadDisplay()">&nbsp; 6&nbsp;</a> <a style="font-weight:bold;font-size:14px" onclick="pageLoadDisplay()" href="index.php?page=2&amp;s=binomische formeln">&raquo; 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>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<a href="/impressum.php">Impressum</a>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<a href="/rechtliches.php">Datenschutz / Rechtliches</a>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>
 

Aktuelle Version vom 22. November 2018, 22:51 Uhr

[ www.youtube.com is not an authorized iframe site ]