Der Aufgabenpool

    
    <pool>
 <group name='Hauptstädte Europas'>
	<task>
	</task>
	<solution>
		<![CDATA[
		Vgl. dazu <a href="http://de.wikipedia.org/wiki/Liste_der_Hauptst%C3%A4dte_Europas"  target="_blank">Liste der Hauptst&auml;dte Europas</a>
		]]>
	</solution>
 	<item name="a">
		<![CDATA[
		Welches ist die Hauptstadt Deutschlands?	
		<p><input type="radio" name="question" correct="true" points="1" > Berlin </p>
		<p><input type="radio" name="question" correct="false"> Paris</p>
		<p><input type="radio" name="question" correct="false"> London </p>
		<p><input type="radio" name="question" correct="false" >  Madrid </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="a">
		<![CDATA[
		Welches ist die Hauptstadt Italiens?	
		<p><input type="radio" name="question" correct="false"> Berlin </p>
		<p><input type="radio" name="question" correct="false"> Paris</p>
		<p><input type="radio" name="question" correct="true" points="1" >Rom</p>
		<p><input type="radio" name="question" correct="false" >  Madrid </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="b">
		<![CDATA[
		Welches ist die Hauptstadt Frankreichs?		
		<p><input type="radio" name="question" correct="false"> Berlin </p>
		<p><input type="radio" name="question" correct="true" points="1" > Paris</p>
		<p><input type="radio" name="question" correct="false"> London </p>
		<p><input type="radio" name="question" correct="false" >  Madrid </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="c">
		<![CDATA[
		Welches ist die Hauptstadt Englands?
		<p><input type="radio" name="question" correct="false"> Berlin </p>
		<p><input type="radio" name="question" correct="false"> Paris</p>
		<p><input type="radio" name="question" correct="true" points="1" > London </p>
		<p><input type="radio" name="question" correct="false" >  Madrid </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="d">
		<![CDATA[
		Welches ist die Hauptstadt Spaniens?
		<br><p></p><br>
		<p><input type="radio" name="question" correct="false"> Berlin </p>
		<p><input type="radio" name="question" correct="false"> Paris</p>
		<p><input type="radio" name="question" correct="false"> London </p>
		<p><input type="radio" name="question" correct="true" points="1"  >  Madrid </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 </group>
 <group name='Bauwerke Europas'>
	<task>
		<![CDATA[
		<div class="remark">
		<b>Beachten Sie bitte:</b><br>
		Die Aufgabe wird nur als richtig gewertet, wenn jede Alternative korrekt gekennzeichnet ist.
		</div>
		]]>
	</task>
 	<item name="a">
		<![CDATA[
		Welche Bauwerke stehen in Deutschland?
		<p><input type="checkbox" name="question" correct="true" points="1" > Porta Nigra </p>
		<p><input type="checkbox" name="question" correct="false"> Eiffel-Turm</p>
		<p><input type="checkbox" name="question" correct="true" points="1" > Brandenburger Tor</p>
		<p><input type="checkbox" name="question" correct="false" >  Tower </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="b">
		<![CDATA[
		Welche Bauwerke stehen in Frankreich?
		<p><input type="checkbox" name="question" correct="false"> Porta Nigra </p>
		<p><input type="checkbox" name="question" correct="true" points="1" > Eiffel-Turm</p>
		<p><input type="checkbox" name="question" correct="false"> Turm von Pisa </p>
		<p><input type="checkbox" name="question" correct="true" points="1"  >Louvre</p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="c">
		<![CDATA[
		Welche Bauwerke stehen in Italien?
		<p><input type="checkbox" name="question" correct="true" points="1" > Kolosseum </p>
		<p><input type="checkbox" name="question" correct="false"> Eiffel-Turm</p>
		<p><input type="checkbox" name="question" correct="true" points="1" > Turm von Pisa </p>
		<p><input type="checkbox" name="question" correct="false" >Louvre</p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="d">
		<![CDATA[
		Welche Bauwerke stehen in England?
		<p><input type="checkbox" name="question" correct="false"> Porta Nigra </p>
		<p><input type="checkbox" name="question" correct="true" points="1" > Buckingham Palace</p>
		<p><input type="checkbox" name="question" correct="false"> Turm von Pisa </p>
		<p><input type="checkbox" name="question" correct="true" points="1"  >  Tower </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="d">
		<![CDATA[
		Welche Bauwerke stehen in Russland?
		<p><input type="checkbox" name="question" correct="false"> Porta Nigra </p>
		<p><input type="checkbox" name="question" correct="true" points="1" >  Bolschoi-Theaters</p>
		<p><input type="checkbox" name="question" correct="false"> Turm von Pisa </p>
		<p><input type="checkbox" name="question" correct="true" points="1"  >Eremitage</p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 </group>
 <group name='Multiple Selection mit Formeln'>
	<task>
		<![CDATA[
		]]>
	</task> 
	<solution>
		<![CDATA[
		Es gilt:
		\[(a+b)^2=a^2+2ab+b^2\]
		$$(a+b)(a-b)\ne a^2-2ab+b^2$$
		$$(a+b)^3 \ne a^3+2a^2b+ab^2$$
		$$(a+b)^3 = a^3+3a^2b+3ab^2+b^3$$
		$$(a+b)(a-b)=a^2-b^2 \ne a^2-2ab+b^2$$
		$$(a+b)^3 = a^3+3a^2b+3ab^2+b^3 $$
		]]>
	</solution>	
 	<item name="a">
		<![CDATA[
		Welche Berechnungen sind korrekt?
		<br><p></p><br>
		<p><input type="checkbox" name="question" correct="true" points="1" > $(a+b)^2=a^2+2ab+b^2$ </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)(a-b)=a^2-2ab+b^2$</p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)^3 = a^3+2a^2b+ab^2$ </p>
		<p><input type="checkbox" name="question" correct="true" points="1"  > $(a+b)^3 = a^3+3a^2b+3ab^2+b^3$  </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="b">
		<![CDATA[
		Welche Berechnungen sind korrekt?
		<br><p></p><br>
		<p><input type="checkbox" name="question" correct="true" points="1" > $(a-b)^2=a^2-2ab+b^2$ </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)^3 = a^3+2a^2b+ab^2$ </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)(a-b)=a^2-2ab+b^2$</p>
		<p><input type="checkbox" name="question" correct="true" points="1"  > $(a+b)^3 = a^3+3a^2b+3ab^2+b^3 $  </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="c">
		<![CDATA[
		Welche Berechnungen sind korrekt?
		<br><p></p><br>
		<p><input type="checkbox" name="question" correct="true" points="1" > $(a+b)^2=a^2+2ab+b^2$ </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)(a-b)=a^2-2ab+b^2$</p>
		<p><input type="checkbox" name="question" correct="true" points="1"  > $(a+b)^3 = a^3+3a^2b+3ab^2+b^3 $  </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)^3 = a^3+2a^2b+ab^2$ </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 	<item name="d">
		<![CDATA[
		Welche Berechnungen sind korrekt?
		<p></p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)(a-b)=a^2-2ab+b^2$</p>
		<p><input type="checkbox" name="question" correct="true" points="1" > $(a+b)^2=a^2+2ab+b^2$ </p>
		<p><input type="checkbox" name="question" correct="false"> $(a+b)^3 = a^3+2a^2b+ab^2$ </p>
		<p><input type="checkbox" name="question" correct="true" points="1"  > $(a+b)^3 = a^3+3a^2b+3ab^2+b^3 $  </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerMC()" value="OK">
		]]>
 	</item>
 </group>
<group name='Bedeutende Politiker'>
	<task>
		<![CDATA[
		]]>
	</task>
	<solution>
			<![CDATA[
	<br>
	<a href="https://de.wikipedia.org/wiki/Bundeskanzler_(Deutschland)#Deutsche_Bundeskanzler_seit_1949" target="_blank">Bundeskanzler Deutschlands</a>
	<br>
	<a href="https://de.wikipedia.org/wiki/Liste_der_Pr%C3%A4sidenten_der_Vereinigten_Staaten" target="_blank">Pr&auml;sidenten der Vereinigten Staaten</a>
	
		]]>

	</solution>
 	<item name = "Bundeskanzler">
		<![CDATA[
			<div class="problem">
			Die Bundeskanzler der Bundesrepublik Deutschland
			<p></p>
			<form name="SelectQuestion">
			Der erste Bundeskanzler war
			<select>
			 <option  style="display:none">Bitte auswählen</option>
			  <option >Walter Ulbricht</option>
			  <option correct="true" points="1"  >Konrad Adenauer</option>
			  <option >Wilhelm Lübke</option>
			</select>.		
			Im folgte von 1963 bis 1966
			<select >
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="" >Walter Scheel</option>
			  <option correct="" >Erich Ollenhauer</option>
			  <option correct="true" points="1"  >Ludwig Erhard</option>
			</select>, er wird auch als Vater der Marktwirschaft angesehen. 
			Die erste große Koalition wurde von Kanzler
			<select >
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="" >Willy Brand</option>
			  <option correct="" >Erich Mende</option>
			  <option correct="true" points="1"  >Kurt Georg Kiesinger</option>
			</select>, geführt. Ihm folgte als erster sozialdemokratischer Kanzler
			<select >
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="" >Kurt Schumacher</option>
			  <option correct="true" points="1" >Willy Brand</option>
			  <option correct="" >Konrad Adenauer</option>
			</select>		
			Nach dessen Rücktritt folgte ihm sein Parteifreund
			<select>
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="" >Erich Honecker</option>
			  <option correct="true" points="1"  >Helmut Schmidt</option>
			  <option correct="" >Johannes Rau</option>
			</select>
			Als Innensenator von Hamburg wurde er bekannt durch sein Krisenmanagement 
			während der Hamburger Sturmflut.<br>
			Nach einem erfolgreichen  Mißtrauensvotum zog für 16 Jahre
			<select>
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="" >Franz Josef Strauß</option>
			  <option correct="true" points="1"  >Helmut Kohl</option>
			  <option correct="" >Ernst Albrecht</option>
			</select>
			in das Kanzleramt ein.
			Nach der Bundestagswahl im Jahr 1998 wurde er vom Sozialdemokraten
			<select>
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="true" points="1"  >Gerhardt Schröder</option>
			  <option correct="" >Oskar Lafontaine</option>
			  <option correct="" >Joschka Fischer</option>
			</select>
			abgelöst. Im Jahr 2005 stand als erste Kanzlerin
			<select>
			 <option correct="" style="display:none">Bitte auswählen</option>
			  <option correct="true" points="1"  >Angela Merkel</option>
			  <option correct="" >von der Leyen</option>
			  <option correct="" >Annette Schavan[</option>
			</select>
			einer großen Koalition vor. Bei wechselnden Koalitionen regiert sie bis heute.
			</div>	
			</form>
			<input type="button" value="OK" onclick="qu.registerAnswerSELECT(this)" />		
		]]>
 	</item>
 	<item name = "Presidents of the United States">
		<![CDATA[
			<div class="problem">
			<h3> Presidents of the United States since 1969</h3>
			<form name="SelectQuestion">		
			<select>
			 <option  style="display:none">Please select</option>
			  <option > Hubert H. Humphrey</option>
			  <option correct="true" points="1"  >Richard Milhous Nixon</option>
			  <option >Dwight D. Eisenhower</option>
			</select>.
			 was the 37th President of
			the United States (1969-1974) and the only president to resign the
			office after the Watergate affair.<br>
			The 38th President of the United States from 1974 to 1977,
			<select >
			 <option correct="" style="display:none">Please select</option>
			  <option correct="" >Henry Kissinger</option>
			  <option correct="" >Ronald Reagan</option>
			  <option correct="true" points="1"  >Gerald Rudolph Ford</option>
			</select>, 
			became the only President of the United States that was not
			elected for either President or Vice-President.
			<br>From 1977 to 1981			
			<select >
			 <option correct="" style="display:none">Please select</option>
			  <option correct="" >Tony Blair</option>
			  <option correct="" >Herbert Hoover</option>
			  <option correct="true" points="1"  >Jimmy Carter</option>
			</select>
			was he 39th President of the United States. The final year of his
			presidential tenure was marked by several major crises, including
			the 1979 takeover of the American embassy in Iran and holding of
			hostages by Iranian students and an unsuccessful rescue attempt of
			the hostages.<br>
			<select >
			 <option correct="" style="display:none">Please select</option>
			  <option correct="" >Walter Mondale</option>
			  <option correct="true" points="1" >Ronald Reagan</option>
			  <option correct="" >Dwight D. Eisenhower</option>
			</select>
			was the 40th President of the United States from 1981 to 1989. 
			He declared  the Soviet Union an "evil empire". <br>	
			His vice-president
			<select>
			 <option correct="" style="display:none">Please select</option>
			  <option correct="" >Bill Clinton</option>
			  <option correct="true" points="1"  >George H. W. Bush</option>
			  <option correct="" >John Adams</option>
			</select>
			was elected as the 41st President of the United States from 1989
			to 1993.<br>
			The third-youngest president
			<select>
			 <option correct="" style="display:none">Please select</option>
			  <option correct="" >Al Gore</option>
			  <option correct="true" points="1"  >Bill Clinton</option>
			  <option correct="" >Newt Gingrich</option>
			</select>
			was in office from 1993 to 2001. He was impeached for perjury  and obstruction of justice
			but acquitted by the U.S. Senate.<br>
			<select>
			 <option correct="" style="display:none">Please select</option>
			  <option correct="true" points="1"  >George W. Bush</option>
			  <option correct="" >Osama Bin Laden</option>
			  <option correct="" >Kofi Annan</option>
			</select>
			born July 6, 1946) served as the 43rd President of the United
			States from 2001 to 2009.
			Eight months into his first term as
			president, the September 11, 2001, terrorist attacks occurred, and
			he announced a global War on Terrorism, ordered an invasion of
			Afghanistan that same year and an invasion of Iraq in 2003.
			<br>The inauguration of
			<select>
			 <option correct="" style="display:none">Please select</option>
			  <option correct="true" points="1"  >Barack Obama</option>
			  <option correct="" >John F. Kennedy</option>
			  <option correct="" >Al Gore</option>
			</select>
			as the 44th president, and Joe Biden as vice president, took place
			on January 20, 2009.
			</div>	
			</form>
			<input type="button" value="OK" onclick="qu.registerAnswerSELECT(this)" />		
		]]>
 	</item>
</group>
<group name='Vokabeltest'>
	<task>
		<![CDATA[
		<b>Vokabeltest</b><p>
		Bitte übersetzen Sie ins Englische!		
		</p>
		]]>
	</task>
 	<item>
		<![CDATA[
		<form name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Haus</td>
			<td>
			<input type="text" value="" name="question" correct="house" points="1" style="width:100px;"/>		
			</td>
		</tr>
		<tr>
			<td>Mann</td>
			<td>
			<input type="text" value="" name="question" correct="man" points="1" style="width:100px;"/>		
			</td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 	<item>
		<![CDATA[
		<form id="ClozeQuestion" name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Maus</td>
			<td>
			<input type="text" name="question" value="" correct="mouse" points="1" style="width:100px;"/>		
			</td>
		</tr>
		<tr>
			<td>kalt</td>
			<td>
			<input type="text" name="question" value="" correct="cold" points="2" style="width:100px;"/>		
			</td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />	
		]]>		
	</item>	
	<item>
		<![CDATA[
		<form id="ClozeQuestion" name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Hand</td>
			<td>
			<input type="text" name="question" value="" correct="hand" points="1" style="width:100px;"/>		
			</td>
		</tr>
		<tr>
			<td>Auge</td>
			<td>
			<input type="text" name="question" value="" correct="eye" points="2" style="width:100px;"/>		
			</td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 	<item>
		<![CDATA[
		<form id="ClozeQuestion" name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Tisch</td>
			<td><input type="text" name="question" value="" correct="table" points="1" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>Baum</td>
			<td>
			<input type="text" name="question" value="" correct="tree" points="2" style="width:100px;"/>		
			</td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
</group>
<group name='Korrektur-Test'><!-- Vokabeln aus http://grammar.yourdictionary.com/spelling-and-word-lists/misspelled.html -->
	<task>
		<![CDATA[
		Bitte korrigieren Sie die folgenden Ãœbersetzungen:<br>
		 (Beachten Sie: Die Angabe kann auch richtig sein, dann ist nichts zu korrigieren)
		]]>
	</task>
	<solution>
		<![CDATA[
		Vgl. dazu <a href="http://www.leo.org/index_de.html"  target="_blank">Leo Wörterbücher</a>
		]]>
	</solution>
 	<item>
		<![CDATA[
		<b>Vokabeltest</b><p>
		</p>
		<form name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Friedhof</td>
			<td><input type="text" name="question" value="cematary" correct="cemetery" points="1" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>veränderlich</td>
			<td><input type="text" name="question" value="changable" correct="changeable" points="2" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>dankbar</td>
			<td><input type="text" name="question" value="greatfull" correct="grateful" points="2" style="width:100px;"/></td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 	<item>
		<![CDATA[
		<b>Vokabeltest</b><p>
		</p>
		<form name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>unabhängig</td>
			<td><input type="text" name="question" value="indepandand" correct="independent" points="1" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>Jahrtausend</td>
			<td><input type="text" name="question" value="millenium" correct="millennium" points="2" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>Ereignis</td>
			<td><input type="text" name="question" value="ocurence" correct="occurrence" points="2" style="width:100px;"/></td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 	<item>
		<![CDATA[
		<b>Vokabeltest</b><p>
		</p>
		<form name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Aussprache</td>
			<td><input type="text" name="question" value="pronouncietion" correct="pronunciation" points="1" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>veränderlich</td>
			<td><input type="text" name="question" value="changable" correct="changeable" points="2" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>notwendig</td>
			<td><input type="text" name="question" value="necessary" correct="necessary" points="2" style="width:100px;"/></td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 	<item>
		<![CDATA[
		<b>Vokabeltest</b><p>
		</p>
		<form name="ClozeQuestion">
		<table border="1" >
		<tr>
			<td>Bekanntschaft</td>
			<td><input type="text" name="question" value="aquaintence" correct="acquaintance" points="1" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>veränderlich</td>
			<td><input type="text" name="question" value="changable" correct="changeable" points="2" style="width:100px;"/></td>
		</tr>
		<tr>
			<td>Schwelle</td>
			<td><input type="text" name="question" value="threshold" correct="threshold" points="2" style="width:100px;"/></td>
		</tr>
		</table>
		</form>
		<input type="button" value="OK" onclick="qu.registerAnswerCLOZE()" />		
		]]>
 	</item>
 </group>
<group name='Zuordnung von Formeln.'>
	<task>
	</task>	
	<solution>
		<![CDATA[
		Die Potenzen bestimmt man durch Ausmultiplizieren:<br>
			 \[ (a+b)^2 = a^2 +2ab + b^2\]
			\[a+b)(a-b)= a^2 -b^2\]
			\[a+b)^3= a^3+3a^2b+3ab^2+b^3\]
			\[a(a+b)^2=a^3+2a^2b+ab^2\]

<p>Die Ableitungen k&ouml;nnen alle nach der Regel f&uuml;r das Ableiten von Potenzen gewonnen werden.</p><br>			
			\[y= 3x^4+2x^3 \Rightarrow   y'= 12x^3+6x^2  \]
			\[y=x^2+5  \Rightarrow y'= 2x \]
			\[y=x^{-2} \Rightarrow  y '=-2x^{-3} \]
			\[y=\frac{1}{x^3}\Rightarrow  y ' =-3x^{-4} \]
			
		]]>
	</solution>
 	<item>
		<![CDATA[
		&nbsp;&nbsp;
		
		<br> <table> <tbody><tr> <td width="30%"> 
			In der linken Spalte der Tabelle sind Rechenoperationen aufgelistet, 
			im 'Depot' dazu  mögliche Ergebnisse.
			Verschieben Sie die Berechnungen so in die zweite Spalte der Tabelle, dass sie zu den Potenzen passen.
			<p></p>
			<div id="answer">
			<p>Wählen Sie danach <input type='button' onclick='dd.registerAnswer()' id='button' value='OK'/></p>
			</div>
				<b>Depot</b><br>
				<div id="depotTable"></div>
			</td>
			<td width="70%">
					<b>Tabelle</b>
			<div id="dropTable"></div>
			
			</td>
			</tr>
			</table>			
			<div id="dragParameter">
			<param name="Titles" firstTitle="Potenz" secondTitle="Berechnung">
			<param name="DragDropParam" value=" \( (a+b)^2 \)" datavalue=" \( a^2 -b^2\)" correct="1" points="1">
			<param name="DragDropParam" value="\((a+b)(a-b)\)" datavalue="\(a^3+2a^2b+ab^2\)" correct="3" points="1">
			<param name="DragDropParam" value="\((a+b)^3\)" datavalue="\( a^3+3a^2b+3ab^2+b^3\)" correct="2" points="1">
			<param name="DragDropParam" value="\(a(a+b)^2\)" datavalue="\( a^2 +2ab + b^2\)" correct="0" points="1">
			</div>
		<img src="empty.gif" onload="makeDragDrop();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 	<item>
		<![CDATA[
		&nbsp; &nbsp; &nbsp; 
		<br> <table> <tbody><tr> <td width="30%"> 
			In der linken Spalte der Tabelle sind Funktionen f(x) aufgelistet, 
			in der rechten dazu leere Felder für die Ableitungen. 
			Die Ableitungen selbst finden Sie im Depot unterhalb dieser Ausführungen.
			Verschieben Sie die Ableitungen so, dass sie zu den Funktionen passen.
			<p></p>
			<div id="answer">
			<p>Wählen Sie danach <input type='button' onclick='dd.registerAnswer()' id='button' value='OK'/></p>
			</div>
				<b>Depot</b><br>
				<div id="depotTable"></div>
			</td>
			<td width="70%">
					<b>Tabelle</b>
			<div id="dropTable"></div>
			
			</td>
			</tr>
			</table>
			
			<div id="dragParameter">
			<param name="Titles" firstTitle="Funktion" secondTitle="Ableitung">
			<param name="DragDropParam" value="\(y= 3x^4+2x^3 \)" datavalue="\(y'= 2x \)" correct="1" points="1">
			<param name="DragDropParam" value="\(y=x^2+5\) " datavalue=" \(y'= 12x^3+6x^2\)" correct="0" points="1">
			<param name="DragDropParam" value="\(y=x^{-2}\)" datavalue="\(y ' =-3x^{-4}\)" correct="3" points="1">
			<param name="DragDropParam" value="\(y=\frac{1}{x^3}\)"  datavalue="\(y '=-2x^{-3}\)" correct="2" points="1">

			</div>	
		<img src="empty.gif" onload="makeDragDrop();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 </group>
<group name='Matrix-Verknüpfung'>
	<task>
		<![CDATA[
		]]>
	</task>	
	<item name="Matrix-Addition">
		<![CDATA[
		<div class="problem" id="problem1">
		<div class="oviss">Addieren Sie die beiden Matrizen!</div>
		</div>
		<input type="hidden" id="MatrixQuestion" matrixa="[[5,7,-4],
				[3,8, 1]]"  
				matrixb="[[-2,0, -6],
				[1,3, -1]]"
				 name="add" points="3">
		<img src="empty.gif" onload="makeMatrix();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 	<item name="Matrix-Multiplikation">
		<![CDATA[
		<div class="problem" id="problem1">
		<div class="oviss">Multilizieren Sie die beiden Matrizen!</div>
		</div>
		<input type="hidden" id="MatrixQuestion" matrixa="[[15,7,-4]]"  
											matrixb="[[-2],
														[1],
														[8]]"
												 name="mult" points="3">
		<img src="empty.gif" onload="makeMatrix();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 	<item name="_Matrix-Determinante">
		<![CDATA[
		<div class="problem" id="problem1">
		<div class="oviss">Bestimmen Sie die Determinante der Matrix!</div>
		</div>
		<input type="hidden" id="MatrixQuestion"  
				matrixa="[[5,7],
						[6,8]]" 
				matrixb="[[]]"
				data-B="null" name="det" points="3">
		<img src="empty.gif" onload="makeMatrix();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 	<item name="_Matrix-Inverse">
		<![CDATA[
		<div class="problem" id="problem1">
		<div class="oviss">Invertieren Sie die Matrix!</div>
		</div>
		<input type="hidden" id="MatrixQuestion"  
				matrixa="[[.5,0],
						[0,.25]]"
				matrixb="[[]]"
				 name="inverse" points="3">
		<img src="empty.gif" onload="makeMatrix();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>	
 	<item name="_Matrix-Subtraktion">
		<![CDATA[
		<div class="problem" id="problem1">
		<div class="oviss">Subtrahieren Sie die beiden Matrizen!</div>
		<input type="hidden" id="MatrixQuestion" matrixa="[[5,-4],
														[8, 1]]"  
												matrixb="[[-2,0],
														[4,3]]"
								 name="sub" points="3">
		</div>
		<img src="empty.gif" onload="makeMatrix();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 </group>
 <group name='Städte in einer Karte.'>
	<task></task>	
 	<item name="Hotspot a">
		<![CDATA[
		<table>
			<tr>
				<td>
				Zeigen Sie nacheinander die Lage folgender Städte<p/>	
				Hamburg <input type="hidden" correct="233,107" points="1"><br>			
				Bonn <input type="hidden" correct="106,303" points="1"><br>			
				Frankfurt/M <input type="hidden" correct="176,346" points="1"><br>			
				<input type="button" onclick="qu.registerAnswerHS()" value="OK">
				</td>
				<td>
				<param id="Hotspot" name="Hotspot" value="ExampleLP/Germany.png"/>
				<canvas id="canvas" width="470" height="553" style="border:1px solid #000000;">					
				</td>
			</tr>
		</table>
		<img src="empty.gif" onload="makeHotSpot();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>
 	<item name="Hotspot b">
		<![CDATA[
		<table>
			<tr>
				<td>
				Zeigen Sie nacheinander die Lage folgender Städte<p/>	
				Reims <input type="hidden" correct="400,171" points="1"><br>			
				Paris <input type="hidden" correct="333,197" points="1"><br>			
				Nimes <input type="hidden" correct="414,485" points="1"><br>			
				<input type="button" onclick="qu.registerAnswerHS()" value="OK">
				</td>
				<td>
				<param id="Hotspot" name="Hotspot" value="ExampleLP/France.png"/>
				<canvas id="canvas" width="800" height="689" style="border:1px solid #000000;">					
				</td>
			</tr>
		</table>
		<img src="empty.gif" onload="makeHotSpot();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>	
 	<item name="Hotspot c">
		<![CDATA[
		<table>
			<tr>
				<td>
				Zeigen Sie nacheinander die Lage folgender Städte<p/>	
				Malaga <input type="hidden" correct="345,535" points="1"><br>			
				Madrid <input type="hidden" correct="395,295" points="1"><br>			
				Sevilla <input type="hidden" correct="274,489" points="1"><br>			
				<input type="button" onclick="qu.registerAnswerHS()" value="OK">
				</td>
				<td>
				<param id="Hotspot" name="Hotspot" value="ExampleLP/Spain.png"/>
				<canvas id="canvas" width="800" height="689" style="border:1px solid #000000;">					
				</td>
			</tr>
		</table>
		<img src="empty.gif" onload="makeHotSpot();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>	
 	<item name="Hotspot c">
		<![CDATA[
		<table>
			<tr>
				<td>
				Zeigen Sie nacheinander die Lage folgender Städte<p/>	
				Neapel <input type="hidden" correct="354,385" points="1"><br>			
				Rom <input type="hidden" correct="279,325" points="1"><br>			
				Mailand <input type="hidden" correct="144,115" points="1"><br>			
				<input type="button" onclick="qu.registerAnswerHS()" value="OK">
				</td>
				<td>
				<param id="Hotspot" name="Hotspot" value="ExampleLP/italien.jpg"/>
				<canvas id="canvas" width="600" height="644" style="border:1px solid #000000;">	
					<p>(Quelle: CIA World Factbook)</p>				
				</td>
			</tr>
		</table>
		<img src="empty.gif" onload="makeHotSpot();this.parentNode.removeChild(this);" /> 
		]]>
 	</item>		
 	</group>
 	 <group name='Texteingabe'>
	<task>
		<![CDATA[
		Diese Antworten werden nicht automatisch validiert.
	]]>		
	</task>
 	<item name="a">
		<![CDATA[
		Bewerten Sie diese Klausurausarbeitung! <br>	
		<p><textarea cols="70" rows="4" style="border-style:solid;border-width:2px;border-color:#cf5021;"></textarea>  </p>
		
		Machen Sie Verbesserungsvorschläge:
		<p><textarea cols="70" rows="4"  style="border-style:solid;border-width:2px;border-color:#50cf21;"></textarea>  </p>
		<p></p>
		<input type="button" id="checkButton" onclick="qu.registerAnswerTEXT()" value="OK">
		]]>
 	</item>
	</group>
</pool>    

Die zugehörige Spezifdikation ist:

    
    <specification  name='LernPause 2015-01-13'>
	<users value="nutzerlp"/>
	<results value="resultslp"/>
	<exam value="ExampleLP/Klausur.php"/>
	<timelimit value="20"/>
	<pw value="lernPause"/>
</specification>