Formular:GutachtenAuspragungForm: Unterschied zwischen den Versionen

Aus smw-dev03
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(74 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
== 📋 Gutachten erstellen oder bearbeiten ==
== 📋 Gutachten erstellen oder bearbeiten ==
{{#info:Der Seitenname wird automatisch erstellt als: '''Vorname_Nachname_Matrikelnummer'''.}}
{{#info:Der Seitenname wird automatisch erstellt als: '''Vorname_Nachname_Matrikelnummer'''.}}
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<div style="margin-bottom:15px;">
<div style="margin-bottom:15px;">
Zeile 11: Zeile 10:
     | link text=Neues Gutachten erstellen
     | link text=Neues Gutachten erstellen
     | link type=button
     | link type=button
    |link=none
     | class=btn btn-success
     | class=btn btn-success
   }}
   }}
Zeile 19: Zeile 19:
{{{info|
{{{info|
add title=Gutachten erstellen|
add title=Gutachten erstellen|
page name=<GutachtenAuspragung[Matrikelnummer]>|
page name=<GutachtenProzess[Vorname]>_<GutachtenProzess[Nachname]>_<GutachtenProzess[Matrikelnummer]>|
edit title=Gutachten bearbeiten
edit title=Gutachten bearbeiten
}}}
}}}
{{{for template|GutachtenProzess}}}
= Stammdaten =
= Stammdaten =
{{{for template|Studierende|label=Vorlage zum Anlegen von Studierenden}}}
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
   <!-- Vorname -->
   <!-- Vorname -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:5px;">
     <h3 style="font-size: 1.2em; color: #34495e;">Vorname</h3>
     <h3 style="font-size:1.2em;color:#34495e;margin:0 0 4px 0;">Vorname</h3>{{{field|Vorname|input type=text|label=|mandatory|class=form-control|style=width:300px;margin-top:2px;}}}</div>
    {{{field|Vorname
      | mandatory
      | placeholder=Vorname des Studierenden
      | class=form-control
      | style=width: 300px;
    }}}
  </div>
 
   <!-- Nachname -->
   <!-- Nachname -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size: 1.2em; color: #34495e;">Nachname</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Nachname</h3>
    {{{field|Nachname
{{{field|Nachname|mandatory|class=form-control|style=width:300px;}}}</div>
      | mandatory
      | placeholder=Nachname des Studierenden
      | class=form-control
      | style=width: 300px;
    }}}
  </div>
 
   <!-- Matrikelnummer -->
   <!-- Matrikelnummer -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size: 1.2em; color: #34495e;">Matrikelnummer</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Matrikelnummer</h3>{{{field|Matrikelnummer|mandatory|class=form-control|style=width:200px;}}}</div>
    {{{field|Matrikelnummer
      | values from property=Matrikelnummer
      | class=form-control
      | style=width: 200px;
    }}}
  </div>
 
   <!-- Studiengang -->
   <!-- Studiengang -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size: 1.2em; color: #34495e;">Studiengang</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Studiengang</h3>{{{field|Studiengang|input type=dropdown|values from category=Studiengang|mandatory|class=form-control|style=width:300px;}}}</div>
    {{{field|Studiengang
      | input type=dropdown
      | property=Studiengang
      | values from category=Studiengang
      | mandatory
      | class=form-control
      | style=width: 300px;
    }}}
  </div>
 
   <!-- Fachsemester -->
   <!-- Fachsemester -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size: 1.2em; color: #34495e;">Fachsemester</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Fachsemester</h3>{{{field|Fachsemester|input type=number|mandatory|class=form-control|style=width:100px;}}}</div>
    {{{field|Fachsemester
      | input type=number
      | mandatory
      | placeholder=z. B. 4
      | class=form-control
      | style=width: 100px;
    }}}
  </div>
 
</div>
</div>
{{{end template}}}
= Bachelor-Modul =
= Bachelor-Modul =
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
  {{{for template|Bachelormodul}}}
   <!-- Semester -->
   <!-- Semester -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Semester</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Semester</h3>
    {{{field|Semester
{{{field|Semester|input type=dropdown|values from property=Semester|class=form-control|style=width:300px;}}}
      | input type=dropdown
      | values from property=Semester
      | class=form-control
      | style=width:300px;
    }}}
   </div>
   </div>
   <!-- Status -->
   <!-- Status -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Status</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Status</h3>
    {{{field|Status
{{{field|Status|input type=dropdown|property=Status|values from category=BachelorModulStatus|class=form-control|style=width:300px;}}}
      | input type=dropdown
      | property=Status
      | values from category=BachelorModulStatus
      | class=form-control
      | style=width:300px;
    }}}
   </div>
   </div>
   <!-- Firma -->
   <!-- Firma -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Firma (optional)</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Firma (optional)</h3>
    {{{field|Firma
{{{field|Firma|input type=text|class=form-control|style=width:300px;}}}
      | input type=text
      | class=form-control
      | style=width:300px;
    }}}
   </div>
   </div>
   <!-- Titel der Arbeit -->
   <!-- Titel der Arbeit -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Titel der Arbeit</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Titel der Arbeit</h3>
    {{{field|TitelDerArbeit
{{{field|TitelDerArbeit|input type=textarea|rows=2|class=form-control|style=width:400px;}}}
      | input type=textarea
      | rows=2
      | class=form-control
      | style=width:400px;
    }}}
   </div>
   </div>
 
  <!-- Datumfelder -->
<div style="display: flex; gap: 10px;">
  <div style="display:flex;gap:10px;">
  <div style="flex: 1;">
    <div style="flex:1;">
    <h3>Anmeldedatum</h3>
      <h3>Anmeldedatum</h3>
    {{{field|Anmeldedatum
{{{field|Anmeldedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
      | input type=datepicker
    </div>
      | date format=DD.MM.YYYY
    <div style="flex:1;">
       | first date=01.01.2023
       <h3>Abgabedatum</h3>
      | last date=31.12.2030
{{{field|Abgabedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
      | class=form-control
    </div>
    }}}
   </div>
   </div>
 
  <!-- Referent & Koreferent -->
   <div style="flex: 1;">
   <div style="display:flex;gap:20px;margin-top:15px;">
    <h3>Abgabedatum</h3>
    <div style="flex:1;">
     {{{field|Abgabedatum
      <h3>Referent</h3>{{{field|Referent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
      | input type=datepicker
     </div>
      | date format=DD.MM.YYYY
    <div style="flex:1;">
      | first date=01.01.2023
      <h3>Koreferent</h3>{{{field|Koreferent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
      | last date=31.12.2030
    </div>
      | class=form-control
    }}}
   </div>
   </div>
</div>
</div>
= Gutachten =
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<!-- Bewertungsbereich: Komplexität & Umfang -->
<!--{{BereichFormularFeld|Bewertungsbereich=Komplexität und Umfang}} -->
<!-- Bewertungsbereich: Schriftliche Ausarbeitung -->
<!--{{BereichFormularFeld|Bewertungsbereich=Schriftliche Ausarbeitung}}-->


<div style="display:flex; gap:20px; margin-bottom:15px;">
{{BereichFormularFeld|Bewertungsbereich=Problemstellung und Komplexität des Themas}}
  <div style="flex:1;">
{{BereichFormularFeld|Bewertungsbereich=Qualität der schriftlichen Ausarbeitung}}
    <h3 style="font-size:1.2em;color:#34495e;">Referent</h3>
{{BereichFormularFeld|Bewertungsbereich=Systematik und Wissenschaftlichkeit}}
    {{{field|Referent
      | input type=dropdown
      | values={{#ask: [[Kategorie:Dozent]]
        |?Has fullname
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |sep=,
      }}
      | class=form-control
      | style=width:100%;
    }}}
  </div>
  <div style="flex:1;">
    <h3 style="font-size:1.2em;color:#34495e;">Koreferent</h3>
    {{{field|Koreferent
      | input type=dropdown
      | values={{#ask: [[Kategorie:Dozent]]
        |?Has fullname
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |sep=,
      }}
      | class=form-control
      | style=width:100%;
    }}}
  </div>
</div>
  {{{end template}}}
</div>


= Gutachten =
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
{{{for template|GutachtenAuspragung}}}
<div style="margin-bottom:15px;">
  <h3>Matrikelnummer des Studierenden:</h3>
  {{{field|Matrikelnummer
    | input type=dropdown
    | values from property=Matrikelnummer
    | property=Matrikelnummer
    | mandatory
    | class=form-control
    | style=width: 200px;
  }}}
</div>
<div style="margin-bottom: 20px;">
  <h2 style="font-size: 1.8em; color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 5px; margin-bottom: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
    🔍 Komplexität und Umfang
  </h2>
  <div style="margin-bottom: 15px;">
    <h3 style="font-size: 1.4em; color: #34495e; margin-bottom: 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Methodik
    </h3>
    <p style="color: #7f8c8d; margin-bottom: 5px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Wählen Sie die passenden Ausprägungen für Methodik aus:
    </p>
    <div class="checkbox-container" style="background-color: #fff; padding: 10px; border: 1px solid #dfe6e9; border-radius: 5px;">
      {{{field|MethodikAuspraegungen
      | input type=checkboxes
      | property=Ausprägungen
      | values={{#ask: [[Category:Kriterium]] [[Has name::Methodik]]
        |?Has Ausprägungen
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |propsep=,
        |valuesep=,
        |sep=,
        |prefix=none
      }}
      | delimiter=,
      | class=checkbox-list}}}</div>
  </div>
  <div style="margin-bottom: 15px;">
    <h3 style="font-size: 1.4em; color: #34495e; margin-bottom: 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Eigene Beiträge
    </h3>
    <p style="color: #7f8c8d; margin-bottom: 5px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Wählen Sie die passenden Ausprägungen für Eigene Beiträge aus:
    </p>
    <div class="checkbox-container" style="background-color: #fff; padding: 10px; border: 1px solid #dfe6e9; border-radius: 5px;">
      {{{field|EigeneBeitraegeAuspraegungen
      | input type=checkboxes
      | property=Ausprägungen
      | values={{#ask: [[Category:Kriterium]] [[Has name::Eigene Beiträge]]
        |?Has Ausprägungen
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |propsep=,
        |valuesep=,
        |sep=,
        |prefix=none
      }}
      | delimiter=,
      | class=checkbox-list}}}</div>
  </div>
  <div style="margin-bottom: 15px;">
    <h3 style="font-size: 1.4em; color: #34495e; margin-bottom: 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Problembeschreibung
    </h3>
    <p style="color: #7f8c8d; margin-bottom: 5px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Wählen Sie die passenden Ausprägungen für Problembeschreibung aus:
    </p>
    <div class="checkbox-container" style="background-color: #fff; padding: 10px; border: 1px solid #dfe6e9; border-radius: 5px;">
      {{{field|ProblembeschreibungAuspraegungen
      | input type=checkboxes
      | property=Ausprägungen
      | values={{#ask: [[Category:Kriterium]] [[Has name::Problembeschreibung]]
        |?Has Ausprägungen
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |propsep=,
        |valuesep=,
        |sep=,
        |prefix=none
      }}
      | delimiter=,
      | class=checkbox-list
      }}}</div>
</div>
<div style="margin-bottom: 20px;">
  <h2 style="font-size: 1.8em; color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 5px; margin-bottom: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
    ✍️ Schriftliche Ausarbeitung
  </h2>
  <div style="margin-bottom: 15px;">
    <h3 style="font-size: 1.4em; color: #34495e; margin-bottom: 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Rechtschreibung und Grammatik
    </h3>
    <p style="color: #7f8c8d; margin-bottom: 5px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
      Wählen Sie die passenden Ausprägungen für Rechtschreibung und Grammatik aus:
    </p>
    <div class="checkbox-container" style="background-color: #fff; padding: 10px; border: 1px solid #dfe6e9; border-radius: 5px;">
      {{{field|RechtschreibungUndGrammatikAuspraegungen
      | input type=checkboxes
      | property=Ausprägungen
      | values={{#ask: [[Category:Kriterium]] [[Has name::Rechtschreibung und Grammatik]]
        |?Has Ausprägungen
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |propsep=,
        |valuesep=,
        |sep=,
        |prefix=none
      }}
      | delimiter=,
      | class=checkbox-list
      }}}</div>
</div>
</div>
</div>
<!-- Referent -->
  <!-- Notenangaben -->
<div class="dozent-unterschrift">
  <div style="background:#f8f9fa;padding:15px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:25px;">
  <h3 style="font-size: 1.4em; color: #34495e; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
    <h2 style="font-size:1.6em;color:#2c3e50;margin-bottom:15px;">
     Referent
      Notenangaben
  </h3>
     </h2>
  <p style="color: #7f8c8d; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
    <table style="width:100%;border-collapse:collapse;">
    Wählen Sie den Referenten aus:
      <tr style="text-align:left;color:#34495e;font-weight:bold;">
  </p>
        <th style="width:20%;padding-bottom:8px;"></th>
  <div class="checkbox-container" style="padding: 2px; margin: 0;">
        <th style="width:30%;padding-bottom:8px;">Bachelorarbeit</th>
    {{{field|Referent
        <th style="width:30%;padding-bottom:8px;">Kolloquium</th>
    | input type=dropdown
        <th style="width:20%;padding-bottom:8px;text-align:center;">Unterschrift ✓</th>
    | values={{#ask: [[Kategorie:Dozent]]
      </tr> <tr style="vertical-align:middle;">
      |?Has fullname
        <td style="padding:8px;color:#34495e;font-weight:600;">Referent</td>
      |format=plainlist
        <td style="padding:8px;">
      |headers=hide
          {{{field|note_ba_ref|input type=dropdown|values from property=Hat Note Wert|class=form-control|style=width:100%;}}}
      |mainlabel=-
        </td>
      |sep=,
        <td style="padding:8px;">
    }}
          {{{field|note_koll_ref|input type=dropdown|values from property=Hat Note Wert|class=form-control|style=width:100%;}}}
    | mandatory
        </td><td style="padding:8px;text-align:center;">{{{field|ReferentHatUnterschrieben|input type=checkbox}}}</td>
    | class=form-control
      </tr><tr style="vertical-align:middle;"><td style="padding:8px;color:#34495e;font-weight:600;">Koreferent</td>
    | style=width: 200px; margin: 0;
        <td style="padding:8px;">
    }}}
          {{{field|note_ba_koref|input type=dropdown|values from property=Hat Note Wert|class=form-control|style=width:100%;}}}
  </div>
        </td><td style="padding:8px;">
  <p style="margin-top: 10px;">Note Bachelorarbeit:</p>
          {{{field|note_koll_koref|input type=dropdown|values from property=Hat Note Wert|class=form-control|style=width:100%;}}}
  {{{field|note_ba_ref
        </td><td style="padding:8px;text-align:center;">
    | input type=dropdown
          {{{field|KoreferentHatUnterschrieben|input type=checkbox}}}</td></tr></table></div>
    | values from property=Hat Note Wert
    | class=form-control
    | style=width: 120px;
  }}}
  <p>Note Kolloquium:</p>
  {{{field|note_koll_ref
    | input type=dropdown
    | values from property=Hat Note Wert
    | class=form-control
    | style=width: 120px;
  }}}
  <div class="unterschrift-row" style="gap: 4px; margin: 0; margin-top: 10px;">
    <p style="color: #7f8c8d; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
      Unterschrift einfügen
    </p>
    <div class="unterschrift-checkbox-container unterschrift-checkbox">
      {{{field|ReferentHatUnterschrieben
      | input type=checkbox
      }}}
    </div>
  </div>
</div>
<!-- Koreferent -->
<div class="dozent-unterschrift">
  <h3 style="font-size: 1.4em; color: #34495e; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
    Koreferent
  </h3>
  <p style="color: #7f8c8d; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
    Wählen Sie den Koreferenten aus:
  </p>
  <div class="checkbox-container" style="padding: 2px; margin: 0;">
    {{{field|Koreferent
    | input type=dropdown
    | values={{#ask: [[Kategorie:Dozent]]
      |?Has fullname
      |format=plainlist
      |headers=hide
      |mainlabel=-
      |sep=,
    }}
    | mandatory
    | class=form-control
    | style=width: 200px; margin: 0;
    }}}
  </div>
  <p style="margin-top: 10px;">Note Bachelorarbeit:</p>
  {{{field|note_ba_koref
    | input type=dropdown
    | values from property=Hat Note Wert
    | class=form-control
    | style=width: 120px;
  }}}
  <p>Note Kolloquium:</p>
  {{{field|note_koll_koref
    | input type=dropdown
    | values from property=Hat Note Wert
    | class=form-control
    | style=width: 120px;
  }}}
  <div class="unterschrift-row" style="gap: 4px; margin: 0; margin-top: 10px;">
    <p style="color: #7f8c8d; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;">
      Unterschrift einfügen
    </p>
    <div class="unterschrift-checkbox-container unterschrift-checkbox">
      {{{field|KoreferentHatUnterschrieben
      | input type=checkbox
      }}}
    </div>
  </div>
</div>
</div>
{{{end template}}}
{{{end template}}}
<headertabs/>
<headertabs/>
</includeonly>
</includeonly>

Aktuelle Version vom 6. Oktober 2025, 13:47 Uhr

This form allows users to add or edit Ausprägungen for a Gutachten.

📋 Gutachten erstellen oder bearbeiten

Der Seitenname wird automatisch erstellt als: Vorname_Nachname_Matrikelnummer.