Zum Inhalt

Moodle-Block

Mit diesem Info-Block machen Sie Ihre Studierenden direkt im Moodle-Kurs auf KIWI aufmerksam. Der Block erklärt in drei Zeilen, was KIWI kann, und enthält Buttons zur Registrierung und zum Login.

Die Einbindung ist freiwillig. Sie hilft aber sehr, damit möglichst viele Studierende KIWI auch nutzen.

So binden Sie den Block ein

  1. Im Moodle-Kurs Aktivität oder Material anlegen und Text- und Medienfeld auswählen.
  2. Im Editor auf Werkzeuge und dann Quellcode klicken.
  3. Den HTML-Code von unten hineinkopieren.
  4. Speichern.

Wenn Sie Unterstützung beim Einbauen brauchen, melden Sie sich bei kiwi@uni-jena.de.

HTML-Code zum Kopieren

Klicken Sie rechts oben im Kasten auf das Kopiersymbol.

<table style="max-width: 800px; width: 100%; margin: 0 auto;" width="800"
  cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td
        style="padding: 32px 24px; color: #2d2929; font-size: 15px; line-height: 1.6; text-align: center;">
        <h2 style="color: #032f5a; margin: 0 0 16px;">KIWi – Dein
          KI-Lernassistent</h2>
        <p>Für dieses Modul steht dir <strong>KIWi</strong> zur Verfügung, eine
          KI-gestützte Lernplattform der Universität Jena, die dich beim Lernen
          begleitet.</p>
        <table style="margin: 16px auto;" width="100%" cellspacing="0"
          cellpadding="0">
          <tbody>
            <tr>
              <td style="padding: 6px 0;">
                <table style="border-radius: 8px; overflow: hidden;"
                  width="100%" cellspacing="0" cellpadding="0">
                  <tbody>
                    <tr>
                      <td
                        style="background-color: #8b5cf6; width: 48px; text-align: center; vertical-align: middle; padding: 12px;">
                        <img style="display: block; margin: 0 auto;"
                          src="https://kiwi.uni-jena.de/headphones.png"
                          alt="Wiederholen" width="24" height="24"></td>
                      <td
                        style="background-color: #ffffff; padding: 12px 16px; vertical-align: top; text-align: left;">
                        <strong
                          style="color: #2d2929;">Wiederholen</strong><br><span
                          style="font-size: 13px; color: #52525b;">Höre
                          Vorlesungsinhalte als Podcast und wiederhole in deinem
                          eigenen Tempo.</span></td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
            <tr>
              <td style="padding: 6px 0;">
                <table style="border-radius: 8px; overflow: hidden;"
                  width="100%" cellspacing="0" cellpadding="0">
                  <tbody>
                    <tr>
                      <td
                        style="background-color: #0ea5e9; width: 48px; text-align: center; vertical-align: middle; padding: 12px;">
                        <img style="display: block; margin: 0 auto;"
                          src="https://kiwi.uni-jena.de/message-square.png"
                          alt="Verstehen" width="24" height="24"></td>
                      <td
                        style="background-color: #ffffff; padding: 12px 16px; vertical-align: top; text-align: left;">
                        <strong
                          style="color: #2d2929;">Verstehen</strong><br><span
                          style="font-size: 13px; color: #52525b;">Stelle Fragen
                          zu den Vorlesungsinhalten und werde durch Rückfragen
                          zum Mitdenken angeregt.</span></td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
            <tr>
              <td style="padding: 6px 0;">
                <table style="border-radius: 8px; overflow: hidden;"
                  width="100%" cellspacing="0" cellpadding="0">
                  <tbody>
                    <tr>
                      <td
                        style="background-color: #eab308; width: 48px; text-align: center; vertical-align: middle; padding: 12px;">
                        <img style="display: block; margin: 0 auto;"
                          src="https://kiwi.uni-jena.de/brain.png" alt="Prüfen"
                          width="24" height="24"></td>
                      <td
                        style="background-color: #ffffff; padding: 12px 16px; vertical-align: top; text-align: left;">
                        <strong style="color: #2d2929;">Prüfen</strong><br><span
                          style="font-size: 13px; color: #52525b;">Beantworte
                          Fragen und verfolge deinen Fortschritt vom Anfänger
                          zum Experten.</span></td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
          </tbody>
        </table>
        <p
          style="margin: 0 0 4px 0; font-size: 14px; line-height: 1.6; color: #52525b;">
          KIWi liefert nur verlässliche Antworten aus geprüften Quellen, passt
          sich an deinen Lernfortschritt an und schützt deine Daten.</p>
        <table style="margin: 24px auto;" cellspacing="0" cellpadding="0"
          align="center">
          <tbody>
            <tr>
              <td
                style="background-color: #032f5a; border-radius: 6px; padding: 12px 28px;">
                <a style="color: #ffffff; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-block;"
                  href="https://kiwi.uni-jena.de/register">Jetzt
                  registrieren</a></td>
              <td style="width: 12px;"> </td>
              <td
                style="border: 2px solid #032f5a; border-radius: 6px; padding: 10px 28px;">
                <a style="color: #032f5a; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-block;"
                  href="https://kiwi.uni-jena.de">Einloggen</a></td>
            </tr>
          </tbody>
        </table>
        <p style="margin: 16px 0 0 0; font-size: 13px; color: #6b7280;"><a
            style="color: #032f5a; text-decoration: none;"
            href="https://kiwi.uni-jena.de">kiwi.uni-jena.de</a></p>
      </td>
    </tr>
  </tbody>
</table>