Benutzer:Kollege 2

Aus RMG-Wiki
Wechseln zu: Navigation, Suche

[ 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("&register","");
 if(location.href == url)
    location.reload(true); else location.href = url;
}


</script>

          
            <a onclick="pageLoadDisplay()" href="/index.php?overview&s=&category=0&tool=" class="toolbar_textbutton 
            toolbar_textbutton_selected"> Apps durchstöbern</a>
          
            <a onclick="pageLoadDisplay()" href="/createApp.php" class="toolbar_textbutton
            "> App erstellen</a> 
<a href="JavaScript:void(0)" onclick="openLoginIFrame()" class="toolbar_textbutton " style="margin-right:20px;"> Anmelden</a>


<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>

  • <a href="index.php?category=2&subcategory=2660&s=binomische formeln" Abbildungen." onclick="pageLoadDisplay()">Abbildungen </a>
  • <a href="index.php?category=2&subcategory=15909&s=binomische formeln" Addition." onclick="pageLoadDisplay()">Addition </a>
  • <a href="index.php?category=2&subcategory=2&s=binomische formeln" Algebra." onclick="pageLoadDisplay()">Algebra </a>
  • <a href="index.php?category=2&subcategory=964&s=binomische formeln" Analysis." onclick="pageLoadDisplay()">Analysis </a>
  • <a href="index.php?category=2&subcategory=4377&s=binomische formeln" Arithmetik." onclick="pageLoadDisplay()">Arithmetik </a>
  • <a href="index.php?category=2&subcategory=10021&s=binomische formeln" Bruchgleichungen." onclick="pageLoadDisplay()">Bruchgleichungen </a>
  • <a href="index.php?category=2&subcategory=3&s=binomische formeln" Bruchrechnung." onclick="pageLoadDisplay()">Bruchrechnung </a>
  • <a href="index.php?category=2&subcategory=10558&s=binomische formeln" Brüche." onclick="pageLoadDisplay()">Brüche </a>
  • <a href="index.php?category=2&subcategory=2245&s=binomische formeln" Dezimalbrüche." onclick="pageLoadDisplay()">Dezimalbrüche </a>
  • <a href="index.php?category=2&subcategory=7965&s=binomische formeln" Dezimalzahlen." onclick="pageLoadDisplay()">Dezimalzahlen </a>
  • <a href="index.php?category=2&subcategory=10593&s=binomische formeln" Differentialrechnung." onclick="pageLoadDisplay()">Differentialrechnung </a>
  • <a href="index.php?category=2&subcategory=1689&s=binomische formeln" Flächenmasse." onclick="pageLoadDisplay()">Flächenmasse </a>
  • <a href="index.php?category=2&subcategory=1437&s=binomische formeln" Formeln." onclick="pageLoadDisplay()">Formeln </a>
  • <a href="index.php?category=2&subcategory=3037&s=binomische formeln" Funktionen." onclick="pageLoadDisplay()">Funktionen </a>
  • <a href="index.php?category=2&subcategory=1344&s=binomische formeln" Ganze Zahlen." onclick="pageLoadDisplay()">Ganze Zahlen </a>
  • <a href="index.php?category=2&subcategory=1680&s=binomische formeln" Geld." onclick="pageLoadDisplay()">Geld </a>
  • <a style="font-weight:bold" href="index.php?category=2&subcategory=1&s=binomische formeln" Geometrie." onclick="pageLoadDisplay()">Geometrie </a>
  • <a href="index.php?category=2&subcategory=2108&s=binomische formeln" Gewichtsmasse." onclick="pageLoadDisplay()">Gewichtsmasse </a>
  • <a href="index.php?category=2&subcategory=773&s=binomische formeln" Gleichungen." onclick="pageLoadDisplay()">Gleichungen </a>
  • <a href="index.php?category=2&subcategory=5327&s=binomische formeln" Gleichungssysteme." onclick="pageLoadDisplay()">Gleichungssysteme </a>
  • <a href="index.php?category=2&subcategory=810&s=binomische formeln" Grundrechnungsarten." onclick="pageLoadDisplay()">Grundrechnungsarten </a>
  • <a href="index.php?category=2&subcategory=2573&s=binomische formeln" Größen." onclick="pageLoadDisplay()">Größen </a>
  • <a href="index.php?category=2&subcategory=3302&s=binomische formeln" Koordinaten." onclick="pageLoadDisplay()">Koordinaten </a>
  • <a href="index.php?category=2&subcategory=5&s=binomische formeln" Kopfrechnen." onclick="pageLoadDisplay()">Kopfrechnen </a>
  • <a href="index.php?category=2&subcategory=2717&s=binomische formeln" Körper." onclick="pageLoadDisplay()">Körper </a>
  • <a href="index.php?category=2&subcategory=868&s=binomische formeln" Lineare Funktion." onclick="pageLoadDisplay()">Lineare Funktion </a>
  • <a href="index.php?category=2&subcategory=51&s=binomische formeln" Längenmaße." onclick="pageLoadDisplay()">Längenmaße </a>
  • <a href="index.php?category=2&subcategory=655&s=binomische formeln" Maßumwandlungen." onclick="pageLoadDisplay()">Maßumwandlungen </a>
  • <a href="index.php?category=2&subcategory=5056&s=binomische formeln" Mengen." onclick="pageLoadDisplay()">Mengen </a>
  • <a href="index.php?category=2&subcategory=11049&s=binomische formeln" Multiplikation." onclick="pageLoadDisplay()">Multiplikation </a>
  • <a href="index.php?category=2&subcategory=4088&s=binomische formeln" Parabeln." onclick="pageLoadDisplay()">Parabeln </a>
  • <a href="index.php?category=2&subcategory=1927&s=binomische formeln" Potenzen." onclick="pageLoadDisplay()">Potenzen </a>
  • <a href="index.php?category=2&subcategory=1558&s=binomische formeln" Proportionalität." onclick="pageLoadDisplay()">Proportionalität </a>
  • <a href="index.php?category=2&subcategory=1253&s=binomische formeln" Prozentrechnen." onclick="pageLoadDisplay()">Prozentrechnen </a>
  • <a href="index.php?category=2&subcategory=8633&s=binomische formeln" Quadratische Funktionen." onclick="pageLoadDisplay()">Quadratische Funktionen </a>
  • <a href="index.php?category=2&subcategory=28&s=binomische formeln" Rationale Zahlen." onclick="pageLoadDisplay()">Rationale Zahlen </a>
  • <a href="index.php?category=2&subcategory=5328&s=binomische formeln" Raumgeometrie." onclick="pageLoadDisplay()">Raumgeometrie </a>
  • <a href="index.php?category=2&subcategory=1366&s=binomische formeln" Reelle Zahlen." onclick="pageLoadDisplay()">Reelle Zahlen </a>
  • <a href="index.php?category=2&subcategory=3402&s=binomische formeln" Runden." onclick="pageLoadDisplay()">Runden </a>
  • <a href="index.php?category=2&subcategory=4344&s=binomische formeln" Römische Zahlen." onclick="pageLoadDisplay()">Römische Zahlen </a>
  • <a href="index.php?category=2&subcategory=360&s=binomische formeln" Sachaufgaben." onclick="pageLoadDisplay()">Sachaufgaben </a>
  • <a href="index.php?category=2&subcategory=2374&s=binomische formeln" Schätzen." onclick="pageLoadDisplay()">Schätzen </a>
  • <a href="index.php?category=2&subcategory=5159&s=binomische formeln" Spiegeln." onclick="pageLoadDisplay()">Spiegeln </a>
  • <a href="index.php?category=2&subcategory=1475&s=binomische formeln" Statistik." onclick="pageLoadDisplay()">Statistik </a>
  • <a href="index.php?category=2&subcategory=4519&s=binomische formeln" Stochastik." onclick="pageLoadDisplay()">Stochastik </a>
  • <a href="index.php?category=2&subcategory=15658&s=binomische formeln" Teilbarkeit." onclick="pageLoadDisplay()">Teilbarkeit </a>
  • <a href="index.php?category=2&subcategory=1157&s=binomische formeln" Termumformungen." onclick="pageLoadDisplay()">Termumformungen </a>
  • <a href="index.php?category=2&subcategory=1473&s=binomische formeln" Textaufgaben." onclick="pageLoadDisplay()">Textaufgaben </a>
  • <a href="index.php?category=2&subcategory=2318&s=binomische formeln" Trigonometrie." onclick="pageLoadDisplay()">Trigonometrie </a>
  • <a href="index.php?category=2&subcategory=9596&s=binomische formeln" Vektorrechnung." onclick="pageLoadDisplay()">Vektorrechnung </a>
  • <a href="index.php?category=2&subcategory=2139&s=binomische formeln" Wahrscheinlichkeitsrechnung." onclick="pageLoadDisplay()">Wahrscheinlichkeitsrechnung </a>
  • <a href="index.php?category=2&subcategory=4601&s=binomische formeln" Winkel." onclick="pageLoadDisplay()">Winkel </a>
  • <a href="index.php?category=2&subcategory=10009&s=binomische formeln" Wurzeln." onclick="pageLoadDisplay()">Wurzeln </a>
  • <a href="index.php?category=2&subcategory=2223&s=binomische formeln" Zahlen." onclick="pageLoadDisplay()">Zahlen </a>
  • <a href="index.php?category=2&subcategory=1676&s=binomische formeln" Zahlenraum." onclick="pageLoadDisplay()">Zahlenraum </a>
  • <a href="index.php?category=2&subcategory=526&s=binomische formeln" Zahlenstrahl." onclick="pageLoadDisplay()">Zahlenstrahl </a>
  • <a href="index.php?category=2&subcategory=4&s=binomische formeln" Zahlensysteme." onclick="pageLoadDisplay()">Zahlensysteme </a>
  • <a href="index.php?category=2&subcategory=2003&s=binomische formeln" Zeit." onclick="pageLoadDisplay()">Zeit </a>
  • <a href="index.php?category=2&subcategory=8086&s=binomische formeln" Zinsrechnung." onclick="pageLoadDisplay()">Zinsrechnung </a>
  • <a href="index.php?category=2&subcategory=9888&s=binomische formeln" Zuordnung." onclick="pageLoadDisplay()">Zuordnung </a>
  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>
<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>


</body> </html>