Quelltext der Datei: http://www.michaelster.ch/lernen/daf/rb.php

Dateigrösse: 25.8 kb

[Anzeige ohne Zeilennummern]


  1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2 <html>
  3     <head>
  4         <title>Deutsch-Test/Grammatik-Test</title>
  5     <meta name="target" content="DaF, Fremdsprache Deutsch, L&uuml;ckentext, Lueckentext, Grammatiktest, Deutschtest, Test, Multiple Choice, Michael Steiner, EB Z&uuml;rich, EB Zürich">
  6     <meta name="description" content="DaF, Fremdsprache Deutsch, L&uuml;ckentext, Lueckentext, Grammatiktest, Deutschtest, Test, Multiple Choice, Michael Steiner, EB Z&uuml;rich, EB Zürich">
  7     <meta name="keywords" content="DaF, Fremdsprache Deutsch, L&uuml;ckentext, Lueckentext, Grammatiktest, Deutschtest, Test, Multiple Choice, Michael Steiner, EB Z&uuml;rich, EB Zürich">
  8 
  9 <link rel="SHORTCUT ICON" href="../img/favicon.ico" title="external:/favicon.ico">
 10 
 11 <script type="text/javascript" language="JavaScript">
 12 <!--
 13 function nw(){
 14 n=window.open("",'neu','width=420,height=300,left=580,top=300,menubar=no,toolbar=no,resizeable=yes');
 15 n.focus();
 16 }
 17 //-->
 18 </script>
 19 
 20 <style type="text/css">
 21     body  { background-image: url(img/sidebar_bg.gif); background-color: #ffffff; font-family: verdana,arial,sans-serif; padding: 20px; padding-right: 30px; margin: 0px; scrollbar-base-color :#ffffff; scrollbar-arrow-color :#000000; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #ffffff;}
 22     tr  { padding: 0px; } 
 23     td  { padding: 0px 3px; margin: 0px; height: 30px; font-size: 14px; }
 24     .title    { font-size: 18px; font-weight: bold; padding: 5px; color: #cc6633; }
 25     .frage    { font-weight: bold; padding-right: 5px; color: #cc6633 }
 26     .tab    { margin-bottom: 10px; }
 27     .footer    { background-color:#0099CC; color:#ffffff; padding:0px 5px; font-size: 11px; font-weight: bold; margin-bottom: 0px; margin: 0px; height: 18px !important; }
 28     .footer    a { font-weight: bold; color:#ffffff; padding:0px 1px; margin: 0px; font-size: 11px; }
 29     .footer a:hover    { color:#0099CC; background-color:#ffffff; padding:0px 1px; margin: 0px; font-size: 11px; font-weight: bold; }
 30     .zurueck    { margin: 20px; margin-right:5px; padding:50px 0px; font-size:16px; font-weight:bold; text-align:center; color:#000000; background-color:#ff6600; border:1px solid #000000; }
 31     .zurueck a { font-size:12px; font-weight:bold; text-align:center; color:#ffffff; background-color:#ff6600; padding:2px; text-decoration:none; }
 32     .zurueck a:hover { background-color:#ffffff; color:#ff6600; padding:2px; }
 33     #box    { background-color: #ffffff; width: 700px; border: 1px solid #000000; padding: 3px; }
 34     a       { color: #006666; font-size: 12px; font-family: verdana,arial,sans-serif; font-weight: bold }
 35     a:hover     { font-size: 12px; font-family: verdana,arial,sans-serif; font-weight: bold; color: #FFFFFF; background-color: #006666; text-decoration: none }
 36     a#top    { color: #000000; font-size: 10px; font-family: verdana,arial,sans-serif; font-weight: none; text-decoration: none; }
 37     a#top:hover    { color: #000000; font-size: 10px; font-family: verdana,arial,sans-serif; background-color:transparent; text-decoration: underline }
 38     input.sub { background-color: #ff9900; color: #000000; font-family: arial,helvetica, sans-serif; font-size: 16px; font-weight: bold; width: 150px; margin: 10px 0px 0px 0px; padding-top: 2px; cursor: pointer; border-left:1px solid #ff9900; border-top:1px solid #ff9900; border-right:1px solid #000000; border-bottom:1px solid #000000; }
 39 
 40 </style>
 41 
 42 </head>
 43 
 44 <?php
 45 $smile = "<img src='supersmile.gif' width='21' height='20' alt='richtig' border='0' />";
 46 $redx = "<img src='red_x.gif' width='16' height='16' alt='falsch' border='0' />";
 47 
 48 if(isset($_POST['radio_buttons'])){
 49 $loesung = array("c","d","b","a","a","b","e","d","b","b","e","a");
 50 $a = count($loesung);
 51 $b = (count($_POST))-1;
 52 
 53 if($a!=$b) {
 54 echo "<div align=\"center\" class=\"zurueck\">Sie haben nicht alle Fragen beantwortet !<br><br><br>";
 55 echo "<a href=\"javascript:history.back()\">&lt;&lt;&lt; zur&uuml;ck</a></div>";
 56 exit();
 57 }
 58 
 59 $ok = false;
 60 foreach ($loesung as $key => $value) {
 61     if ($value == $_POST[$key]){
 62     $ok[$key] = true;
 63     }
 64 }
 65 
 66     if (count($ok) > 1) {
 67 $a = count($ok);
 68 $c = count($loesung);
 69 $b = $c - $a;
 70 $a = ": <b>".$a."</b> Einträge";
 71 $b = ": <b>".$b."</b> Einträge";
 72     }//if auswertung
 73     else    {
 74     $a = "";
 75     $b = "";
 76     } 
 77 }//isset schleife
 78 
 79 $monate = array("Dezember","Januar","Februar","M&auml;rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
 80 $zeit = date("H:i");
 81 $m = date("n");
 82 $tag = date("j");
 83 $jahr = date("Y");
 84 $monat = $monate[$m];
 85 ?>
 86 
 87 <body>
 88 <a name="top" id="top"></a>
 89 <div align="center"> 
 90 <div id="box">
 91 
 92 <table border="0" cellpadding="2" cellspacing="0" width="100%" height="30" style="border:1px solid black">
 93 <tr>
 94 <td width="50%" colspan="2" style="font-weight:bold; color:#ffffff; padding-left:5px" style="backgroundcolor:#0099CC" height="30" align="left" valign="middle"> <input type="radio" checked="checked" /> Markieren Sie die richtige Antwort </td><td width="50%" valign="middle" style="font-weight: bold; color:#ffffff; padding-right:5px" style="backgroundcolor:#0099CC" height="30" align="right"><?php echo $tag.". ".$monat." ".$jahr."&nbsp;&nbsp;|&nbsp;&nbsp;".$zeit." Uhr"; ?></td>
 95 </tr>
 96 </table>
 97 
 98 <table cellpadding="5" cellspacing="0" width="580" style="margin-top:20px; margin-bottom:20px;">
 99 <tr>
100 <td colspan="2"style="backgroundcolor:#ffeedd" style="border: 1px solid #cc6633">
101 
102 <table width="100%">
103 <tr>
104 <td align="left" class="title">Grammatik-Test</td>
105 <td>
106 <a style="margin:0px; padding:0px;" title=" Probleme ??? - click hier " href="rb_fragen.php" target="neu" OnClick="nw();" onFocus="if(this.blur)this.blur();"><img src="icon_help_winxp.gif" alt=" Probleme ??? - click hier " width="26" height="26" border="0" align="right"></a>
107 </td>
108 </tr>
109 </table>
110 
111 </td>
112 </tr>
113 <tr>
114 <td colspan="2" style="backgroundcolor:#ffffff" style="height:10px">&nbsp;</td>
115 </tr>
116 <tr>
117 <td><?php echo $smile; ?>&nbsp;&nbsp;richtig&nbsp;<?php echo $a; ?></td>
118 <td><p align="right"><a href="kueche_einrichten.php">n&auml;chste &Uuml;bung</a>&nbsp;<img src='back_turnable.gif' width='25' height='25' alt='n&auml;chste &Uuml;bung' border='0' /></p></td>
119 </tr>
120 <tr>
121 <td colspan="2"><?php echo $redx; ?>&nbsp;&nbsp;&nbsp;falsch&nbsp;<?php echo $b; ?></td>
122 </tr>
123 </table>    
124 
125 <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST" name="radio_buttons">
126 
127 <table cellpadding="0" cellspacing="1" width="580">
128 <tbody>
129 <tr style="backgroundcolor:#ffeedd">
130 <td style="border: 1px solid #cc6633"><span class="frage">Frage 1:</span> Wo ist der Kugelschreiber?</td>
131 </tr>
132 </tbody>
133 </table>
134 <table class="tab" cellpadding="0" cellspacing="1" width="580">
135 <tbody style="backgroundcolor:#dcdcdc">
136 <tr>
137 <td width="10"><input type="radio" value="a" name="0" <?php if($_POST[0]=="a") {echo "checked=\"checked\"";}; ?> /></td>
138 <td width="569">Der Kugelschreiber steht unter der Stuhl. <?php if($_POST[0]=="a") {echo $redx;}; ?></td>
139 </tr>
140 <tr>
141 <td width="10"><input type="radio" value="b" name="0" <?php if($_POST[0]=="b") {echo "checked=\"checked\"";}; ?> /></td>
142 <td width="569">Der Kugelschreiber liegt unter den Stuhl. <?php if($_POST[0]=="b") {echo $redx;}; ?></td>
143 </tr>
144 <tr>
145 <td width="10"><input type="radio" value="c" name="0" <?php if($_POST[0]=="c") {echo "checked=\"checked\"";}; ?> /></td>
146 <td width="569">Der Kugelschreiber liegt unter dem Stuhl. <?php if($_POST[0]=="c") {echo $smile;}; ?></td>
147 </tr>
148 <tr>
149 <td width="10"><input type="radio" value="d" name="0" <?php if($_POST[0]=="d") {echo "checked=\"checked\"";}; ?> /></td>
150 <td width="569">Der Kugelschreiber liegt unter die Stuhl. <?php if($_POST[0]=="d") {echo $redx;}; ?></td>
151 </tr>
152 <tr>
153 <td width="10"><input type="radio" value="e" name="0" <?php if($_POST[0]=="e") {echo "checked=\"checked\"";}; ?> /></td>
154 <td width="569">Der Kugelschreiber steht unter dem Stuhl. <?php if($_POST[0]=="e") {echo $redx;}; ?></td>
155 </tr>
156 </tbody>
157 </table>
158 
159 <table cellpadding="0" width="580" cellspacing="1">
160 <tbody>
161 <tr style="backgroundcolor:#ffeedd">
162 <td style="border: 1px solid #cc6633"><span class="frage">Frage 2:</span> Heute morgen ... </td>
163 </tr>
164 </tbody>
165 </table>
166 <table class="tab" cellpadding="0" cellspacing="1" width="580">
167 <tbody style="backgroundcolor:#dcdcdc">
168 <tr>
169 <td width="10"><input type="radio" value="a" name="1" <?php if($_POST[1]=="a") {echo "checked=\"checked\"";}; ?> /></td>
170 <td width="569">habe ich in die Schule gefahren. <?php if($_POST[1]=="a") {echo $redx;}; ?></td>
171 </tr>
172 <tr>
173 <td width="10"><input type="radio" value="b" name="1" <?php if($_POST[1]=="b") {echo "checked=\"checked\"";}; ?> /></td>
174 <td width="569">bin ich in der Schule gefahren. <?php if($_POST[1]=="b") {echo $redx;}; ?></td>
175 </tr>
176 <tr>
177 <td width="10"><input type="radio" value="c" name="1" <?php if($_POST[1]=="c") {echo "checked=\"checked\"";}; ?> /></td>
178 <td width="569">ich bin in die Schule gefahren. <?php if($_POST[1]=="c") {echo $redx;}; ?></td>
179 </tr>
180 <tr>
181 <td width="10"><input type="radio" value="d" name="1" <?php if($_POST[1]=="d") {echo "checked=\"checked\"";}; ?> /></td>
182 <td width="569">bin ich in die Schule gefahren. <?php if($_POST[1]=="d") {echo $smile;}; ?></td>
183 </tr>
184 <tr>
185 <td width="10"><input type="radio" value="e" name="1" <?php if($_POST[1]=="e") {echo "checked=\"checked\"";}; ?> /></td>
186 <td width="569">habe ich in der Schule gefahren. <?php if($_POST[1]=="e") {echo $redx;}; ?></td>
187 </tr>
188 </tbody>
189 </table>
190 
191 <table cellpadding="0" width="580" cellspacing="1" >
192 <tbody>
193 <tr style="backgroundcolor:#ffeedd">
194 <td style="border: 1px solid #cc6633"><span class="frage">Frage 3:</span> Kommst du mit mir ins Kino?</td>
195 </tr>
196 </tbody>
197 </table>
198 <table class="tab" cellpadding="0" width="580" cellspacing="1" >
199 <tbody style="backgroundcolor:#dcdcdc">
200 <tr>
201 <td width="10"><input type="radio" value="a" name="2" <?php if($_POST[2]=="a") {echo "checked=\"checked\"";}; ?> /></td>
202 <td width="569">Nein, ich muss machen meine Hausaufgaben. <?php if($_POST[2]=="a") {echo $redx;}; ?></td>
203 </tr>
204 <tr>
205 <td width="10"><input type="radio" value="b" name="2" <?php if($_POST[2]=="b") {echo "checked=\"checked\"";}; ?> /></td>
206 <td width="569">Nein, ich muss meine Hausaufgaben machen. <?php if($_POST[2]=="b") {echo $smile;}; ?></td>
207 </tr>
208 <tr>
209 <td width="10"><input type="radio" value="c" name="2" <?php if($_POST[2]=="c") {echo "checked=\"checked\"";}; ?> /></td>
210 <td width="569">Nein, ich muss meine Hausaufgaben zu machen. <?php if($_POST[2]=="c") {echo $redx;}; ?></td>
211 </tr>
212 <tr>
213 <td width="10"><input type="radio" value="d" name="2" <?php if($_POST[2]=="d") {echo "checked=\"checked\"";}; ?> /></td>
214 <td width="569">Nein, ich m&uuml;ss meine Hausaufgaben zu machen. <?php if($_POST[2]=="d") {echo $redx;}; ?></td>
215 </tr>
216 <tr>
217 <td width="10"><input type="radio" value="e" name="2" <?php if($_POST[2]=="e") {echo "checked=\"checked\"";}; ?> /></td>
218 <td width="569">Nein, ich m&uuml;sse meine Hausaufgaben machen. <?php if($_POST[2]=="e") {echo $redx;}; ?></td>
219 </tr>
220 </tbody>
221 </table>
222 
223 <table cellpadding="0" cellspacing="1" width="580">
224 <tbody>
225 <tr style="backgroundcolor:#ffeedd">
226 <td style="border: 1px solid #cc6633"><span class="frage">Frage 4:</span> Bitte entschuldige dich ...</td>
227 </tr>
228 </tbody>
229 </table>
230 <table class="tab" cellpadding="0" cellspacing="1" width="580">
231 <tbody style="backgroundcolor:#dcdcdc">
232 <tr>
233 <td width="10"><input type="radio" value="a" name="3" <?php if($_POST[3]=="a") {echo "checked=\"checked\"";}; ?> /></td>
234 <td width="569">bei Frau Meyer f&uuml;r die Versp&auml;tung. <?php if($_POST[3]=="a") {echo $smile;}; ?></td>
235 </tr>
236 <tr>
237 <td width="10"><input type="radio" value="b" name="3" <?php if($_POST[3]=="b") {echo "checked=\"checked\"";}; ?> /></td>
238 <td width="569">zu Frau Meyer f&uuml;r die Versp&auml;tung. <?php if($_POST[3]=="b") {echo $redx;}; ?></td>
239 </tr>
240 <tr>
241 <td width="10"><input type="radio" value="c" name="3" <?php if($_POST[3]=="c") {echo "checked=\"checked\"";}; ?> /></td>
242 <td width="569">bei Frau Meyer wegen die Versp&auml;tung. <?php if($_POST[3]=="c") {echo $redx;}; ?></td>
243 </tr>
244 <tr>
245 <td width="10"><input type="radio" value="d" name="3" <?php if($_POST[3]=="d") {echo "checked=\"checked\"";}; ?> /></td>
246 <td width="569">an Frau Meyer wegen die Versp&auml;tung. <?php if($_POST[3]=="d") {echo $redx;}; ?></td>
247 </tr>
248 <tr>
249 <td width="10"><input type="radio" value="e" name="3" <?php if($_POST[3]=="e") {echo "checked=\"checked\"";}; ?> /></td>
250 <td width="569">f&uuml;r Frau Meyer gegen die Versp&auml;tung. <?php if($_POST[3]=="e") {echo $redx;}; ?></td>
251 </tr>
252 </tbody>
253 </table>
254 
255 <table cellpadding="0" width="580" cellspacing="1">
256 <tbody>
257 <tr style="backgroundcolor:#ffeedd">
258 <td style="border: 1px solid #cc6633"><span class="frage">Frage 5:</span> Heute morgen habe ich 20 Minuten ... </td>
259 </tr>
260 </tbody>
261 </table>
262 <table class="tab" cellpadding="0" cellspacing="1" width="580">
263 <tbody style="backgroundcolor:#dcdcdc">
264 <tr>
265 <td width="10"><input type="radio" value="a" name="4" <?php if($_POST[4]=="a") {echo "checked=\"checked\"";}; ?> /></td>
266 <td width="569">auf den Bus gewartet. <?php if($_POST[4]=="a") {echo $smile;}; ?></td>
267 </tr>
268 <tr>
269 <td width="10"><input type="radio" value="b" name="4" <?php if($_POST[4]=="b") {echo "checked=\"checked\"";}; ?> /></td>
270 <td width="569">f&uuml;r den Bus gewartet. <?php if($_POST[4]=="b") {echo $redx;}; ?></td>
271 </tr>
272 <tr>
273 <td width="10"><input type="radio" value="c" name="4" <?php if($_POST[4]=="c") {echo "checked=\"checked\"";}; ?> /></td>
274 <td width="569">am den Bus gewartet. <?php if($_POST[4]=="c") {echo $redx;}; ?></td>
275 </tr>
276 <tr>
277 <td width="10"><input type="radio" value="d" name="4" <?php if($_POST[4]=="d") {echo "checked=\"checked\"";}; ?> /></td>
278 <td width="569">auf dem Bus gewartet. <?php if($_POST[4]=="d") {echo $redx;}; ?></td>
279 </tr>
280 <tr>
281 <td width="10"><input type="radio" value="e" name="4" <?php if($_POST[4]=="e") {echo "checked=\"checked\"";}; ?> /></td>
282 <td width="569">f&uuml;r dem Bus gewartet. <?php if($_POST[4]=="e") {echo $redx;}; ?></td>
283 </tr>
284 </tbody>
285 </table>
286 
287 <table cellpadding="0" width="580" cellspacing="1" >
288 <tbody>
289 <tr style="backgroundcolor:#ffeedd">
290 <td style="border: 1px solid #cc6633"><span class="frage">Frage 6:</span> Meine Chefin hat eine starke Erk&auml;ltung, ... </td>
291 </tr>
292 </tbody>
293 </table>
294 <table class="tab" cellpadding="0" width="580" cellspacing="1" >
295 <tbody style="backgroundcolor:#dcdcdc">
296 <tr>
297 <td width="10"><input type="radio" value="a" name="5" <?php if($_POST[5]=="a") {echo "checked=\"checked\"";}; ?> /></td>
298 <td width="569">obwohl sie kommt zur Arbeit. <?php if($_POST[5]=="a") {echo $redx;}; ?></td>
299 </tr>
300 <tr>
301 <td width="10"><input type="radio" value="b" name="5" <?php if($_POST[5]=="b") {echo "checked=\"checked\"";}; ?> /></td>
302 <td width="569">trotzdem kommt sie zur Arbeit. <?php if($_POST[5]=="b") {echo $smile;}; ?></td>
303 </tr>
304 <tr>
305 <td width="10"><input type="radio" value="c" name="5" <?php if($_POST[5]=="c") {echo "checked=\"checked\"";}; ?> /></td>
306 <td width="569">deshalb sie kommt zur Arbeit. <?php if($_POST[5]=="c") {echo $redx;}; ?></td>
307 </tr>
308 <tr>
309 <td width="10"><input type="radio" value="d" name="5" <?php if($_POST[5]=="d") {echo "checked=\"checked\"";}; ?> /></td>
310 <td width="569">trotzdem sie kommt zur Arbeit. <?php if($_POST[5]=="d") {echo $redx;}; ?></td>
311 </tr>
312 <tr>
313 <td width="10"><input type="radio" value="e" name="5" <?php if($_POST[5]=="e") {echo "checked=\"checked\"";}; ?> /></td>
314 <td width="569">obwohl sie zur Arbeit kommt. <?php if($_POST[5]=="e") {echo $redx;}; ?></td>
315 </tr>
316 </tbody>
317 </table>
318 
319 <table cellpadding="0" cellspacing="1" width="580">
320 <tbody>
321 <tr style="backgroundcolor:#ffeedd">
322 <td style="border: 1px solid #cc6633"><span class="frage">Frage 7:</span> Gestern habe ich ...</td>
323 </tr>
324 </tbody>
325 </table>
326 <table class="tab" cellpadding="0" cellspacing="1" width="580">
327 <tbody style="backgroundcolor:#dcdcdc">
328 <tr>
329 <td width="10"><input type="radio" value="a" name="6" <?php if($_POST[6]=="a") {echo "checked=\"checked\"";}; ?> /></td>
330 <td width="569">zu Markus &uuml;ber die neuen Pl&auml;ne gesprochen. <?php if($_POST[6]=="a") {echo $redx;}; ?></td>
331 </tr>
332 <tr>
333 <td width="10"><input type="radio" value="b" name="6" <?php if($_POST[6]=="b") {echo "checked=\"checked\"";}; ?> /></td>
334 <td width="569">mit Markus &uuml;ber die neuen Pl&auml;ne gesprechen. <?php if($_POST[6]=="b") {echo $redx;}; ?></td>
335 </tr>
336 <tr>
337 <td width="10"><input type="radio" value="c" name="6" <?php if($_POST[6]=="c") {echo "checked=\"checked\"";}; ?> /></td>
338 <td width="569">zu Markus &uuml;ber die neuen Pl&auml;ne gesprechen. <?php if($_POST[6]=="c") {echo $redx;}; ?></td>
339 </tr>
340 <tr>
341 <td width="10"><input type="radio" value="d" name="6" <?php if($_POST[6]=="d") {echo "checked=\"checked\"";}; ?> /></td>
342 <td width="569">&uuml;ber Markus mit die neuen Pl&auml;ne gesprochen. <?php if($_POST[6]=="d") {echo $redx;}; ?></td>
343 </tr>
344 <tr>
345 <td width="10"><input type="radio" value="e" name="6" <?php if($_POST[6]=="e") {echo "checked=\"checked\"";}; ?> /></td>
346 <td width="569">mit Markus &uuml;ber die neuen Pl&auml;ne gesprochen. <?php if($_POST[6]=="e") {echo $smile;}; ?></td>
347 </tr>
348 </tbody>
349 </table>
350 
351 <table cellpadding="0" width="580" cellspacing="1">
352 <tbody>
353 <tr style="backgroundcolor:#ffeedd">
354 <td style="border: 1px solid #cc6633"><span class="frage">Frage 8:</span> Darf ich Sie ... </td>
355 </tr>
356 </tbody>
357 </table>
358 <table class="tab" cellpadding="0" cellspacing="1" width="580">
359 <tbody style="backgroundcolor:#dcdcdc">
360 <tr>
361 <td width="10"><input type="radio" value="a" name="7" <?php if($_POST[7]=="a") {echo "checked=\"checked\"";}; ?> /></td>
362 <td width="569">f&uuml;r etwas Kleingeld bitten? <?php if($_POST[7]=="a") {echo $redx;}; ?></td>
363 </tr>
364 <tr>
365 <td width="10"><input type="radio" value="b" name="7" <?php if($_POST[7]=="b") {echo "checked=\"checked\"";}; ?> /></td>
366 <td width="569">um etwas Kleingeld beten? <?php if($_POST[7]=="b") {echo $redx;}; ?></td>
367 </tr>
368 <tr>
369 <td width="10"><input type="radio" value="c" name="7" <?php if($_POST[7]=="c") {echo "checked=\"checked\"";}; ?> /></td>
370 <td width="569">f&uuml;r etwas Kleingeld beten? <?php if($_POST[7]=="c") {echo $redx;}; ?></td>
371 </tr>
372 <tr>
373 <td width="10"><input type="radio" value="d" name="7" <?php if($_POST[7]=="d") {echo "checked=\"checked\"";}; ?> /></td>
374 <td width="569">um etwas Kleingeld bitten? <?php if($_POST[7]=="d") {echo $smile;}; ?></td>
375 </tr>
376 <tr>
377 <td width="10"><input type="radio" value="e" name="7" <?php if($_POST[7]=="e") {echo "checked=\"checked\"";}; ?> /></td>
378 <td width="569">auf etwas Kleingeld bitten? <?php if($_POST[7]=="e") {echo $redx;}; ?></td>
379 </tr>
380 </tbody>
381 </table>
382 
383 <table cellpadding="0" width="580" cellspacing="1" >
384 <tbody>
385 <tr style="backgroundcolor:#ffeedd">
386 <td style="border: 1px solid #cc6633"><span class="frage">Frage 9:</span> Wir brauchen 50 &euro;uro, ...</td>
387 </tr>
388 </tbody>
389 </table>
390 <table class="tab" cellpadding="0" width="580" cellspacing="1" >
391 <tbody style="backgroundcolor:#dcdcdc">
392 <tr>
393 <td width="10"><input type="radio" value="a" name="8" <?php if($_POST[8]=="a") {echo "checked=\"checked\"";}; ?> /></td>
394 <td width="569">f&uuml;r die Getr&auml;nke zu kaufen. <?php if($_POST[8]=="a") {echo $redx;}; ?></td>
395 </tr>
396 <tr>
397 <td width="10"><input type="radio" value="b" name="8" <?php if($_POST[8]=="b") {echo "checked=\"checked\"";}; ?> /></td>
398 <td width="569">um die Getr&auml;nke zu kaufen. <?php if($_POST[8]=="b") {echo $smile;}; ?></td>
399 </tr>
400 <tr>
401 <td width="10"><input type="radio" value="c" name="8" <?php if($_POST[8]=="c") {echo "checked=\"checked\"";}; ?> /></td>
402 <td width="569">zum die Getr&auml;nke zu kaufen. <?php if($_POST[8]=="c") {echo $redx;}; ?></td>
403 </tr>
404 <tr>
405 <td width="10"><input type="radio" value="d" name="8" <?php if($_POST[8]=="d") {echo "checked=\"checked\"";}; ?> /></td>
406 <td width="569">f&uuml;r die Getr&auml;nke gekaufen. <?php if($_POST[8]=="d") {echo $redx;}; ?></td>
407 </tr>
408 <tr>
409 <td width="10"><input type="radio" value="e" name="8" <?php if($_POST[8]=="e") {echo "checked=\"checked\"";}; ?> /></td>
410 <td width="569">zu kaufen die Getr&auml;nke. <?php if($_POST[8]=="e") {echo $redx;}; ?></td>
411 </tr>
412 </tbody>
413 </table>
414 
415 <table cellpadding="0" cellspacing="1" width="580">
416 <tbody>
417 <tr style="backgroundcolor:#ffeedd">
418 <td style="border: 1px solid #cc6633"><span class="frage">Frage 10:</span> Wo sind denn die Eier?</td>
419 </tr>
420 </tbody>
421 </table>
422 <table class="tab" cellpadding="0" cellspacing="1" width="580">
423 <tbody style="backgroundcolor:#dcdcdc">
424 <tr>
425 <td width="10"><input type="radio" value="a" name="9" <?php if($_POST[9]=="a") {echo "checked=\"checked\"";}; ?> /></td>
426 <td width="569">Ich habe sie im K&uuml;hlschrank gelegt. <?php if($_POST[9]=="a") {echo $redx;}; ?></td>
427 </tr>
428 <tr>
429 <td width="10"><input type="radio" value="b" name="9" <?php if($_POST[9]=="b") {echo "checked=\"checked\"";}; ?> /></td>
430 <td width="569">Ich habe sie in den K&uuml;hlschrank gelegt. <?php if($_POST[9]=="b") {echo $smile;}; ?></td>
431 </tr>
432 <tr>
433 <td width="10"><input type="radio" value="c" name="9" <?php if($_POST[9]=="c") {echo "checked=\"checked\"";}; ?> /></td>
434 <td width="569">Ich habe sie in dem K&uuml;hlschrank gelegen. <?php if($_POST[9]=="c") {echo $redx;}; ?></td>
435 </tr>
436 <tr>
437 <td width="10"><input type="radio" value="d" name="9" <?php if($_POST[9]=="d") {echo "checked=\"checked\"";}; ?> /></td>
438 <td width="569">Ich habe sie im den K&uuml;hlschrank gelegt. <?php if($_POST[9]=="d") {echo $redx;}; ?></td>
439 </tr>
440 <tr>
441 <td width="10"><input type="radio" value="e" name="9" <?php if($_POST[9]=="e") {echo "checked=\"checked\"";}; ?> /></td>
442 <td width="569">Ich habe sie in den K&uuml;hlschrank gelegen. <?php if($_POST[9]=="e") {echo $redx;}; ?></td>
443 </tr>
444 </tbody>
445 </table>
446 
447 <table cellpadding="0" width="580" cellspacing="1">
448 <tbody>
449 <tr style="backgroundcolor:#ffeedd">
450 <td style="border: 1px solid #cc6633"><span class="frage">Frage 11:</span> Was hast du gestern gemacht? </td>
451 </tr>
452 </tbody>
453 </table>
454 <table class="tab" cellpadding="0" cellspacing="1" width="580">
455 <tbody style="backgroundcolor:#dcdcdc">
456 <tr>
457 <td width="10"><input type="radio" value="a" name="10" <?php if($_POST[10]=="a") {echo "checked=\"checked\"";}; ?> /></td>
458 <td width="569">Ich habe zu Hause gebleiben. <?php if($_POST[10]=="a") {echo $redx;}; ?></td>
459 </tr>
460 <tr>
461 <td width="10"><input type="radio" value="b" name="10" <?php if($_POST[10]=="b") {echo "checked=\"checked\"";}; ?> /></td>
462 <td width="569">Ich bin zu Hause gebleiben. <?php if($_POST[10]=="b") {echo $redx;}; ?></td>
463 </tr>
464 <tr>
465 <td width="10"><input type="radio" value="c" name="10" <?php if($_POST[10]=="c") {echo "checked=\"checked\"";}; ?> /></td>
466 <td width="569">Ich habe nach Hause geblieben. <?php if($_POST[10]=="c") {echo $redx;}; ?></td>
467 </tr>
468 <tr>
469 <td width="10"><input type="radio" value="d" name="10" <?php if($_POST[10]=="d") {echo "checked=\"checked\"";}; ?> /></td>
470 <td width="569">Ich bin nach Hause gebleibt. <?php if($_POST[10]=="d") {echo $redx;}; ?></td>
471 </tr>
472 <tr>
473 <td width="10"><input type="radio" value="e" name="10" <?php if($_POST[10]=="e") {echo "checked=\"checked\"";}; ?> /></td>
474 <td width="569">Ich bin zu Hause geblieben. <?php if($_POST[10]=="e") {echo $smile;}; ?></td>
475 </tr>
476 </tbody>
477 </table>
478 
479 <table cellpadding="0" width="580" cellspacing="1" >
480 <tbody>
481 <tr style="backgroundcolor:#ffeedd">
482 <td style="border: 1px solid #cc6633"><span class="frage">Frage 12:</span> Weisst du, wo mein Kugelschreiber ist?</td>
483 </tr>
484 </tbody>
485 </table>
486 <table class="tab" cellpadding="0" width="580" cellspacing="1" >
487 <tbody style="backgroundcolor:#dcdcdc">
488 <tr>
489 <td width="10"><input type="radio" value="a" name="11" <?php if($_POST[11]=="a") {echo "checked=\"checked\"";}; ?> /></td>
490 <td width="569">Tut mir leid, ich habe ihn nicht gesehen. <?php if($_POST[11]=="a") {echo $smile;}; ?></td>
491 </tr>
492 <tr>
493 <td width="10"><input type="radio" value="b" name="11" <?php if($_POST[11]=="b") {echo "checked=\"checked\"";}; ?> /></td>
494 <td width="569">Tut mir leid, ich habe es nicht gesehen. <?php if($_POST[11]=="b") {echo $redx;}; ?></td>
495 </tr>
496 <tr>
497 <td width="10"><input type="radio" value="c" name="11" <?php if($_POST[11]=="c") {echo "checked=\"checked\"";}; ?> /></td>
498 <td width="569">Tut mir leid, ich habe keine gesehen. <?php if($_POST[11]=="c") {echo $redx;}; ?></td>
499 </tr>
500 <tr>
501 <td width="10"><input type="radio" value="d" name="11" <?php if($_POST[11]=="d") {echo "checked=\"checked\"";}; ?> /></td>
502 <td width="569">Tut mir leid, ich habe er nicht gesehen. <?php if($_POST[11]=="d") {echo $redx;}; ?></td>
503 </tr>
504 <tr>
505 <td width="10"><input type="radio" value="e" name="11" <?php if($_POST[11]=="e") {echo "checked=\"checked\"";}; ?> /></td>
506 <td width="569">Tut mir leid, ich habe keins gesehen. <?php if($_POST[11]=="e") {echo $redx;}; ?></td>
507 </tr>
508 </tbody>
509 </table>
510 
511 <table class="tab" cellpadding="0" cellspacing="0" width="580">
512 <tr><td align="left">
513 <input type="submit" class="sub" name="radio_buttons" value="kontrollieren" title=" richtig oder falsch ??? - click hier " />
514 </form>
515 </td>
516 
517 <td align="right"><a href="kueche_einrichten.php">weiter zu &Uuml;bung 4</a>&nbsp;<img src='back_turnable.gif' width='25' height='25' alt='n&auml;chste &Uuml;bung' border='0'>
518 </td></tr></table>
519 
520 <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid black; margin-top:15px">
521 <tr>
522 <td class="footer" align="left">design by michaelster[2005]</td>
523 <td class="footer" align="right"><?php echo $tag.". ".$monat." ".$jahr."&nbsp;&nbsp;|&nbsp;&nbsp;".$zeit." Uhr"; ?></td>
524 </tr>
525 </table>
526     </div>
527     
528         <div align="center">
529         <a id="top" title="to the top" href="javascript:self.scrollTo(0,0);">top</a>
530         </div>
531         
532 <img src="../img/blind.gif" alt="" width="2" height="20" border="0" align="middle">
533 
534 </div>
535 </body>
536 </html>
537