Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
var aktuelleAufgabe = Math.random();
var aufgabe = Array();
var loesung = Array();
aufgabe[1] = "Das ergebnis von 1 + 1 ist?";
aufgabe[2] = "...";
loesung[1] = "2";
loesung[2] = "...";
var aktuelleAufgabe = Math.round(Math.random()*1000) % aufgabe.length;
function NeueAufgabe()
{
aktuelleAufgabe = Math.round(Math.random()*1000) % aufgabe.length;
document.getElementById('aufgabe').value = aufgabe[aktuelleAufgabe];
document.getElementById('loesung').value = "";
document.getElementById('antwort').value = "";
}
function AufgabePruefen()
{
var antwort = document.getElementById('antwort').value;
if(antwort == loesung[aktuelleAufgabe])
document.getElementById('loesung').value = "Richtig";
else
document.getElementById('loesung').value = "Falsch";
}
<textarea name="aufgabe" id="aufgabe" readonly cols="30" rows="7"></textarea>
<input type="text" name="antwort" id="antwort" />
<input type="button" name="absenden" id="absenden" OnClick="AufgabePruefen();" value="Antworten" />
<input type="button" name="neueAufgabe" id="neueAufgabe" OnClick="NeueAufgabe();" value="Neue Aufgabe" />
<input type="text" name="loesung" id="loesung" readonly />
Vielleicht ist die Antwort ja wirklich falsch!? Es saßen schon Menschen bei Wer wird Millionär, die waren sich ganz sicher und sind dann trotzdem auf 16000 € abgestürzt. Auch du kannst ja nicht allwissend sein.l18111 schrieb:Wenn ich auf neue Aufgabe klicke, kommt zwar die Aufgabe, aber wenn ich die richtige Antwort eingebe steht da Falsch :!:
Ja. Ingo ist nämlich ein - äh - nicht so toller Name - natürlich nur meine persönliche Meinung *räusper* - aber die Geschichte vom Namensgeber war nicht schlecht.Prophet schrieb:oder soll ich dich mit ingoS ansprechen?
Sondern Sogni?@Prophet: Ich heiße nicht Ingo, verdammt nochmal!