", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die richtige Syntax ist ." } }, { "@type": "Answer", "position": 1, "text": "", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Diese Codezeile lädt das JavaScript-Skript 'script.js' in die HTML-Seite." } }, { "@type": "Answer", "position": 2, "text": "", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das -Element ist kein gültiges HTML-Element." } }, { "@type": "Answer", "position": 3, "text": "import script.js", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Diese Syntax wird in JavaScript verwendet, nicht in HTML." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Textabstand steuern", "text": "Welche CSS-Eigenschaft wird verwendet, um den Textabstand innerhalb eines Elements zu steuern?", "encodingFormat": "text/html", "assesses": "CSS-Textabstand steuern", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "letter-spacing", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft font-size steuert die Schriftgröße, nicht den Textabstand." } }, { "@type": "Answer", "position": 1, "text": "text-align", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft text-align steuert die Ausrichtung des Textes, nicht den Textabstand." } }, { "@type": "Answer", "position": 2, "text": "letter-spacing", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft letter-spacing steuert den Abstand zwischen den einzelnen Buchstaben." } }, { "@type": "Answer", "position": 3, "text": "padding", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft padding steuert den Abstand zwischen dem Elementinhalt und seinen Rändern, nicht den Textabstand." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Dateinamenserweiterung", "text": "Welche der folgenden Dateinamenserweiterungen wird für JavaScript-Dateien verwendet?", "encodingFormat": "text/html", "assesses": "JavaScript-Dateinamenserweiterung", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": ".js", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": ".html", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML-Dateien verwenden die Erweiterung .html." } }, { "@type": "Answer", "position": 1, "text": ".css", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS-Dateien verwenden die Erweiterung .css." } }, { "@type": "Answer", "position": 2, "text": ".js", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript-Dateien verwenden die Erweiterung .js." } }, { "@type": "Answer", "position": 3, "text": ".xml", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "XML-Dateien verwenden die Erweiterung .xml." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webstandards", "text": "Welches Protokoll legt Regeln für die Formatierung und Übertragung von Webseiteninhalten fest?", "encodingFormat": "text/html", "assesses": "Webstandards", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTP ist das Protokoll, das für die Übertragung von Webseiteninhalten verwendet wird." } }, { "@type": "Answer", "position": 1, "text": "HTTPS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTPS ist eine sichere Version von HTTP, die für die Übertragung vertraulicher Daten verwendet wird." } }, { "@type": "Answer", "position": 2, "text": "FTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "FTP ist ein Protokoll, das für die Übertragung von Dateien verwendet wird." } }, { "@type": "Answer", "position": 3, "text": "SMTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SMTP ist ein Protokoll, das für die Übertragung von E-Mails verwendet wird." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML", "text": "Welches HTML-Element ist dafür zuständig, eine Überschrift darzustellen?", "encodingFormat": "text/html", "assesses": "HTML", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "

", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "

", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das

-Element wird verwendet, um eine Überschrift der ersten Ebene darzustellen." } }, { "@type": "Answer", "position": 1, "text": "", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das -Element existiert nicht in HTML." } }, { "@type": "Answer", "position": 2, "text": "", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <title>-Element wird verwendet, um den Titel einer Webseite festzulegen." } }, { "@type": "Answer", "position": 3, "text": "<body>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <body>-Element stellt den Hauptteil einer Webseite dar." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS", "text": "Welche CSS-Eigenschaft wird verwendet, um den Hintergrund einer Box einzufärben?", "encodingFormat": "text/html", "assesses": "CSS", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft \"color\" wird verwendet, um die Farbe des Texts einzustellen." } }, { "@type": "Answer", "position": 1, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft \"background-color\" wird verwendet, um die Hintergrundfarbe einer Box einzustellen." } }, { "@type": "Answer", "position": 2, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft \"font-size\" wird verwendet, um die Schriftgröße einzustellen." } }, { "@type": "Answer", "position": 3, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft \"margin\" wird verwendet, um den Abstand um eine Box einzustellen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript", "text": "Welches JavaScript-Ereignis wird ausgelöst, wenn mit der Maus auf ein Element geklickt wird?", "encodingFormat": "text/html", "assesses": "JavaScript", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das \"onclick\"-Ereignis wird ausgelöst, wenn mit der Maus auf ein Element geklickt wird." } }, { "@type": "Answer", "position": 1, "text": "onload", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das \"onload\"-Ereignis wird ausgelöst, wenn eine Seite vollständig geladen ist." } }, { "@type": "Answer", "position": 2, "text": "onmouseover", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das \"onmouseover\"-Ereignis wird ausgelöst, wenn der Mauszeiger über ein Element bewegt wird." } }, { "@type": "Answer", "position": 3, "text": "onchange", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das \"onchange\"-Ereignis wird ausgelöst, wenn sich der Wert eines Elements ändert." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webserver-Aufgaben", "text": "Was ist die Aufgabe eines Webservers?", "encodingFormat": "text/html", "assesses": "Webserver-Aufgaben", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Speicherung und Bereitstellung von Webseiten", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Speicherung und Bereitstellung von Webseiten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Webserver speichert und stellt Webseiten bereit." } }, { "@type": "Answer", "position": 1, "text": "Ausführung von JavaScript-Code", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript-Code wird vom Webbrowser ausgeführt, nicht vom Webserver." } }, { "@type": "Answer", "position": 2, "text": "Verwaltung von Datenbanken", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Datenbanken werden in der Regel von einem Datenbankserver verwaltet, nicht von einem Webserver." } }, { "@type": "Answer", "position": 3, "text": "Bereitstellung von E-Mail-Diensten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "E-Mail-Dienste werden in der Regel von einem Mailserver bereitgestellt, nicht von einem Webserver." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Link-Tag", "text": "Welcher HTML-Tag wird verwendet, um einen Link zu erstellen?", "encodingFormat": "text/html", "assesses": "HTML-Link-Tag", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<link>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <link>-Tag wird verwendet, um eine Verknüpfung zu einem externen Dokument herzustellen, nicht um einen Link zu erstellen." } }, { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <a>-Tag wird verwendet, um einen Link zu erstellen." } }, { "@type": "Answer", "position": 2, "text": "<href>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das href-Attribut wird verwendet, um die Ziel-URL eines Links anzugeben, nicht um einen Link zu erstellen." } }, { "@type": "Answer", "position": 3, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <h1>-Tag wird verwendet, um eine Überschrift zu erstellen, nicht um einen Link zu erstellen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Abstandseigenschaft", "text": "Welche CSS-Eigenschaft legt den Abstand zwischen Elementen fest?", "encodingFormat": "text/html", "assesses": "CSS-Abstandseigenschaft", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "padding", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die padding-Eigenschaft legt den Abstand innerhalb eines Elements fest, nicht den Abstand zwischen Elementen." } }, { "@type": "Answer", "position": 1, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die margin-Eigenschaft legt den Abstand zwischen Elementen fest." } }, { "@type": "Answer", "position": 2, "text": "border", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die border-Eigenschaft legt die Umrandung eines Elements fest, nicht den Abstand zwischen Elementen." } }, { "@type": "Answer", "position": 3, "text": "width", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die width-Eigenschaft legt die Breite eines Elements fest, nicht den Abstand zwischen Elementen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript", "text": "Welches JavaScript-Objekt wird verwendet, um auf das Document Object Model (DOM) zuzugreifen?", "encodingFormat": "text/html", "assesses": "JavaScript", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "document", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "document", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das 'document'-Objekt ist das Einstiegspunkt zum DOM." } }, { "@type": "Answer", "position": 1, "text": "window", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das 'window'-Objekt repräsentiert das Browser-Fenster, nicht das DOM." } }, { "@type": "Answer", "position": 2, "text": "navigator", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das 'navigator'-Objekt liefert Informationen über den Browser, nicht über das DOM." } }, { "@type": "Answer", "position": 3, "text": "location", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das 'location'-Objekt enthält Informationen über die aktuelle URL, nicht über das DOM." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTTP", "text": "Welcher HTTP-Statuscode signalisiert, dass die angeforderte Ressource nicht auffindbar ist?", "encodingFormat": "text/html", "assesses": "HTTP", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "404", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "200", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "200 bedeutet 'OK', was anzeigt, dass die Ressource gefunden wurde." } }, { "@type": "Answer", "position": 1, "text": "404", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "404 bedeutet 'Nicht gefunden', was anzeigt, dass die Ressource nicht existiert." } }, { "@type": "Answer", "position": 2, "text": "500", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "500 bedeutet 'Interner Serverfehler', was auf ein Problem auf dem Server hinweist." } }, { "@type": "Answer", "position": 3, "text": "301", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "301 bedeutet 'Permanent verschoben', was anzeigt, dass die Ressource an einen neuen Ort verschoben wurde." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS", "text": "Welches Content-Management-System ist quelloffen?", "encodingFormat": "text/html", "assesses": "CMS", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "WordPress", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "WordPress", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "WordPress ist ein quelloffenes CMS, das kostenlos verwendet und modifiziert werden kann." } }, { "@type": "Answer", "position": 1, "text": "Shopify", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Shopify ist ein proprietäres CMS, das eine monatliche Gebühr erfordert." } }, { "@type": "Answer", "position": 2, "text": "Squarespace", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Squarespace ist ein proprietäres CMS, das eine monatliche Gebühr erfordert." } }, { "@type": "Answer", "position": 3, "text": "Wix", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Wix ist ein proprietäres CMS, das eine monatliche Gebühr erfordert." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS", "text": "Welche CSS-Eigenschaft definiert die Schriftgröße?", "encodingFormat": "text/html", "assesses": "CSS", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "'font-size' legt die Größe des Textes fest." } }, { "@type": "Answer", "position": 1, "text": "size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "'size' ist keine gültige CSS-Eigenschaft für die Schriftgröße." } }, { "@type": "Answer", "position": 2, "text": "text-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "'text-size' ist keine gültige CSS-Eigenschaft für die Schriftgröße." } }, { "@type": "Answer", "position": 3, "text": "font-style", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "'font-style' legt den Stil des Textes fest, nicht die Größe." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Grundlagen", "text": "Welches JavaScript-Ereignis tritt auf, wenn eine Schaltfläche angeklickt wird?", "encodingFormat": "text/html", "assesses": "JavaScript-Grundlagen", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onclick-Ereignis wird ausgelöst, wenn auf eine Schaltfläche geklickt wird." } }, { "@type": "Answer", "position": 1, "text": "onpress", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onpress-Ereignis existiert nicht in JavaScript." } }, { "@type": "Answer", "position": 2, "text": "onselect", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onselect-Ereignis wird ausgelöst, wenn Text ausgewählt wird, nicht wenn auf eine Schaltfläche geklickt wird." } }, { "@type": "Answer", "position": 3, "text": "onchange", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onchange-Ereignis wird ausgelöst, wenn sich der Wert eines Elements ändert, nicht wenn auf eine Schaltfläche geklickt wird." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webstandards", "text": "Welche Technologie wird zur Verbesserung der Barrierefreiheit von Websites eingesetzt?", "encodingFormat": "text/html", "assesses": "Webstandards", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "ARIA", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "ARIA", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "ARIA (Accessible Rich Internet Applications) ist eine Technologie, die zusätzliche Informationen für assistive Technologien bereitstellt, um die Barrierefreiheit von Websites zu verbessern." } }, { "@type": "Answer", "position": 1, "text": "SEO", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SEO (Suchmaschinenoptimierung) dient dazu, die Sichtbarkeit einer Website in Suchmaschinenergebnissen zu verbessern, nicht zur Verbesserung der Barrierefreiheit." } }, { "@type": "Answer", "position": 2, "text": "HTML5", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML5 bietet zwar einige Funktionen zur Verbesserung der Barrierefreiheit, ist aber nicht die primäre Technologie für diesen Zweck." } }, { "@type": "Answer", "position": 3, "text": "CSS3", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS3 bietet zwar einige Funktionen zur Verbesserung der visuellen Darstellung, ist aber nicht die primäre Technologie für die Barrierefreiheit." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webtechnologien", "text": "Welches Protokoll sorgt für eine sichere Datenübertragung im Internet?", "encodingFormat": "text/html", "assesses": "Webtechnologien", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTPS", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTPS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTPS (Hypertext Transfer Protocol Secure) ist ein Protokoll, das eine sichere Datenübertragung über das Internet gewährleistet, indem es Daten verschlüsselt." } }, { "@type": "Answer", "position": 1, "text": "FTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "FTP (File Transfer Protocol) dient zur Übertragung von Dateien über das Internet, bietet aber keine Verschlüsselung." } }, { "@type": "Answer", "position": 2, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTP (Hypertext Transfer Protocol) ist das Standardprotokoll für die Datenübertragung im Internet, bietet aber keine Verschlüsselung." } }, { "@type": "Answer", "position": 3, "text": "DNS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "DNS (Domain Name System) dient zur Auflösung von Domainnamen in IP-Adressen und bietet keine Verschlüsselung." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webstandards", "text": "Welche Designtechnik stellt sicher, dass Websites auf verschiedenen Geräten optimal dargestellt werden?", "encodingFormat": "text/html", "assesses": "Webstandards", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Responsive Design", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Mobiles Webdesign", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Mobiles Webdesign konzentriert sich auf die Optimierung für mobile Geräte, nicht für verschiedene Gerätetypen." } }, { "@type": "Answer", "position": 1, "text": "Responsive Design", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Responsive Design passt die Darstellung einer Website automatisch an die Größe des Anzeigegeräts an." } }, { "@type": "Answer", "position": 2, "text": "Adaptive Design", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Adaptive Design verwendet vorgefertigte Layouts für verschiedene Gerätetypen, ist aber nicht so flexibel wie Responsive Design." } }, { "@type": "Answer", "position": 3, "text": "Statisches Webdesign", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Statisches Webdesign verwendet feste Layouts, die nicht an verschiedene Gerätetypen angepasst werden können." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Bildformate", "text": "Welches Bildformat ermöglicht eine verlustfreie Komprimierung?", "encodingFormat": "text/html", "assesses": "Bildformate", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "PNG", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "JPEG", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JPEG verwendet eine verlustbehaftete Komprimierung, die zu Qualitätsverlusten führen kann." } }, { "@type": "Answer", "position": 1, "text": "PNG", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "PNG verwendet eine verlustfreie Komprimierung, die die Bildqualität beibehält." } }, { "@type": "Answer", "position": 2, "text": "GIF", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "GIF verwendet eine verlustfreie Komprimierung, unterstützt aber nur eine begrenzte Anzahl von Farben." } }, { "@type": "Answer", "position": 3, "text": "BMP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "BMP ist ein unkomprimiertes Format, das zu großen Dateigrößen führt." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webentwicklungstools", "text": "Welches Tool dient zur Überprüfung der Gültigkeit von HTML- und CSS-Code?", "encodingFormat": "text/html", "assesses": "Webentwicklungstools", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "W3C Validator", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "W3C Validator", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der W3C Validator ist ein Online-Tool zur Überprüfung der Gültigkeit von HTML- und CSS-Code." } }, { "@type": "Answer", "position": 1, "text": "Notepad", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Notepad ist ein einfacher Texteditor, der keine Funktionen zur Überprüfung der Code-Gültigkeit bietet." } }, { "@type": "Answer", "position": 2, "text": "Web Developer Toolbar", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Web Developer Toolbar ist eine Browser-Erweiterung, die einige Funktionen zur Code-Überprüfung bietet, aber nicht so umfassend wie der W3C Validator ist." } }, { "@type": "Answer", "position": 3, "text": "Sublime Text", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Sublime Text ist ein Code-Editor, der einige Funktionen zur Hervorhebung von Syntaxfehlern bietet, aber keine umfassende Code-Überprüfung durchführt." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Welches dieser Elemente gehört NICHT zum aktuellen Webstandards-Stack?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Flash", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTML5", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 1, "text": "CSS Grid", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 2, "text": "Flash", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 3, "text": "JavaScript ES6", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS Selectors - Specificity", "text": "Welche CSS-Selektor-Kombination hat die höchste Spezifität?", "encodingFormat": "text/html", "assesses": "CSS Selectors - Specificity", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "ID-Selektor (#)", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "ID-Selektor (#)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der ID-Selektor hat die höchste Spezifität, da er ein einzelnes Element eindeutig identifiziert." } }, { "@type": "Answer", "position": 1, "text": "Klassenselektor (.)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Klassenselektor hat eine geringere Spezifität als der ID-Selektor, da er mehrere Elemente mit derselben Klasse ansprechen kann." } }, { "@type": "Answer", "position": 2, "text": "Element-Selektor (div)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Element-Selektor hat die niedrigste Spezifität, da er alle Elemente eines bestimmten Typs anspricht." } }, { "@type": "Answer", "position": 3, "text": "Pseudo-Klasse (:hover)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Pseudo-Klassen haben eine geringere Spezifität als Klassen- und ID-Selektoren." } } ] }, { "@type": "Question", "eduQuestionType": "Checkbox", "learningResourceType": "Exam exercise", "name": "", "text": "Welche ethischen Herausforderungen können sich aus dem Einsatz von Webstandards und -technologien ergeben?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Datenschutz", "encodingFormat": "text/html", "comment": { "@type": "Comment" } }, { "@type": "Answer", "position": 1, "text": "Barrierefreiheit", "encodingFormat": "text/html", "comment": { "@type": "Comment" } }, { "@type": "Answer", "position": 2, "text": "Sicherheit", "encodingFormat": "text/html", "comment": { "@type": "Comment" } }, { "@type": "Answer", "position": 3, "text": "Urheberrecht", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Datenschutz", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 1, "text": "Barrierefreiheit", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 2, "text": "Sicherheit", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 3, "text": "Urheberrecht", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } } ] }, { "@type": "Question", "eduQuestionType": "Checkbox", "learningResourceType": "Exam exercise", "name": "", "text": "Wie beeinflussen Webstandards und -technologien die Geschäftswelt?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Sie erleichtern Geschäftsabläufe.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } }, { "@type": "Answer", "position": 1, "text": "Sie vergrößern die Reichweite von Unternehmen.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } }, { "@type": "Answer", "position": 2, "text": "Sie verbessern die Kundeninteraktion.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Sie erleichtern Geschäftsabläufe.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webstandards und -technologien automatisieren Prozesse und verbessern die Effizienz." } }, { "@type": "Answer", "position": 1, "text": "Sie vergrößern die Reichweite von Unternehmen.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Internet bietet Unternehmen eine globale Plattform, um Kunden zu erreichen." } }, { "@type": "Answer", "position": 2, "text": "Sie verbessern die Kundeninteraktion.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Websites und Apps bieten interaktive Möglichkeiten für Kunden, mit Unternehmen in Kontakt zu treten." } }, { "@type": "Answer", "position": 3, "text": "Sie haben keine der genannten Auswirkungen.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webstandards und -technologien haben erhebliche Auswirkungen auf die Geschäftswelt." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Eigenschaften", "text": "Welche CSS-Eigenschaft wird verwendet, um die Schriftfarbe eines Elements zu bestimmen?", "encodingFormat": "text/html", "assesses": "CSS-Eigenschaften", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die CSS-Eigenschaft 'color' wird verwendet, um die Schriftfarbe eines Elements festzulegen." } }, { "@type": "Answer", "position": 1, "text": "font-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die CSS-Eigenschaft 'font-color' existiert nicht." } }, { "@type": "Answer", "position": 2, "text": "hue", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die CSS-Eigenschaft 'hue' wird verwendet, um den Farbton einer Farbe festzulegen, nicht die Schriftfarbe." } }, { "@type": "Answer", "position": 3, "text": "text-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die CSS-Eigenschaft 'text-color' ist veraltet und sollte nicht mehr verwendet werden." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Datentypen", "text": "Welcher JavaScript-Datentyp wird verwendet, um Text zu speichern?", "encodingFormat": "text/html", "assesses": "JavaScript-Datentypen", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "string", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "text", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der JavaScript-Datentyp 'text' existiert nicht." } }, { "@type": "Answer", "position": 1, "text": "char", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der JavaScript-Datentyp 'char' existiert nicht." } }, { "@type": "Answer", "position": 2, "text": "string", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der JavaScript-Datentyp 'string' wird verwendet, um Text zu speichern." } }, { "@type": "Answer", "position": 3, "text": "word", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der JavaScript-Datentyp 'word' existiert nicht." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webserver-Typen", "text": "Welche Art von Webserver wird häufig für die Bereitstellung dynamischer Webseiten verwendet?", "encodingFormat": "text/html", "assesses": "Webserver-Typen", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Apache Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "IIS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "IIS ist ein Webserver von Microsoft, der in der Regel für statische Webseiten verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann." } }, { "@type": "Answer", "position": 1, "text": "Lighttpd", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Lighttpd ist ein leichter Webserver, der in der Regel für statische Webseiten verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann." } }, { "@type": "Answer", "position": 2, "text": "Apache Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Apache Tomcat ist ein Webserver, der speziell für die Ausführung von Java-basierten Webanwendungen entwickelt wurde." } }, { "@type": "Answer", "position": 3, "text": "NGINX", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "NGINX ist ein Webserver, der in der Regel für statische Webseiten und als Reverse-Proxy verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS-Typen", "text": "Welches Content-Management-System (CMS) ist kommerziell und wird häufig für die Verwaltung großer Unternehmenswebsites verwendet?", "encodingFormat": "text/html", "assesses": "CMS-Typen", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Adobe Experience Manager", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Adobe Experience Manager", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird." } }, { "@type": "Answer", "position": 1, "text": "Joomla", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Joomla ist ein kostenloses und quelloffenes CMS, das eher für kleinere Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird." } }, { "@type": "Answer", "position": 2, "text": "Drupal", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Drupal ist ein kostenloses und quelloffenes CMS, das eher für komplexe Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird." } }, { "@type": "Answer", "position": 3, "text": "WordPress", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "WordPress ist ein kostenloses und quelloffenes CMS, das eher für Blogs und kleine Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS3-Eigenschaften", "text": "Welche der folgenden Aussagen über CSS3 ist falsch?", "encodingFormat": "text/html", "assesses": "CSS3-Eigenschaften", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Es unterstützt keine Animationen.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Es unterstützt keine Animationen.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS3 unterstützt Animationen. Die Aussage ist falsch." } }, { "@type": "Answer", "position": 1, "text": "Es wurde 2011 veröffentlicht.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS3 wurde 2011 veröffentlicht. Die Aussage ist richtig." } }, { "@type": "Answer", "position": 2, "text": "Es bietet erweiterte Selektoren.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS3 bietet erweiterte Selektoren. Die Aussage ist richtig." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Welches HTML-Attribut wird verwendet, um die Höhe eines Bildes festzulegen?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "height", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "height", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen." } }, { "@type": "Answer", "position": 1, "text": "length", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das length-Attribut wird nicht verwendet, um die Höhe eines Bildes festzulegen. Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen." } }, { "@type": "Answer", "position": 2, "text": "size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das size-Attribut wird nicht verwendet, um die Höhe eines Bildes festzulegen. Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Eigenschaft", "text": "Welche CSS-Eigenschaft wird verwendet, um die Ausrichtung von Text auf einer Webseite zu steuern?", "encodingFormat": "text/html", "assesses": "CSS-Eigenschaft", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "text-align", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "text-align", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft `text-align` steuert die Ausrichtung des Textes." } }, { "@type": "Answer", "position": 1, "text": "orientation", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`orientation` ist keine CSS-Eigenschaft zur Steuerung der Textausrichtung." } }, { "@type": "Answer", "position": 2, "text": "align", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`align` ist keine CSS-Eigenschaft zur Steuerung der Textausrichtung." } }, { "@type": "Answer", "position": 3, "text": "direction", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`direction` steuert die Schreibrichtung des Textes, nicht seine Ausrichtung." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webstandard", "text": "Welche der folgenden Technologien wird als Webstandard für die Audiowiedergabe angesehen?", "encodingFormat": "text/html", "assesses": "Webstandard", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "HTML5 Audio", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Windows Media Player", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Windows Media Player ist kein Webstandard." } }, { "@type": "Answer", "position": 1, "text": "HTML5 Audio", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML5 Audio ist ein Webstandard für die Audiowiedergabe." } }, { "@type": "Answer", "position": 2, "text": "RealPlayer", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "RealPlayer ist kein Webstandard." } }, { "@type": "Answer", "position": 3, "text": "QuickTime", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "QuickTime ist kein Webstandard." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Code", "text": "Welcher HTML-Code ist korrekt, um eine Überschrift der Ebene 2 zu erzeugen?", "encodingFormat": "text/html", "assesses": "HTML-Code", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "<h2>Überschrift der Ebene 2</h2>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<h1><h2>Überschrift der Ebene 2</h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Überschriften der Ebene 2 werden mit dem `<h2>`-Tag erstellt." } }, { "@type": "Answer", "position": 1, "text": "<h1><p>Überschrift der Ebene 2</p></h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Überschriften der Ebene 2 werden nicht mit dem `<h1>`-Tag erstellt." } }, { "@type": "Answer", "position": 2, "text": "<h2>Überschrift der Ebene 2</h2>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Dies ist der korrekte HTML-Code für eine Überschrift der Ebene 2." } }, { "@type": "Answer", "position": 3, "text": "<h12>Überschrift der Ebene 2</h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Es gibt kein `h12`-Tag in HTML." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Eigenschaft", "text": "Welche CSS-Eigenschaft wird verwendet, um die Schriftfarbe eines Elements zu ändern?", "encodingFormat": "text/html", "assesses": "CSS-Eigenschaft", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "font-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`font-color` ist keine CSS-Eigenschaft." } }, { "@type": "Answer", "position": 1, "text": "text-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`text-color` ist keine CSS-Eigenschaft." } }, { "@type": "Answer", "position": 2, "text": "color-text", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "`color-text` ist keine CSS-Eigenschaft." } }, { "@type": "Answer", "position": 3, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft `color` steuert die Schriftfarbe eines Elements." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Operator", "text": "Welcher JavaScript-Operator wird verwendet, um zwei Variablen zu verketten?", "encodingFormat": "text/html", "assesses": "JavaScript-Operator", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "+", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "||", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator || wird für die logische ODER-Verknüpfung verwendet." } }, { "@type": "Answer", "position": 1, "text": "&", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator & wird für die logische UND-Verknüpfung verwendet." } }, { "@type": "Answer", "position": 2, "text": "+", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator + wird für die Verkettung von Zeichenfolgen verwendet." } }, { "@type": "Answer", "position": 3, "text": "*", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator * wird für die Multiplikation verwendet." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webserver-Typen", "text": "Welche Art von Webserver ist für die Bereitstellung dynamischer Inhalte ausgelegt?", "encodingFormat": "text/html", "assesses": "Webserver-Typen", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Apache Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Nginx", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Nginx ist ein Webserver, der für statische Inhalte optimiert ist." } }, { "@type": "Answer", "position": 1, "text": "Lighttpd", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Lighttpd ist ein Webserver, der für statische Inhalte und einfache dynamische Inhalte geeignet ist." } }, { "@type": "Answer", "position": 2, "text": "IIS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "IIS ist ein Webserver, der für Windows-Umgebungen optimiert ist und sowohl statische als auch dynamische Inhalte bereitstellen kann." } }, { "@type": "Answer", "position": 3, "text": "Apache Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Apache Tomcat ist ein Webserver, der speziell für die Bereitstellung dynamischer Inhalte in Java-Anwendungen entwickelt wurde." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webentwicklungstools", "text": "Welches Tool wird zur Überprüfung der Gültigkeit und Zugänglichkeit von HTML- und CSS-Code verwendet?", "encodingFormat": "text/html", "assesses": "Webentwicklungstools", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Validator", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Parser", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Parser analysiert Code, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit." } }, { "@type": "Answer", "position": 1, "text": "Debugger", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Debugger hilft bei der Fehlersuche in Code, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit." } }, { "@type": "Answer", "position": 2, "text": "Validator", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Validator überprüft HTML- und CSS-Code auf Gültigkeit und Zugänglichkeit." } }, { "@type": "Answer", "position": 3, "text": "Compiler", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Compiler übersetzt Code in eine andere Sprache, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Sicherheitsprotokolle", "text": "Welches Protokoll wird für die sichere Übertragung von Daten über das Internet verwendet?", "encodingFormat": "text/html", "assesses": "Sicherheitsprotokolle", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "HTTPS", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "FTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "FTP ist ein Protokoll für die Dateiübertragung, das nicht sicher ist." } }, { "@type": "Answer", "position": 1, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTP ist ein Protokoll für die Übertragung von Webseiten, das nicht sicher ist." } }, { "@type": "Answer", "position": 2, "text": "SMTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SMTP ist ein Protokoll für die Übertragung von E-Mails, das nicht sicher ist." } }, { "@type": "Answer", "position": 3, "text": "HTTPS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTPS ist eine sichere Version von HTTP, die SSL/TLS zur Verschlüsselung von Daten verwendet." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Trennung von Inhalt und Design", "text": "Welche Webentwicklungsmethode betont die Trennung von Inhalt und Design?", "encodingFormat": "text/html", "assesses": "Trennung von Inhalt und Design", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "MVC", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Agile", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Agile konzentriert sich auf iterative Entwicklung und Anpassungsfähigkeit, nicht auf die Trennung von Inhalt und Design." } }, { "@type": "Answer", "position": 1, "text": "Scrum", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Scrum ist ein agiler Rahmen, der sich auf die iterative Entwicklung und die Priorisierung von Aufgaben konzentriert, nicht auf die Trennung von Inhalt und Design." } }, { "@type": "Answer", "position": 2, "text": "MVC", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "MVC (Model-View-Controller) ist ein Architekturmuster, das die Trennung von Inhalt (Modell), Darstellung (Ansicht) und Logik (Controller) betont." } }, { "@type": "Answer", "position": 3, "text": "Kanban", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Kanban ist ein agiles Projektmanagement-Tool, das sich auf die Visualisierung von Arbeitsabläufen konzentriert, nicht auf die Trennung von Inhalt und Design." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Interaktive Webanwendungen", "text": "Welche Technologie wird für die Erstellung interaktiver Webanwendungen verwendet?", "encodingFormat": "text/html", "assesses": "Interaktive Webanwendungen", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist eine Auszeichnungssprache, die die Struktur einer Webseite definiert, aber keine Interaktivität bietet." } }, { "@type": "Answer", "position": 1, "text": "PHP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "PHP ist eine serverseitige Skriptsprache, die zur Erstellung dynamischer Webseiten verwendet wird, aber nicht speziell für Interaktivität gedacht ist." } }, { "@type": "Answer", "position": 2, "text": "CSS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS ist eine Stylesheet-Sprache, die das Aussehen einer Webseite definiert, aber keine Interaktivität bietet." } }, { "@type": "Answer", "position": 3, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ist eine clientseitige Skriptsprache, die zur Erstellung interaktiver Webanwendungen verwendet wird, z. B. zur Verarbeitung von Formularen, zur Validierung von Eingaben und zur Erstellung dynamischer Effekte." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Überschriften", "text": "Welcher HTML-Tag dient zur Erstellung einer Überschrift auf einer Webseite?", "encodingFormat": "text/html", "assesses": "HTML-Überschriften", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<head>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <head>-Tag enthält Metadaten über die Webseite, nicht den eigentlichen Inhalt." } }, { "@type": "Answer", "position": 1, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <h1>-Tag wird verwendet, um die Hauptüberschrift einer Webseite zu erstellen." } }, { "@type": "Answer", "position": 2, "text": "<title>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <title>-Tag definiert den Titel der Webseite, der in der Titelleiste des Browsers angezeigt wird, nicht die Überschrift auf der Seite selbst." } }, { "@type": "Answer", "position": 3, "text": "<body>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der <body>-Tag enthält den eigentlichen Inhalt der Webseite, einschließlich Überschriften, aber er definiert nicht die Überschrift selbst." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Welche Funktion erfüllt das CSS-Attribut \"margin\"?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Definiert den Abstand um ein Element herum.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Positioniert ein Element auf der Seite.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das CSS-Attribut \"position\" wird verwendet, um ein Element auf der Seite zu positionieren, nicht \"margin\"." } }, { "@type": "Answer", "position": 1, "text": "Steuert die Hintergrundfarbe.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das CSS-Attribut \"background-color\" wird verwendet, um die Hintergrundfarbe eines Elements zu steuern, nicht \"margin\"." } }, { "@type": "Answer", "position": 2, "text": "Definiert den Abstand um ein Element herum.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das CSS-Attribut \"margin\" wird verwendet, um den Abstand um ein Element herum zu definieren, sowohl oben und unten als auch links und rechts." } }, { "@type": "Answer", "position": 3, "text": "Ändert die Schriftgröße.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das CSS-Attribut \"font-size\" wird verwendet, um die Schriftgröße zu ändern, nicht \"margin\"." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Grundlagen", "text": "Welches JavaScript-Ereignis wird ausgelöst, wenn ein Benutzer mit der linken Maustaste auf ein Element klickt?", "encodingFormat": "text/html", "assesses": "JavaScript-Grundlagen", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "onclick", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onclick-Ereignis wird ausgelöst, wenn ein Benutzer mit der linken Maustaste auf ein Element klickt." } }, { "@type": "Answer", "position": 1, "text": "onmouseover", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onmouseover-Ereignis wird ausgelöst, wenn der Mauszeiger über ein Element bewegt wird." } }, { "@type": "Answer", "position": 2, "text": "onkeypress", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onkeypress-Ereignis wird ausgelöst, wenn eine Taste auf der Tastatur gedrückt wird." } }, { "@type": "Answer", "position": 3, "text": "onload", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das onload-Ereignis wird ausgelöst, wenn eine Seite vollständig geladen ist." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webentwicklungstools", "text": "Welcher Vorteil ergibt sich aus der Verwendung eines Content-Management-Systems (CMS)?", "encodingFormat": "text/html", "assesses": "Webentwicklungstools", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Ermöglicht die einfache Bearbeitung und Verwaltung von Website-Inhalten.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Erhöht die Kosten für die Website-Wartung.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CMS können die Website-Wartungskosten senken, indem sie die Bearbeitung und Verwaltung von Inhalten vereinfachen." } }, { "@type": "Answer", "position": 1, "text": "Ermöglicht die einfache Bearbeitung und Verwaltung von Website-Inhalten.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Hauptvorteil von CMS ist die einfache Bearbeitung und Verwaltung von Website-Inhalten durch Benutzer ohne technische Kenntnisse." } }, { "@type": "Answer", "position": 2, "text": "Verbessert die Ladegeschwindigkeit der Website.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CMS können die Ladegeschwindigkeit der Website beeinträchtigen, da sie zusätzliche Funktionen und Plugins hinzufügen." } }, { "@type": "Answer", "position": 3, "text": "Reduziert die Sicherheit der Website.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CMS können die Sicherheit der Website verbessern, indem sie regelmäßige Updates und Sicherheitsfunktionen bereitstellen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Syntax", "text": "Welches HTML-Attribut wird verwendet, um einen Link zu erstellen?", "encodingFormat": "text/html", "assesses": "HTML-Syntax", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "href", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "href", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das href-Attribut wird verwendet, um die Ziel-URL eines Links anzugeben." } }, { "@type": "Answer", "position": 1, "text": "class", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das class-Attribut wird verwendet, um einem Element eine CSS-Klasse zuzuweisen." } }, { "@type": "Answer", "position": 2, "text": "id", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das id-Attribut wird verwendet, um einem Element eine eindeutige ID zu geben." } }, { "@type": "Answer", "position": 3, "text": "src", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das src-Attribut wird verwendet, um die Quelle eines Bildes oder Videos anzugeben." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Elemente", "text": "Worin besteht der Unterschied zwischen einem \"Block-Element\" und einem \"Inline-Element\" in HTML?", "encodingFormat": "text/html", "assesses": "HTML-Elemente", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Block-Elemente beginnen in einer neuen Zeile und nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Block-Elemente haben eine feste Größe, während Inline-Elemente dynamisch sind.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Block-Elemente nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben." } }, { "@type": "Answer", "position": 1, "text": "Block-Elemente sind für Überschriften gedacht, während Inline-Elemente für Absätze verwendet werden.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Beide können für Überschriften und Absätze verwendet werden." } }, { "@type": "Answer", "position": 2, "text": "Block-Elemente beginnen in einer neuen Zeile und nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Block-Elemente sind wie Container, während Inline-Elemente innerhalb von Textzeilen fließen." } }, { "@type": "Answer", "position": 3, "text": "Block-Elemente sind häufiger, während Inline-Elemente seltener sind.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Häufigkeit hängt vom Inhalt ab." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Selektoren", "text": "Welcher CSS-Selektor wählt alle Elemente aus, die die Klasse \"myClass\" haben?", "encodingFormat": "text/html", "assesses": "CSS-Selektoren", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": ".myClass", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "div.myClass", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der richtige Selektor beginnt mit einem Punkt (.)" } }, { "@type": "Answer", "position": 1, "text": "myClass", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Selektor muss mit einem Punkt (.) oder Raute (#) beginnen." } }, { "@type": "Answer", "position": 2, "text": "#myClass", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Raute (#) wird für IDs verwendet, nicht für Klassen." } }, { "@type": "Answer", "position": 3, "text": ".myClass", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Punkt (.) wählt Elemente nach ihrer Klasse aus." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Arrays", "text": "Welches JavaScript-Array-Objekt wird zum Speichern einer Liste von Elementen verwendet?", "encodingFormat": "text/html", "assesses": "JavaScript-Arrays", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Array", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Set", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Sets speichern eindeutige Werte, keine Listen." } }, { "@type": "Answer", "position": 1, "text": "List", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "In JavaScript gibt es kein Array-Objekt namens 'List'." } }, { "@type": "Answer", "position": 2, "text": "Array", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Arrays sind in JavaScript die Standard-Datenstruktur zum Speichern von Listen." } }, { "@type": "Answer", "position": 3, "text": "Map", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Maps speichern Schlüssel-Wert-Paare, keine Listen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTTP-Statuscodes", "text": "Was bedeutet der HTTP-Statuscode 404?", "encodingFormat": "text/html", "assesses": "HTTP-Statuscodes", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Angeforderte Ressource nicht gefunden.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Anfrage erfolgreich.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "404 bedeutet, dass die Ressource nicht gefunden wurde." } }, { "@type": "Answer", "position": 1, "text": "Angeforderte Ressource nicht gefunden.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "404 ist der Standard-Statuscode für nicht gefundene Ressourcen." } }, { "@type": "Answer", "position": 2, "text": "Anfrage fehlgeschlagen.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "404 bedeutet nicht, dass die Anfrage fehlgeschlagen ist, sondern dass die Ressource nicht existiert." } }, { "@type": "Answer", "position": 3, "text": "Nicht autorisiert.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "404 bedeutet nicht, dass der Zugriff verweigert wurde." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Syntax", "text": "Welcher Codeausschnitt ist valides HTML?", "encodingFormat": "text/html", "assesses": "HTML-Syntax", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "<button>Klicke mich</button>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<button Klick mich</button>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Element button benötigt ein schließendes Tag." } }, { "@type": "Answer", "position": 1, "text": "</button>Klick mich<button>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das öffnende Tag muss vor dem Text stehen." } }, { "@type": "Answer", "position": 2, "text": "<btn>Klick mich</btn>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Element btn ist kein gültiges HTML-Element." } }, { "@type": "Answer", "position": 3, "text": "<button>Klicke mich</button>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das ist die korrekte Syntax für ein Button-Element." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Hintergrund", "text": "Welche CSS-Eigenschaft wird verwendet, um die Hintergrundfarbe eines Elements zu ändern?", "encodingFormat": "text/html", "assesses": "CSS-Hintergrund", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft color ändert die Textfarbe, nicht die Hintergrundfarbe." } }, { "@type": "Answer", "position": 1, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Diese Eigenschaft legt die Hintergrundfarbe eines Elements fest." } }, { "@type": "Answer", "position": 2, "text": "background", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft background ist eine Abkürzung für mehrere Hintergrundeigenschaften, einschließlich background-color." } }, { "@type": "Answer", "position": 3, "text": "bgcolor", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Eigenschaft bgcolor ist veraltet und sollte nicht mehr verwendet werden." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-DOM", "text": "Welche JavaScript-Funktion wird verwendet, um auf ein Element im DOM zuzugreifen?", "encodingFormat": "text/html", "assesses": "JavaScript-DOM", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "document.getElementById()", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "getElementById()", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Funktion getElementById() wird mit dem Dokumentenobjekt aufgerufen." } }, { "@type": "Answer", "position": 1, "text": "element.getElementById()", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Funktion getElementById() ist eine Methode des Dokumentenobjekts." } }, { "@type": "Answer", "position": 2, "text": "getDOMElement()", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Es gibt keine JavaScript-Funktion namens getDOMElement()." } }, { "@type": "Answer", "position": 3, "text": "document.getElementById()", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Diese Funktion gibt das Element mit der angegebenen ID zurück." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS-Marktanteil", "text": "Welches Content-Management-System ist Open Source und weltweit am weitesten verbreitet?", "encodingFormat": "text/html", "assesses": "CMS-Marktanteil", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "WordPress", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Drupal", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Drupal ist ein beliebtes CMS, aber nicht das weltweit am weitesten verbreitete." } }, { "@type": "Answer", "position": 1, "text": "WordPress", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "WordPress ist das weltweit am weitesten verbreitete CMS." } }, { "@type": "Answer", "position": 2, "text": "Joomla", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Joomla ist ein beliebtes CMS, aber nicht so weit verbreitet wie WordPress." } }, { "@type": "Answer", "position": 3, "text": "SharePoint", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SharePoint ist ein kommerzielles CMS und kein Open Source." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "SEO-Definition", "text": "Was bedeutet die Abkürzung SEO?", "encodingFormat": "text/html", "assesses": "SEO-Definition", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Search Engine Optimization", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Site Engine Optimization", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SEO steht für Search Engine Optimization." } }, { "@type": "Answer", "position": 1, "text": "Social Engine Optimization", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SEO konzentriert sich auf Suchmaschinen, nicht auf soziale Medien." } }, { "@type": "Answer", "position": 2, "text": "Search Engine Organism", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SEO ist eine Optimierungstechnik, kein Organismus." } }, { "@type": "Answer", "position": 3, "text": "Search Engine Optimization", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SEO zielt darauf ab, die Sichtbarkeit von Websites in Suchmaschinenergebnissen zu verbessern." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Verwendung", "text": "Welche Technologie wird hauptsächlich verwendet, um interaktive Elemente auf einer Website zu erstellen?", "encodingFormat": "text/html", "assesses": "JavaScript-Verwendung", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML wird hauptsächlich zur Strukturierung von Website-Inhalten verwendet." } }, { "@type": "Answer", "position": 1, "text": "CSS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS wird hauptsächlich zum Styling von Website-Elementen verwendet." } }, { "@type": "Answer", "position": 2, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ermöglicht es, dynamische und interaktive Elemente auf Websites zu erstellen." } }, { "@type": "Answer", "position": 3, "text": "PHP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "PHP ist eine serverseitige Programmiersprache, die nicht direkt für die Erstellung interaktiver Elemente verwendet wird." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Ziel des responsiven Designs", "text": "Was ist das Hauptziel der responsiven Webgestaltung?", "encodingFormat": "text/html", "assesses": "Ziel des responsiven Designs", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Websites an verschiedene Bildschirmgrößen anzupassen", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Websites schneller zu laden", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Während die Ladegeschwindigkeit wichtig ist, ist es nicht das Hauptziel der responsiven Webgestaltung." } }, { "@type": "Answer", "position": 1, "text": "Websites an verschiedene Bildschirmgrößen anzupassen", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Responsive Webdesign passt Websites automatisch an verschiedene Geräte und Bildschirmgrößen an." } }, { "@type": "Answer", "position": 2, "text": "Websites sicherer zu machen", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Sicherheit ist zwar wichtig, aber nicht das Hauptziel der responsiven Webgestaltung." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Dateierweiterung", "text": "Welcher Dateityp wird verwendet, um Stile für eine Website zu definieren?", "encodingFormat": "text/html", "assesses": "CSS-Dateierweiterung", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": ".css", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": ".js", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": ".js-Dateien werden für JavaScript-Code verwendet." } }, { "@type": "Answer", "position": 1, "text": ".php", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": ".php-Dateien werden für serverseitige Programmierung verwendet." } }, { "@type": "Answer", "position": 2, "text": ".html", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": ".html-Dateien werden für die Struktur und den Inhalt von Websites verwendet." } }, { "@type": "Answer", "position": 3, "text": ".css", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": ".css-Dateien enthalten Regeln zum Anpassen des Aussehens von Website-Elementen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS-Vorteile", "text": "Welcher Vorteil ist mit der Verwendung eines CMS verbunden?", "encodingFormat": "text/html", "assesses": "CMS-Vorteile", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Vereinfachung der Verwaltung von Website-Inhalten", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Reduzierung der Kosten für die Website-Erstellung", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CMS kann die Website-Erstellung zwar vereinfachen, aber nicht unbedingt die Kosten senken." } }, { "@type": "Answer", "position": 1, "text": "Vereinfachung der Verwaltung von Website-Inhalten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein CMS ermöglicht es, Website-Inhalte einfach zu bearbeiten und zu aktualisieren." } }, { "@type": "Answer", "position": 2, "text": "Verbesserung der Website-Geschwindigkeit", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die Website-Geschwindigkeit hängt von verschiedenen Faktoren ab, nicht nur vom CMS." } }, { "@type": "Answer", "position": 3, "text": "Erhöhung der Website-Sicherheit", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein CMS kann zwar Sicherheitsfunktionen bieten, erhöht aber nicht unbedingt die Sicherheit der Website." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Überschriften", "text": "Welches HTML-Element dient zur Definition einer Überschrift der Ebene 1?", "encodingFormat": "text/html", "assesses": "HTML-Überschriften", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<strong>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <strong>-Element wird für fett gedruckten Text verwendet, nicht für Überschriften." } }, { "@type": "Answer", "position": 1, "text": "<h2>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <h2>-Element wird für Überschriften der Ebene 2 verwendet." } }, { "@type": "Answer", "position": 2, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <h1>-Element wird für Überschriften der Ebene 1 verwendet." } }, { "@type": "Answer", "position": 3, "text": "<p>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <p>-Element wird für Absätze verwendet, nicht für Überschriften." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Schriftfarbe", "text": "Welche CSS-Eigenschaft legt die Schriftfarbe fest?", "encodingFormat": "text/html", "assesses": "CSS-Schriftfarbe", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die margin-Eigenschaft legt den Rand um ein Element fest." } }, { "@type": "Answer", "position": 1, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die background-color-Eigenschaft legt die Hintergrundfarbe eines Elements fest." } }, { "@type": "Answer", "position": 2, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die color-Eigenschaft legt die Farbe des Texts eines Elements fest." } }, { "@type": "Answer", "position": 3, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die font-size-Eigenschaft legt die Größe des Texts eines Elements fest." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webserver-Aufgaben", "text": "Welche Aufgabe erfüllt ein Webserver?", "encodingFormat": "text/html", "assesses": "Webserver-Aufgaben", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Bereitstellung von Webseiten für Client-Geräte", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Verarbeitung von HTML-Code", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webserver verarbeiten HTML-Code nicht, sondern stellen ihn Client-Geräten bereit." } }, { "@type": "Answer", "position": 1, "text": "Bereitstellung von Webseiten für Client-Geräte", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webserver liefern Webseiten als Reaktion auf Anfragen von Client-Geräten aus." } }, { "@type": "Answer", "position": 2, "text": "Erstellung von Webseiten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webserver erstellen keine Webseiten, sondern stellen sie bereit." } }, { "@type": "Answer", "position": 3, "text": "Speicherung von Benutzerdaten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webserver speichern in der Regel keine Benutzerdaten, sondern stellen Webseiten bereit." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Datentypen", "text": "Welcher JavaScript-Datentyp speichert Text?", "encodingFormat": "text/html", "assesses": "Datentypen", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "String", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "String", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein String ist ein Datentyp, der Text speichert." } }, { "@type": "Answer", "position": 1, "text": "Number", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Number-Datentyp speichert Zahlen, keine Texte." } }, { "@type": "Answer", "position": 2, "text": "Boolean", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Boolean-Datentyp speichert Wahrheitswerte (true/false), keine Texte." } }, { "@type": "Answer", "position": 3, "text": "Array", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Array ist ein Datentyp, der mehrere Werte speichern kann, aber nicht unbedingt Text." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webinhalte", "text": "Welche Technologie dient der Verwaltung von Webinhalten?", "encodingFormat": "text/html", "assesses": "Webinhalte", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Content-Management-System (CMS)", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Webserver", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Webserver hostet Websites, verwaltet aber nicht deren Inhalte." } }, { "@type": "Answer", "position": 1, "text": "Webbrowser", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Webbrowser zeigt Websites an, verwaltet aber nicht deren Inhalte." } }, { "@type": "Answer", "position": 2, "text": "Suchmaschine", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Eine Suchmaschine durchsucht das Web, verwaltet aber nicht die Inhalte von Websites." } }, { "@type": "Answer", "position": 3, "text": "Content-Management-System (CMS)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein CMS ermöglicht die Erstellung, Bearbeitung und Verwaltung von Webinhalten." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Tags", "text": "Welcher HTML-Tag erstellt einen Link?", "encodingFormat": "text/html", "assesses": "HTML-Tags", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<img>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <img>-Tag erstellt ein Bild, keinen Link." } }, { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <a>-Tag erstellt einen Link." } }, { "@type": "Answer", "position": 2, "text": "<div>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <div>-Tag erstellt eine Abteilung, keinen Link." } }, { "@type": "Answer", "position": 3, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <h1>-Tag erstellt eine Überschrift, keinen Link." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Eigenschaften", "text": "Welche CSS-Eigenschaft legt den Abstand zwischen Textzeilen fest?", "encodingFormat": "text/html", "assesses": "CSS-Eigenschaften", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die margin-Eigenschaft legt den Abstand um ein Element fest, nicht zwischen Textzeilen." } }, { "@type": "Answer", "position": 1, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die font-size-Eigenschaft legt die Schriftgröße fest, nicht den Abstand zwischen Textzeilen." } }, { "@type": "Answer", "position": 2, "text": "letter-spacing", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die letter-spacing-Eigenschaft legt den Abstand zwischen Buchstaben fest, nicht zwischen Textzeilen." } }, { "@type": "Answer", "position": 3, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Die line-height-Eigenschaft legt den Abstand zwischen Textzeilen fest." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTTP-Statuscode", "text": "Welcher HTTP-Statuscode signalisiert einen internen Serverfehler?", "encodingFormat": "text/html", "assesses": "HTTP-Statuscode", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "500", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "500", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Statuscode 500 zeigt an, dass auf dem Server ein interner Fehler aufgetreten ist." } }, { "@type": "Answer", "position": 1, "text": "200", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Statuscode 200 signalisiert, dass die Anfrage erfolgreich war." } }, { "@type": "Answer", "position": 2, "text": "301", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Statuscode 301 gibt eine permanente Weiterleitung an." } }, { "@type": "Answer", "position": 3, "text": "404", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Statuscode 404 zeigt an, dass die angeforderte Ressource nicht gefunden wurde." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Operator", "text": "Welcher JavaScript-Operator wird zur Wertzuweisung verwendet?", "encodingFormat": "text/html", "assesses": "JavaScript-Operator", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "=", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "=", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Zuweisungsoperator '=' weist einen Wert einer Variablen zu." } }, { "@type": "Answer", "position": 1, "text": "+", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator '+' wird für die Addition verwendet, nicht für die Wertzuweisung." } }, { "@type": "Answer", "position": 2, "text": "&&", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator '&&' wird für logische UND-Operationen verwendet." } }, { "@type": "Answer", "position": 3, "text": "==", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Operator '==' wird für Vergleiche verwendet, nicht für Wertzuweisungen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS-Funktion", "text": "Welche CMS-Funktion ermöglicht mehreren Benutzern die Zusammenarbeit?", "encodingFormat": "text/html", "assesses": "CMS-Funktion", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Rollen- und Zugriffssteuerung", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Contenterstellung", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Contenterstellung ist eine grundlegende CMS-Funktion, ermöglicht aber nicht die Zusammenarbeit." } }, { "@type": "Answer", "position": 1, "text": "Suchmaschinenoptimierung", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Suchmaschinenoptimierung ist eine wichtige CMS-Funktion, aber nicht diejenige, die Zusammenarbeit ermöglicht." } }, { "@type": "Answer", "position": 2, "text": "Datenbankverwaltung", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Datenbankverwaltung ist eine wichtige CMS-Funktion, aber nicht diejenige, die Zusammenarbeit ermöglicht." } }, { "@type": "Answer", "position": 3, "text": "Rollen- und Zugriffssteuerung", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Rollen- und Zugriffssteuerung ermöglicht es mehreren Benutzern, mit unterschiedlichen Berechtigungen zusammenzuarbeiten." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Element", "text": "Welches HTML-Element wird zur Erstellung einer Überschrift der ersten Ebene verwendet?", "encodingFormat": "text/html", "assesses": "HTML-Element", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Element '<h1>' wird verwendet, um die wichtigste Überschrift auf einer Webseite zu erstellen." } }, { "@type": "Answer", "position": 1, "text": "<p>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Element '<p>' wird für Absätze verwendet, nicht für Überschriften." } }, { "@type": "Answer", "position": 2, "text": "<h2>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das Element '<h2>' wird für Überschriften der zweiten Ebene verwendet, nicht für die erste Ebene." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Attribut", "text": "Welches CSS-Attribut legt die Hintergrundfarbe eines Elements fest?", "encodingFormat": "text/html", "assesses": "CSS-Attribut", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "background-image", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "background-image legt das Hintergrundbild fest, nicht die Farbe." } }, { "@type": "Answer", "position": 1, "text": "background-position", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "background-position legt die Position des Hintergrundbildes fest, nicht die Farbe." } }, { "@type": "Answer", "position": 2, "text": "color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "color legt die Textfarbe fest, nicht die Hintergrundfarbe." } }, { "@type": "Answer", "position": 3, "text": "background-color", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "background-color legt die Hintergrundfarbe des Elements fest." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Funktionalität", "text": "Welches der folgenden Elemente beschreibt am besten die Funktion von JavaScript in Webanwendungen?", "encodingFormat": "text/html", "assesses": "JavaScript-Funktionalität", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Ermöglicht dynamische Interaktionen", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Speichert Benutzerdaten", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript kann zwar Daten speichern, aber das ist nicht seine Hauptfunktion." } }, { "@type": "Answer", "position": 1, "text": "Ermöglicht dynamische Interaktionen", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ermöglicht es, dynamische Interaktionen wie Animationen, Formulareingaben und Echtzeitaktualisierungen zu erstellen." } }, { "@type": "Answer", "position": 2, "text": "Validiert Formulareingaben", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript kann Formulareingaben validieren, aber das ist nur eine seiner vielen Funktionen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Element", "text": "Welches HTML-Element wird zum Erstellen eines Hyperlinks verwendet?", "encodingFormat": "text/html", "assesses": "HTML-Element", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "<a> ist das HTML-Element für Hyperlinks." } }, { "@type": "Answer", "position": 1, "text": "<link>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "<link> wird verwendet, um externe Ressourcen wie CSS-Dateien zu verknüpfen." } }, { "@type": "Answer", "position": 2, "text": "<h1>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "<h1> wird verwendet, um Überschriften zu erstellen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CSS-Attribut", "text": "Welches CSS-Attribut wird verwendet, um den Abstand zwischen Textzeilen anzupassen?", "encodingFormat": "text/html", "assesses": "CSS-Attribut", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "padding", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "padding legt den Abstand um ein Element herum fest, nicht den Abstand zwischen Textzeilen." } }, { "@type": "Answer", "position": 1, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "line-height legt den Abstand zwischen Textzeilen fest." } }, { "@type": "Answer", "position": 2, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "margin legt den Abstand außerhalb eines Elements fest, nicht den Abstand zwischen Textzeilen." } }, { "@type": "Answer", "position": 3, "text": "font-size", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "font-size legt die Größe des Textes fest, nicht den Abstand zwischen den Zeilen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Leistung und Skalierbarkeit", "text": "Welcher Webserver zeichnet sich durch hohe Leistung und Skalierbarkeit aus?", "encodingFormat": "text/html", "assesses": "Leistung und Skalierbarkeit", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "nginx", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "nginx", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "nginx ist bekannt für seine hohe Leistung und Skalierbarkeit, was es zu einer beliebten Wahl für stark frequentierte Websites macht." } }, { "@type": "Answer", "position": 1, "text": "IIS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "IIS ist ein Webserver von Microsoft, der zwar zuverlässig ist, aber nicht die gleiche Leistung und Skalierbarkeit wie nginx bietet." } }, { "@type": "Answer", "position": 2, "text": "Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Tomcat ist ein Java-basierter Anwendungsserver, der nicht für die Bereitstellung statischer Webinhalte optimiert ist." } }, { "@type": "Answer", "position": 3, "text": "Apache", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Apache ist ein weit verbreiteter Webserver, aber er ist nicht so leistungsstark und skalierbar wie nginx." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Zweck von CSS-Präprozessoren", "text": "Was ist der Zweck eines CSS-Präprozessors?", "encodingFormat": "text/html", "assesses": "Zweck von CSS-Präprozessoren", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Erweitert CSS mit zusätzlichen Funktionen", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Erweitert CSS mit zusätzlichen Funktionen", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS-Präprozessoren erweitern die Funktionalität von CSS durch zusätzliche Funktionen wie Variablen, Mixins und Funktionen." } }, { "@type": "Answer", "position": 1, "text": "Übersetzt CSS in HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS-Präprozessoren übersetzen CSS nicht in HTML. Stattdessen erweitern sie CSS und generieren dann das endgültige CSS." } }, { "@type": "Answer", "position": 2, "text": "Validiert CSS-Code", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS-Präprozessoren validieren keinen CSS-Code. Sie erweitern und generieren CSS." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Definition von HTML", "text": "Welcher Aussage über HTML entspricht?", "encodingFormat": "text/html", "assesses": "Definition von HTML", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Es ist eine Auszeichnungssprache zum Strukturieren von Webinhalten, die die Semantik und das Aussehen definiert.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Es ist eine Auszeichnungssprache zum Strukturieren von Webinhalten, die die Semantik und das Aussehen definiert.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird und sowohl die Semantik als auch das Aussehen definiert." } }, { "@type": "Answer", "position": 1, "text": "Es ist eine Programmiersprache, die zur Erstellung dynamischer Webseiten verwendet wird.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist keine Programmiersprache. Es ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird." } }, { "@type": "Answer", "position": 2, "text": "Es ist ein Content-Management-System zum Verwalten von Websites.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist kein Content-Management-System. Es ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Nennen Sie den Hauptzweck von CSS?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Stellt visuelle Stile und Layout für Webinhalte bereit und ermöglicht eine Trennung von Struktur und Darstellung.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Speichert und verwaltet Daten für Webanwendungen.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS speichert und verwaltet keine Daten für Webanwendungen. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich." } }, { "@type": "Answer", "position": 1, "text": "Ermöglicht die Kommunikation zwischen Webseiten und Servern.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS ermöglicht keine Kommunikation zwischen Webseiten und Servern. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich." } }, { "@type": "Answer", "position": 2, "text": "Ermöglicht Interaktivität und dynamisches Verhalten auf Webseiten.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS ermöglicht keine Interaktivität oder dynamisches Verhalten auf Webseiten. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich." } }, { "@type": "Answer", "position": 3, "text": "Stellt visuelle Stile und Layout für Webinhalte bereit und ermöglicht eine Trennung von Struktur und Darstellung.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Der Hauptzweck von CSS besteht darin, visuelle Stile und Layouts für Webinhalte bereitzustellen und eine Trennung von Struktur und Darstellung zu ermöglichen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "JavaScript-Rolle", "text": "Welche Funktion erfüllt JavaScript in Webstandards?", "encodingFormat": "text/html", "assesses": "JavaScript-Rolle", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Macht Webseiten interaktiv und dynamisch, indem es Ereignisse verarbeitet, den DOM manipuliert und asynchrone Anfragen sendet.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Strukturiert und kennzeichnet den Webinhalt semantisch.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist für die semantische Struktur verantwortlich." } }, { "@type": "Answer", "position": 1, "text": "Definiert die visuelle Darstellung und das Layout von Webinhalten.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS ist für die visuelle Darstellung zuständig." } }, { "@type": "Answer", "position": 2, "text": "Macht Webseiten interaktiv und dynamisch, indem es Ereignisse verarbeitet, den DOM manipuliert und asynchrone Anfragen sendet.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ermöglicht Interaktivität und Dynamik." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webserver-Auswahl", "text": "Welcher Webserver ist weit verbreitet für das Hosten von Websites?", "encodingFormat": "text/html", "assesses": "Webserver-Auswahl", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Apache", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Java", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Java ist eine Programmiersprache, kein Webserver." } }, { "@type": "Answer", "position": 1, "text": "MySQL", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "MySQL ist ein Datenbankmanagementsystem, kein Webserver." } }, { "@type": "Answer", "position": 2, "text": "Microsoft Word", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Microsoft Word ist eine Textverarbeitungssoftware, kein Webserver." } }, { "@type": "Answer", "position": 3, "text": "Apache", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Apache ist ein weit verbreiteter Webserver." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "CMS-Konzept", "text": "Definieren Sie ein Content-Management-System.", "encodingFormat": "text/html", "assesses": "CMS-Konzept", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Ein Softwaretool, das die Erstellung, Verwaltung, Änderung und Veröffentlichung von Webinhalten in einer kollaborativen Umgebung unterstützt.", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Ein Webbrowser zum Anzeigen von Webseiten.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein Webbrowser dient zum Anzeigen von Webseiten, nicht zum Verwalten von Inhalten." } }, { "@type": "Answer", "position": 1, "text": "Ein Softwaretool, das die Erstellung, Verwaltung, Änderung und Veröffentlichung von Webinhalten in einer kollaborativen Umgebung unterstützt.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein CMS ermöglicht die Verwaltung von Webinhalten." } }, { "@type": "Answer", "position": 2, "text": "Eine Programmiersprache, die speziell für die Entwicklung von Webanwendungen entwickelt wurde.", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Eine Programmiersprache dient zum Erstellen von Webanwendungen, nicht zum Verwalten von Inhalten." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Webstandard-Komponenten", "text": "Welche der folgenden Technologien ist kein Bestandteil von Webstandards?", "encodingFormat": "text/html", "assesses": "Webstandard-Komponenten", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "Adobe Flash", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Adobe Flash", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Adobe Flash ist kein Webstandard." } }, { "@type": "Answer", "position": 1, "text": "HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist ein Webstandard." } }, { "@type": "Answer", "position": 2, "text": "CSS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS ist ein Webstandard." } }, { "@type": "Answer", "position": 3, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ist ein Webstandard." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Technik für responsive Websites", "text": "Welche Technik wird für die Erstellung responsiver Websites verwendet, die sich an verschiedene Bildschirmgrößen anpassen?", "encodingFormat": "text/html", "assesses": "Technik für responsive Websites", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "Media Queries", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Frames", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Frames sind eine veraltete Technik und werden nicht mehr für die Erstellung responsiver Websites verwendet." } }, { "@type": "Answer", "position": 1, "text": "Flash", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Flash wird nicht mehr unterstützt und ist keine geeignete Option für die Erstellung responsiver Websites." } }, { "@type": "Answer", "position": 2, "text": "Media Queries", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Media Queries ermöglichen es, Websites an verschiedene Bildschirmgrößen anzupassen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Tool zum Testen der Browserkompatibilität", "text": "Nennen Sie ein Tool, das zum Testen der Kompatibilität von Websites mit verschiedenen Browsern verwendet werden kann?", "encodingFormat": "text/html", "assesses": "Tool zum Testen der Browserkompatibilität", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "BrowserStack", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Google Analytics", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Google Analytics wird zur Analyse des Website-Traffics verwendet, nicht zum Testen der Browserkompatibilität." } }, { "@type": "Answer", "position": 1, "text": "BrowserStack", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "BrowserStack ist ein Tool, mit dem Websites auf verschiedenen Browsern und Geräten getestet werden können." } }, { "@type": "Answer", "position": 2, "text": "Photoshop", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Photoshop ist ein Bildbearbeitungsprogramm und nicht für das Testen der Browserkompatibilität geeignet." } }, { "@type": "Answer", "position": 3, "text": "Microsoft Office", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Microsoft Office ist eine Office-Suite und nicht für das Testen der Browserkompatibilität geeignet." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Format zur Definition der Webseitenstruktur", "text": "Welches Format wird verwendet, um die Struktur und den Inhalt einer Webseite zu definieren und zu organisieren?", "encodingFormat": "text/html", "assesses": "Format zur Definition der Webseitenstruktur", "acceptedAnswer": [ { "@type": "Answer", "position": 2, "text": "HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript wird verwendet, um die Interaktivität von Websites zu steuern, nicht um ihre Struktur zu definieren." } }, { "@type": "Answer", "position": 1, "text": "XML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "XML wird für die Datenübertragung verwendet, nicht für die Definition der Struktur einer Webseite." } }, { "@type": "Answer", "position": 2, "text": "HTML", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTML ist das Standardformat zur Definition der Struktur und des Inhalts von Webseiten." } }, { "@type": "Answer", "position": 3, "text": "CSS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "CSS wird verwendet, um das Erscheinungsbild von Webseiten zu steuern, nicht um ihre Struktur zu definieren." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Protokoll für die Datenübertragung im Internet", "text": "Welches Protokoll ermöglicht die Übertragung von Webseiten und anderen Daten zwischen einem Client und einem Server?", "encodingFormat": "text/html", "assesses": "Protokoll für die Datenübertragung im Internet", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "HTTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "HTTP ist das Standardprotokoll für die Übertragung von Webseiten und anderen Daten im Internet." } }, { "@type": "Answer", "position": 1, "text": "SSH", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SSH wird für die sichere Remote-Anmeldung verwendet, nicht für die Übertragung von Webseiten." } }, { "@type": "Answer", "position": 2, "text": "FTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "FTP wird für die Dateiübertragung verwendet, nicht für die Übertragung von Webseiten." } }, { "@type": "Answer", "position": 3, "text": "SMTP", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "SMTP wird für die Übertragung von E-Mails verwendet, nicht für die Übertragung von Webseiten." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "HTML-Element für Formulare", "text": "Welches HTML-Element wird verwendet, um ein interaktives Formular auf einer Webseite zu erstellen?", "encodingFormat": "text/html", "assesses": "HTML-Element für Formulare", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "<form>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<input>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <input>-Element wird verwendet, um Eingabefelder zu erstellen, nicht Formulare." } }, { "@type": "Answer", "position": 1, "text": "<label>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <label>-Element wird verwendet, um Beschriftungen für Eingabefelder zu erstellen, nicht Formulare." } }, { "@type": "Answer", "position": 2, "text": "<div>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <div>-Element wird verwendet, um Abschnitte auf einer Webseite zu erstellen, nicht Formulare." } }, { "@type": "Answer", "position": 3, "text": "<form>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Das <form>-Element wird verwendet, um Formulare auf einer Webseite zu erstellen." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Programmiersprache für Client-seitige Skripte", "text": "Welche Programmiersprache wird hauptsächlich für dynamische Interaktionen und Client-seitige Skripte auf Webseiten verwendet?", "encodingFormat": "text/html", "assesses": "Programmiersprache für Client-seitige Skripte", "acceptedAnswer": [ { "@type": "Answer", "position": 0, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "JavaScript", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "JavaScript ist die Hauptsprache für dynamische Interaktionen und Client-seitige Skripte auf Webseiten." } }, { "@type": "Answer", "position": 1, "text": "Python", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Python ist eine serverseitige Programmiersprache und wird nicht für Client-seitige Skripte verwendet." } }, { "@type": "Answer", "position": 2, "text": "C++", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "C++ ist eine kompilierte Programmiersprache und wird nicht für die Webentwicklung verwendet." } }, { "@type": "Answer", "position": 3, "text": "Java", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Java wird hauptsächlich für serverseitige Anwendungen verwendet und nicht für Client-seitige Skripte." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "Kostenloser und weit verbreiteter Webserver", "text": "Welcher Webserver ist kostenlos verfügbar und bei Webhosting-Anbietern weit verbreitet?", "encodingFormat": "text/html", "assesses": "Kostenloser und weit verbreiteter Webserver", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "Apache", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Tomcat", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Tomcat ist ein Java-basierter Webserver, der nicht so weit verbreitet ist wie Apache." } }, { "@type": "Answer", "position": 1, "text": "Apache", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Apache ist ein kostenloser und weit verbreiteter Webserver, der von vielen Webhosting-Anbietern verwendet wird." } }, { "@type": "Answer", "position": 2, "text": "Nginx", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Nginx ist ein weiterer beliebter Webserver, aber er ist nicht so weit verbreitet wie Apache." } }, { "@type": "Answer", "position": 3, "text": "IIS", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "IIS ist ein Webserver von Microsoft und nicht so weit verbreitet wie Apache." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "System zur Verwaltung von Webseiteninhalten", "text": "Welches System ermöglicht die einfache Verwaltung von Webseiteninhalten ohne Programmierkenntnisse?", "encodingFormat": "text/html", "assesses": "System zur Verwaltung von Webseiteninhalten", "acceptedAnswer": [ { "@type": "Answer", "position": 3, "text": "Content-Management-System (CMS)", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "Webhosting", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webhosting stellt Speicherplatz und Ressourcen für Webseiten bereit, ermöglicht aber keine einfache Inhaltsverwaltung." } }, { "@type": "Answer", "position": 1, "text": "Webdesign-Tool", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Webdesign-Tools helfen beim Erstellen von Webseiten, ermöglichen aber keine einfache Inhaltsverwaltung." } }, { "@type": "Answer", "position": 2, "text": "Datenbankverwaltungssystem", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Datenbankverwaltungssysteme werden zum Speichern und Verwalten von Daten verwendet, nicht für die Verwaltung von Webseiteninhalten." } }, { "@type": "Answer", "position": 3, "text": "Content-Management-System (CMS)", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "Ein CMS ermöglicht die einfache Verwaltung von Webseiteninhalten ohne Programmierkenntnisse." } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Welches HTML-Element wird verwendet, um einen Hyperlink zu einer anderen Webseite zu erstellen?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "<url>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 1, "text": "<a>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 2, "text": "<href>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 3, "text": "<link>", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } } ] }, { "@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Exam exercise", "name": "", "text": "Welche CSS-Eigenschaft wird verwendet, um den Abstand zwischen Textzeilen zu steuern?", "encodingFormat": "text/html", "assesses": "", "acceptedAnswer": [ { "@type": "Answer", "position": 1, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment" } } ], "suggestedAnswer": [ { "@type": "Answer", "position": 0, "text": "margin", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 1, "text": "line-height", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 2, "text": "padding", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } }, { "@type": "Answer", "position": 3, "text": "letter-spacing", "encodingFormat": "text/html", "comment": { "@type": "Comment", "text": "" } } ] } ] }</script><script type="application/ld+json">{ "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Webstandards und -technologien: Quizfragen für Webdesign-Lernende", "operatingSystem": "Web-Browser, Windows, Linux, Android, iOS", "image": "/images/schlaukopf_app_128.png", "keywords": "Webstandards,Webtechnologien,HTML,CSS,JavaScript,Webserver,Content-Management-Systeme,Webdesign,Industriekaufmann-frau,Berufsschule", "description": "Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.", "applicationCategory": "https://schema.org/EducationalApplication", "thumbnailUrl": "/images/schlaukopf_app_128.png", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "EUR" } }</script><div id="page-container" class="flex flex-col items-stretch w-full min-h-screen bg-gray-100"><div class="h-16"><header id="topbar" class="flex flex-none items-center h-16 shadow-sm fixed top-0 right-0 left-0 z-30 bg-gray-800 drop-shadow-lg"><div class="flex justify-between max-w-10xl mx-auto px-4 lg:px-8 w-full"><div class="flex items-center"><a class="shrink-0" href="/"><img alt="Schlaukopf Logo" loading="lazy" width="45" height="54" decoding="async" data-nimg="1" class="mr-0 lg:mr-2 w-[45px] h-[54px]" style="color:transparent" srcSet="/_next/image?url=%2Fimages%2Fschlaukopf_neu.svg&w=48&q=75 1x, /_next/image?url=%2Fimages%2Fschlaukopf_neu.svg&w=96&q=75 2x" src="/_next/image?url=%2Fimages%2Fschlaukopf_neu.svg&w=96&q=75"/></a><a title="zur Startseite" class="hidden md:block" href="/"><div class="text-2xl font-bold"><span class="text-gray-50">Schlaukopf</span><span class="text-blue-200 text-sm">.<!-- -->ai</span></div></a><div class="dark ml-2 flex"><button type="button" class="shrink group inline-flex w-full items-center justify-center gap-1 lg:gap-2 rounded-lg border border-gray-200 bg-white px-2 md:px-4 py-2 ml-3 font-medium leading-6 text-gray-800 hover:border-gray-300 hover:text-gray-900 hover:shadow-sm focus:ring focus:ring-gray-300 focus:ring-opacity-25 active:border-gray-200 active:shadow-none dark:border-gray-700 dark:bg-gray-800 dark:text-gray-300 dark:hover:border-gray-600 dark:hover:text-gray-200 dark:focus:ring-gray-600 dark:focus:ring-opacity-40 dark:active:border-gray-700"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" data-slot="icon" class="hi-mini hi-magnifying-glass inline-block w-5 h-5 opacity-60 group-hover:text-blue-600 group-hover:opacity-100 dark:group-hover:text-blue-400"><path fill-rule="evenodd" d="M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z" clip-rule="evenodd"></path></svg><span class="grow text-left opacity-60 group-hover:opacity-100">Suche...</span></button><button type="button" class="group inline-flex w-full items-center justify-center gap-1 lg:gap-2 rounded-lg border border-gray-200 bg-white px-2 md:px-4 py-2 ml-3 font-medium leading-6 text-gray-800 hover:border-gray-300 hover:text-gray-900 hover:shadow-sm focus:ring focus:ring-gray-300 focus:ring-opacity-25 active:border-gray-200 active:shadow-none dark:border-gray-700 dark:bg-gray-800 dark:text-gray-300 dark:hover:border-gray-600 dark:hover:text-gray-200 dark:focus:ring-gray-600 dark:focus:ring-opacity-40 dark:active:border-gray-700"><svg xmlns="http://www.w3.org/2000/svg" width="1.2em" height="1.2em" viewBox="0 0 24 24" class="inline-block w-5 h-5 opacity-60 group-hover:text-blue-600 group-hover:opacity-100 dark:group-hover:text-blue-400"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" color="currentColor"><path d="M4 16.5a3 3 0 0 0 3 3a2.5 2.5 0 0 0 5 0a2.5 2.5 0 1 0 5 0a3 3 0 0 0 2.567-4.553a3.001 3.001 0 0 0 0-5.893A3 3 0 0 0 17 4.5a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0-5 0a3 3 0 0 0-2.567 4.553a3.001 3.001 0 0 0 0 5.893A3 3 0 0 0 4 16.5"></path><path d="m7.5 14.5l1.842-5.526a.694.694 0 0 1 1.316 0L12.5 14.5m3-6v6m-7-2h3"></path></g></svg><span class="grow text-left opacity-60 group-hover:opacity-100 whitespace-nowrap">Passend...</span></button></div></div><div class="flex items-center lg:hidden"></div><div class="flex items-center space-x-2"><div class="ml-2 mr-2 active:translate-y-px hover:scale-105 transition-transform" title="gast1370862@schlaukopf.ai " id="sidebar-account-button"><button tabindex="0" class="flex relative justify-center items-center box-border overflow-hidden align-middle z-0 outline-none data-[focus-visible=true]:z-10 data-[focus-visible=true]:outline-2 data-[focus-visible=true]:outline-focus data-[focus-visible=true]:outline-offset-2 w-8 h-8 text-tiny text-default-foreground rounded-full bg-gray-400 transition-colors"><span aria-label="avatar" class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 flex items-center justify-center w-full h-full text-black/40" role="img"><svg aria-hidden="true" fill="none" height="80%" role="presentation" viewBox="0 0 24 24" width="80%"><path d="M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z" fill="currentColor"></path><path d="M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489Z" fill="currentColor"></path></svg></span></button></div><button class="z-0 group relative inline-flex items-center justify-center box-border appearance-none select-none whitespace-nowrap font-normal subpixel-antialiased overflow-hidden tap-highlight-transparent data-[pressed=true]:scale-[0.97] outline-none data-[focus-visible=true]:z-10 data-[focus-visible=true]:outline-2 data-[focus-visible=true]:outline-focus data-[focus-visible=true]:outline-offset-2 border-medium text-medium gap-3 !gap-0 transition-transform-colors-opacity motion-reduce:transition-none border-default text-warning min-w-12 w-12 h-12 data-[hover=true]:opacity-hover rounded-lg border-none p-2 duration-300 transition-colors bg-gray-800 hover:bg-gray-700 mr-4 ml-4" type="button" id="sidebar-tiles-button" aria-label="Hauptmenü"><svg class="hi-solid hi-bars-3 inline-block w-10 h-10 text-4xl text-gray-400 hover:text-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" d="M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z" clip-rule="evenodd"></path></svg></button></div></div></header></div><div id="quest_preview" class="flex flex-col mx-auto w-full min-w-[320px] bg-gray-100"><div class="SlowConnectionSpinner" style="width:140px;opacity:0.6;position:fixed;top:50%;left:50%;z-index:99;right:0;color:rgba(0,0,0,0.5)"><div class="lds-spinner" style="width:80px;height:80px"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div></div><div data-aspect="inner" class="app_inner childLayout_flex_row" style="flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch"><style>#preview_stage_outer { flex: 1 1 auto; flex-direction: column; height: 1136px; display: flex; background-size: 100% 100%; background-image: url("https://qs.schlaukopf.ai/data2/img/1/TrLMdMeJD.jpg?version=1"); transition: background-image 1s ease-out 0s; height: calc(100vh - 64px); } #preview_stage_inner { height: 1000px; width: 1000px; flex: 0 0 1000px; display: flex; flex-wrap: nowrap; align-items: stretch; user-select: none; transition: opacity 0.1s linear 0.1s; position: relative; } </style><div id="preview_stage_outer" data-aspect="outer" class="ssr stage_outer" style="padding-bottom:85px"><div data-aspect="main" class="stage_main" style="flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;z-index:1"><div class="left_of_inner"></div><div data-aspect="inner" class="ssr stage_inner childLayout_flex_row stage_inner_zoom" id="preview_stage_inner"><div class="question_inner aspect_x0KCoX childLayout_absolute" style="transition: opacity 0.2s ease 0s; opacity: 1; position: relative; display: block;"><div data-aspect="inner" class="questionpart_inner aspect_vJq-oU childLayout_flex_row"><div data-aspect="inner" class="text_inner aspect_Nxaer5 childLayout_flex_row overflowBorder_questionPart" data-fontsizemanual="1" style="font-size: 33px; position: absolute; left: 20px; top: 46px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 960px; height: 188px;"><span>Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?</span></div><img alt="" data-aspect="essence" loading="lazy" width="386" height="640" decoding="async" data-nimg="1" class="image_essence aspect_NqtUWh " srcset="/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1&w=640&q=75 1x, /_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1&w=828&q=75 2x" src="/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1&w=828&q=75" style="color: transparent; position: absolute; left: 7px; top: 390px; width: 140px; height: 541px;"></div><div class="question_options aspect_kELBWe " style="position: absolute; left: 441px; top: 327px; width: 500px; height: 450px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between;"><div data-aspect="inner" class="option_inner aspect_Kod7B1 childLayout_flex_row" data-fontsizemanual="1" style="border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;"><div data-aspect="inner" class="text_inner aspect_C17P8P childLayout_flex_row"><span><footer></span></div></div><div data-aspect="inner" class="option_inner aspect_HDDyXM childLayout_flex_row" data-fontsizemanual="1" style="border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;"><div data-aspect="inner" class="text_inner aspect_hW1sR6 childLayout_flex_row"><span><body></span></div></div><div data-aspect="inner" class="option_inner aspect_zqWMaK childLayout_flex_row" data-fontsizemanual="1" style="border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;"><div data-aspect="inner" class="text_inner aspect_aogwVW childLayout_flex_row"><span><head></span></div></div><div data-aspect="inner" class="option_inner aspect_k_M4Sp childLayout_flex_row" data-fontsizemanual="1" style="border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;"><div data-aspect="inner" class="text_inner aspect_V_3xQt childLayout_flex_row"><span><header></span></div></div></div><div data-aspect="deco" data-contenttraitid="FNCn7O" class="question_deco aspect_x79aqF " style="display: block;"></div></div></div><div class="right_of_inner"><div id="schlaukopf.ai_ad_1" style="margin-bottom:10px"></div><div id="schlaukopf.ai_ad_2" style="margin-bottom:10px"></div><div id="schlaukopf.ai_ad_3"></div></div></div></div></div><div style="z-index:10;min-width:340px;position:fixed;bottom:100px;left:50px;font-family:Arial, Helvetica, sans-serif;line-height:200%"><p style="font-size:30px;color:rgba(0,0,0,0.3)">Webdesign<!-- --> <!-- -->Übungen werden geladen<!-- --> ...</p></div></div><div class="fixed bottom-0 left-0 z-50 w-full h-16 grid grid-cols-1 px-8 border-t border-gray-200 md:grid-cols-3" style="background:rgba(255, 255, 255, 0.5)"></div><script> window.serverTime = 1726764093580; window.clientTime = new Date().getTime(); window.editionVersionNumber=1; window.preload = window.preload || {}; const preloadUrls = ['/api/tdoc/topic/auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien?v=1','/api/tdoc/question/mcq12446483?v=1','/api/tdoc/topic/209533?v=1','/api/tdoc/bundle/fsDVsI?v=1','/api/tdoc/bundle/mnWSz2Pvf?v=1','/api/tdoc/bundle/IyESvh7FK?v=1','/api/tdoc/bundle/RKgCmObJN?v=1','/api/tdoc/bundle/By3Jsg2Vs?v=1','/api/tdoc/bundle/wlJMmox7n?v=1','/api/tdoc/bundle/PphF-fhBJ?v=1','/api/tdoc/bundle/QoQ0ePXFh?v=1','/api/tdoc/bundle/BJxqw82DNe?v=1','/api/tdoc/bundle/rJnlnGDBf?v=1','/api/tdoc/bundle/HJPNLc-JG?v=1','/api/tdoc/path/auto.de?v=1','/api/tdoc/path/auto.de/berufsschule?v=1','/api/tdoc/path/auto.de/berufsschule/industriekaufleute?v=1','/api/tdoc/path/auto.de/berufsschule/industriekaufleute/webdesign?v=1']; preloadUrls.map(url => fetch(url).then(response => { if (response.ok) { const json = response.json().then(json => { if(!json.payload)return; window.preload[url] = json; if(['topic','path'].includes(json.payload.type)){ window.preload[url.replace(json.payload.pathURI, json.payload.id)] = json; } }); } else { throw new Error("HTTP error " + response.status); } }) .catch(e => { console.log(e.stack); })) </script></div></div><script src="/_next/static/chunks/webpack-1726731326491-2fcb8011b91fd2f2.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/4177f481d1f52549.css\",\"style\"]\n2:HL[\"/_next/static/css/f6b880dae9c249af.css\",\"style\"]\n3:HL[\"/_next/static/css/87ca01d9795f9785.css\",\"style\"]\n4:HL[\"/_next/static/css/754cfdc516495cd3.css\",\"style\"]\n5:HL[\"/_next/static/css/917fb7c3fee611d1.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"6:I[95751,[],\"\"]\n9:I[39275,[],\"\"]\nc:I[61343,[],\"\"]\nf:I[76130,[],\"\"]\na:[\"locale\",\"de-DE\",\"d\"]\nb:[\"pathURI_questionId_answerId\",\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien/mcq12446483/(funnel)\",\"c\"]\n10:[]\n"])</script><script>self.__next_f.push([1,"0:[null,[\"$\",\"$L6\",null,{\"buildId\":\"1726731326067-29xj1p\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"initialTree\":[\"\",{\"children\":[[\"locale\",\"de-DE\",\"d\"],{\"children\":[\"learn\",{\"children\":[[\"pathURI_questionId_answerId\",\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien/mcq12446483/(funnel)\",\"c\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true]}],\"initialSeedData\":[\"\",{\"children\":[[\"locale\",\"de-DE\",\"d\"],{\"children\":[\"learn\",{\"children\":[[\"pathURI_questionId_answerId\",\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien/mcq12446483/(funnel)\",\"c\"],{\"children\":[\"__PAGE__\",{},[[\"$L7\",\"$L8\"],null],null]},[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"$a\",\"children\",\"learn\",\"children\",\"$b\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/f6b880dae9c249af.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/87ca01d9795f9785.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/754cfdc516495cd3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/917fb7c3fee611d1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]]}],null]},[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"$a\",\"children\",\"learn\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[\"$Ld\",null],null]},[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4177f481d1f52549.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]]}],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Le\"],\"globalErrorComponent\":\"$f\",\"missingSlots\":\"$W10\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[32837,[\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"1203\",\"static/chunks/app/%5Blocale%5D/layout-1726731326491-cacace0634a4688c.js\"],\"TolgeeNextProvider\"]\n12:I[13535,[\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"1203\",\"static/chunks/app/%5Blocale%5D/layout-1726731326491-cacace0634a4688c.js\"],\"AllProviders\"]\n13:I[58323,[\"6082\",\"static/chunks/app/%5Blocale%5D/not-found-1726731326491-f2844625b5ae8e57.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"d:[\"$\",\"html\",null,{\"lang\":\"de-DE\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L11\",null,{\"locale\":\"de-DE\",\"locales\":{\"de-DE\":{\"auth.login.select_login_provider\":\"Wähle deinen Login-Provider\",\"auth.login.title\":\"Anmelden\",\"auth.signin.signin_with_email\":\"Weiter mit E-Mail\",\"auth.signin.signin_with_facebook\":\"Weiter mit Facebook\",\"auth.signin.signin_with_google\":\"Weiter mit Google\",\"auth.subbar.signin_navheader\":\"Anmelden\",\"command.modal.search.buttontext\":\"Hinzufügen\",\"command.modal.search.placeholder\":\"Thema eingeben\",\"command.modal.title\":\"Individuell auswählen aus mehr als 12 Millionen Fragen:\",\"footer.homepage.benefit1.text\":\"Lerne interaktiv und mit direktem Feedback.\",\"footer.homepage.benefit1.title\":\"Motivierend‌‍‍‍‍‌‍‍‌‌‌‍‌‌‌‍‌‌‌‍‍‌‍‌‍‍‌‌‌‍‌‌‌‍‌‌‌‌‍‍‍‌‍‌‌‌‌‍‌‌‌‍‌‌‌‍‍‌‌‍‍‌‌‌‍‍‌‍‍‍‍‌‌‍‍‌‍‍‍‍‌‌‍‍‍‌‍‌‌‌‌‍‍‌‌‍‌‍‌‌‍‍‍‌‌‍‌‌‌‌‍‌‍‍‍‌‌‌‍‍‌‍‌‌‌‌‌‍‍‌‍‍‍‍‌‌‍‍‌‍‍‌‍‌‌‍‍‌‌‍‌‍‌‌‍‍‍‌‌‌‌‌‌‍‍‌‌‌‌‍‌‌‍‍‌‌‍‍‍‌‌‍‍‌‌‍‌‍‌‌‌‍‌‍‍‍‌‌‌‍‍‌‌‌‍‌‌‌‍‍‌‌‍‌‍‌‌‍‍‌‍‍‍‌‌‌‍‍‌‌‍‌‍‌‌‍‍‌‌‍‍‌‌‌‍‍‌‍‌‌‍‌‌‍‍‍‌‍‌‌‌‌‌‍‍‌‌‌‍‌‌‍‌‍‍‍‍‍‌‌‍‍‍‌‍‌‌‌‌‍‍‌‍‌‌‍‌‌‍‍‍‌‍‌‌‌‌‍‍‌‍‍‌‌‌‌‍‍‌‌‍‌‍‌‌‌‍‌‌‌‍‌‌‌‍‍‍‍‍‌‍‌\",\"footer.homepage.benefit2.text\":\"Qualitativ hochwertig und dennoch kostenfrei.\",\"footer.homepage.benefit2.title\":\"Kostenlos\",\"footer.homepage.benefit3.text\":\"Fragen, wie sie in Klassenarbeiten und Tests gestellt werden.\",\"footer.homepage.benefit3.title\":\"Prüfungsorientiert\",\"footer.homepage.benefit4.text\":\"Passende Fragen zu fast jedem Lernthema.\",\"footer.homepage.benefit4.title\":\"Umfassend\",\"footer.impressum.cookies\":\"Cookies\",\"footer.impressum.created_with\":\"Erstellt mit\",\"footer.impressum.created_with_from\":\"vom\",\"footer.impressum.impressum\":\"Impressum\",\"footer.impressum.instance_brand_name\":\"Schlaukopf\",\"footer.impressum.instance_brand_team\":null,\"footer.impressum.privacy\":\"Datenschutz\",\"question.actionbar.skip.pose_other_question\":\"Andere Frage stellen\",\"question.preview.loadingexercises\":\"Übungen werden geladen\",\"question.qualityconfirm.modal.bad\":\"Fehlerhaft\",\"question.qualityconfirm.modal.bad_description\":\"Die Frage enthält Fehler, passt nicht zum Thema oder ist unvollständig.\",\"question.qualityconfirm.modal.continue\":\"Weiter lernen\",\"question.qualityconfirm.modal.foryourhelp\":\"für deine Einschätzung\",\"question.qualityconfirm.modal.good\":\"Super Frage\",\"question.qualityconfirm.modal.good_description\":\"Die Frage sollte dauerhaft in die Fragensammlung aufgenommen werden.\",\"question.qualityconfirm.modal.human_confirms\":\"Menschliche Bestätigungen\",\"question.qualityconfirm.modal.ignore\":\"Ich möchte nicht mithelfen\",\"question.qualityconfirm.modal.needsconfirmation\":\"Diese KI-Frage benötigt Bestätigung\",\"question.qualityconfirm.modal.thankyou\":\"Danke!\",\"question.qualityconfirm.modal.title\":\"Deine Einschätzung zählt!\",\"question.qualityconfirm.modal.tobeadded\":\"um in die Fragensammlung aufgenommen zu werden\",\"settings.account.curriculumcard.button_abort\":\"Abbrechen\",\"settings.account.curriculumcard.button_save\":\"Änderungen speichern\",\"settings.account.curriculumcard.country\":\"Land\",\"settings.account.curriculumcard.message_saved\":\"Lehrplan gespeichert\",\"settings.account.curriculumcard.questions\":\"Fragen\",\"settings.account.curriculumcard.region\":\"Region\",\"settings.account.curriculumcard.scholargroup\":\"Klassenstufe\",\"settings.account.curriculumcard.schooltype\":\"Schulart\",\"settings.account.curriculumcard.select_scholargroup\":\"Wähle deine Klassenstufe\",\"settings.account.curriculumcard.select_schooltype\":\"Wähle deine Schulart\",\"settings.account.curriculumcard.title\":\"Lehrplan\",\"settings.account.deletecard.button\":\"Ich möchte meinen Account löschen\",\"settings.account.deletecard.confirm_button_abort\":\"Abbrechen\",\"settings.account.deletecard.confirm_button_confirm\":\"Ja, lösche diesen Account\",\"settings.account.deletecard.confirm_message_aborted\":\"Dein Account bleibt erhalten.\",\"settings.account.deletecard.confirm_message_deleted\":\"Dein Account wurde gelöscht.\",\"settings.account.deletecard.confirm_text1\":\"Bist du dir sicher, dass du den Account\",\"settings.account.deletecard.confirm_text2\":\"endgültig löschen möchtest?\",\"settings.account.deletecard.confirm_title\":\"Account löschen\",\"settings.account.deletecard.description\":\"Wenn du deine Benutzerkennung löschst, werden auch alle bisherigen Beantwortungsdaten und Statistiken gelöscht.\",\"settings.account.deletecard.title\":\"Account löschen\",\"settings.account.headcard.avatar.select_image\":\"Wähle ein Bild aus:\",\"settings.account.headcard.change_email\":\"E-Mail ändern\",\"settings.account.headcard.memberstatus_basis\":\"Basis-Mitglied\",\"settings.account.headcard.memberstatus_premium\":\"Premium-Mitglied\",\"settings.account.headcard.questions_answered\":\"Fragen beantwortet\",\"settings.account.metadata.description\":\"Hier findest du deine Profildaten und Einstellungen.\",\"settings.account.metadata.title\":\"Dein Account\",\"settings.account.notifycard.lernreport_description\":\"Auswertungen und Diagramme zu deinen Lernerfolgen\",\"settings.account.notifycard.lernreport_message_off\":\"Die Auswertungs-Email wurde abbestellt.\",\"settings.account.notifycard.lernreport_message_on\":\"Du erhältst zukünftig Auswertungen und Diagramme per E-Mail.\",\"settings.account.notifycard.lernreport_switch_label\":\"am Tag nach der Lernaktivität\",\"settings.account.notifycard.lernreport_title\":\"Lernreport\",\"settings.account.notifycard.newsletter_description\":\"Passende Lerninhalte zu deinem Lehrplan\",\"settings.account.notifycard.newsletter_message_off\":\"Die Lernvorschläge wurden abbestellt.\",\"settings.account.notifycard.newsletter_message_on\":\"Du erhältst zukünftig einmal monatlich Lernvorschläge per E-Mail.\",\"settings.account.notifycard.newsletter_switch_label\":\"einmal pro Monat\",\"settings.account.notifycard.newsletter_title\":\"Newsletter\",\"settings.account.notifycard.title\":\"E-Mail Benachrichtigungen\",\"settings.account.profilecard.button_abort\":\"Abbrechen\",\"settings.account.profilecard.button_save\":\"Änderungen speichern\",\"settings.account.profilecard.constraint_prename_length\":\"Dein Spitzname sollte mindestens 3 Zeichen lang sein\",\"settings.account.profilecard.constraint_special_chars\":\"Es sind keine Sonderzeichen erlaubt.\",\"settings.account.profilecard.placeholder\":\"z.B. Michael\",\"settings.account.profilecard.prename\":\"Vorname oder Spitzname\",\"settings.account.profilecard.profile_saved\":\"Profil gespeichert\",\"settings.account.profilecard.title\":\"Dein Account\",\"sidebar.account.profile_title\":\"Profil\",\"sidebar.account.subtitle_user_fastswitch\":\"Benutzer Schnellauswahl\",\"sidebar.account.subtitle_user_switch\":\"Benutzer wechseln\",\"sidebar.account.subtitle_your_account\":\"Dein Account\",\"sidebar.account.switchuser_login\":\"Login\",\"sidebar.account.switchuser_logout\":\"Logout\",\"sidebar.account.switchuser_register_additional\":\"Zusätzliches Konto registrieren\",\"sidebar.account.tooltip_title\":\"Account ändern\",\"sidebar.account.user_fastswitch_remove\":\"Benutzer von der Schnellauswahl ernfernen\",\"sidebar.settings.about_title\":\"Über diese Webseite\",\"sidebar.settings.faq_title\":\"Häufige Fragen\",\"sidebar.settings.impressum_title\":\"Impressum\",\"sidebar.settings.subtitle_information\":\"Informationen\",\"sidebar.settings.title\":\"Menü\",\"sidebar.settings.tooltip_title\":\"Einstellungen und Informationen\",\"subbar.settings.card1.registered_at\":\"Registriert am\",\"subbar.settings.card1.user_id\":\"Benutzer-ID\",\"subbar.settings.title\":\"Einstellungen\",\"subbar.settings.user\":\"Benutzer\",\"topbar.funnel.filter.ai\":\"Künstliche Intelligenz\",\"topbar.funnel.filter.questionstate\":\"3. Antwortstatus\",\"topbar.funnel.filter.questiontype\":\"2. Fragetyp\",\"topbar.funnel.filter.redaktionell\":\"Redaktionell\",\"topbar.funnel.filter.subtopic\":\"1. Unterthema\",\"topbar.funnel.heading1\":\"Fragen auswählen\",\"topbar.funnel.subheading\":\"Bevorzuge deine Lieblings-Fragetypen und schließe für dich unrelevante Unterthemen aus.\",\"topbar.logo.title.to_start_page\":\"zur Startseite\",\"topbar.path.step.select_category_title\":\"Kategorie wählen\",\"topbar.path.step.select_scholargroup_title\":\"Klassenstufe wählen\",\"topbar.path.step.select_schooltype_title\":\"Schulart wählen\",\"topbar.path.step.select_subject_title\":\"Fach wählen\",\"topbar.path.step.select_title\":\"Auswahl\",\"topbar.ribbon.text.preview\":\"alpha\",\"topbar.topbarpath.step.neighbour.accordion.button\":\"Fragen jetzt lernen\",\"website.command.button.learnnow\":\"Jetzt lernen\",\"website.command.button.loading\":\"Lade Lernthema...\",\"website.command.searchfield.fit\":\"Passend...\",\"website.command.searchfield.search\":\"Suche...\",\"website.fit.loading.ai_is_preparing\":\"Unsere künstliche Intelligenz bereitet gerade die Fragen für dich vor.\",\"website.fit.loading.ready\":\"Bereit?\",\"website.fit.loading.startssoon\":\"Gleich geht's los!\",\"website.fit.loading.takes_x_seconds\":\"Das dauert etwa 25 Sekunden.\",\"website.fit.modal.button.learnnow\":\"Jetzt lernen\",\"website.fit.modal.button.loadtopic\":\"Lade Lernthema...\",\"website.fit.modal.bydescription.formlabel\":\"Was möchtest du Lernen?\",\"website.fit.modal.bydescription.placeholder\":\"z.B. Ich möchte alle Mitgliedsstaaten der EU mit ihren Hauptstädten lernen. Ich bin in der 6. Klasse und möchte mich auf die Geografieprüfung vorbereiten.\",\"website.fit.modal.bydescription.tabtitle\":\"zu folgender Beschreibung\",\"website.fit.modal.title\":\"Generiere perfekt passende Multiple Choice Fragen:\",\"website.fit.modal.titletag.bestfunction\":\"Unsere beste Funktion\",\"website.homepage.slogan\":\"Lernen kann Spaß machen!\",\"website.homepage.subslogan\":\"Kostenlos lernen mit mehr als 10 Millionen interaktiven Fragen.\",\"website.question.jsonLd.question_command\":\"Wähle die richtige Antwort aus:\"}},\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"$a\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$\",\"$L13\",null,{}],\"notFoundStyles\":[],\"styles\":null}]}]}]}]}]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Webstandards und -technologien: Quizfragen für Webdesign-Lernende\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\"}],[\"$\",\"meta\",\"4\",{\"name\":\"application-name\",\"content\":\"schlaukopf.ai\"}],[\"$\",\"meta\",\"5\",{\"name\":\"author\",\"content\":\"Michael Hicke\"}],[\"$\",\"meta\",\"6\",{\"name\":\"keywords\",\"content\":\"Webstandards,Webtechnologien,HTML,CSS,JavaScript,Webserver,Content-Management-Systeme,Webdesign,Industriekaufmann-frau,Berufsschule\"}],[\"$\",\"meta\",\"7\",{\"name\":\"creator\",\"content\":\"Michael Hicke\"}],[\"$\",\"meta\",\"8\",{\"name\":\"robots\",\"content\":\"index, follow, nocache\"}],[\"$\",\"link\",\"9\",{\"rel\":\"canonical\",\"href\":\"https://www.schlaukopf.ai/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\"}],[\"$\",\"meta\",\"10\",{\"name\":\"apple-itunes-app\",\"content\":\"app-id=949264613, app-argument=https://www.schlaukopf.ai/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\"}],[\"$\",\"meta\",\"11\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"12\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Schlaukopf\"}],[\"$\",\"link\",\"13\",{\"href\":\"/assets/startup/apple-touch-startup-image-768x1004.png\",\"media\":\"$undefined\",\"rel\":\"apple-touch-startup-image\"}],[\"$\",\"link\",\"14\",{\"href\":\"/assets/startup/apple-touch-startup-image-1536x2008.png\",\"media\":\"(device-width: 768px) and (device-height: 1024px)\",\"rel\":\"apple-touch-startup-image\"}],[\"$\",\"meta\",\"15\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:title\",\"content\":\"Webstandards und -technologien - Webdesign Industriekaufmann-frau\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:description\",\"content\":\"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:url\",\"content\":\"https://www.schlaukopf.ai\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:site_name\",\"content\":\"Schlaukopf\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image\",\"content\":\"https://www.schlaukopf.ai/images/schlaukopf_app_128.png\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:width\",\"content\":\"128\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:image:height\",\"content\":\"128\"}],[\"$\",\"meta\",\"23\",{\"property\":\"og:image:type\",\"content\":\"image/png\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:title\",\"content\":\"Webstandards und -technologien - Webdesign Industriekaufmann-frau\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:description\",\"content\":\"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:image\",\"content\":\"https://www.schlaukopf.ai/images/schlaukopf_app_128.png\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:image:width\",\"content\":\"128\"}],[\"$\",\"meta\",\"29\",{\"name\":\"twitter:image:height\",\"content\":\"128\"}],[\"$\",\"meta\",\"30\",{\"name\":\"twitter:image:type\",\"content\":\"image/png\"}],[\"$\",\"link\",\"31\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"32\",{\"rel\":\"icon\",\"href\":\"/images/android-icon-192x192.png\"}],[\"$\",\"link\",\"33\",{\"rel\":\"apple-touch-icon\",\"href\":\"/images/apple-icon-144x144.png\"}],[\"$\",\"link\",\"34\",{\"rel\":\"apple-touch-icon\",\"href\":\"/images/apple-icon-120x120.png\",\"sizes\":\"120x120\",\"type\":\"image/png\"}],[\"$\",\"link\",\"35\",{\"rel\":\"apple-touch-icon-precomposed\",\"href\":\"/images/apple-touch-icon.png\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\n"])</script><script>self.__next_f.push([1,"14:T2fe62,"])</script><script>self.__next_f.push([1,"{\n \"@context\": \"https://schema.org\",\n \"@type\": \"Quiz\",\n \"typicalAgeRange\": \"16-25\",\n \"educationalLevel\": \"intermediate\",\n \"assesses\": \"\",\n \"educationalAlignment\": [\n {\n \"@type\": \"AlignmentObject\",\n \"alignmentType\": \"educationalSubject\",\n \"targetName\": \"Webdesign\",\n \"educationalFramework\": \"Berufsschule\",\n \"targetDescription\": \"Berufsschule Industriekaufmann-frau Webdesign, \",\n \"targetUrl\": \"/auto.de/berufsschule/industriekaufleute/webdesign\"\n },\n {\n \"@type\": \"AlignmentObject\",\n \"alignmentType\": \"educationalLevel\",\n \"targetName\": \"Industriekaufmann-frau\"\n }\n ],\n \"name\": \"Webstandards und -technologien: Quizfragen für Webdesign-Lernende\",\n \"description\": \"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\",\n \"about\": [\n {\n \"@type\": \"Thing\",\n \"name\": \"Webstandards und -technologien\",\n \"description\": \"Diese Einheit vermittelt die Grundlagen von Webstandards und -technologien wie HTML, CSS, JavaScript, Webservern und Content-Management-Systemen. Die Lernenden erwerben Kenntnisse über die Erstellung und Verwaltung von Websites.\"\n }\n ],\n \"hasPart\": [\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Kopfbereich\",\n \"text\": \"Welches HTML-Element stellt den Kopfbereich einer Webseite dar?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Kopfbereich\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003chead\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ctable\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das HTML-Element \u003ctable\u003e wird verwendet, um eine Tabelle zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003chead\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das HTML-Element \u003chead\u003e enthält Metadaten und Informationen über die Webseite.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cdiv\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das HTML-Element \u003cdiv\u003e wird verwendet, um einen generischen Block-Container zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cspan\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das HTML-Element \u003cspan\u003e wird verwendet, um einen Teil des Textes hervorzuheben.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Textgröße\",\n \"text\": \"Mit welcher CSS-Eigenschaft kann die Textgröße festgelegt werden?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Textgröße\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft font-size legt die Größe des Textes fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"text-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Es gibt keine CSS-Eigenschaft namens text-size.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"text\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft text formatiert den Text, legt aber nicht seine Größe fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft size existiert nicht.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Ganzzahlen\",\n \"text\": \"Welcher Datentyp wird in JavaScript zur Speicherung ganzer Zahlen verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Ganzzahlen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Number\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"String\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Strings werden in JavaScript verwendet, um Text zu speichern.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Number\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Zahlen werden in JavaScript mit dem Datentyp Number gespeichert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Boolean\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Booleans werden in JavaScript verwendet, um Wahrheitswerte zu speichern.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Array\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Arrays werden in JavaScript verwendet, um Sammlungen von Elementen zu speichern.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Schneller und skalierbarer Webserver\",\n \"text\": \"Welcher Webserver ist bekannt für seine hohe Geschwindigkeit und Skalierbarkeit?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Schneller und skalierbarer Webserver\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache ist ein weit verbreiteter Webserver, aber nicht unbedingt der schnellste oder skalierbarste.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"nginx ist ein Webserver, der für seine hohe Geschwindigkeit und Skalierbarkeit bekannt ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein Webserver von Microsoft, der nicht so schnell oder skalierbar ist wie nginx.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Tomcat ist ein Java-basierter Webserver, der nicht so schnell oder skalierbar ist wie nginx.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS vs. Versionskontrollsystem\",\n \"text\": \"Welches der folgenden Programme ist kein Content-Management-System?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS vs. Versionskontrollsystem\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Git\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WordPress ist ein beliebtes Content-Management-System, das zum Erstellen und Verwalten von Websites verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Joomla!\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Joomla! ist ein Open-Source-CMS, das für seine Flexibilität und Erweiterbarkeit bekannt ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Magento\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Magento ist ein spezialisiertes CMS, das speziell für die Entwicklung von Online-Shops konzipiert wurde.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Git\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Git ist ein Tool zur Versionskontrolle, das zum Verfolgen und Verwalten von Änderungen an Code oder anderen Dateien verwendet wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Element für ungeordnete Liste\",\n \"text\": \"Welches HTML-Element wird zur Darstellung einer ungeordneten Liste verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Element für ungeordnete Liste\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cul\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cul\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003cul\u003e ist das HTML-Element, das zum Erstellen einer ungeordneten Liste mit Aufzählungspunkten verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003col\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003col\u003e wird verwendet, um eine geordnete Liste mit nummerierten Elementen zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cli\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003cli\u003e ist ein untergeordnetes Element von \u003cul\u003e oder \u003col\u003e und stellt ein einzelnes Element in der Liste dar.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cdl\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003cdl\u003e wird verwendet, um eine Definitionsliste mit Begriffen und zugehörigen Definitionen zu erstellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Eigenschaft für Abstand\",\n \"text\": \"Mit welcher CSS-Eigenschaft wird der Abstand um ein Element definiert?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Eigenschaft für Abstand\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"margin legt den Abstand zwischen dem Rand eines Elements und dem umgebenden Inhalt fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"padding\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"padding legt den Abstand zwischen dem Inhalt eines Elements und seinem Rahmen fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"border\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"border legt die Dicke, den Stil und die Farbe des Rahmens um ein Element fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"width\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"width legt die horizontale Größe eines Elements fest.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welcher Webserver eignet sich besonders für die Entwicklung und das Testen von Websites?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"WampServer\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache ist ein zuverlässiger und leistungsstarker Webserver, der sich jedoch eher für die Bereitstellung von Live-Websites eignet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"nginx ist ein hochleistungsfähiger Webserver, der sich auf Geschwindigkeit und Skalierbarkeit konzentriert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"WampServer\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WampServer ist eine vorkonfigurierte Entwicklungsumgebung, die Apache, MySQL und PHP umfasst und sich ideal für die lokale Entwicklung und das Testen eignet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein proprietärer Webserver, der in der Regel auf Windows-Systemen eingesetzt wird und sich eher für die Bereitstellung von Live-Websites eignet.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Auswahl\",\n \"text\": \"Welches Content-Management-System ist auf E-Commerce-Funktionen spezialisiert?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Auswahl\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Magento\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WordPress ist zwar ein beliebtes CMS, aber es ist nicht auf E-Commerce spezialisiert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Joomla!\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Joomla! ist ein vielseitiges CMS, aber E-Commerce ist nicht sein Hauptfokus.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Magento\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Magento ist eine führende E-Commerce-Plattform mit umfangreichen Funktionen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Drupal\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Drupal ist ein flexibles CMS, aber es ist nicht speziell für E-Commerce konzipiert.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Elemente\",\n \"text\": \"Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Elemente\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cbody\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003chead\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003chead\u003e-Element enthält Metadaten über die Seite, nicht den Hauptinhalt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cbody\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cbody\u003e-Element enthält den sichtbaren Inhalt der Seite.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cfooter\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cfooter\u003e-Element enthält Informationen am Ende der Seite, nicht den Hauptinhalt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cheader\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cheader\u003e-Element enthält Informationen am Anfang der Seite, nicht den Hauptinhalt.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Attribute\",\n \"text\": \"Welches Attribut wird verwendet, um einen eindeutigen Bezeichner für ein HTML-Element festzulegen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Attribute\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"id\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"id\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das id-Attribut weist einem Element eine eindeutige Kennung zu.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"class\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das class-Attribut wird verwendet, um einem Element eine Klasse zuzuweisen, nicht eine eindeutige ID.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"name\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das name-Attribut wird für Formularelemente verwendet, nicht für die eindeutige Identifizierung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"style\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das style-Attribut wird verwendet, um Stile auf ein Element anzuwenden, nicht für die eindeutige Identifizierung.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Einbindung\",\n \"text\": \"Welche der folgenden Codezeilen fügt JavaScript-Code in eine HTML-Seite ein?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Einbindung\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cscript src=\\\"script.js\\\"\u003e\u003c/script\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cjavascript src=\\\"script.js\\\"\u003e\u003c/javascript\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die richtige Syntax ist \u003cscript src=\\\"script.js\\\"\u003e\u003c/script\u003e.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cscript src=\\\"script.js\\\"\u003e\u003c/script\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Diese Codezeile lädt das JavaScript-Skript 'script.js' in die HTML-Seite.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cskript src=\\\"script.js\\\"\u003e\u003c/skript\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cskript\u003e-Element ist kein gültiges HTML-Element.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"import script.js\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Diese Syntax wird in JavaScript verwendet, nicht in HTML.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Textabstand steuern\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um den Textabstand innerhalb eines Elements zu steuern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Textabstand steuern\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"letter-spacing\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft font-size steuert die Schriftgröße, nicht den Textabstand.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"text-align\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft text-align steuert die Ausrichtung des Textes, nicht den Textabstand.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"letter-spacing\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft letter-spacing steuert den Abstand zwischen den einzelnen Buchstaben.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"padding\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft padding steuert den Abstand zwischen dem Elementinhalt und seinen Rändern, nicht den Textabstand.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Dateinamenserweiterung\",\n \"text\": \"Welche der folgenden Dateinamenserweiterungen wird für JavaScript-Dateien verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Dateinamenserweiterung\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \".js\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \".html\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML-Dateien verwenden die Erweiterung .html.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \".css\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS-Dateien verwenden die Erweiterung .css.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \".js\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript-Dateien verwenden die Erweiterung .js.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \".xml\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"XML-Dateien verwenden die Erweiterung .xml.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webstandards\",\n \"text\": \"Welches Protokoll legt Regeln für die Formatierung und Übertragung von Webseiteninhalten fest?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webstandards\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTP ist das Protokoll, das für die Übertragung von Webseiteninhalten verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"HTTPS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTPS ist eine sichere Version von HTTP, die für die Übertragung vertraulicher Daten verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"FTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"FTP ist ein Protokoll, das für die Übertragung von Dateien verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"SMTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SMTP ist ein Protokoll, das für die Übertragung von E-Mails verwendet wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML\",\n \"text\": \"Welches HTML-Element ist dafür zuständig, eine Überschrift darzustellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ch1\u003e-Element wird verwendet, um eine Überschrift der ersten Ebene darzustellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cheading\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cheading\u003e-Element existiert nicht in HTML.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ctitle\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ctitle\u003e-Element wird verwendet, um den Titel einer Webseite festzulegen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cbody\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cbody\u003e-Element stellt den Hauptteil einer Webseite dar.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um den Hintergrund einer Box einzufärben?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft \\\"color\\\" wird verwendet, um die Farbe des Texts einzustellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft \\\"background-color\\\" wird verwendet, um die Hintergrundfarbe einer Box einzustellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft \\\"font-size\\\" wird verwendet, um die Schriftgröße einzustellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft \\\"margin\\\" wird verwendet, um den Abstand um eine Box einzustellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript\",\n \"text\": \"Welches JavaScript-Ereignis wird ausgelöst, wenn mit der Maus auf ein Element geklickt wird?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \\\"onclick\\\"-Ereignis wird ausgelöst, wenn mit der Maus auf ein Element geklickt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"onload\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \\\"onload\\\"-Ereignis wird ausgelöst, wenn eine Seite vollständig geladen ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"onmouseover\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \\\"onmouseover\\\"-Ereignis wird ausgelöst, wenn der Mauszeiger über ein Element bewegt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"onchange\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \\\"onchange\\\"-Ereignis wird ausgelöst, wenn sich der Wert eines Elements ändert.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webserver-Aufgaben\",\n \"text\": \"Was ist die Aufgabe eines Webservers?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webserver-Aufgaben\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Speicherung und Bereitstellung von Webseiten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Speicherung und Bereitstellung von Webseiten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Webserver speichert und stellt Webseiten bereit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ausführung von JavaScript-Code\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript-Code wird vom Webbrowser ausgeführt, nicht vom Webserver.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Verwaltung von Datenbanken\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Datenbanken werden in der Regel von einem Datenbankserver verwaltet, nicht von einem Webserver.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Bereitstellung von E-Mail-Diensten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"E-Mail-Dienste werden in der Regel von einem Mailserver bereitgestellt, nicht von einem Webserver.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Link-Tag\",\n \"text\": \"Welcher HTML-Tag wird verwendet, um einen Link zu erstellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Link-Tag\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003clink\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003clink\u003e-Tag wird verwendet, um eine Verknüpfung zu einem externen Dokument herzustellen, nicht um einen Link zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003ca\u003e-Tag wird verwendet, um einen Link zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003chref\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das href-Attribut wird verwendet, um die Ziel-URL eines Links anzugeben, nicht um einen Link zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003ch1\u003e-Tag wird verwendet, um eine Überschrift zu erstellen, nicht um einen Link zu erstellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Abstandseigenschaft\",\n \"text\": \"Welche CSS-Eigenschaft legt den Abstand zwischen Elementen fest?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Abstandseigenschaft\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"padding\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die padding-Eigenschaft legt den Abstand innerhalb eines Elements fest, nicht den Abstand zwischen Elementen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die margin-Eigenschaft legt den Abstand zwischen Elementen fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"border\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die border-Eigenschaft legt die Umrandung eines Elements fest, nicht den Abstand zwischen Elementen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"width\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die width-Eigenschaft legt die Breite eines Elements fest, nicht den Abstand zwischen Elementen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript\",\n \"text\": \"Welches JavaScript-Objekt wird verwendet, um auf das Document Object Model (DOM) zuzugreifen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"document\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"document\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das 'document'-Objekt ist das Einstiegspunkt zum DOM.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"window\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das 'window'-Objekt repräsentiert das Browser-Fenster, nicht das DOM.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"navigator\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das 'navigator'-Objekt liefert Informationen über den Browser, nicht über das DOM.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"location\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das 'location'-Objekt enthält Informationen über die aktuelle URL, nicht über das DOM.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTTP\",\n \"text\": \"Welcher HTTP-Statuscode signalisiert, dass die angeforderte Ressource nicht auffindbar ist?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTTP\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"404\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"200\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"200 bedeutet 'OK', was anzeigt, dass die Ressource gefunden wurde.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"404\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"404 bedeutet 'Nicht gefunden', was anzeigt, dass die Ressource nicht existiert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"500\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"500 bedeutet 'Interner Serverfehler', was auf ein Problem auf dem Server hinweist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"301\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"301 bedeutet 'Permanent verschoben', was anzeigt, dass die Ressource an einen neuen Ort verschoben wurde.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS\",\n \"text\": \"Welches Content-Management-System ist quelloffen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WordPress ist ein quelloffenes CMS, das kostenlos verwendet und modifiziert werden kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Shopify\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Shopify ist ein proprietäres CMS, das eine monatliche Gebühr erfordert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Squarespace\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Squarespace ist ein proprietäres CMS, das eine monatliche Gebühr erfordert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Wix\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Wix ist ein proprietäres CMS, das eine monatliche Gebühr erfordert.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS\",\n \"text\": \"Welche CSS-Eigenschaft definiert die Schriftgröße?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"'font-size' legt die Größe des Textes fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"'size' ist keine gültige CSS-Eigenschaft für die Schriftgröße.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"text-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"'text-size' ist keine gültige CSS-Eigenschaft für die Schriftgröße.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"font-style\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"'font-style' legt den Stil des Textes fest, nicht die Größe.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Grundlagen\",\n \"text\": \"Welches JavaScript-Ereignis tritt auf, wenn eine Schaltfläche angeklickt wird?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Grundlagen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onclick-Ereignis wird ausgelöst, wenn auf eine Schaltfläche geklickt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"onpress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onpress-Ereignis existiert nicht in JavaScript.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"onselect\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onselect-Ereignis wird ausgelöst, wenn Text ausgewählt wird, nicht wenn auf eine Schaltfläche geklickt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"onchange\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onchange-Ereignis wird ausgelöst, wenn sich der Wert eines Elements ändert, nicht wenn auf eine Schaltfläche geklickt wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webstandards\",\n \"text\": \"Welche Technologie wird zur Verbesserung der Barrierefreiheit von Websites eingesetzt?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webstandards\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"ARIA\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"ARIA\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"ARIA (Accessible Rich Internet Applications) ist eine Technologie, die zusätzliche Informationen für assistive Technologien bereitstellt, um die Barrierefreiheit von Websites zu verbessern.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"SEO\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SEO (Suchmaschinenoptimierung) dient dazu, die Sichtbarkeit einer Website in Suchmaschinenergebnissen zu verbessern, nicht zur Verbesserung der Barrierefreiheit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"HTML5\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML5 bietet zwar einige Funktionen zur Verbesserung der Barrierefreiheit, ist aber nicht die primäre Technologie für diesen Zweck.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"CSS3\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS3 bietet zwar einige Funktionen zur Verbesserung der visuellen Darstellung, ist aber nicht die primäre Technologie für die Barrierefreiheit.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webtechnologien\",\n \"text\": \"Welches Protokoll sorgt für eine sichere Datenübertragung im Internet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webtechnologien\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTPS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTPS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTPS (Hypertext Transfer Protocol Secure) ist ein Protokoll, das eine sichere Datenübertragung über das Internet gewährleistet, indem es Daten verschlüsselt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"FTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"FTP (File Transfer Protocol) dient zur Übertragung von Dateien über das Internet, bietet aber keine Verschlüsselung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTP (Hypertext Transfer Protocol) ist das Standardprotokoll für die Datenübertragung im Internet, bietet aber keine Verschlüsselung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"DNS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"DNS (Domain Name System) dient zur Auflösung von Domainnamen in IP-Adressen und bietet keine Verschlüsselung.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webstandards\",\n \"text\": \"Welche Designtechnik stellt sicher, dass Websites auf verschiedenen Geräten optimal dargestellt werden?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webstandards\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Responsive Design\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Mobiles Webdesign\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Mobiles Webdesign konzentriert sich auf die Optimierung für mobile Geräte, nicht für verschiedene Gerätetypen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Responsive Design\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Responsive Design passt die Darstellung einer Website automatisch an die Größe des Anzeigegeräts an.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Adaptive Design\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Adaptive Design verwendet vorgefertigte Layouts für verschiedene Gerätetypen, ist aber nicht so flexibel wie Responsive Design.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Statisches Webdesign\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Statisches Webdesign verwendet feste Layouts, die nicht an verschiedene Gerätetypen angepasst werden können.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Bildformate\",\n \"text\": \"Welches Bildformat ermöglicht eine verlustfreie Komprimierung?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Bildformate\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"PNG\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"JPEG\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JPEG verwendet eine verlustbehaftete Komprimierung, die zu Qualitätsverlusten führen kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"PNG\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"PNG verwendet eine verlustfreie Komprimierung, die die Bildqualität beibehält.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"GIF\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"GIF verwendet eine verlustfreie Komprimierung, unterstützt aber nur eine begrenzte Anzahl von Farben.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"BMP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"BMP ist ein unkomprimiertes Format, das zu großen Dateigrößen führt.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webentwicklungstools\",\n \"text\": \"Welches Tool dient zur Überprüfung der Gültigkeit von HTML- und CSS-Code?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webentwicklungstools\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"W3C Validator\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"W3C Validator\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der W3C Validator ist ein Online-Tool zur Überprüfung der Gültigkeit von HTML- und CSS-Code.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Notepad\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Notepad ist ein einfacher Texteditor, der keine Funktionen zur Überprüfung der Code-Gültigkeit bietet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Web Developer Toolbar\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Web Developer Toolbar ist eine Browser-Erweiterung, die einige Funktionen zur Code-Überprüfung bietet, aber nicht so umfassend wie der W3C Validator ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Sublime Text\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Sublime Text ist ein Code-Editor, der einige Funktionen zur Hervorhebung von Syntaxfehlern bietet, aber keine umfassende Code-Überprüfung durchführt.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welches dieser Elemente gehört NICHT zum aktuellen Webstandards-Stack?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Flash\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTML5\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"CSS Grid\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Flash\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"JavaScript ES6\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS Selectors - Specificity\",\n \"text\": \"Welche CSS-Selektor-Kombination hat die höchste Spezifität?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS Selectors - Specificity\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"ID-Selektor (#)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"ID-Selektor (#)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der ID-Selektor hat die höchste Spezifität, da er ein einzelnes Element eindeutig identifiziert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Klassenselektor (.)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Klassenselektor hat eine geringere Spezifität als der ID-Selektor, da er mehrere Elemente mit derselben Klasse ansprechen kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Element-Selektor (div)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Element-Selektor hat die niedrigste Spezifität, da er alle Elemente eines bestimmten Typs anspricht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Pseudo-Klasse (:hover)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Pseudo-Klassen haben eine geringere Spezifität als Klassen- und ID-Selektoren.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Checkbox\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welche ethischen Herausforderungen können sich aus dem Einsatz von Webstandards und -technologien ergeben?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Datenschutz\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Barrierefreiheit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Sicherheit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Urheberrecht\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Datenschutz\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Barrierefreiheit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Sicherheit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Urheberrecht\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Checkbox\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Wie beeinflussen Webstandards und -technologien die Geschäftswelt?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Sie erleichtern Geschäftsabläufe.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Sie vergrößern die Reichweite von Unternehmen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Sie verbessern die Kundeninteraktion.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Sie erleichtern Geschäftsabläufe.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webstandards und -technologien automatisieren Prozesse und verbessern die Effizienz.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Sie vergrößern die Reichweite von Unternehmen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Internet bietet Unternehmen eine globale Plattform, um Kunden zu erreichen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Sie verbessern die Kundeninteraktion.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Websites und Apps bieten interaktive Möglichkeiten für Kunden, mit Unternehmen in Kontakt zu treten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Sie haben keine der genannten Auswirkungen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webstandards und -technologien haben erhebliche Auswirkungen auf die Geschäftswelt.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Eigenschaften\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um die Schriftfarbe eines Elements zu bestimmen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Eigenschaften\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft 'color' wird verwendet, um die Schriftfarbe eines Elements festzulegen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"font-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft 'font-color' existiert nicht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"hue\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft 'hue' wird verwendet, um den Farbton einer Farbe festzulegen, nicht die Schriftfarbe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"text-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die CSS-Eigenschaft 'text-color' ist veraltet und sollte nicht mehr verwendet werden.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Datentypen\",\n \"text\": \"Welcher JavaScript-Datentyp wird verwendet, um Text zu speichern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Datentypen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"string\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"text\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der JavaScript-Datentyp 'text' existiert nicht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"char\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der JavaScript-Datentyp 'char' existiert nicht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"string\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der JavaScript-Datentyp 'string' wird verwendet, um Text zu speichern.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"word\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der JavaScript-Datentyp 'word' existiert nicht.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webserver-Typen\",\n \"text\": \"Welche Art von Webserver wird häufig für die Bereitstellung dynamischer Webseiten verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webserver-Typen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Apache Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein Webserver von Microsoft, der in der Regel für statische Webseiten verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Lighttpd\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Lighttpd ist ein leichter Webserver, der in der Regel für statische Webseiten verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Apache Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache Tomcat ist ein Webserver, der speziell für die Ausführung von Java-basierten Webanwendungen entwickelt wurde.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"NGINX\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"NGINX ist ein Webserver, der in der Regel für statische Webseiten und als Reverse-Proxy verwendet wird. Dynamische Webseiten erfordern einen Webserver, der Skriptsprachen wie PHP oder Java ausführen kann.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Typen\",\n \"text\": \"Welches Content-Management-System (CMS) ist kommerziell und wird häufig für die Verwaltung großer Unternehmenswebsites verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Typen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Adobe Experience Manager\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Adobe Experience Manager\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Joomla\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Joomla ist ein kostenloses und quelloffenes CMS, das eher für kleinere Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Drupal\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Drupal ist ein kostenloses und quelloffenes CMS, das eher für komplexe Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WordPress ist ein kostenloses und quelloffenes CMS, das eher für Blogs und kleine Websites geeignet ist. Adobe Experience Manager ist ein kommerzielles CMS, das von großen Unternehmen zur Verwaltung ihrer Websites verwendet wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS3-Eigenschaften\",\n \"text\": \"Welche der folgenden Aussagen über CSS3 ist falsch?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS3-Eigenschaften\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Es unterstützt keine Animationen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Es unterstützt keine Animationen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS3 unterstützt Animationen. Die Aussage ist falsch.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Es wurde 2011 veröffentlicht.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS3 wurde 2011 veröffentlicht. Die Aussage ist richtig.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Es bietet erweiterte Selektoren.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS3 bietet erweiterte Selektoren. Die Aussage ist richtig.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welches HTML-Attribut wird verwendet, um die Höhe eines Bildes festzulegen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"length\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das length-Attribut wird nicht verwendet, um die Höhe eines Bildes festzulegen. Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das size-Attribut wird nicht verwendet, um die Höhe eines Bildes festzulegen. Das height-Attribut wird verwendet, um die Höhe eines Bildes festzulegen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Eigenschaft\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um die Ausrichtung von Text auf einer Webseite zu steuern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Eigenschaft\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"text-align\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"text-align\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft `text-align` steuert die Ausrichtung des Textes.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"orientation\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`orientation` ist keine CSS-Eigenschaft zur Steuerung der Textausrichtung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"align\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`align` ist keine CSS-Eigenschaft zur Steuerung der Textausrichtung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"direction\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`direction` steuert die Schreibrichtung des Textes, nicht seine Ausrichtung.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webstandard\",\n \"text\": \"Welche der folgenden Technologien wird als Webstandard für die Audiowiedergabe angesehen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webstandard\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"HTML5 Audio\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Windows Media Player\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Windows Media Player ist kein Webstandard.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"HTML5 Audio\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML5 Audio ist ein Webstandard für die Audiowiedergabe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"RealPlayer\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"RealPlayer ist kein Webstandard.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"QuickTime\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"QuickTime ist kein Webstandard.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Code\",\n \"text\": \"Welcher HTML-Code ist korrekt, um eine Überschrift der Ebene 2 zu erzeugen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Code\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch2\u003eÜberschrift der Ebene 2\u003c/h2\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ch1\u003e\u003ch2\u003eÜberschrift der Ebene 2\u003c/h1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Überschriften der Ebene 2 werden mit dem `\u003ch2\u003e`-Tag erstellt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ch1\u003e\u003cp\u003eÜberschrift der Ebene 2\u003c/p\u003e\u003c/h1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Überschriften der Ebene 2 werden nicht mit dem `\u003ch1\u003e`-Tag erstellt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch2\u003eÜberschrift der Ebene 2\u003c/h2\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Dies ist der korrekte HTML-Code für eine Überschrift der Ebene 2.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003ch12\u003eÜberschrift der Ebene 2\u003c/h1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Es gibt kein `h12`-Tag in HTML.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Eigenschaft\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um die Schriftfarbe eines Elements zu ändern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Eigenschaft\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"font-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`font-color` ist keine CSS-Eigenschaft.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"text-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`text-color` ist keine CSS-Eigenschaft.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"color-text\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"`color-text` ist keine CSS-Eigenschaft.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft `color` steuert die Schriftfarbe eines Elements.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Operator\",\n \"text\": \"Welcher JavaScript-Operator wird verwendet, um zwei Variablen zu verketten?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Operator\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"+\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"||\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator || wird für die logische ODER-Verknüpfung verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u0026\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator \u0026 wird für die logische UND-Verknüpfung verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"+\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator + wird für die Verkettung von Zeichenfolgen verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"*\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator * wird für die Multiplikation verwendet.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webserver-Typen\",\n \"text\": \"Welche Art von Webserver ist für die Bereitstellung dynamischer Inhalte ausgelegt?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webserver-Typen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Apache Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Nginx ist ein Webserver, der für statische Inhalte optimiert ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Lighttpd\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Lighttpd ist ein Webserver, der für statische Inhalte und einfache dynamische Inhalte geeignet ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein Webserver, der für Windows-Umgebungen optimiert ist und sowohl statische als auch dynamische Inhalte bereitstellen kann.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Apache Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache Tomcat ist ein Webserver, der speziell für die Bereitstellung dynamischer Inhalte in Java-Anwendungen entwickelt wurde.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webentwicklungstools\",\n \"text\": \"Welches Tool wird zur Überprüfung der Gültigkeit und Zugänglichkeit von HTML- und CSS-Code verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webentwicklungstools\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Validator\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Parser\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Parser analysiert Code, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Debugger\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Debugger hilft bei der Fehlersuche in Code, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Validator\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Validator überprüft HTML- und CSS-Code auf Gültigkeit und Zugänglichkeit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Compiler\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Compiler übersetzt Code in eine andere Sprache, überprüft aber nicht seine Gültigkeit oder Zugänglichkeit.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Sicherheitsprotokolle\",\n \"text\": \"Welches Protokoll wird für die sichere Übertragung von Daten über das Internet verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Sicherheitsprotokolle\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"HTTPS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"FTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"FTP ist ein Protokoll für die Dateiübertragung, das nicht sicher ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTP ist ein Protokoll für die Übertragung von Webseiten, das nicht sicher ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"SMTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SMTP ist ein Protokoll für die Übertragung von E-Mails, das nicht sicher ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"HTTPS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTPS ist eine sichere Version von HTTP, die SSL/TLS zur Verschlüsselung von Daten verwendet.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Trennung von Inhalt und Design\",\n \"text\": \"Welche Webentwicklungsmethode betont die Trennung von Inhalt und Design?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Trennung von Inhalt und Design\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"MVC\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Agile\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Agile konzentriert sich auf iterative Entwicklung und Anpassungsfähigkeit, nicht auf die Trennung von Inhalt und Design.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Scrum\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Scrum ist ein agiler Rahmen, der sich auf die iterative Entwicklung und die Priorisierung von Aufgaben konzentriert, nicht auf die Trennung von Inhalt und Design.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"MVC\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"MVC (Model-View-Controller) ist ein Architekturmuster, das die Trennung von Inhalt (Modell), Darstellung (Ansicht) und Logik (Controller) betont.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Kanban\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Kanban ist ein agiles Projektmanagement-Tool, das sich auf die Visualisierung von Arbeitsabläufen konzentriert, nicht auf die Trennung von Inhalt und Design.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Interaktive Webanwendungen\",\n \"text\": \"Welche Technologie wird für die Erstellung interaktiver Webanwendungen verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Interaktive Webanwendungen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist eine Auszeichnungssprache, die die Struktur einer Webseite definiert, aber keine Interaktivität bietet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"PHP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"PHP ist eine serverseitige Skriptsprache, die zur Erstellung dynamischer Webseiten verwendet wird, aber nicht speziell für Interaktivität gedacht ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"CSS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS ist eine Stylesheet-Sprache, die das Aussehen einer Webseite definiert, aber keine Interaktivität bietet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ist eine clientseitige Skriptsprache, die zur Erstellung interaktiver Webanwendungen verwendet wird, z. B. zur Verarbeitung von Formularen, zur Validierung von Eingaben und zur Erstellung dynamischer Effekte.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Überschriften\",\n \"text\": \"Welcher HTML-Tag dient zur Erstellung einer Überschrift auf einer Webseite?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Überschriften\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003chead\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003chead\u003e-Tag enthält Metadaten über die Webseite, nicht den eigentlichen Inhalt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003ch1\u003e-Tag wird verwendet, um die Hauptüberschrift einer Webseite zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ctitle\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003ctitle\u003e-Tag definiert den Titel der Webseite, der in der Titelleiste des Browsers angezeigt wird, nicht die Überschrift auf der Seite selbst.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cbody\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der \u003cbody\u003e-Tag enthält den eigentlichen Inhalt der Webseite, einschließlich Überschriften, aber er definiert nicht die Überschrift selbst.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welche Funktion erfüllt das CSS-Attribut \\\"margin\\\"?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Definiert den Abstand um ein Element herum.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Positioniert ein Element auf der Seite.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das CSS-Attribut \\\"position\\\" wird verwendet, um ein Element auf der Seite zu positionieren, nicht \\\"margin\\\".\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Steuert die Hintergrundfarbe.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das CSS-Attribut \\\"background-color\\\" wird verwendet, um die Hintergrundfarbe eines Elements zu steuern, nicht \\\"margin\\\".\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Definiert den Abstand um ein Element herum.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das CSS-Attribut \\\"margin\\\" wird verwendet, um den Abstand um ein Element herum zu definieren, sowohl oben und unten als auch links und rechts.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Ändert die Schriftgröße.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das CSS-Attribut \\\"font-size\\\" wird verwendet, um die Schriftgröße zu ändern, nicht \\\"margin\\\".\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Grundlagen\",\n \"text\": \"Welches JavaScript-Ereignis wird ausgelöst, wenn ein Benutzer mit der linken Maustaste auf ein Element klickt?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Grundlagen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"onclick\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onclick-Ereignis wird ausgelöst, wenn ein Benutzer mit der linken Maustaste auf ein Element klickt.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"onmouseover\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onmouseover-Ereignis wird ausgelöst, wenn der Mauszeiger über ein Element bewegt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"onkeypress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onkeypress-Ereignis wird ausgelöst, wenn eine Taste auf der Tastatur gedrückt wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"onload\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das onload-Ereignis wird ausgelöst, wenn eine Seite vollständig geladen ist.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webentwicklungstools\",\n \"text\": \"Welcher Vorteil ergibt sich aus der Verwendung eines Content-Management-Systems (CMS)?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webentwicklungstools\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ermöglicht die einfache Bearbeitung und Verwaltung von Website-Inhalten.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Erhöht die Kosten für die Website-Wartung.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CMS können die Website-Wartungskosten senken, indem sie die Bearbeitung und Verwaltung von Inhalten vereinfachen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ermöglicht die einfache Bearbeitung und Verwaltung von Website-Inhalten.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Hauptvorteil von CMS ist die einfache Bearbeitung und Verwaltung von Website-Inhalten durch Benutzer ohne technische Kenntnisse.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Verbessert die Ladegeschwindigkeit der Website.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CMS können die Ladegeschwindigkeit der Website beeinträchtigen, da sie zusätzliche Funktionen und Plugins hinzufügen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Reduziert die Sicherheit der Website.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CMS können die Sicherheit der Website verbessern, indem sie regelmäßige Updates und Sicherheitsfunktionen bereitstellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Syntax\",\n \"text\": \"Welches HTML-Attribut wird verwendet, um einen Link zu erstellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Syntax\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"href\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"href\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das href-Attribut wird verwendet, um die Ziel-URL eines Links anzugeben.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"class\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das class-Attribut wird verwendet, um einem Element eine CSS-Klasse zuzuweisen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"id\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das id-Attribut wird verwendet, um einem Element eine eindeutige ID zu geben.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"src\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das src-Attribut wird verwendet, um die Quelle eines Bildes oder Videos anzugeben.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Elemente\",\n \"text\": \"Worin besteht der Unterschied zwischen einem \\\"Block-Element\\\" und einem \\\"Inline-Element\\\" in HTML?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Elemente\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Block-Elemente beginnen in einer neuen Zeile und nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Block-Elemente haben eine feste Größe, während Inline-Elemente dynamisch sind.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Block-Elemente nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Block-Elemente sind für Überschriften gedacht, während Inline-Elemente für Absätze verwendet werden.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Beide können für Überschriften und Absätze verwendet werden.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Block-Elemente beginnen in einer neuen Zeile und nehmen die volle Breite ein, während Inline-Elemente im Textfluss bleiben.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Block-Elemente sind wie Container, während Inline-Elemente innerhalb von Textzeilen fließen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Block-Elemente sind häufiger, während Inline-Elemente seltener sind.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Häufigkeit hängt vom Inhalt ab.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Selektoren\",\n \"text\": \"Welcher CSS-Selektor wählt alle Elemente aus, die die Klasse \\\"myClass\\\" haben?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Selektoren\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \".myClass\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"div.myClass\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der richtige Selektor beginnt mit einem Punkt (.)\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"myClass\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Selektor muss mit einem Punkt (.) oder Raute (#) beginnen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"#myClass\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Raute (#) wird für IDs verwendet, nicht für Klassen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \".myClass\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Punkt (.) wählt Elemente nach ihrer Klasse aus.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Arrays\",\n \"text\": \"Welches JavaScript-Array-Objekt wird zum Speichern einer Liste von Elementen verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Arrays\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Array\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Set\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Sets speichern eindeutige Werte, keine Listen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"List\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"In JavaScript gibt es kein Array-Objekt namens 'List'.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Array\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Arrays sind in JavaScript die Standard-Datenstruktur zum Speichern von Listen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Map\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Maps speichern Schlüssel-Wert-Paare, keine Listen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTTP-Statuscodes\",\n \"text\": \"Was bedeutet der HTTP-Statuscode 404?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTTP-Statuscodes\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Angeforderte Ressource nicht gefunden.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Anfrage erfolgreich.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"404 bedeutet, dass die Ressource nicht gefunden wurde.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Angeforderte Ressource nicht gefunden.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"404 ist der Standard-Statuscode für nicht gefundene Ressourcen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Anfrage fehlgeschlagen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"404 bedeutet nicht, dass die Anfrage fehlgeschlagen ist, sondern dass die Ressource nicht existiert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Nicht autorisiert.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"404 bedeutet nicht, dass der Zugriff verweigert wurde.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Syntax\",\n \"text\": \"Welcher Codeausschnitt ist valides HTML?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Syntax\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u0026lt;button\u0026gt;Klicke mich\u0026lt;/button\u0026gt;\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u0026lt;button Klick mich\u0026lt;/button\u0026gt;\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Element button benötigt ein schließendes Tag.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u0026lt;/button\u0026gt;Klick mich\u0026lt;button\u0026gt;\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das öffnende Tag muss vor dem Text stehen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u0026lt;btn\u0026gt;Klick mich\u0026lt;/btn\u0026gt;\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Element btn ist kein gültiges HTML-Element.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u0026lt;button\u0026gt;Klicke mich\u0026lt;/button\u0026gt;\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das ist die korrekte Syntax für ein Button-Element.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Hintergrund\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um die Hintergrundfarbe eines Elements zu ändern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Hintergrund\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft color ändert die Textfarbe, nicht die Hintergrundfarbe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Diese Eigenschaft legt die Hintergrundfarbe eines Elements fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"background\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft background ist eine Abkürzung für mehrere Hintergrundeigenschaften, einschließlich background-color.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"bgcolor\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Eigenschaft bgcolor ist veraltet und sollte nicht mehr verwendet werden.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-DOM\",\n \"text\": \"Welche JavaScript-Funktion wird verwendet, um auf ein Element im DOM zuzugreifen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-DOM\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"document.getElementById()\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"getElementById()\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Funktion getElementById() wird mit dem Dokumentenobjekt aufgerufen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"element.getElementById()\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Funktion getElementById() ist eine Methode des Dokumentenobjekts.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"getDOMElement()\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Es gibt keine JavaScript-Funktion namens getDOMElement().\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"document.getElementById()\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Diese Funktion gibt das Element mit der angegebenen ID zurück.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Marktanteil\",\n \"text\": \"Welches Content-Management-System ist Open Source und weltweit am weitesten verbreitet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Marktanteil\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Drupal\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Drupal ist ein beliebtes CMS, aber nicht das weltweit am weitesten verbreitete.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"WordPress\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"WordPress ist das weltweit am weitesten verbreitete CMS.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Joomla\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Joomla ist ein beliebtes CMS, aber nicht so weit verbreitet wie WordPress.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"SharePoint\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SharePoint ist ein kommerzielles CMS und kein Open Source.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"SEO-Definition\",\n \"text\": \"Was bedeutet die Abkürzung SEO?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"SEO-Definition\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Search Engine Optimization\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Site Engine Optimization\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SEO steht für Search Engine Optimization.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Social Engine Optimization\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SEO konzentriert sich auf Suchmaschinen, nicht auf soziale Medien.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Search Engine Organism\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SEO ist eine Optimierungstechnik, kein Organismus.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Search Engine Optimization\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SEO zielt darauf ab, die Sichtbarkeit von Websites in Suchmaschinenergebnissen zu verbessern.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Verwendung\",\n \"text\": \"Welche Technologie wird hauptsächlich verwendet, um interaktive Elemente auf einer Website zu erstellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Verwendung\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML wird hauptsächlich zur Strukturierung von Website-Inhalten verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"CSS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS wird hauptsächlich zum Styling von Website-Elementen verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ermöglicht es, dynamische und interaktive Elemente auf Websites zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"PHP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"PHP ist eine serverseitige Programmiersprache, die nicht direkt für die Erstellung interaktiver Elemente verwendet wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Ziel des responsiven Designs\",\n \"text\": \"Was ist das Hauptziel der responsiven Webgestaltung?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Ziel des responsiven Designs\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Websites an verschiedene Bildschirmgrößen anzupassen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Websites schneller zu laden\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Während die Ladegeschwindigkeit wichtig ist, ist es nicht das Hauptziel der responsiven Webgestaltung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Websites an verschiedene Bildschirmgrößen anzupassen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Responsive Webdesign passt Websites automatisch an verschiedene Geräte und Bildschirmgrößen an.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Websites sicherer zu machen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Sicherheit ist zwar wichtig, aber nicht das Hauptziel der responsiven Webgestaltung.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Dateierweiterung\",\n \"text\": \"Welcher Dateityp wird verwendet, um Stile für eine Website zu definieren?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Dateierweiterung\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \".css\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \".js\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \".js-Dateien werden für JavaScript-Code verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \".php\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \".php-Dateien werden für serverseitige Programmierung verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \".html\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \".html-Dateien werden für die Struktur und den Inhalt von Websites verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \".css\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \".css-Dateien enthalten Regeln zum Anpassen des Aussehens von Website-Elementen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Vorteile\",\n \"text\": \"Welcher Vorteil ist mit der Verwendung eines CMS verbunden?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Vorteile\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Vereinfachung der Verwaltung von Website-Inhalten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Reduzierung der Kosten für die Website-Erstellung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CMS kann die Website-Erstellung zwar vereinfachen, aber nicht unbedingt die Kosten senken.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Vereinfachung der Verwaltung von Website-Inhalten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein CMS ermöglicht es, Website-Inhalte einfach zu bearbeiten und zu aktualisieren.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Verbesserung der Website-Geschwindigkeit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die Website-Geschwindigkeit hängt von verschiedenen Faktoren ab, nicht nur vom CMS.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Erhöhung der Website-Sicherheit\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein CMS kann zwar Sicherheitsfunktionen bieten, erhöht aber nicht unbedingt die Sicherheit der Website.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Überschriften\",\n \"text\": \"Welches HTML-Element dient zur Definition einer Überschrift der Ebene 1?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Überschriften\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cstrong\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cstrong\u003e-Element wird für fett gedruckten Text verwendet, nicht für Überschriften.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ch2\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ch2\u003e-Element wird für Überschriften der Ebene 2 verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ch1\u003e-Element wird für Überschriften der Ebene 1 verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cp\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cp\u003e-Element wird für Absätze verwendet, nicht für Überschriften.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Schriftfarbe\",\n \"text\": \"Welche CSS-Eigenschaft legt die Schriftfarbe fest?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Schriftfarbe\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die margin-Eigenschaft legt den Rand um ein Element fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die background-color-Eigenschaft legt die Hintergrundfarbe eines Elements fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die color-Eigenschaft legt die Farbe des Texts eines Elements fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die font-size-Eigenschaft legt die Größe des Texts eines Elements fest.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webserver-Aufgaben\",\n \"text\": \"Welche Aufgabe erfüllt ein Webserver?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webserver-Aufgaben\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Bereitstellung von Webseiten für Client-Geräte\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Verarbeitung von HTML-Code\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webserver verarbeiten HTML-Code nicht, sondern stellen ihn Client-Geräten bereit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Bereitstellung von Webseiten für Client-Geräte\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webserver liefern Webseiten als Reaktion auf Anfragen von Client-Geräten aus.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Erstellung von Webseiten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webserver erstellen keine Webseiten, sondern stellen sie bereit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Speicherung von Benutzerdaten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webserver speichern in der Regel keine Benutzerdaten, sondern stellen Webseiten bereit.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Datentypen\",\n \"text\": \"Welcher JavaScript-Datentyp speichert Text?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Datentypen\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"String\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"String\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein String ist ein Datentyp, der Text speichert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Number\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Number-Datentyp speichert Zahlen, keine Texte.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Boolean\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Boolean-Datentyp speichert Wahrheitswerte (true/false), keine Texte.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Array\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Array ist ein Datentyp, der mehrere Werte speichern kann, aber nicht unbedingt Text.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webinhalte\",\n \"text\": \"Welche Technologie dient der Verwaltung von Webinhalten?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webinhalte\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Content-Management-System (CMS)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Webserver\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Webserver hostet Websites, verwaltet aber nicht deren Inhalte.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Webbrowser\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Webbrowser zeigt Websites an, verwaltet aber nicht deren Inhalte.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Suchmaschine\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Eine Suchmaschine durchsucht das Web, verwaltet aber nicht die Inhalte von Websites.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Content-Management-System (CMS)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein CMS ermöglicht die Erstellung, Bearbeitung und Verwaltung von Webinhalten.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Tags\",\n \"text\": \"Welcher HTML-Tag erstellt einen Link?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Tags\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cimg\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cimg\u003e-Tag erstellt ein Bild, keinen Link.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ca\u003e-Tag erstellt einen Link.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cdiv\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cdiv\u003e-Tag erstellt eine Abteilung, keinen Link.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003ch1\u003e-Tag erstellt eine Überschrift, keinen Link.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Eigenschaften\",\n \"text\": \"Welche CSS-Eigenschaft legt den Abstand zwischen Textzeilen fest?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Eigenschaften\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die margin-Eigenschaft legt den Abstand um ein Element fest, nicht zwischen Textzeilen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die font-size-Eigenschaft legt die Schriftgröße fest, nicht den Abstand zwischen Textzeilen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"letter-spacing\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die letter-spacing-Eigenschaft legt den Abstand zwischen Buchstaben fest, nicht zwischen Textzeilen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Die line-height-Eigenschaft legt den Abstand zwischen Textzeilen fest.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTTP-Statuscode\",\n \"text\": \"Welcher HTTP-Statuscode signalisiert einen internen Serverfehler?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTTP-Statuscode\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"500\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"500\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Statuscode 500 zeigt an, dass auf dem Server ein interner Fehler aufgetreten ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"200\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Statuscode 200 signalisiert, dass die Anfrage erfolgreich war.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"301\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Statuscode 301 gibt eine permanente Weiterleitung an.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"404\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Statuscode 404 zeigt an, dass die angeforderte Ressource nicht gefunden wurde.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Operator\",\n \"text\": \"Welcher JavaScript-Operator wird zur Wertzuweisung verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Operator\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"=\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"=\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Zuweisungsoperator '=' weist einen Wert einer Variablen zu.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"+\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator '+' wird für die Addition verwendet, nicht für die Wertzuweisung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u0026\u0026\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator '\u0026\u0026' wird für logische UND-Operationen verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"==\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Operator '==' wird für Vergleiche verwendet, nicht für Wertzuweisungen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Funktion\",\n \"text\": \"Welche CMS-Funktion ermöglicht mehreren Benutzern die Zusammenarbeit?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Funktion\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Rollen- und Zugriffssteuerung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Contenterstellung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Contenterstellung ist eine grundlegende CMS-Funktion, ermöglicht aber nicht die Zusammenarbeit.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Suchmaschinenoptimierung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Suchmaschinenoptimierung ist eine wichtige CMS-Funktion, aber nicht diejenige, die Zusammenarbeit ermöglicht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Datenbankverwaltung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Datenbankverwaltung ist eine wichtige CMS-Funktion, aber nicht diejenige, die Zusammenarbeit ermöglicht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Rollen- und Zugriffssteuerung\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Rollen- und Zugriffssteuerung ermöglicht es mehreren Benutzern, mit unterschiedlichen Berechtigungen zusammenzuarbeiten.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Element\",\n \"text\": \"Welches HTML-Element wird zur Erstellung einer Überschrift der ersten Ebene verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Element\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Element '\u003ch1\u003e' wird verwendet, um die wichtigste Überschrift auf einer Webseite zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003cp\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Element '\u003cp\u003e' wird für Absätze verwendet, nicht für Überschriften.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch2\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das Element '\u003ch2\u003e' wird für Überschriften der zweiten Ebene verwendet, nicht für die erste Ebene.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Attribut\",\n \"text\": \"Welches CSS-Attribut legt die Hintergrundfarbe eines Elements fest?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Attribut\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"background-image\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"background-image legt das Hintergrundbild fest, nicht die Farbe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"background-position\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"background-position legt die Position des Hintergrundbildes fest, nicht die Farbe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"color legt die Textfarbe fest, nicht die Hintergrundfarbe.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"background-color\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"background-color legt die Hintergrundfarbe des Elements fest.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Funktionalität\",\n \"text\": \"Welches der folgenden Elemente beschreibt am besten die Funktion von JavaScript in Webanwendungen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Funktionalität\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ermöglicht dynamische Interaktionen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Speichert Benutzerdaten\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript kann zwar Daten speichern, aber das ist nicht seine Hauptfunktion.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ermöglicht dynamische Interaktionen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ermöglicht es, dynamische Interaktionen wie Animationen, Formulareingaben und Echtzeitaktualisierungen zu erstellen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Validiert Formulareingaben\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript kann Formulareingaben validieren, aber das ist nur eine seiner vielen Funktionen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Element\",\n \"text\": \"Welches HTML-Element wird zum Erstellen eines Hyperlinks verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Element\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003ca\u003e ist das HTML-Element für Hyperlinks.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003clink\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003clink\u003e wird verwendet, um externe Ressourcen wie CSS-Dateien zu verknüpfen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003ch1\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\u003ch1\u003e wird verwendet, um Überschriften zu erstellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CSS-Attribut\",\n \"text\": \"Welches CSS-Attribut wird verwendet, um den Abstand zwischen Textzeilen anzupassen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CSS-Attribut\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"padding\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"padding legt den Abstand um ein Element herum fest, nicht den Abstand zwischen Textzeilen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"line-height legt den Abstand zwischen Textzeilen fest.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"margin legt den Abstand außerhalb eines Elements fest, nicht den Abstand zwischen Textzeilen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"font-size\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"font-size legt die Größe des Textes fest, nicht den Abstand zwischen den Zeilen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Leistung und Skalierbarkeit\",\n \"text\": \"Welcher Webserver zeichnet sich durch hohe Leistung und Skalierbarkeit aus?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Leistung und Skalierbarkeit\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"nginx ist bekannt für seine hohe Leistung und Skalierbarkeit, was es zu einer beliebten Wahl für stark frequentierte Websites macht.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein Webserver von Microsoft, der zwar zuverlässig ist, aber nicht die gleiche Leistung und Skalierbarkeit wie nginx bietet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Tomcat ist ein Java-basierter Anwendungsserver, der nicht für die Bereitstellung statischer Webinhalte optimiert ist.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache ist ein weit verbreiteter Webserver, aber er ist nicht so leistungsstark und skalierbar wie nginx.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Zweck von CSS-Präprozessoren\",\n \"text\": \"Was ist der Zweck eines CSS-Präprozessors?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Zweck von CSS-Präprozessoren\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Erweitert CSS mit zusätzlichen Funktionen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Erweitert CSS mit zusätzlichen Funktionen\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS-Präprozessoren erweitern die Funktionalität von CSS durch zusätzliche Funktionen wie Variablen, Mixins und Funktionen.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Übersetzt CSS in HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS-Präprozessoren übersetzen CSS nicht in HTML. Stattdessen erweitern sie CSS und generieren dann das endgültige CSS.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Validiert CSS-Code\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS-Präprozessoren validieren keinen CSS-Code. Sie erweitern und generieren CSS.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Definition von HTML\",\n \"text\": \"Welcher Aussage über HTML entspricht?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Definition von HTML\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Es ist eine Auszeichnungssprache zum Strukturieren von Webinhalten, die die Semantik und das Aussehen definiert.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Es ist eine Auszeichnungssprache zum Strukturieren von Webinhalten, die die Semantik und das Aussehen definiert.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird und sowohl die Semantik als auch das Aussehen definiert.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Es ist eine Programmiersprache, die zur Erstellung dynamischer Webseiten verwendet wird.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist keine Programmiersprache. Es ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Es ist ein Content-Management-System zum Verwalten von Websites.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist kein Content-Management-System. Es ist eine Auszeichnungssprache, die zur Strukturierung von Webinhalten verwendet wird.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Nennen Sie den Hauptzweck von CSS?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Stellt visuelle Stile und Layout für Webinhalte bereit und ermöglicht eine Trennung von Struktur und Darstellung.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Speichert und verwaltet Daten für Webanwendungen.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS speichert und verwaltet keine Daten für Webanwendungen. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ermöglicht die Kommunikation zwischen Webseiten und Servern.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS ermöglicht keine Kommunikation zwischen Webseiten und Servern. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Ermöglicht Interaktivität und dynamisches Verhalten auf Webseiten.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS ermöglicht keine Interaktivität oder dynamisches Verhalten auf Webseiten. Es ist für die Bereitstellung visueller Stile und Layouts verantwortlich.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Stellt visuelle Stile und Layout für Webinhalte bereit und ermöglicht eine Trennung von Struktur und Darstellung.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Der Hauptzweck von CSS besteht darin, visuelle Stile und Layouts für Webinhalte bereitzustellen und eine Trennung von Struktur und Darstellung zu ermöglichen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"JavaScript-Rolle\",\n \"text\": \"Welche Funktion erfüllt JavaScript in Webstandards?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"JavaScript-Rolle\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Macht Webseiten interaktiv und dynamisch, indem es Ereignisse verarbeitet, den DOM manipuliert und asynchrone Anfragen sendet.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Strukturiert und kennzeichnet den Webinhalt semantisch.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist für die semantische Struktur verantwortlich.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Definiert die visuelle Darstellung und das Layout von Webinhalten.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS ist für die visuelle Darstellung zuständig.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Macht Webseiten interaktiv und dynamisch, indem es Ereignisse verarbeitet, den DOM manipuliert und asynchrone Anfragen sendet.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ermöglicht Interaktivität und Dynamik.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webserver-Auswahl\",\n \"text\": \"Welcher Webserver ist weit verbreitet für das Hosten von Websites?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webserver-Auswahl\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Java\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Java ist eine Programmiersprache, kein Webserver.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"MySQL\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"MySQL ist ein Datenbankmanagementsystem, kein Webserver.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Microsoft Word\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Microsoft Word ist eine Textverarbeitungssoftware, kein Webserver.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache ist ein weit verbreiteter Webserver.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"CMS-Konzept\",\n \"text\": \"Definieren Sie ein Content-Management-System.\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"CMS-Konzept\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ein Softwaretool, das die Erstellung, Verwaltung, Änderung und Veröffentlichung von Webinhalten in einer kollaborativen Umgebung unterstützt.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Ein Webbrowser zum Anzeigen von Webseiten.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein Webbrowser dient zum Anzeigen von Webseiten, nicht zum Verwalten von Inhalten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Ein Softwaretool, das die Erstellung, Verwaltung, Änderung und Veröffentlichung von Webinhalten in einer kollaborativen Umgebung unterstützt.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein CMS ermöglicht die Verwaltung von Webinhalten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Eine Programmiersprache, die speziell für die Entwicklung von Webanwendungen entwickelt wurde.\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Eine Programmiersprache dient zum Erstellen von Webanwendungen, nicht zum Verwalten von Inhalten.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Webstandard-Komponenten\",\n \"text\": \"Welche der folgenden Technologien ist kein Bestandteil von Webstandards?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Webstandard-Komponenten\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Adobe Flash\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Adobe Flash\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Adobe Flash ist kein Webstandard.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist ein Webstandard.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"CSS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS ist ein Webstandard.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ist ein Webstandard.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Technik für responsive Websites\",\n \"text\": \"Welche Technik wird für die Erstellung responsiver Websites verwendet, die sich an verschiedene Bildschirmgrößen anpassen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Technik für responsive Websites\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Media Queries\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Frames\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Frames sind eine veraltete Technik und werden nicht mehr für die Erstellung responsiver Websites verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Flash\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Flash wird nicht mehr unterstützt und ist keine geeignete Option für die Erstellung responsiver Websites.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Media Queries\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Media Queries ermöglichen es, Websites an verschiedene Bildschirmgrößen anzupassen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Tool zum Testen der Browserkompatibilität\",\n \"text\": \"Nennen Sie ein Tool, das zum Testen der Kompatibilität von Websites mit verschiedenen Browsern verwendet werden kann?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Tool zum Testen der Browserkompatibilität\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"BrowserStack\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Google Analytics\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Google Analytics wird zur Analyse des Website-Traffics verwendet, nicht zum Testen der Browserkompatibilität.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"BrowserStack\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"BrowserStack ist ein Tool, mit dem Websites auf verschiedenen Browsern und Geräten getestet werden können.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Photoshop\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Photoshop ist ein Bildbearbeitungsprogramm und nicht für das Testen der Browserkompatibilität geeignet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Microsoft Office\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Microsoft Office ist eine Office-Suite und nicht für das Testen der Browserkompatibilität geeignet.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Format zur Definition der Webseitenstruktur\",\n \"text\": \"Welches Format wird verwendet, um die Struktur und den Inhalt einer Webseite zu definieren und zu organisieren?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Format zur Definition der Webseitenstruktur\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript wird verwendet, um die Interaktivität von Websites zu steuern, nicht um ihre Struktur zu definieren.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"XML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"XML wird für die Datenübertragung verwendet, nicht für die Definition der Struktur einer Webseite.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"HTML\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTML ist das Standardformat zur Definition der Struktur und des Inhalts von Webseiten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"CSS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"CSS wird verwendet, um das Erscheinungsbild von Webseiten zu steuern, nicht um ihre Struktur zu definieren.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Protokoll für die Datenübertragung im Internet\",\n \"text\": \"Welches Protokoll ermöglicht die Übertragung von Webseiten und anderen Daten zwischen einem Client und einem Server?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Protokoll für die Datenübertragung im Internet\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"HTTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"HTTP ist das Standardprotokoll für die Übertragung von Webseiten und anderen Daten im Internet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"SSH\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SSH wird für die sichere Remote-Anmeldung verwendet, nicht für die Übertragung von Webseiten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"FTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"FTP wird für die Dateiübertragung verwendet, nicht für die Übertragung von Webseiten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"SMTP\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"SMTP wird für die Übertragung von E-Mails verwendet, nicht für die Übertragung von Webseiten.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"HTML-Element für Formulare\",\n \"text\": \"Welches HTML-Element wird verwendet, um ein interaktives Formular auf einer Webseite zu erstellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"HTML-Element für Formulare\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cform\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003cinput\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cinput\u003e-Element wird verwendet, um Eingabefelder zu erstellen, nicht Formulare.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003clabel\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003clabel\u003e-Element wird verwendet, um Beschriftungen für Eingabefelder zu erstellen, nicht Formulare.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003cdiv\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cdiv\u003e-Element wird verwendet, um Abschnitte auf einer Webseite zu erstellen, nicht Formulare.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003cform\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Das \u003cform\u003e-Element wird verwendet, um Formulare auf einer Webseite zu erstellen.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Programmiersprache für Client-seitige Skripte\",\n \"text\": \"Welche Programmiersprache wird hauptsächlich für dynamische Interaktionen und Client-seitige Skripte auf Webseiten verwendet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Programmiersprache für Client-seitige Skripte\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"JavaScript\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"JavaScript ist die Hauptsprache für dynamische Interaktionen und Client-seitige Skripte auf Webseiten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Python\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Python ist eine serverseitige Programmiersprache und wird nicht für Client-seitige Skripte verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"C++\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"C++ ist eine kompilierte Programmiersprache und wird nicht für die Webentwicklung verwendet.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Java\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Java wird hauptsächlich für serverseitige Anwendungen verwendet und nicht für Client-seitige Skripte.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"Kostenloser und weit verbreiteter Webserver\",\n \"text\": \"Welcher Webserver ist kostenlos verfügbar und bei Webhosting-Anbietern weit verbreitet?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"Kostenloser und weit verbreiteter Webserver\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Tomcat\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Tomcat ist ein Java-basierter Webserver, der nicht so weit verbreitet ist wie Apache.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Apache\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Apache ist ein kostenloser und weit verbreiteter Webserver, der von vielen Webhosting-Anbietern verwendet wird.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Nginx\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Nginx ist ein weiterer beliebter Webserver, aber er ist nicht so weit verbreitet wie Apache.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"IIS\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"IIS ist ein Webserver von Microsoft und nicht so weit verbreitet wie Apache.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"System zur Verwaltung von Webseiteninhalten\",\n \"text\": \"Welches System ermöglicht die einfache Verwaltung von Webseiteninhalten ohne Programmierkenntnisse?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"System zur Verwaltung von Webseiteninhalten\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Content-Management-System (CMS)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"Webhosting\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webhosting stellt Speicherplatz und Ressourcen für Webseiten bereit, ermöglicht aber keine einfache Inhaltsverwaltung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"Webdesign-Tool\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Webdesign-Tools helfen beim Erstellen von Webseiten, ermöglichen aber keine einfache Inhaltsverwaltung.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"Datenbankverwaltungssystem\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Datenbankverwaltungssysteme werden zum Speichern und Verwalten von Daten verwendet, nicht für die Verwaltung von Webseiteninhalten.\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"Content-Management-System (CMS)\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"Ein CMS ermöglicht die einfache Verwaltung von Webseiteninhalten ohne Programmierkenntnisse.\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welches HTML-Element wird verwendet, um einen Hyperlink zu einer anderen Webseite zu erstellen?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"\u003curl\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"\u003ca\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"\u003chref\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"\u003clink\u003e\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"@type\": \"Question\",\n \"eduQuestionType\": \"Multiple choice\",\n \"learningResourceType\": \"Exam exercise\",\n \"name\": \"\",\n \"text\": \"Welche CSS-Eigenschaft wird verwendet, um den Abstand zwischen Textzeilen zu steuern?\",\n \"encodingFormat\": \"text/html\",\n \"assesses\": \"\",\n \"acceptedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\"\n }\n }\n ],\n \"suggestedAnswer\": [\n {\n \"@type\": \"Answer\",\n \"position\": 0,\n \"text\": \"margin\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 1,\n \"text\": \"line-height\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 2,\n \"text\": \"padding\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n },\n {\n \"@type\": \"Answer\",\n \"position\": 3,\n \"text\": \"letter-spacing\",\n \"encodingFormat\": \"text/html\",\n \"comment\": {\n \"@type\": \"Comment\",\n \"text\": \"\"\n }\n }\n ]\n }\n ]\n}"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n function updateScale() {\\n const windowHeight = window.innerHeight;\\n const scaleFactor = windowHeight / 1000; // Adjust the divisor as needed\\n document.documentElement.style.setProperty('--preview-zoom-scale', scaleFactor);\\n }\\n updateScale();\\n window.addEventListener('resize', updateScale);\\n window.addEventListener('load', updateScale);\\n \"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\n \\\"@context\\\": \\\"https://schema.org\\\",\\n \\\"@type\\\": \\\"BreadcrumbList\\\",\\n \\\"itemListElement\\\": [\\n {\\n \\\"@type\\\": \\\"ListItem\\\",\\n \\\"position\\\": 1,\\n \\\"item\\\": {\\n \\\"@id\\\": \\\"https://www.schlaukopf.ai/berufsschule/\\\",\\n \\\"name\\\": \\\"Berufsschule\\\"\\n }\\n },\\n {\\n \\\"@type\\\": \\\"ListItem\\\",\\n \\\"position\\\": 2,\\n \\\"item\\\": {\\n \\\"@id\\\": \\\"https://www.schlaukopf.ai/berufsschule/industriekaufleute/\\\",\\n \\\"name\\\": \\\"Industriekaufmann-frau\\\"\\n }\\n },\\n {\\n \\\"@type\\\": \\\"ListItem\\\",\\n \\\"position\\\": 3,\\n \\\"item\\\": {\\n \\\"@id\\\": \\\"https://www.schlaukopf.ai/berufsschule/industriekaufleute/webdesign/\\\",\\n \\\"name\\\": \\\"Webdesign\\\"\\n }\\n },\\n {\\n \\\"@type\\\": \\\"ListItem\\\",\\n \\\"position\\\": 4,\\n \\\"item\\\": {\\n \\\"@id\\\": \\\"https://www.schlaukopf.ai/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien/\\\",\\n \\\"name\\\": \\\"Webstandards und -technologien\\\"\\n }\\n }\\n ]\\n}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$14\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\n \\\"@context\\\": \\\"https://schema.org\\\",\\n \\\"@type\\\": \\\"SoftwareApplication\\\",\\n \\\"name\\\": \\\"Webstandards und -technologien: Quizfragen für Webdesign-Lernende\\\",\\n \\\"operatingSystem\\\": \\\"Web-Browser, Windows, Linux, Android, iOS\\\",\\n \\\"image\\\": \\\"/images/schlaukopf_app_128.png\\\",\\n \\\"keywords\\\": \\\"Webstandards,Webtechnologien,HTML,CSS,JavaScript,Webserver,Content-Management-Systeme,Webdesign,Industriekaufmann-frau,Berufsschule\\\",\\n \\\"description\\\": \\\"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\\\",\\n \\\"applicationCategory\\\": \\\"https://schema.org/EducationalApplication\\\",\\n \\\"thumbnailUrl\\\": \\\"/images/schlaukopf_app_128.png\\\",\\n \\\"offers\\\": {\\n \\\"@type\\\": \\\"Offer\\\",\\n \\\"price\\\": \\\"0\\\",\\n \\\"priceCurrency\\\": \\\"EUR\\\"\\n }\\n}\"}}],\"$L15\"]\n"])</script><script>self.__next_f.push([1,"16:I[59863,[\"5147\",\"static/chunks/6468630d-1726731326491-e697c6697281fc3e.js\",\"9095\",\"static/chunks/f8e4659f-1726731326491-978c932a4686862c.js\",\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"3534\",\"static/chunks/3534-1726731326491-ba0bf53e6e84e15e.js\",\"231\",\"static/chunks/231-1726731326491-36b06d01645e7d0f.js\",\"1740\",\"static/chunks/1740-1726731326491-0520b01e91f42ced.js\",\"6336\",\"static/chunks/6336-1726731326491-73c68e6d5c6a1061.js\",\"5671\",\"static/chunks/5671-1726731326491-7804f4e57d724546.js\",\"2832\",\"static/chunks/2832-1726731326491-8429cba5bb944b47.js\",\"777\",\"static/chunks/777-1726731326491-05f51a574d896d3a.js\",\"7954\",\"static/chunks/app/%5Blocale%5D/learn/%5B...pathURI_questionId_answerId%5D/page-1726731326491-c962b207c6a5e31d.js\"],\"TransferProviderClient\"]\n18:I[90756,[\"5147\",\"static/chunks/6468630d-1726731326491-e697c6697281fc3e.js\",\"9095\",\"static/chunks/f8e4659f-1726731326491-978c932a4686862c.js\",\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"3534\",\"static/chunks/3534-1726731326491-ba0bf53e6e84e15e.js\",\"231\",\"static/chunks/231-1726731326491-36b06d01645e7d0f.js\",\"1740\",\"static/chunks/1740-1726731326491-0520b01e91f42ced.js\",\"6336\",\"static/chunks/6336-1726731326491-73c68e6d5c6a1061.js\",\"5671\",\"static/chunks/5671-1726731326491-7804f4e57d724546.js\",\"2832\",\"static/chunks/2832-1726731326491-8429cba5bb944b47.js\",\"777\",\"static/chunks/777-1726731326491-05f51a574d896d3a.js\",\"7954\",\"static/chunks/app/%5Blocale%5D/learn/%5B...pathURI_questionId_answerId%5D/page-1726731326491-c962b207c6a5e31d.js\"],\"TopbarQuestion_\"]\n19:I[57468,[\"5147\",\"static/chunks/6468630d-1726731326491-e697c6697281fc3e.js\",\"9095\",\"static/chunks/f8e4659f-1726731326491-978c932a4686862c.js\",\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"3534\",\"static/chunks/3534-1726731326491-ba0bf53e6e84e15e.js\",\"231\",\"static/chunks/231-1726731326491-36b06d01645e7d0f.js\",\"1740\",\"static/chunks/1740-1726731326491-0520b01e91f42ced.js\",\"6336\",\"static/chunks/6336-1726731326491-73c68e6d5c6a1061.js\",\"5671\",\"static/chunks/5671-172673132649"])</script><script>self.__next_f.push([1,"1-7804f4e57d724546.js\",\"2832\",\"static/chunks/2832-1726731326491-8429cba5bb944b47.js\",\"777\",\"static/chunks/777-1726731326491-05f51a574d896d3a.js\",\"7954\",\"static/chunks/app/%5Blocale%5D/learn/%5B...pathURI_questionId_answerId%5D/page-1726731326491-c962b207c6a5e31d.js\"],\"QuestionAreaDesktop\"]\n1b:I[46626,[\"5147\",\"static/chunks/6468630d-1726731326491-e697c6697281fc3e.js\",\"9095\",\"static/chunks/f8e4659f-1726731326491-978c932a4686862c.js\",\"703\",\"static/chunks/703-1726731326491-8968bfb681bd5291.js\",\"3534\",\"static/chunks/3534-1726731326491-ba0bf53e6e84e15e.js\",\"231\",\"static/chunks/231-1726731326491-36b06d01645e7d0f.js\",\"1740\",\"static/chunks/1740-1726731326491-0520b01e91f42ced.js\",\"6336\",\"static/chunks/6336-1726731326491-73c68e6d5c6a1061.js\",\"5671\",\"static/chunks/5671-1726731326491-7804f4e57d724546.js\",\"2832\",\"static/chunks/2832-1726731326491-8429cba5bb944b47.js\",\"777\",\"static/chunks/777-1726731326491-05f51a574d896d3a.js\",\"7954\",\"static/chunks/app/%5Blocale%5D/learn/%5B...pathURI_questionId_answerId%5D/page-1726731326491-c962b207c6a5e31d.js\"],\"QuestionBottomBar_\"]\n17:Tef5,"])</script><script>self.__next_f.push([1,"\u003cdiv class=\"question_inner aspect_x0KCoX childLayout_absolute\" style=\"transition: opacity 0.2s ease 0s; opacity: 1; position: relative; display: block;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"questionpart_inner aspect_vJq-oU childLayout_flex_row\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_Nxaer5 childLayout_flex_row overflowBorder_questionPart\" data-fontsizemanual=\"1\" style=\"font-size: 33px; position: absolute; left: 20px; top: 46px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 960px; height: 188px;\"\u003e\u003cspan\u003eWelches HTML-Element kennzeichnet den Hauptteil einer Webseite?\u003c/span\u003e\u003c/div\u003e\u003cimg alt=\"\" data-aspect=\"essence\" loading=\"lazy\" width=\"386\" height=\"640\" decoding=\"async\" data-nimg=\"1\" class=\"image_essence aspect_NqtUWh \" srcset=\"/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=640\u0026amp;q=75 1x, /_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=828\u0026amp;q=75 2x\" src=\"/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=828\u0026amp;q=75\" style=\"color: transparent; position: absolute; left: 7px; top: 390px; width: 140px; height: 541px;\"\u003e\u003c/div\u003e\u003cdiv class=\"question_options aspect_kELBWe \" style=\"position: absolute; left: 441px; top: 327px; width: 500px; height: 450px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_Kod7B1 childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_C17P8P childLayout_flex_row\"\u003e\u003cspan\u003e\u003cfooter\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_HDDyXM childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_hW1sR6 childLayout_flex_row\"\u003e\u003cspan\u003e\u003cbody\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_zqWMaK childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_aogwVW childLayout_flex_row\"\u003e\u003cspan\u003e\u003chead\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_k_M4Sp childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_V_3xQt childLayout_flex_row\"\u003e\u003cspan\u003e\u003cheader\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"deco\" data-contenttraitid=\"FNCn7O\" class=\"question_deco aspect_x79aqF \" style=\"display: block;\"\u003e\u003c/div\u003e\u003c/div\u003e"])</script><script>self.__next_f.push([1,"1c:T51d,\nwindow.serverTime = 1726764093580; window.clientTime = new Date().getTime();\nwindow.editionVersionNumber=1;\nwindow.preload = window.preload || {};\nconst preloadUrls = ['/api/tdoc/topic/auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien?v=1','/api/tdoc/question/mcq12446483?v=1','/api/tdoc/topic/209533?v=1','/api/tdoc/bundle/fsDVsI?v=1','/api/tdoc/bundle/mnWSz2Pvf?v=1','/api/tdoc/bundle/IyESvh7FK?v=1','/api/tdoc/bundle/RKgCmObJN?v=1','/api/tdoc/bundle/By3Jsg2Vs?v=1','/api/tdoc/bundle/wlJMmox7n?v=1','/api/tdoc/bundle/PphF-fhBJ?v=1','/api/tdoc/bundle/QoQ0ePXFh?v=1','/api/tdoc/bundle/BJxqw82DNe?v=1','/api/tdoc/bundle/rJnlnGDBf?v=1','/api/tdoc/bundle/HJPNLc-JG?v=1','/api/tdoc/path/auto.de?v=1','/api/tdoc/path/auto.de/berufsschule?v=1','/api/tdoc/path/auto.de/berufsschule/industriekaufleute?v=1','/api/tdoc/path/auto.de/berufsschule/industriekaufleute/webdesign?v=1'];\npreloadUrls.map(url =\u003e fetch(url).then(response =\u003e {\nif (response.ok) {\nconst json = response.json().then(json =\u003e {\nif(!json.payload)return;\nwindow.preload[url] = json;\nif(['topic','path'].includes(json.payload.type)){\nwindow.preload[url.replace(json.payload.pathURI, json.payload.id)] = json;\n}\n});\n} else {\nthrow new Error(\"HTTP error \" + response.status);\n}\n\n})\n.catch(e =\u003e {\nconsole.log(e.stack);\n}))\n\n"])</script><script>self.__next_f.push([1,"15:[\"$\",\"$L16\",null,{\"topicTransfer\":{\"pathURI\":\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"topic\":{\"id\":209533,\"countryISO\":\"DE\",\"pathURI\":\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"pathURI_labels\":\"Deutschland/Berufsschule/Industriekaufmann-frau/Webdesign/Webstandards und -technologien\",\"isPathFixed\":0,\"isPathObsolete\":0,\"pathLevel\":5,\"instanceURI\":\"auto.de\",\"countryLabel\":\"Deutschland\",\"countryLabelEnglish\":\"\",\"countryConcise\":\"\",\"schoolTypeURL\":\"berufsschule\",\"schoolTypeLabel\":\"Berufsschule\",\"schoolTypeConcise\":\"Berufsschule\",\"schoolTypeCategory\":\"VocationalAndTechnicalEducation\",\"scholarGroupURL\":\"industriekaufleute\",\"scholarGroupLabel\":\"Industriekaufmann-frau\",\"scholarGroupConcise\":\"Industriekaufleute\",\"subjectURL\":\"webdesign\",\"subjectLabel\":\"Webdesign\",\"subjectConcise\":\"WD\",\"categoryURL\":\"\",\"categoryLabel\":\"\",\"stepURL\":\"webstandards-und-technologien\",\"stepLabel\":\"Webstandards und -technologien\",\"topicLabel\":\"Webstandards und -technologien\",\"topicConcise\":\"Webstandards und -technologien\",\"topicDescription\":\"Diese Einheit vermittelt die Grundlagen von Webstandards und -technologien wie HTML, CSS, JavaScript, Webservern und Content-Management-Systemen. Die Lernenden erwerben Kenntnisse über die Erstellung und Verwaltung von Websites.\",\"unitAssessmentFocus\":\"\",\"unitTagCloudMultipleChoice\":\"HTML,CSS,JavaScript,Webserver,Content-Management-Systeme,Webstandards,Webdesign,Industriekaufmann-frau,Berufsschule\",\"unitCommonExamQuestions\":\"Erläutern Sie die Bedeutung von Webstandards und ihre Vorteile.,Beschreiben Sie die Struktur und Syntax von HTML.,Wie verwenden Sie CSS, um das Erscheinungsbild einer Website zu gestalten?,Welche Rolle spielt JavaScript bei der Interaktivität von Websites?,Nennen Sie die verschiedenen Arten von Webservern und ihre Funktionen.,Erläutern Sie die Vorteile der Verwendung von Content-Management-Systemen.\",\"unitSubtopicsForExams\":\"Grundlagen von Webstandards,HTML-Struktur und -Syntax,CSS-Selektoren und -Eigenschaften,JavaScript-Grundlagen,Arten von Webservern,Funktionen von Content-Management-Systemen\",\"unitExamRelevantTasks\":\"\",\"unitAdditionalContent\":\"\",\"unitIdeasArray\":[{\"idea\":{\"didacticalIntension\":\"Verständnis für die Best Practices im Webdesign testen\",\"subtopicTag\":\"Best Practices im Webdesign\",\"questionText\":\"Welche Best Practices existieren im Webdesign, um Benutzererfahrung, Zugänglichkeit und SEO zu optimieren?\"},\"reasoning\":\"Diese Frage vertieft das Verständnis der Schüler für die Richtlinien und Techniken, die zu effektiven und ansprechenden Websites führen.\"},{\"idea\":{\"didacticalIntension\":\"Verständnis für die Zukunft von Webtechnologien entwickeln\",\"subtopicTag\":\"Zukunft von Webtechnologien\",\"questionText\":\"Welche aufkommenden Trends und Innovationen gestalten die Zukunft von Webstandards und -technologien?\"},\"reasoning\":\"Diese Frage regt die Schüler dazu an, über die sich entwickelnde Landschaft von Webtechnologien nachzudenken und deren Auswirkungen auf die Zukunft der Webentwicklung vorherzusagen.\"}],\"positionIndex\":2,\"aiQuestionCount\":102,\"editorialQuestionCount\":0,\"questionsCount\":102,\"questionsCount_hiddenInApp\":0,\"autoGenQTargetCount\":100,\"typicalAge\":16,\"lowerAge\":16,\"upperAge\":25,\"platformLangISOCode\":\"de\",\"platformLangNativeName\":\"Deutsch\",\"platformLangEnglishName\":\"German\",\"platformLangDialectName\":\"\",\"platformLangLocalCode\":\"de-DE\",\"contentLangISOCode\":\"\",\"contentLangNativeName\":\"\",\"contentLangPlatformName\":\"\",\"contentLangEnglishName\":\"\",\"contentLangDialectName\":\"\",\"contentLangLocalCode\":\"\",\"populationEstimate\":10000,\"publicVisibility\":1,\"teachingPeriod\":\"\",\"duplicate_of\":0,\"funnelStrategy\":\"default\",\"activityLevel\":0,\"activityArray\":[],\"scoreAverage\":0.66,\"relativeKnowledgeDistributionArray\":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],\"seoMetaTitle\":\"Webstandards und -technologien: Quizfragen für Webdesign-Lernende\",\"seoMetaDescription\":\"Teste dein Wissen über Webstandards und -technologien wie HTML, CSS, JavaScript, Webserver und Content-Management-Systeme mit unseren interaktiven Quizfragen.\",\"seoMetaKeywords\":\"Webstandards,Webtechnologien,HTML,CSS,JavaScript,Webserver,Content-Management-Systeme,Webdesign,Industriekaufmann-frau,Berufsschule\",\"geminiTagArray\":[],\"lastDuplicateCheck\":\"$D2020-01-01T00:00:00.000Z\",\"lastDropout\":\"$D2019-01-01T00:00:00.000Z\",\"usedSubtopicsArray\":[],\"bundles\":\"\",\"bundleNames\":\"\",\"packages\":\"\",\"parent_topic_id1\":null,\"parent_topic_id2\":null,\"parent_topic_id3\":null,\"parent_topic_id4\":null,\"parent_topic_id5\":null,\"parent_topic_id6\":null,\"parent_topic_id7\":null,\"parent_topic_id8\":null,\"parent_topic_id9\":null,\"parent_topic_id10\":null,\"parent_topic_id11\":null,\"parent_topic_id12\":null,\"parent_topic_id13\":null,\"parent_topic_id14\":null,\"parent_topic_id15\":null,\"parent_topic_id16\":null,\"parent_topic_id17\":null,\"parent_topic_id18\":null,\"parent_topic_id19\":null,\"parent_topic_id20\":null,\"parent_topic_recursive1\":null,\"parent_topic_recursive2\":null,\"parent_topic_recursive3\":null,\"parent_topic_recursive4\":null,\"parent_topic_recursive5\":null,\"parent_topic_recursive6\":null,\"parent_topic_recursive7\":null,\"parent_topic_recursive8\":null,\"parent_topic_recursive9\":null,\"parent_topic_recursive10\":null,\"parent_topic_recursive11\":null,\"parent_topic_recursive12\":null,\"parent_topic_recursive13\":null,\"parent_topic_recursive14\":null,\"parent_topic_recursive15\":null,\"parent_topic_recursive16\":null,\"parent_topic_recursive17\":null,\"parent_topic_recursive18\":null,\"parent_topic_recursive19\":null,\"parent_topic_recursive20\":null,\"parent_topic_importmode1\":null,\"parent_topic_importmode2\":null,\"parent_topic_importmode3\":null,\"parent_topic_importmode4\":null,\"parent_topic_importmode5\":null,\"parent_topic_importmode6\":null,\"parent_topic_importmode7\":null,\"parent_topic_importmode8\":null,\"parent_topic_importmode9\":null,\"parent_topic_importmode10\":null,\"parent_topic_importmode11\":null,\"parent_topic_importmode12\":null,\"parent_topic_importmode13\":null,\"parent_topic_importmode14\":null,\"parent_topic_importmode15\":null,\"parent_topic_importmode16\":null,\"parent_topic_importmode17\":null,\"parent_topic_importmode18\":null,\"parent_topic_importmode19\":null,\"parent_topic_importmode20\":null,\"pdfPageNumbers\":\"\",\"entityStore\":{},\"actorStore\":{},\"locationStore\":{},\"topicStore\":{},\"document_version\":0,\"generationFlag\":0,\"sharpenedAt\":\"$D2024-04-30T12:08:15.000Z\",\"metaWeeklyAt\":\"$D2024-09-17T23:45:07.000Z\",\"countedAt\":\"$D2024-08-04T08:41:49.000Z\",\"createdAt\":\"$D2024-04-30T07:00:38.000Z\",\"updatedAt\":\"$D2024-09-13T00:00:00.000Z\",\"accessedAt\":\"$D2024-04-30T07:00:38.000Z\",\"path\":\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"pathname\":\"Deutschland/Berufsschule/Industriekaufmann-frau/Webdesign/Webstandards und -technologien\",\"name\":\"Webstandards und -technologien\",\"genType\":1,\"topicContextTitle\":\"Grundlagen des Webdesigns\",\"parentPathURI\":\"auto.de/berufsschule/industriekaufleute/webdesign\",\"groundingDescription\":\"\",\"groundingStores\":\"\",\"groundingUrl\":\"\",\"pathUrl\":\"berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\"}},\"questionTransfer\":{\"question\":{\"id\":\"mcq12446483\",\"type\":\"question\",\"topic_id\":209533,\"pathURI\":\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"questionType\":\"MultipleChoice\",\"layout_id\":\"fsDVsI\",\"layoutName\":\"layout_AIStage\",\"questionOfSameLayout_id\":\"364417\",\"stageOuterStyle\":\"flex: 1 1 auto; flex-direction: column; height: 1136px; display: flex; background-size: 100% 100%; background-image: url(\\\"https://qs.schlaukopf.ai/data2/img/1/TrLMdMeJD.jpg?version=1\\\"); transition: background-image 1s ease-out 0s;\",\"stageInnerStyle\":\"height: 1000px; width: 1000px; flex: 0 0 1000px; display: flex; flex-wrap: nowrap; align-items: stretch; user-select: none; transition: opacity 0.1s linear 0.1s; position: relative;\",\"stageInnerHtml\":\"$17\",\"text\":\"Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?\",\"isoLanguageCode\":\"de\",\"accepted\":0,\"subtopicTag\":\"HTML-Syntax\",\"microtopicTag\":\"HTML-Struktur\",\"questionSubtag\":\"HTML-Elemente\",\"skillTag\":\"HTML-Kenntnisse\",\"knowledgeDomainTag\":\"Webentwicklung\",\"subtopicCumulate\":\"\",\"skillCumulate\":\"\",\"aiBloomsTaxonomy\":\"\",\"aiDidacticalIntension\":\"Testen des Wissens über die grundlegende Struktur einer HTML-Seite\",\"aiDidacticalSummary\":\"\",\"aiDidacticalDoubts\":\"\",\"aiDifficultyScore\":25,\"aiExamRelevanceScore\":50,\"aiCurriculumAlignmentScore\":60,\"aiLanguageComplexityScore\":15,\"aiOverallQualityScore\":60,\"seoMetaTitle\":\"Welches HTML-Element ist der Hauptteil einer Webseite?\",\"seoMetaDescription\":\"Entdecken Sie, welches HTML-Element den Hauptinhalt einer Webseite enthält.\",\"seoMetaKeywords\":\"HTML, Webseite, Hauptinhalt, \u003cbody\u003e, \u003chead\u003e, \u003cfooter\u003e, \u003cheader\u003e\",\"maxPoints\":1,\"shouldShuffle\":false,\"bundles\":\"fsDVsI,mnWSz2Pvf,IyESvh7FK,RKgCmObJN,By3Jsg2Vs,wlJMmox7n,PphF-fhBJ,QoQ0ePXFh,BJxqw82DNe,rJnlnGDBf,HJPNLc-JG\",\"bundleNames\":\"Questiontype_MultipleChoice_layout_AIStage,Questiontype_MultipleChoice_,Questiontype_MultipleChoiceLike_,Questiontype_MultipleChoice_Draft_,Question_,Stage_Draft_Question_,Stage_Draft_Questionpart_,Stage_Draft_Menulayout_,Global_,Stage_Draft,Global_run\",\"screenshot\":0,\"document_version\":1,\"mcq_id\":12446483,\"mcq\":{\"id\":12446483,\"topic_id\":209533,\"deploy_id\":null,\"pathURI\":\"auto.de/berufsschule/industriekaufleute/webdesign/webstandards-und-technologien\",\"pathURI_labels\":\"Deutschland/Berufsschule/Industriekaufmann-frau/Webdesign/Webstandards und -technologien\",\"questionText\":\"Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?\",\"numOptions\":4,\"optionText1\":\"\u003chead\u003e\",\"optionText2\":\"\u003cbody\u003e\",\"optionText3\":\"\u003cfooter\u003e\",\"optionText4\":\"\u003cheader\u003e\",\"isCorrect1\":0,\"isCorrect2\":1,\"isCorrect3\":0,\"isCorrect4\":0,\"reasoning1\":\"\",\"reasoning2\":\"\",\"reasoning3\":\"\",\"reasoning4\":\"\",\"feedbackText1\":\"\",\"feedbackText2\":\"\",\"feedbackText3\":\"\",\"feedbackText4\":\"\",\"explanationHint\":\"\",\"explanationTheory\":\"\",\"explanationKeyfacts\":\"\",\"explanationRetrospective\":\"\",\"didacticalIntension\":\"Testen des Wissens über die grundlegende Struktur einer HTML-Seite\",\"didacticalSummary\":\"\",\"didacticalDoubts\":\"\",\"improvementIdeas\":\"\",\"ambienceApplicability\":-1,\"ambienceScene\":\"\",\"platformLangISOCode\":\"de\",\"countryLabel\":\"Deutschland\",\"schoolTypeLabel\":\"Berufsschule\",\"scholarGroupLabel\":\"Industriekaufmann-frau\",\"subjectLabel\":\"Webdesign\",\"topicLabel\":\"Webstandards und -technologien\",\"creationTag\":\"HTML-Syntax\",\"subtopicTag\":\"HTML-Grundlagen\",\"microtopicTag\":\"HTML-Struktur\",\"questionTag\":\"HTML-Elemente\",\"skillTag\":\"HTML-Kenntnisse\",\"knowledgeDomainTag\":\"Webentwicklung\",\"subtopicCumulate\":\"\",\"skillCumulate\":\"\",\"typicalAge\":16,\"lowerAge\":16,\"upperAge\":25,\"promptUsed\":5,\"AltQuestionText\":\"\",\"AltOptionText1\":\"\",\"AltOptionText2\":\"\",\"AltOptionText3\":\"\",\"AltOptionText4\":\"\",\"AltIsCorrect1\":-1,\"AltIsCorrect2\":-1,\"AltIsCorrect3\":-1,\"AltIsCorrect4\":-1,\"AltFeedbackText1\":\"\",\"AltFeedbackText2\":\"\",\"AltFeedbackText3\":\"\",\"AltFeedbackText4\":\"\",\"AltDidacticalIntension\":\"\",\"duplicateCheckItem\":-1,\"improvementPrompt\":5,\"OrigScore\":-1,\"AltScore\":-1,\"bloomsTaxonomy\":\"\",\"isoLanguageCode\":\"de\",\"difficultyScore\":25,\"examRelevanceScore\":50,\"curriculumAlignmentScore\":60,\"languageComplexityScore\":15,\"overallQualityScore\":60,\"checkQuality\":\"\",\"checkRelevance\":\"\",\"checkExamRelevance\":\"\",\"checkAnswers\":\"\",\"checkDistractors\":\"A\",\"checkFormat\":\"\",\"seoMetaTitle\":\"Welches HTML-Element ist der Hauptteil einer Webseite?\",\"seoMetaDescription\":\"Entdecken Sie, welches HTML-Element den Hauptinhalt einer Webseite enthält.\",\"seoMetaKeywords\":\"HTML, Webseite, Hauptinhalt, \u003cbody\u003e, \u003chead\u003e, \u003cfooter\u003e, \u003cheader\u003e\",\"searchKeywords\":\"\",\"areVectorsIndexed\":1,\"generationFlag\":-60,\"updatedAt\":\"$D2024-05-13T13:16:11.000Z\",\"deployedAt\":\"$D2024-05-02T12:00:10.000Z\",\"feedbackTiny1\":\"Nicht ganz!\",\"feedbackTiny2\":\"Richtig!\",\"feedbackTiny3\":\"Versuchen Sie es erneut!\",\"feedbackTiny4\":\"Nicht dieses Mal!\",\"feedbackShort1\":\"Das \u003chead\u003e-Element enthält Metadaten über die Seite, nicht den Hauptinhalt.\",\"feedbackShort2\":\"Das \u003cbody\u003e-Element enthält den sichtbaren Inhalt der Seite.\",\"feedbackShort3\":\"Das \u003cfooter\u003e-Element enthält Informationen am Ende der Seite, nicht den Hauptinhalt.\",\"feedbackShort4\":\"Das \u003cheader\u003e-Element enthält Informationen am Anfang der Seite, nicht den Hauptinhalt.\",\"feedbackMedium1\":\"\",\"feedbackMedium2\":\"\",\"feedbackMedium3\":\"\",\"feedbackMedium4\":\"\",\"similarIdArray\":[{\"id\":4944141,\"d\":0.05},{\"id\":4508667,\"d\":0.05},{\"id\":12366579,\"d\":0.06},{\"id\":11028740,\"d\":0.08},{\"id\":2073444,\"d\":0.09},{\"id\":12173112,\"d\":0.09},{\"id\":6680533,\"d\":0.1},{\"id\":1929800,\"d\":0.1},{\"id\":5185473,\"d\":0.11},{\"id\":1320743,\"d\":0.12},{\"id\":206790,\"d\":0.12},{\"id\":4346836,\"d\":0.12},{\"id\":12619711,\"d\":0.11},{\"id\":12822525,\"d\":0.12},{\"id\":12901520,\"d\":0.12},{\"id\":13293669,\"d\":0.11},{\"id\":14334821,\"d\":0.08},{\"id\":14520400,\"d\":0.01},{\"id\":16958861,\"d\":0.1},{\"id\":18355066,\"d\":0.11},{\"id\":18655128,\"d\":0.12},{\"id\":18800691,\"d\":0.03},{\"id\":18804715,\"d\":0.12},{\"id\":19427218,\"d\":0.08},{\"id\":19785229,\"d\":0.09},{\"id\":19887293,\"d\":0.12},{\"id\":20504509,\"d\":0.13},{\"id\":21135879,\"d\":0.1},{\"id\":21492831,\"d\":0.11},{\"id\":21510653,\"d\":0.13},{\"id\":22334112,\"d\":0.11},{\"id\":22603277,\"d\":0.12}],\"similarSearchedAt\":\"$D2024-08-19T17:52:47.000Z\",\"optionsArray\":[\"\u003chead\u003e\",\"\u003cbody\u003e\",\"\u003cfooter\u003e\",\"\u003cheader\u003e\"],\"correctOptionsArray\":[\"\u003cbody\u003e\"],\"distractorOptionsArray\":[\"\u003chead\u003e\",\"\u003cfooter\u003e\",\"\u003cheader\u003e\"],\"numCorrectOptions\":1,\"averageOptionLength\":7,\"maxOptionLength\":8,\"questionTextLength\":63,\"averageReadLength\":35,\"isDeployPending\":true,\"userVoteUp\":0,\"userVoteDown\":0},\"questionStore\":{\"questionPart\":{\"id\":\"7uLK1x\",\"type\":\"questionpart\",\"actorStore\":{\"aspects\":{\"inner\":{\"id\":\"wZrPWs\",\"type\":\"aspect\",\"traits\":[{\"id\":\"PrjyUa\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"88C0R-\",\"type\":\"aspect\",\"traits\":[{\"id\":\"KVdVsg\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?\"}]},\"inner\":{\"id\":\"QqvFKz\",\"type\":\"aspect\",\"traits\":[{\"id\":\"zoh8jLGPGlRk\",\"type\":\"trait\",\"key\":\"initialFontSize\",\"value\":25}]}}},\"key\":\"text\"}]}}}}},\"questionTypeStore\":{\"allOptions\":[{\"id\":\"FhvDVa\",\"type\":\"option\",\"actorStore\":{\"aspects\":{\"inner\":{\"id\":\"3eWcv_\",\"type\":\"aspect\",\"traits\":[{\"id\":\"LMqSPj\",\"type\":\"trait\",\"key\":\"initialFontSize\",\"value\":20},{\"id\":\"XHAEnF\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"bJ1y9g\",\"type\":\"aspect\",\"traits\":[{\"id\":\"E6djKN\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"\u003chead\u003e\"}]}}},\"key\":\"text\"}]},\"comment\":{\"id\":\"G2vTbK\",\"type\":\"aspect\",\"traits\":[{\"id\":\"VOfFHS\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"d3f6zk\",\"type\":\"aspect\",\"traits\":[{\"id\":\"P19s-_\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"Das \u003chead\u003e-Element enthält Metadaten über die Seite, nicht den Hauptinhalt.\"}]}}},\"key\":\"text\"}]}}},\"shouldBeSelected\":false},{\"id\":\"auk5oR\",\"type\":\"option\",\"actorStore\":{\"aspects\":{\"inner\":{\"id\":\"j5fdrn\",\"type\":\"aspect\",\"traits\":[{\"id\":\"471jgQ\",\"type\":\"trait\",\"key\":\"initialFontSize\",\"value\":20},{\"id\":\"1JRCSz\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"68fT0z\",\"type\":\"aspect\",\"traits\":[{\"id\":\"TRDsgH\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"\u003cbody\u003e\"}]}}},\"key\":\"text\"}]},\"comment\":{\"id\":\"GvH2pk\",\"type\":\"aspect\",\"traits\":[{\"id\":\"7oK6Oj\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"HD2nF-\",\"type\":\"aspect\",\"traits\":[{\"id\":\"5zv69G\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"Richtig!\"}]}}},\"key\":\"text\"}]}}},\"shouldBeSelected\":true},{\"id\":\"TdNLJD\",\"type\":\"option\",\"actorStore\":{\"aspects\":{\"inner\":{\"id\":\"LiIuXN\",\"type\":\"aspect\",\"traits\":[{\"id\":\"d3A0s4\",\"type\":\"trait\",\"key\":\"initialFontSize\",\"value\":20},{\"id\":\"X2uW6h\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"lTX_rV\",\"type\":\"aspect\",\"traits\":[{\"id\":\"QqZ1bo\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"\u003cfooter\u003e\"}]}}},\"key\":\"text\"}]},\"comment\":{\"id\":\"7ze9RR\",\"type\":\"aspect\",\"traits\":[{\"id\":\"695gQj\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"G_9zx_\",\"type\":\"aspect\",\"traits\":[{\"id\":\"Zm2fdY\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"Das \u003cfooter\u003e-Element enthält Informationen am Ende der Seite, nicht den Hauptinhalt.\"}]}}},\"key\":\"text\"}]}}},\"shouldBeSelected\":false},{\"id\":\"n3gR0_\",\"type\":\"option\",\"actorStore\":{\"aspects\":{\"inner\":{\"id\":\"Bfkqrq\",\"type\":\"aspect\",\"traits\":[{\"id\":\"5D54q4\",\"type\":\"trait\",\"key\":\"initialFontSize\",\"value\":20},{\"id\":\"eEnWfS\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"DBGjs0\",\"type\":\"aspect\",\"traits\":[{\"id\":\"aRucYD\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"\u003cheader\u003e\"}]}}},\"key\":\"text\"}]},\"comment\":{\"id\":\"tBSNPb\",\"type\":\"aspect\",\"traits\":[{\"id\":\"Jp_rCx\",\"type\":\"trait\",\"actorStore\":{\"aspects\":{\"core\":{\"id\":\"PRxsLD\",\"type\":\"aspect\",\"traits\":[{\"id\":\"E4R1hm\",\"type\":\"trait\",\"key\":\"textBasis\",\"value\":\"Das \u003cheader\u003e-Element enthält Informationen am Anfang der Seite, nicht den Hauptinhalt.\"}]}}},\"key\":\"text\"}]}}},\"shouldBeSelected\":false}],\"numberOfOptions\":4},\"basicJSON\":{\"questionText\":\"Welches HTML-Element kennzeichnet den Hauptteil einer Webseite?\",\"options\":[{\"optionText\":\"\u003chead\u003e\",\"shouldBeSelected\":false,\"feedbackText\":\"\"},{\"optionText\":\"\u003cbody\u003e\",\"shouldBeSelected\":true,\"feedbackText\":\"\"},{\"optionText\":\"\u003cfooter\u003e\",\"shouldBeSelected\":false,\"feedbackText\":\"\"},{\"optionText\":\"\u003cheader\u003e\",\"shouldBeSelected\":false,\"feedbackText\":\"\"}]},\"userVoteUp\":0,\"userVoteDown\":0}},\"children\":[\"$\",\"div\",null,{\"id\":\"page-container\",\"className\":\"flex flex-col items-stretch w-full min-h-screen bg-gray-100\",\"children\":[[\"$\",\"$L18\",null,{}],[\"$\",\"$L19\",null,{\"fallback\":\"$L1a\"}],[\"$\",\"$L1b\",null,{}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$1c\"}}]]}],\"userTransfer\":{\"session\":null,\"user\":{\"id\":1370862,\"instance\":\"abfrager.de\",\"identityProvider\":\"\",\"identityValue\":\"\",\"playerProvider\":\"\",\"playerValue\":\"\",\"appKey\":\"\",\"hashed\":\"\",\"premium\":0,\"premiumCode\":\"\",\"email\":\"gast1370862@schlaukopf.ai\",\"emailVerified\":0,\"emailFails\":0,\"emailError\":\"\",\"prename\":\"\",\"surname\":\"\",\"nickname\":\"\",\"ownImage\":null,\"country\":\"\",\"confidence_country\":0,\"region\":\"\",\"confidence_region\":0,\"city\":\"\",\"promoter\":\"\",\"confidence_city\":0,\"schooltype\":\"\",\"confidence_schooltype\":0,\"form\":\"\",\"confidence_form\":0,\"person\":\"\",\"newsletter\":0,\"learnreport\":1,\"dataValidated\":0,\"tutor1\":\"\",\"tutor2\":\"\",\"tutor3\":\"\",\"tutor4\":\"\",\"tutor5\":\"\",\"tutor6\":\"\",\"tutor7\":\"\",\"tutor8\":\"\",\"tutor9\":\"\",\"tutor10\":\"\",\"isAdmin\":false,\"isAuthor\":false,\"filterAI\":false,\"filterEditorial\":false,\"balance\":0,\"lastLogon\":\"$D2024-09-19T16:41:33.000Z\",\"totalAnswered\":0,\"totalOnlineMinutes\":0,\"firstLogon\":\"$D2024-09-19T16:41:33.000Z\",\"currentTopic\":0,\"currentPoints\":0,\"settingTeacher\":\"DrBrain\",\"settingCounter\":3,\"settingLookAndFeel\":\"_skin2\",\"settingQuestions\":20,\"settingCompleteQuestion\":1,\"settingLanguage\":\"\",\"settingSound\":1,\"settingAudio\":1,\"settingGrade\":0,\"ads\":0,\"guest\":1,\"extrainfo\":\"\",\"state\":null,\"document_version\":0,\"entityStore\":{},\"actorStore\":{},\"userStore\":{},\"createdAt\":\"$D2024-09-19T16:41:33.000Z\",\"updatedAt\":\"$D2024-09-19T16:41:33.000Z\",\"accessedAt\":\"$D2024-09-19T16:41:33.000Z\"}},\"instanceTransfer\":{\"countryLabel\":\"Deutschland\",\"instanceURI\":\"auto.de\",\"instanceDomainMiddle\":\"schlaukopf\",\"instanceDomainEnding\":\"ai\"},\"clientTransfer\":{\"browserWidth\":1024,\"isSmartphoneRequest\":false,\"isSmallDeviceRequest\":false}}]\n"])</script><script>self.__next_f.push([1,"1d:Tef5,"])</script><script>self.__next_f.push([1,"\u003cdiv class=\"question_inner aspect_x0KCoX childLayout_absolute\" style=\"transition: opacity 0.2s ease 0s; opacity: 1; position: relative; display: block;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"questionpart_inner aspect_vJq-oU childLayout_flex_row\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_Nxaer5 childLayout_flex_row overflowBorder_questionPart\" data-fontsizemanual=\"1\" style=\"font-size: 33px; position: absolute; left: 20px; top: 46px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 960px; height: 188px;\"\u003e\u003cspan\u003eWelches HTML-Element kennzeichnet den Hauptteil einer Webseite?\u003c/span\u003e\u003c/div\u003e\u003cimg alt=\"\" data-aspect=\"essence\" loading=\"lazy\" width=\"386\" height=\"640\" decoding=\"async\" data-nimg=\"1\" class=\"image_essence aspect_NqtUWh \" srcset=\"/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=640\u0026amp;q=75 1x, /_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=828\u0026amp;q=75 2x\" src=\"/_next/image?url=https%3A%2F%2Fqs.schlaukopf.ai%2Fdata2%2Fimg%2F1%2F7II44p.png%3Fversion%3D1\u0026amp;w=828\u0026amp;q=75\" style=\"color: transparent; position: absolute; left: 7px; top: 390px; width: 140px; height: 541px;\"\u003e\u003c/div\u003e\u003cdiv class=\"question_options aspect_kELBWe \" style=\"position: absolute; left: 441px; top: 327px; width: 500px; height: 450px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_Kod7B1 childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_C17P8P childLayout_flex_row\"\u003e\u003cspan\u003e\u003cfooter\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_HDDyXM childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_hW1sR6 childLayout_flex_row\"\u003e\u003cspan\u003e\u003cbody\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_zqWMaK childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_aogwVW childLayout_flex_row\"\u003e\u003cspan\u003e\u003chead\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"inner\" class=\"option_inner aspect_k_M4Sp childLayout_flex_row\" data-fontsizemanual=\"1\" style=\"border-radius: 11px; border: 1px solid rgba(50, 50, 50, 0.58); background-image: linear-gradient(to top, rgb(230, 233, 240) 0%, rgb(238, 241, 245) 100%); color: rgba(50, 50, 50, 0.76); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 0px; justify-content: center; font-size: 77px; margin-bottom: 20px; cursor: pointer; user-select: none;\"\u003e\u003cdiv data-aspect=\"inner\" class=\"text_inner aspect_V_3xQt childLayout_flex_row\"\u003e\u003cspan\u003e\u003cheader\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv data-aspect=\"deco\" data-contenttraitid=\"FNCn7O\" class=\"question_deco aspect_x79aqF \" style=\"display: block;\"\u003e\u003c/div\u003e\u003c/div\u003e"])</script><script>self.__next_f.push([1,"1a:[\"$\",\"div\",null,{\"id\":\"quest_preview\",\"className\":\"flex flex-col mx-auto w-full min-w-[320px] bg-gray-100\",\"children\":[[\"$\",\"div\",null,{\"className\":\"SlowConnectionSpinner\",\"style\":{\"width\":140,\"opacity\":\"0.6\",\"position\":\"fixed\",\"top\":\"50%\",\"left\":\"50%\",\"zIndex\":99,\"right\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"children\":[\"$\",\"div\",null,{\"className\":\"lds-spinner\",\"style\":{\"width\":80,\"height\":80},\"children\":[[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}],[\"$\",\"div\",null,{}]]}]}],[\"$\",\"div\",null,{\"data-aspect\":\"inner\",\"className\":\"app_inner childLayout_flex_row\",\"style\":{\"flex\":\"1 1 auto\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"stretch\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"#preview_stage_outer {\\n flex: 1 1 auto; flex-direction: column; height: 1136px; display: flex; background-size: 100% 100%; background-image: url(\\\"https://qs.schlaukopf.ai/data2/img/1/TrLMdMeJD.jpg?version=1\\\"); transition: background-image 1s ease-out 0s;\\n height: calc(100vh - 64px);\\n }\\n\\n #preview_stage_inner {\\n height: 1000px; width: 1000px; flex: 0 0 1000px; display: flex; flex-wrap: nowrap; align-items: stretch; user-select: none; transition: opacity 0.1s linear 0.1s; position: relative;\\n }\\n \"}}],[\"$\",\"div\",null,{\"id\":\"preview_stage_outer\",\"data-aspect\":\"outer\",\"className\":\"ssr stage_outer\",\"style\":{\"paddingBottom\":85},\"children\":[\"$\",\"div\",null,{\"data-aspect\":\"main\",\"className\":\"stage_main\",\"style\":{\"flex\":\"1 1 auto\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"space-between\",\"zIndex\":1},\"children\":[[\"$\",\"div\",null,{\"className\":\"left_of_inner\"}],[\"$\",\"div\",null,{\"data-aspect\":\"inner\",\"className\":\"ssr stage_inner childLayout_flex_row stage_inner_zoom\",\"id\":\"preview_stage_inner\",\"dangerouslySetInnerHTML\":{\"__html\":\"$1d\"}}],[\"$\",\"div\",null,{\"className\":\"right_of_inner\",\"children\":[[\"$\",\"div\",null,{\"id\":\"schlaukopf.ai_ad_1\",\"style\":{\"marginBottom\":10}}],[\"$\",\"div\",null,{\"id\":\"schlaukopf.ai_ad_2\",\"style\":{\"marginBottom\":10}}],[\"$\",\"div\",null,{\"id\":\"schlaukopf.ai_ad_3\"}]]}]]}]}]]}],[\"$\",\"div\",null,{\"style\":{\"zIndex\":10,\"minWidth\":340,\"position\":\"fixed\",\"bottom\":100,\"left\":50,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"lineHeight\":\"200%\"},\"children\":[[\"$\",\"p\",null,{\"style\":{\"fontSize\":30,\"color\":\"rgba(0,0,0,0.3)\"},\"children\":[\"Webdesign\",\" \",\"$L1e\",\" ...\"]}],[]]}]]}]\n"])</script><script>self.__next_f.push([1,"1e:\"Übungen werden geladen\"\n"])</script></body></html>