Plugin Directory

Changeset 904429


Ignore:
Timestamp:
04/28/2014 11:38:40 PM (12 years ago)
Author:
helmeloh
Message:

description update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hh-quizzes/trunk/readme.txt

    r903285 r904429  
    2424*    Wordfind Quiz (Hangman Quiz)
    2525
    26 Please find examples how to use on the FAQ page.
     26Please find examples how to use and a detailed description of how you include the different types
     27of quizzes in an article or a page at http://helmut.hirner.at/2012/02/test-2/:HH -Quizzes .
    2728
    2829== Installation ==
     
    4950== Frequently Asked Questions ==
    5051
    51 When writing a page/post, you can use the follow syntax:
     52Please find examples how to use and a detailed description of how you include the different types
     53of quizzes in an article or a page at http://helmut.hirner.at/2012/02/test-2/:HH -Quizzes .
    5254
    53 Multiple Choice Quiz : **<div class="multiplechoice-quiz">
    54 
    55 Wer hat Amerika entdeckt? (Christoph Kolumbus) (!Marco Polo) (!James Cook)
    56 
    57 Welches Tier ist ein Säugetier? (!Hai) (Wal) (Känguru) (!Meise) (Maus) (!Biene)
    58 
    59 Wie lange dauerte der dreißigjährige Krieg? (!4 Jahre) (!10 Jahre) (!20 Jahre) (30 Jahre) (!9 Monate)
    60 
    61 </div>**
    62 
    63 For a crossword quiz, i.e. you could use:
    64 **
    65 <div class="kreuzwort-quiz">
    66             <h2 id="kreuzwort-quiz">Kleines Kreuzworträtsel</h2>
    67 
    68             <p>Beim Klick auf die Ziffern im Kreuzworträtsel öffnet sich ein Eingabefeld zum Eintragen.</p>
    69             <table>
    70                 <tr>
    71                     <td>Garten</td>
    72                     <td>bepflanzter Bereich um ein Haus</td>
    73                 </tr>
    74                 <tr>
    75 
    76                     <td>Biene</td>
    77                     <td>Insekt</td>
    78                 </tr>
    79                 <tr>
    80                     <td>Baum</td>
    81                     <td>Wald bildende Pflanze</td>
    82                 </tr>
    83 
    84                 <tr>
    85                     <td>Sonne</td>
    86                     <td>Himmelskörper, der nur am Tag zu sehen ist</td>
    87                 </tr>
    88                 <tr>
    89                     <td>Wind</td>
    90                     <td>wetterbestimmende Luftbewegung</td>
    91 
    92                 </tr>
    93                 <tr>
    94                     <td>Blume</td>
    95                     <td>allgemein für 'Pflanze, die blüht'</td>
    96                 </tr>
    97                 <tr>
    98                     <td>Birne</td>
    99 
    100                     <td>Baumobst</td>
    101                 </tr>
    102                 <tr>
    103                     <td>Schwein</td>
    104                     <td>Nutztier</td>
    105                 </tr>
    106                 <tr>
    107 
    108                     <td>Mütze</td>
    109                     <td>Kopfbedeckung</td>
    110                 </tr>
    111                 <tr>
    112                     <td>Pferd</td>
    113                     <td>Reittier</td>
    114                 </tr>
    115 
    116                 <tr>
    117                     <td>mäßig</td>
    118                     <td>Gegenteil von 'übertrieben'</td>
    119                 </tr>
    120             </table>
    121         </div>
    122 **
    123 
    124 Furthermore at http://wiki.zum.de/Hilfe:Quiz-Script_Framework
    12555== Screenshots ==
    126561. /assets/screenshot-1.png
     
    12858
    12959== Changelog ==
    130 = 1.1.1 (12-02-12) =
     60= 1.1.1 (29-04-14) =
    13161* more and better stylesheets added
    13262== Upgrade Notice ==
    133 = 1.1.1 ( 12-02-12 ) =
     63= 1.1.1 (29-04-14) =
    13464 * concerns stylesheets only
Note: See TracChangeset for help on using the changeset viewer.