Quizz/en: Unterschied zwischen den Versionen

    Aus IgameRPG Docu
    (Die Seite wurde neu angelegt: „Quizz or also called MoxQuizz is a German quizzscript from the manufacturer Moxxon.<br/> Source: [http://moxquizz.de/ http://moxquizz.de/]  “)
    (Die Seite wurde neu angelegt: „ “)
    Zeile 22: Zeile 22:
    Here are a few commands that are sent to the bot via /msg to ask user questions or do other things.
    Here are a few commands that are sent to the bot via /msg to ask user questions or do other things.


    <div lang="de" dir="ltr" class="mw-content-ltr">
    '''!userquest <question>::<answer>::<regexp>'''<br/> <br/> Asks a user question. Enter at least one question<br/> and answer. Optional regexp is a TCL regexp to match. "::" separates the elements. You can also enclose a range in the answer with #...# to mark text for guess generation and answer matching. Your can then use '''!usertip''','''!usersolve''' and '''!usercancel'''.<br/> Example: '''!userquest Who is my author?::moxon'''
    '''!userquest <question>::<answer>::<regexp>'''<br/> <br/> Stellt eine Benutzerfrage. Gebe mindestens eine Frage an<br/> und antworte. Optionaler regexp ist ein TCL-Regexp, der übereinstimmen soll. "::" trennt die Elemente. Du kannst außerdem einen Bereich in die Antwort mit #...# einschließen, um Text für die Tippgenerierung und Antwortübereinstimmung zu markieren. Dein kann dann '''!usertip''','''!usersolve''' und '''!usercance'''l verwenden.<br/> Beispiel: '''!userquest Who is my author?::Moxon'''
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    '''!usertip <tip>'''
    '''!usertip <tip>'''
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    Instantly places a tip while in your userquest. Without a <tip>, a standard tip is output. The <tip> is added to the list of generated tips<br/> and also saved.
    Platziert sofort einen Tipp während du in deiner Userquest bist. Ohne <tip> wird ein Standardtipp ausgegeben. Der <tip> wird in die Liste der generierten Tips eingefügt<br/> und auch gespeichert.
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    '''!usercancel'''
    '''!usercancel'''
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    Cancel a specific user question or the question in the previous.
    Storniere eine bestimmte Benutzerfrage oder die Frage im zuvor.
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    '''!usersolve'''
    '''!usersolve'''
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    Solves your user question
    Löst deine Benutzerfrage
    </div>


    <div lang="de" dir="ltr" class="mw-content-ltr">
    &nbsp;
    &nbsp;
    </div>

    Version vom 7. Februar 2023, 16:08 Uhr

    Return to the previous page

    Quizz or also called MoxQuizz is a German quizzscript from the manufacturer Moxxon.
    Source: http://moxquizz.de/  

    This quizzscript has some commands that I will list and explain here.
    Here you have to answer questions to get into the Allstars table or simply to expand your knowledge.  

    The game is played in the #Quizz room  

    Commands:

    • !allstars <n> - shows you the first n positions in the current allstars table. If omitted, n defaults to 10.
    • !ask - starts the quiz after it is paused/initialized or /msgs the user with the actual question if a question is open.
    • !connent <txt> - comment errors, typos and anything else you want to report. If you refer to a question, be sure to include its number!
    • !rank <nick> - shows you the first n positions in the current ranking. If omitted, n defaults to 10.
    • !score <nick> - Displays your score or <nick>'s score in the Allstars table.
    • !revolt - can be used to indicate that a user dislikes a question. The script accepts revolts after at least one tip is given and automatically resolves if more than 50 percent of the people who said something within the last 'useractivetime' seconds (default 4 minutes) revolt.
    • !qhelp - Displays the help.
    • !rules - The rules in the #Quizz
    • !version - The version of the script

    Here are a few commands that are sent to the bot via /msg to ask user questions or do other things.

    !userquest <question>::<answer>::<regexp>

    Asks a user question. Enter at least one question
    and answer. Optional regexp is a TCL regexp to match. "::" separates the elements. You can also enclose a range in the answer with #...# to mark text for guess generation and answer matching. Your can then use !usertip,!usersolve and !usercancel.
    Example: !userquest Who is my author?::moxon

    !usertip <tip>

    Instantly places a tip while in your userquest. Without a <tip>, a standard tip is output. The <tip> is added to the list of generated tips
    and also saved.

    !usercancel

    Cancel a specific user question or the question in the previous.

    !usersolve

    Solves your user question