Formular:GutachtenAuspragungForm: Unterschied zwischen den Versionen

Aus smw-dev03
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(36 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: 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 25: Zeile 26:
<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|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|mandatory|class=form-control|style=width:300px;}}}
{{{field|Nachname|mandatory|class=form-control|style=width:300px;}}}</div>
  </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|mandatory|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|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|class=form-control|style=width:100px;}}}
  </div>
</div>
</div>
= Bachelor-Modul =
= Bachelor-Modul =
Zeile 55: Zeile 47:
   <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|input type=dropdown|values from property=Semester|class=form-control|style=width:300px;}}}
{{{field|Semester|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|input type=dropdown|property=Status|values from category=BachelorModulStatus|class=form-control|style=width:300px;}}}
{{{field|Status|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|input type=text|class=form-control|style=width:300px;}}}
{{{field|Firma|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|input type=textarea|rows=2|class=form-control|style=width:400px;}}}
{{{field|TitelDerArbeit|input type=textarea|rows=2|class=form-control|style=width:400px;}}}
   </div>
   </div>
   <!-- Datumfelder -->
   <!-- Datumfelder -->
Zeile 76: Zeile 68:
     <div style="flex:1;">
     <div style="flex:1;">
       <h3>Anmeldedatum</h3>
       <h3>Anmeldedatum</h3>
      {{{field|Anmeldedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
{{{field|Anmeldedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
     </div>
     </div>
     <div style="flex:1;">
     <div style="flex:1;">
       <h3>Abgabedatum</h3>
       <h3>Abgabedatum</h3>
      {{{field|Abgabedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
{{{field|Abgabedatum|input type=datepicker|date format=dd.mm.yy|class=form-control}}}
     </div>
     </div>
   </div>
   </div>
Zeile 86: Zeile 78:
   <div style="display:flex;gap:20px;margin-top:15px;">
   <div style="display:flex;gap:20px;margin-top:15px;">
     <div style="flex:1;">
     <div style="flex:1;">
       <h3>Referent</h3>
       <h3>Referent</h3>{{{field|Referent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
      {{{field|Referent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
     </div>
     </div>
     <div style="flex:1;">
     <div style="flex:1;">
       <h3>Koreferent</h3>
       <h3>Koreferent</h3>{{{field|Koreferent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
      {{{field|Koreferent|input type=dropdown|values={{#ask:[[Kategorie:Dozent]]|?Has fullname|format=plainlist|headers=hide|mainlabel=-|sep=,}}|class=form-control}}}
     </div>
     </div>
   </div>
   </div>
Zeile 97: Zeile 87:
= Gutachten =
= 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;">
<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;">
<!-- Komplexität & Umfang -->
<!-- Bewertungsbereich: Komplexität & Umfang -->
<div style="margin-bottom:20px;">
<!--{{BereichFormularFeld|Bewertungsbereich=Komplexität und Umfang}} -->
  <h3 style="font-size:1.4em;color:#34495e;">Komplexität und Methodik</h3>
<!-- Bewertungsbereich: Schriftliche Ausarbeitung -->
  <!-- Komplexität & Umfang -->
<!--{{BereichFormularFeld|Bewertungsbereich=Schriftliche Ausarbeitung}}-->
<div style="margin-bottom:20px;">
 
  <h3 style="font-size:1.4em;color:#34495e;">Komplexität und Methodik</h3>
{{BereichFormularFeld|Bewertungsbereich=Problemstellung und Komplexität des Themas}}
  {{{field|MethodikAuspraegungen
{{BereichFormularFeld|Bewertungsbereich=Qualität der schriftlichen Ausarbeitung}}
    |input type=checkboxes
{{BereichFormularFeld|Bewertungsbereich=Systematik und Wissenschaftlichkeit}}
    |property=Ausprägungen
 
    |values={{#arraymaptemplate:
      {{#ask: 
        [[Kriterium::Methodik]]          <!-- trifft nur die Subobjekte -->
        [[Index::+]]
        |?Index
        |?Auspragungstext
        |format=template
        |template=ValuePair
        |named args=yes
        |headers=hide
        |sep=,
      }}
    |StripComma|,|,}}
    |delimiter=,
    |class=checkbox-list
  }}}
</div>
</div>
</div>
  <div style="margin-bottom:20px;">
    <h3 style="font-size:1.4em;color:#34495e;">Eigene Beiträge</h3>
    {{{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=- |sep=,
      }}
      |delimiter=, |class=checkbox-list
    }}}
  </div>
  <div style="margin-bottom:20px;">
    <h3 style="font-size:1.4em;color:#34495e;">Problembeschreibung</h3>
    {{{field|ProblembeschreibungAuspraegungen
      |input type=checkboxes
      |property=Ausprägungen
      |values={{#ask: [[Category:Kriterium]] [[Has name::Problembeschreibung]]
        |?Has Ausprägungen |format=plainlist |headers=hide |mainlabel=- |sep=,
      }}
      |delimiter=, |class=checkbox-list
    }}}
  </div>
  <!-- Schriftliche Ausarbeitung -->
  <div style="margin-bottom:20px;">
    <h3 style="font-size:1.4em;color:#34495e;">Rechtschreibung & Grammatik</h3>
    {{{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=- |sep=,
      }}
      |delimiter=, |class=checkbox-list
    }}}
  </div>
   <!-- Notenangaben -->
   <!-- Notenangaben -->
   <div style="background:#f8f9fa;padding:15px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:25px;">
   <div style="background:#f8f9fa;padding:15px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:25px;">

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.