Changeset 904429
- Timestamp:
- 04/28/2014 11:38:40 PM (12 years ago)
- File:
-
- 1 edited
-
hh-quizzes/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hh-quizzes/trunk/readme.txt
r903285 r904429 24 24 * Wordfind Quiz (Hangman Quiz) 25 25 26 Please find examples how to use on the FAQ page. 26 Please find examples how to use and a detailed description of how you include the different types 27 of quizzes in an article or a page at http://helmut.hirner.at/2012/02/test-2/:HH -Quizzes . 27 28 28 29 == Installation == … … 49 50 == Frequently Asked Questions == 50 51 51 When writing a page/post, you can use the follow syntax: 52 Please find examples how to use and a detailed description of how you include the different types 53 of quizzes in an article or a page at http://helmut.hirner.at/2012/02/test-2/:HH -Quizzes . 52 54 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_Framework125 55 == Screenshots == 126 56 1. /assets/screenshot-1.png … … 128 58 129 59 == Changelog == 130 = 1.1.1 ( 12-02-12) =60 = 1.1.1 (29-04-14) = 131 61 * more and better stylesheets added 132 62 == Upgrade Notice == 133 = 1.1.1 ( 12-02-12) =63 = 1.1.1 (29-04-14) = 134 64 * concerns stylesheets only
Note: See TracChangeset
for help on using the changeset viewer.