Quiz Overlay
.quiz-overlay {
background-color: #f0f0f0;
border-radius: 8px;
padding: 20px;
width: 400px;
margin: 0 auto;
text-align: center;
font-family: Arial, sans-serif;
}
.question {
font-size: 1.5em;
margin-bottom: 20px;
}
.answers {
display: grid;
gap: 10px;
}
.answer {
background-color: #4a90e2;
color: white;
padding: 15px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1.2em;
transition: background-color 0.3s;
}
.answer:hover {
background-color: #357ABD;
}
.status {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
.timer, .score {
font-size: 1em;
color: #333;
}
==== Rahmenbedingungen ====
^ Was ^ Beschreibung ^
| Produkt: | - |
| Zeit: | 60 Min. |
| Sozialform: | Einzel- oder Partnerarbeit |
| Arbeitsmittel: | Unterrichtsunterlagen, IDE, Browser |