Skip to main content

oefenhub_leerling_04_start_nieuwe_v4_3.html

Korte beschrijving

Deze mockup toont het oefenscherm nadat een leerling een nieuwe oefenrun heeft gestart.

De daadwerkelijke technische oefenmodule is hier als placeholder weergegeven, zodat de pagina-opbouw rond module-inhoud zichtbaar blijft. De leerlingcontext, intro en ruimte voor de oefenmodule sluiten aan op de gekozen categorie en oefening.

Gerelateerde documentatie

Bestand

Broncode

/mockups_html/leerling/oefenhub_leerling_04_start_nieuwe_v4_3.html
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OefenHub - Rekenen - Optellen - Oefening</title>
<link href="./oefenhub_shared_logo.css" rel="stylesheet">
<style>
:root {
--blue-1: #8fd0ff;
--blue-2: #5bb3ff;
--blue-3: #1f82e9;
--blue-4: #0d5db8;
--text: #114f95;
--muted: #5f7ea5;
--line: rgba(17,79,149,.12);
--orange-1: #ffbb4d;
--orange-2: #ff9620;
--orange-3: #f87400;
--green-1: #8adf67;
--green-2: #57ba3c;
--yellow-1: #ffd04e;
--yellow-2: #f6aa07;
--shadow: 0 12px 28px rgba(35, 100, 177, 0.12);
--shadow-soft: 0 8px 18px rgba(35, 100, 177, 0.08);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: var(--text);
background:
radial-gradient(circle at 8% 14%, rgba(255,255,255,.68) 0 12%, transparent 13%),
radial-gradient(circle at 18% 10%, rgba(255,255,255,.45) 0 9%, transparent 10%),
radial-gradient(circle at 86% 17%, rgba(255,255,255,.58) 0 11%, transparent 12%),
linear-gradient(180deg, #7ec2f8 0%, #bfe2fd 15%, #edf7ff 34%, #f7fbff 100%);
min-height: 100vh;
}
.wrap { width: min(1220px, calc(100% - 30px)); margin: 0 auto; }
.header {
padding: 10px 0 12px;
background: linear-gradient(180deg, rgba(100,171,238,.92), rgba(120,192,248,.85));
border-bottom: 1px solid rgba(255,255,255,.38);
box-shadow: 0 8px 20px rgba(28, 100, 177, .08);
}
.header-row {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 10px;
}
.brand { display: flex; flex-direction: column; align-items: flex-start; min-width: 250px; }
.brand img { display: block; height: 46px; width: auto; }
.welcome-text {
font-size: 12px; color: rgba(17,79,149,.82); font-weight: 700; margin-top: -10px; margin-left: 53px;
}
.nav-pills {
display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: nowrap; white-space: nowrap;
}
.pill {
border: 0; border-radius: 12px; padding: 10px 15px; color: #fff; font-size: 14px; font-weight: 900;
box-shadow: var(--shadow-soft); line-height: 1; cursor: pointer; flex: 0 0 auto;
}
.pill.orange { background: linear-gradient(180deg, #ffbb4d, #ff7f12); }
.pill.blue { background: linear-gradient(180deg, #2f88ea, #176acc); }
.pill.yellow { background: linear-gradient(180deg, #ffd04d, #f4ab08); }
.pill.green { background: linear-gradient(180deg, #8adf67, #58ba3d); }
.header-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; min-width:120px; }
.mail-btn, .profile-chip { border:0; box-shadow: var(--shadow-soft); cursor:pointer; }
.mail-btn {
position: relative; width:40px; height:40px; border-radius:999px; background:linear-gradient(180deg, #ffffff, #eef6ff);
color: var(--blue-4); font-size:17px;
}
.badge {
position: absolute; right:-2px; bottom:-2px; min-width:18px; height:18px; padding:0 5px; border-radius:999px;
background:#e23838; color:#fff; font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; border:2px solid #fff;
}
.profile-chip {
display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:999px;
background:linear-gradient(180deg, #ffffff, #edf6ff); padding:0;
}
.avatar {
width:28px; height:28px; border-radius:999px; display:grid; place-items:center; color:#fff; font-size:13px; font-weight:900;
background:linear-gradient(180deg, #ffb247, #ff8120);
}
main { padding: 24px 0 42px; }
.exercise-shell {
background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,250,255,.96));
border: 1px solid rgba(133, 167, 220, 0.25);
border-radius: 30px;
box-shadow: 0 16px 38px rgba(59, 102, 173, 0.14);
overflow: hidden;
}
.exercise-content {
padding: 26px 30px 30px;
}
.subpage-breadcrumb {
padding: 18px 28px;
font-size: 16px;
font-weight: 500;
color: #244d95;
background: rgba(255,255,255,0.55);
border-bottom: 1px solid rgba(185, 203, 235, 0.7);
}
.subpage-breadcrumb span {
color: #7a95c7;
font-weight: 700;
margin: 0 8px;
}
.intro-row {
display:grid; grid-template-columns: 1fr auto; gap: 18px; align-items:end; margin-bottom: 18px;
}
.intro h1 {
margin: 0 0 8px; font-size: 20px; line-height:1.08; color:#0d5db8;
}
.intro p {
margin:0; font-size:15px; line-height:1.5; color:#18599e; font-weight:500; max-width:720px;
}

.exercise-grid {
display:grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 18px; align-items: stretch;
}
.exercise-card {
background: linear-gradient(180deg, rgba(70,147,226,.98), rgba(35,112,196,.98));
border-radius: 28px; padding: 16px; box-shadow: var(--shadow-soft); color:#fff;
display:flex; flex-direction:column; min-height: 430px;
}
.exercise-top {
display:flex; justify-content:flex-end; align-items:center; gap:10px; margin-bottom: 16px;
}
.progress-pill, .status-pill {
display:inline-flex; align-items:center; border-radius:999px; padding:7px 11px; font-size:13px; font-weight:800;
background: rgba(255,255,255,.14); color:#fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.status-pill { opacity: .92; }
.question-zone {
flex:1; display:flex; align-items:center; justify-content:center;
background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08));
border-radius: 24px; padding: 22px;
}
.question-inner { text-align:center; width:min(100%, 560px); }
.question-kicker {
margin-bottom: 14px; font-size: 14px; font-weight: 800; color: rgba(255,255,255,.84);
}
.sum {
display:flex; align-items:center; justify-content:center; gap: 16px; flex-wrap: wrap;
font-size: clamp(44px, 7vw, 76px); font-weight: 900; line-height: 1;
}
.answer-input {
width: 140px; height: 78px; border:0; border-radius: 20px; text-align:center; outline:none;
font-size: 34px; font-weight: 900; color: var(--blue-4);
background: linear-gradient(180deg, #ffffff, #eef6ff); box-shadow: 0 10px 18px rgba(19,74,140,.18);
}
.answer-input::placeholder { color:#8db2d9; }
.exercise-actions {
margin-top: 16px; display:flex; justify-content:flex-end; align-items:center; gap: 12px; flex-wrap: wrap;
}
.help-text { font-size: 13px; color: rgba(255,255,255,.88); font-weight:700; }
.btn {
display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:999px; min-height: 40px;
padding: 0 22px; font-size:13px; font-weight:900; text-decoration:none; box-shadow: var(--shadow-soft); cursor:pointer;
transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.02); }
.btn:active { transform: translateY(0); }
.btn-primary { color:#fff; background: linear-gradient(180deg, var(--orange-1), var(--orange-3)); }
.btn-secondary { color: var(--blue-4); background: linear-gradient(180deg, #ffffff, #edf6ff); border:1px solid rgba(57,132,206,.14); }
.side-panel {
background: linear-gradient(180deg, #ffffff, #fafdff); border-radius: 28px; padding: 16px; box-shadow: var(--shadow-soft);
display:flex; flex-direction:column; gap: 12px;
}
.side-title { margin:0; font-size: 20px; color:#0d5db8; }
.info-card {
border-radius: 18px; padding: 12px 14px; background: linear-gradient(180deg, #f8fbff, #eef6ff); border:1px solid rgba(57,132,206,.10);
}
.info-label { font-size: 12px; color: var(--muted); font-weight: 800; margin-bottom: 5px; }
.info-value { font-size: 15px; color:#1c5b9f; font-weight: 800; line-height: 1.35; }
.mini-progress {
height: 12px; border-radius: 999px; background: #d8ecff; overflow:hidden; margin-top: 8px;
}
.mini-progress > span {
display:block; width: 7%; height:100%; border-radius:999px; background: linear-gradient(180deg, #ffbb4d, #ff7f12);
}
.tip {
font-size: 13px; line-height: 1.45; color:#2866aa; font-weight:600; margin:0;
}
.site-footer {
margin-top: 20px; background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.92));
border-radius: 30px; box-shadow: var(--shadow); padding: 20px 24px 14px;
}
.footer-grid {
display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px;
}
.footer-col h4 { margin:0 0 10px; font-size:16px; color:#0d5db8; }
.footer-col p, .footer-links a {
margin:0; font-size: 13px; line-height:1.5; color:#2c66a8; text-decoration:none;
}
.footer-links { display:flex; flex-direction:column; gap: 8px; }
.footer-bottom {
margin-top: 16px; padding-top: 12px; border-top:1px solid rgba(17,79,149,.10);
display:flex; justify-content:flex-start; gap: 14px; font-size: 12px; color:#5b7ea5; font-weight:700;
}
.nav-item {
position: relative;
display: inline-flex;
align-items: center;
}

.pill.has-chevron {
display: inline-flex;
align-items: center;
gap: 6px;
padding-right: 14px;
}

.pill-caret {
font-size: 12px;
line-height: 1;
transform: translateY(1px);
}

.dropdown-menu {
position: absolute;
top: calc(100% + 8px);
left: 0;
width: 306px;
background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,250,255,.98));
border-radius: 20px;
box-shadow: 0 12px 24px rgba(35,100,177,.16);
border: 1px solid rgba(170, 204, 238, .55);
padding: 10px 12px;
z-index: 40;
opacity: 0;
visibility: hidden;
transform: translateY(-4px);
transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.dropdown-menu::before {
content: "";
position: absolute;
top: -10px;
left: 36px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(255,255,255,.97);
filter: drop-shadow(0 -1px 0 rgba(170, 204, 238, .45));
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu,
.nav-item.open .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.menu-list {
display: flex;
flex-direction: column;
gap: 0;
}

.menu-link {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 9px;
padding: 8px 11px;
border-radius: 13px;
text-decoration: none;
color: #18518f;
font-size: 15px;
font-weight: 900;
box-shadow: inset 0 -1px 0 rgba(17,79,149,.10);
transition: background .18s ease, transform .18s ease;
}

.menu-link:last-child {
box-shadow: none;
}

.menu-link:hover,
.menu-link.is-active {
background: linear-gradient(180deg, #edf5ff, #dcecff);
}

.menu-link:hover {
transform: translateX(2px);
}

.menu-icon {
width: 23px;
height: 23px;
border-radius: 7px;
display: grid;
place-items: center;
color: #fff;
font-size: 14px;
font-weight: 900;
box-shadow: 0 6px 12px rgba(35,100,177,.12);
}

.menu-icon.green { background: linear-gradient(180deg, #89da69, #59bb3e); }
.menu-icon.blue { background: linear-gradient(180deg, #67baf4, #2f88ea); }
.menu-icon.yellow { background: linear-gradient(180deg, #ffd45e, #f4ac10); }
.menu-icon.purple { background: linear-gradient(180deg, #9c7af2, #6b49dd); }

.menu-arrow {
color: #0d5db8;
font-size: 24px;
line-height: 1;
}

.pill:hover {
filter: brightness(1.06);
transform: translateY(-1px);
}

.mail-btn:hover, .profile-chip:hover {
background: linear-gradient(180deg, #ffffff, #e4f1ff);
transform: translateY(-1px);
}

.btn-primary:hover {
background: linear-gradient(180deg, #ffc35a, #ff8617);
transform: translateY(-1px);
}

.btn-secondary:hover {
background: linear-gradient(180deg, #ffffff, #e3f1ff);
transform: translateY(-1px);
}

.popular-card:hover, .recent-item:hover {
transform: translateY(-2px);
box-shadow: 0 12px 24px rgba(35, 100, 177, 0.14);
}

.panel-title a:hover {
color: var(--blue-4);
text-decoration: underline;
}

.pill, .mail-btn, .profile-chip, .btn, .popular-card, .recent-item, .panel-title a {
transition: all .18s ease;
}



.site-footer {
margin-top: 26px;
background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.96));
border-top: 1px solid rgba(17,79,149,.10);
box-shadow: var(--shadow);
border-radius: 26px 26px 0 0;
padding: 22px 28px 18px;
}

.footer-grid {
display: grid;
grid-template-columns: 1.1fr 1fr 1fr;
gap: 36px;
align-items: start;
}

.footer-col h4 {
margin: 0 0 12px;
font-size: 15px;
color: #0d5db8;
font-weight: 900;
padding-bottom: 8px;
border-bottom: 1px solid rgba(17,79,149,.14);
}

.footer-col p {
margin: 0;
font-size: 13px;
line-height: 1.55;
color: var(--muted);
font-weight: 600;
}

.footer-links {
display: flex;
flex-direction: column;
gap: 10px;
}

.footer-links a {
color: #18518f;
text-decoration: none;
font-size: 13px;
font-weight: 700;
transition: color .18s ease;
}

.footer-links a:hover {
color: var(--blue-4);
text-decoration: underline;
}

.footer-bottom {
margin-top: 18px;
padding-top: 14px;
border-top: 1px solid rgba(17,79,149,.10);
display: flex;
justify-content: space-between;
gap: 12px;
align-items: center;
flex-wrap: wrap;
font-size: 12px;
color: var(--muted);
font-weight: 600;
}
.technical-placeholder{ width:100%; text-align:center; color:#55789f; font-size:30px; line-height:1.35; font-style:italic; font-weight:700; }


@media (max-width: 980px) {
.header-row, .intro-row, .exercise-grid, .footer-grid { grid-template-columns: 1fr; }
.nav-pills { justify-content:flex-start; overflow:auto; padding-bottom: 2px; }
.brand { min-width: unset; }
}
@media (max-width: 640px) {
.wrap { width: min(100%, calc(100% - 18px)); }
.exercise-shell, .exercise-card, .side-panel, .site-footer { border-radius: 24px; }
.sum { gap: 12px; }
.answer-input { width: 112px; height: 66px; font-size: 28px; }
.exercise-actions { align-items: stretch; }
.exercise-actions .btn { width: 100%; }
.technical-placeholder{ font-size:24px; }
}


/* OefenHub uniformering leerlingpagina */
body {
overflow-x: hidden;
}

main.hub-page {
padding: 22px 0 0;
}

.breadcrumb-bar {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin: 0 0 14px;
font-size: 13px;
font-weight: 800;
color: #5f7ea5;
}

.breadcrumb-bar a {
color: #2364a7;
text-decoration: none;
}

.breadcrumb-bar a:hover {
text-decoration: underline;
}

.breadcrumb-sep {
opacity: .7;
}

.exercise-shell {
margin: 0;
background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,249,255,.96));
border: 1px solid rgba(170,204,238,.62);
border-radius: 26px;
box-shadow: var(--shadow);
overflow: visible;
}

.exercise-content {
padding: 20px 24px 24px;
}

.intro-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 18px;
align-items: start;
margin-bottom: 18px;
}

.intro h1 {
margin: 0 0 8px;
font-size: 24px;
line-height: 1.18;
color: #0f4d91;
}

.intro p {
margin: 0;
font-size: 14px;
line-height: 1.6;
color: #496d99;
font-weight: 600;
max-width: 820px;
}

.module-placeholder {
margin-top: 18px;
min-height: 320px;
display: grid;
place-items: center;
padding: 24px;
border-radius: 24px;
background: linear-gradient(180deg, rgba(247,251,255,.94), rgba(238,247,255,.96));
border: 1px solid rgba(170,204,238,.62);
box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.technical-placeholder {
width: 100%;
text-align: center;
color: #55789f;
font-size: 26px;
line-height: 1.35;
font-style: italic;
font-weight: 700;
}

.site-footer {
margin-top: 22px;
padding: 24px 0 22px;
background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(235,246,255,.92));
border-top: 1px solid rgba(170,204,238,.62);
border-radius: 26px 26px 0 0;
box-shadow: 0 -10px 24px rgba(35,100,177,.06);
}

.footer-grid {
width: min(1220px, calc(100% - 30px));
margin: 0 auto;
display: grid;
grid-template-columns: 1.3fr 1fr 1fr;
gap: 22px;
align-items: start;
}

.footer-col h4 {
margin: 0 0 8px;
font-size: 16px;
color: #0f4d91;
font-weight: 900;
padding-bottom: 0;
border-bottom: 0;
}

.footer-col p {
margin: 0;
color: #5d7da4;
font-size: 14px;
line-height: 1.55;
font-weight: 600;
}

.footer-links {
display: flex;
flex-direction: column;
gap: 7px;
}

.footer-links a {
color: #2364a7;
text-decoration: none;
font-weight: 700;
font-size: 14px;
transition: color .18s ease;
}

.footer-bottom {
width: min(1220px, calc(100% - 30px));
margin: 18px auto 0;
padding-top: 14px;
border-top: 1px solid rgba(170,204,238,.56);
color: #6b86aa;
font-size: 13px;
font-weight: 700;
display: flex;
justify-content: space-between;
gap: 12px;
align-items: center;
flex-wrap: wrap;
}

@media (max-width: 980px) {
.intro-row,
.footer-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
main.hub-page {
padding-top: 18px;
}

.exercise-shell,
.module-placeholder {
border-radius: 22px;
}

.exercise-content {
padding: 18px;
}

.technical-placeholder {
font-size: 22px;
}
}

</style>
</head>
<body>
<header class="header">
<div class="wrap">
<div class="header-row">
<div class="brand">
<div class="brand-logo" aria-label="OefenHub logo" role="img"></div>
<div class="welcome-text">Welkom terug, Emma</div>
</div>

<div class="nav-pills">
<div class="nav-item">
<button class="pill orange has-chevron" type="button" aria-expanded="false" aria-controls="rekenen-menu">🔢 Rekenen <span class="pill-caret"></span></button>
<div class="dropdown-menu" id="rekenen-menu">
<div class="menu-list">
<a href="#" class="menu-link is-active"><span class="menu-icon green"></span><span>Optellen</span><span class="menu-arrow"></span></a>
<a href="#" class="menu-link"><span class="menu-icon blue"></span><span>Aftrekken</span></a>
<a href="#" class="menu-link"><span class="menu-icon yellow">×</span><span>Vermenigvuldigen</span></a>
<a href="#" class="menu-link"><span class="menu-icon purple">÷</span><span>Delen</span></a>
</div>
</div>
</div>
<button class="pill blue">📖 Taal</button>
<button class="pill blue">🇬🇧 Engels</button>
<button class="pill yellow">✏️ Spelling</button>
<button class="pill green">🌍 Topografie</button>
</div>

<div class="header-actions">
<button class="mail-btn" aria-label="Berichten">✉️<span class="badge">3</span></button>
<button class="profile-chip" aria-label="Profiel"><span class="avatar">E</span></button>
</div>
</div>
</div>
</header>

<main class="hub-page">
<div class="wrap">
<nav class="breadcrumb-bar" aria-label="Breadcrumb">
<a href="#">Home</a>
<span class="breadcrumb-sep"></span>
<a href="#">Rekenen</a>
<span class="breadcrumb-sep"></span>
<a href="#">Optellen</a>
<span class="breadcrumb-sep"></span>
<span>Nieuwe oefening</span>
</nav>

<section class="exercise-shell">
<div class="exercise-content">
<div class="intro-row">
<div class="intro">
<h1>Nieuwe oefening starten</h1>
<p>Beantwoord de som en ga daarna direct door naar de volgende vraag. Je ziet tijdens het oefenen steeds hoeveel vragen je al hebt gedaan en hoeveel er nog over zijn.</p>
</div>
</div>

<div class="module-placeholder" role="region" aria-label="Technische oefenmodule">
<div class="technical-placeholder">{Placeholder voor technische oefen modules}</div>
</div>
</div>
</section>
</div>
</main>


<footer class="site-footer">
<div class="footer-grid">
<div class="footer-col">
<h4>OefenHub</h4>
<p>OefenHub helpt kinderen spelenderwijs schoolvakken oefenen, herhalen en beter begrijpen. Alles overzichtelijk op één plek.</p>
</div>
<div class="footer-col">
<h4>Handige Links</h4>
<div class="footer-links">
<a href="#">Over OefenHub</a>
<a href="#">Contact</a>
<a href="#">Privacybeleid</a>
</div>
</div>
<div class="footer-col">
<h4>Snel naar</h4>
<div class="footer-links">
<a href="#">Profiel</a>
<a href="#">Berichten</a>
<a href="#">Meld een probleem</a>
</div>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 OefenHub</span>
</div>
</footer>

<script>
(function () {
const navItem = document.querySelector('.nav-item');
const trigger = navItem?.querySelector('.pill');
if (!navItem || !trigger) return;

trigger.addEventListener('click', function (event) {
event.preventDefault();
const isOpen = navItem.classList.toggle('open');
trigger.setAttribute('aria-expanded', String(isOpen));
});

document.addEventListener('click', function (event) {
if (!navItem.contains(event.target)) {
navItem.classList.remove('open');
trigger.setAttribute('aria-expanded', 'false');
}
});
})();
</script>

</body>
</html>