WordPress Plugin „HH Quizzes“

(Last Updated On: 18. August 2014)

Update am 08.08.14: Habe soeben die ebenfalls von Felix Riesterer zur Verfügung gestellte Multilingual-Version hinzu gefügt und getestet. Die Sprachen de,(Deutsch), en (English), es (Español), fr (Français), it (Italiano), pl (Polski), la (Latin) werden einfach mit lang =“xx“ im div tag ausgewählt, um ein Quiz in einer der angeführten Sprachen zu kreieren.


Quiz-Script Framework
Ein wirklich nettes JavaScript-Framework (LGPL) von Felix Riesterer habe ich auf Quiz-Script Framework entdeckt und es als WordPress-Plugin verpackt, damit ich nicht bei jedem WordPress Update Änderungen vornehmen muss.
Es ist gut geeignet als Lehr- und Lernsoftware, das verschiedene interaktive Möglichkeiten erstellt werden können, um Inhalte spielerisch zu erlernen, abzufragen und den Wissensstand zu überprüfen.
Da das Quiz-Script-Framework wirklich einfach zu verwenden ist und ich selbst noch öfter davon Gebrauch machen werde, habe ich das WP-Plugin „HH Quizzes“, das einfach das Quiz-Script-Framework einbindet und ein wenig modifiziert auch ins WordPress Plugin-Verzeichnis hochgeladen, wo es jederzeit erhältlich ist: HH Quizzes, damit es auch andere WordPress-Benutzer nützen können.
Ich übernehme keine Verantwortung für eventuelle Fehler, aber bei mir funktioniert es auf WordPress 3.9 ganz gut, wie man auch an dem Beispiel unten sieht und an den weiteren, die ich hier noch verlinken werde.
Man kann das JavaSrcipt-Framework natürlich auch ohne Plugin selbst einbinden, Anweisungen dazu gibt es auf den unten angeführten Seiten und dort findet man auch Beispiele für alle möglichen Quizzes. Folgende Anwendungsbeispiele stammen von zum.de Quiz-Script-Framework:

Please use the text editor (not the visual editor) and write the tags just like in my examples „<p>, <strong> etc.“ are required.

  1. Zuordnungs-Quiz (paarweise; mit Drag&Drop)
    Matching Quiz (match pairs)
  2. Zuordnungs-Quiz (gruppenweise)
    Matching Quiz (match groups)
  3. Bilderpuzzle (basierend auf dem Lückentext-Quiz)
    Picture Puzzle (made with the gap fill quiz mechanism)
  4. Memo-Quiz
  5. Multiple Choice – Quiz
  6. Schüttelrätsel-Quiz (buchstabenweise; mit Eingabefeldern)
    Word Jumble Quiz
  7. Kreuzworträtsel
    Crossword Quiz
  8. Suchsel
    Word Search Puzzle
  9. Buchstabenraten (Hangman)
    Wordfind Quiz (Hangman Quiz)

Weiter Links und Beispiele dazu:
Beispiele vom Autor des Quiz-Script-Frameworks
Hilfe:Quiz-Script Framework hier können Beispiele für die Anwendung gefunden werden.
Zuordnungs-​Rätsel: Englische Farbwörter – Theodorschule Paderborn
Zuordnungs-​Rätsel: Tierklassen – Theodorschule Paderborn
Unterrichtsmedien

(12767)


History

15 Gedanken zu „WordPress Plugin „HH Quizzes““

  1. Pingback: HH-Quizzes | WP Plugin Directory
  2. Habe soeben die ebenfalls von Felix Riesterer zur Verfügung gestellte Multilingual-Version hinzu gefügt und getestet. Die Sprachen de,(Deutsch), en (English), es (Español), fr (Français), it (Italiano), pl (Polski), la (Latin) werden einfach mit lang =”xx” im div tag ausgewählt, um ein Quiz in einer der angeführten Sprachen zu kreieren.

  3. Hello Helmut.

    Me again (sorry…).
    I’ve tried to know how to active multilingual option in HH-Quizzes, but I’m not capable.
    Can you give me some indications?

    Thanks you for your time and work.

    Sincerely,

    Gabriel.

    1. Du entschuldigst dich? Also du bist wirklich sehr hilfreich, danke. Obwohl ich dachte, jetzt funktioniert alles, aber das habe ich leider wieder übersehen. Ich werde die multilingual.js, die Felix Riesterer ja bereit stellt, gleich (noch diese Woche jedenfalls) einbinden. Danke nochmals für den Hinweis.
      You apologize? So you are really very helpful, thank you. Although I thought now everything works, but I forgott to enable multilingual.js again. I’ll just embed it, because Felix Riesterer provided it already. Thanks again for the note.

  4. Hi Helmut,

    I´ve just installed HHQuizz but the plugin doesn´t work.
    I´ve got WP 3.9.1 version.
    Could you help me, please?

    Thanks in advance!

    1. Hi Beatriz, Doesn’t work is not much information. I use it also with 3.9.1 and as I wrote below it works fine.
      The easiest test is to do with the following code:
      <div class="lueckentext-quiz">
      <p>Das <strong>Internet (weltweites Computernetz)</strong> weiß alles.</p>
      </div>

      If that works, all other quizzes will work to, if you enter the code exactly as in my examples. All that work and I did nothing except install HH quizzes.
      Please let me know, if the example above works for you.
      Thks, Helmut

      Of course, you have to use the text mode and not in the visual one, to write this tags.

  5. Hi Helmut,

    I installed the plugin but I don’t get it working.

    Do you have a simple instruction on how this works?

    Kind regards,

    Bas

    1. Hi Bas,
      Thanks for your comment, so the easiest test I can give you is the following code:
      <div class="lueckentext-quiz">
      <p>Das <strong>Internet (weltweites Computernetz)</strong> weiß alles.</p>
      </div>

      For result see at „https://helmut.hirner.at/test/“ (deaktiviert, da nicht mehr erforderlich)
      I did nothing, but install HH-Quizzes, aktivate and put above code in an artikle. Appreciate you answer, please try it.
      First I see:
      after input:
      and after click on „prüfen“:

  6. @Alex You can not use the code directly as you wrote, but I have given examples here, which show you, how you can use the different types.

  7. So, jetzt habe ich das Plugin wieder ins WP-Plugin Verzeichnis geladen, siehe HH-Quizzes. Dabei habe ich bemerkt, dass die Version von früher auch noch vorhanden ist, aber nicht öffentlich angezeigt wird. Du meine Güte, jetzt muss ich mir svn wohl genauer ansehen, denn ich habe keinen blassen Schimmer mehr. Aber es gibt ja Subversion bzw. Version Control with Subversion [DRAFT]. Mal schauen, ob ich das alte Plugin „hh-quiz“ irgendwie löschen kann und wie ich die Dateien vom neuen editieren kann.
    Ha, wusste ich’s doch, zu Subversion habe ich mir schon einmal eine Notiz angelegt.

  8. Hi! In your plugin there is an example of a crossword quiz and a multiple choice quiz. These codes work greatly! For other examples you give a link to https://wiki.zum.de/Hilfe:Quiz-Script_Framework . You know, I took the sample code for the matching quiz out of there:

    {|
    |-
    | [[Bild:4706bee.web.jpg|60px]] || Biene
    |-
    | [[Bild:Rote_Birne.jpg|60px]] || Birne
    |-
    | [[Bild:Gluecks_schwein.jpg]] || Glücksschwein
    |}

    This code didn’t work at all.
    As I see, the code must look somehow different. Could you give corrected examples, please?

    Thanks a lot!

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert