{"id":1350,"date":"2026-03-28T17:17:52","date_gmt":"2026-03-28T17:17:52","guid":{"rendered":"https:\/\/www.gnusoftheworld.com\/?page_id=1350"},"modified":"2026-04-04T19:55:11","modified_gmt":"2026-04-04T19:55:11","slug":"quiznight","status":"publish","type":"page","link":"https:\/\/www.gnusoftheworld.com\/index.php\/quiznight\/","title":{"rendered":"Quiznight"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1350\" class=\"elementor elementor-1350\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c814ccc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c814ccc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8fc4928\" data-id=\"8fc4928\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-725642e elementor-widget elementor-widget-html\" data-id=\"725642e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>GnuTown Quiz Night<\/title>\r\n<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&family=Lato:wght@300;400;700&display=swap');\r\n\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    --cream:       #F5EDD8;\r\n    --cream-deep:  #EDE0C0;\r\n    --cream-pale:  #FAF5EB;\r\n    --amber:       #C8841A;\r\n    --amber-light: #F2C162;\r\n    --amber-glow:  #FAEBD0;\r\n    --teal:        #1D9E75;\r\n    --teal-light:  #E1F5EE;\r\n    --bark:        #4A3728;\r\n    --bark-mid:    #7A5C42;\r\n    --bark-light:  #B89070;\r\n    --text:        #2C1F14;\r\n    --text-muted:  #6B5040;\r\n    --text-faint:  #9A7D65;\r\n    --border:      rgba(74,55,40,0.15);\r\n    --border-warm: rgba(200,132,26,0.3);\r\n    --radius:      14px;\r\n    --radius-sm:   9px;\r\n    --correct:     #E1F5EE;\r\n    --correct-bdr: #1D9E75;\r\n    --correct-txt: #084535;\r\n    --wrong:       #FCEBEB;\r\n    --wrong-bdr:   #A32D2D;\r\n    --wrong-txt:   #501313;\r\n    --shadow:      0 2px 16px rgba(74,55,40,0.10);\r\n    --shadow-lg:   0 6px 32px rgba(74,55,40,0.15);\r\n  }\r\n\r\n  body {\r\n    font-family: 'Lato', sans-serif;\r\n    background: var(--cream);\r\n    color: var(--text);\r\n    min-height: 100vh;\r\n    padding: 0;\r\n    \/* Subtle paper texture *\/\r\n    background-image:\r\n      radial-gradient(ellipse at 20% 10%, rgba(200,132,26,0.06) 0%, transparent 50%),\r\n      radial-gradient(ellipse at 80% 90%, rgba(29,158,117,0.04) 0%, transparent 50%);\r\n  }\r\n\r\n  .quiz-page {\r\n    max-width: 640px;\r\n    margin: 0 auto;\r\n    padding: 1.5rem 1.2rem 5rem;\r\n  }\r\n\r\n  \/* \u2500\u2500 HEADER \u2500\u2500 *\/\r\n  .bar-header {\r\n    background: var(--bark);\r\n    border-radius: var(--radius);\r\n    padding: 2rem 1.5rem 1.8rem;\r\n    text-align: center;\r\n    margin-bottom: 1.5rem;\r\n    position: relative;\r\n    overflow: hidden;\r\n    box-shadow: var(--shadow-lg);\r\n  }\r\n  .bar-header::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background:\r\n      radial-gradient(ellipse at 50% 0%, rgba(242,193,98,0.18) 0%, transparent 65%),\r\n      radial-gradient(ellipse at 80% 100%, rgba(29,158,117,0.08) 0%, transparent 50%);\r\n    pointer-events: none;\r\n  }\r\n  .bar-header::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0; left: 0; right: 0;\r\n    height: 3px;\r\n    background: linear-gradient(90deg, transparent, var(--amber-light), transparent);\r\n  }\r\n  .bar-gnu { font-size: 2.6rem; margin-bottom: 0.5rem; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3)); }\r\n  .bar-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.9rem;\r\n    color: var(--amber-light);\r\n    letter-spacing: 0.01em;\r\n    margin-bottom: 0.3rem;\r\n    text-shadow: 0 1px 8px rgba(0,0,0,0.3);\r\n  }\r\n  .bar-sub { font-size: 0.83rem; color: var(--bark-light); font-style: italic; }\r\n\r\n  \/* Sound toggle *\/\r\n  .sound-btn {\r\n    position: absolute;\r\n    top: 14px; right: 14px;\r\n    background: rgba(255,255,255,0.1);\r\n    border: 1px solid rgba(255,255,255,0.15);\r\n    border-radius: 50%;\r\n    width: 36px; height: 36px;\r\n    display: flex; align-items: center; justify-content: center;\r\n    font-size: 1rem;\r\n    cursor: pointer;\r\n    color: var(--bark-light);\r\n    transition: all 0.2s;\r\n    z-index: 10;\r\n  }\r\n  .sound-btn:hover { background: rgba(255,255,255,0.18); color: var(--amber-light); }\r\n  .sound-btn.on { color: var(--amber-light); }\r\n\r\n  \/* \u2500\u2500 OCHAYE BOX \u2500\u2500 *\/\r\n  .ochaye-box {\r\n    background: var(--cream-pale);\r\n    border: 1px solid var(--border-warm);\r\n    border-radius: var(--radius);\r\n    padding: 1.1rem 1.3rem;\r\n    margin-bottom: 1.2rem;\r\n    display: flex;\r\n    gap: 13px;\r\n    align-items: flex-start;\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .ochaye-avatar {\r\n    width: 46px; height: 46px;\r\n    border-radius: 50%;\r\n    background: var(--bark);\r\n    display: flex; align-items: center; justify-content: center;\r\n    font-size: 1.4rem;\r\n    flex-shrink: 0;\r\n    box-shadow: 0 2px 8px rgba(74,55,40,0.2);\r\n  }\r\n  .ochaye-speech { flex: 1; }\r\n  .ochaye-text {\r\n    font-size: 0.95rem;\r\n    line-height: 1.7;\r\n    color: var(--text-muted);\r\n    font-style: italic;\r\n  }\r\n  .ochaye-name {\r\n    font-size: 0.73rem;\r\n    color: var(--text-faint);\r\n    margin-top: 5px;\r\n    letter-spacing: 0.02em;\r\n  }\r\n\r\n  \/* \u2500\u2500 ONBOARDING \u2500\u2500 *\/\r\n  .onboarding-card {\r\n    background: var(--cream-pale);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius);\r\n    padding: 1.6rem;\r\n    margin-bottom: 1rem;\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .onboarding-step { display: none; }\r\n  .onboarding-step.active { display: block; animation: fadeUp 0.35s ease both; }\r\n\r\n  .ob-heading {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.35rem;\r\n    margin-bottom: 0.5rem;\r\n    color: var(--text);\r\n  }\r\n  .ob-body {\r\n    font-size: 0.92rem;\r\n    line-height: 1.75;\r\n    color: var(--text-muted);\r\n    margin-bottom: 1.4rem;\r\n  }\r\n  .ob-body strong { color: var(--bark); }\r\n\r\n  .characters-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 8px;\r\n    margin: 1rem 0 1.4rem;\r\n  }\r\n  .char-pill {\r\n    background: var(--cream);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius-sm);\r\n    padding: 10px 12px;\r\n    display: flex;\r\n    gap: 8px;\r\n    align-items: center;\r\n  }\r\n  .char-icon { font-size: 1.25rem; }\r\n  .char-info { }\r\n  .char-name { font-size: 0.8rem; font-weight: 700; color: var(--text); }\r\n  .char-role { font-size: 0.7rem; color: var(--text-faint); margin-top: 1px; }\r\n\r\n  .ob-dots {\r\n    display: flex;\r\n    gap: 6px;\r\n    justify-content: center;\r\n    margin-bottom: 1.2rem;\r\n  }\r\n  .ob-dot {\r\n    width: 7px; height: 7px;\r\n    border-radius: 50%;\r\n    background: var(--cream-deep);\r\n    transition: background 0.2s;\r\n  }\r\n  .ob-dot.active { background: var(--amber); }\r\n\r\n  .ob-nav {\r\n    display: flex;\r\n    gap: 8px;\r\n    align-items: center;\r\n  }\r\n  .ob-skip {\r\n    font-size: 0.82rem;\r\n    color: var(--text-faint);\r\n    background: none;\r\n    border: none;\r\n    cursor: pointer;\r\n    padding: 6px;\r\n    margin-left: auto;\r\n    font-family: 'Lato', sans-serif;\r\n    text-decoration: underline;\r\n  }\r\n  .ob-skip:hover { color: var(--text-muted); }\r\n\r\n  \/* loyalty banner *\/\r\n  .loyalty-banner {\r\n    background: linear-gradient(135deg, var(--teal-light), var(--cream-pale));\r\n    border: 1px solid var(--correct-bdr);\r\n    border-radius: var(--radius-sm);\r\n    padding: 10px 14px;\r\n    font-size: 0.83rem;\r\n    color: var(--correct-txt);\r\n    margin: 0.8rem 0 1.2rem;\r\n    display: flex;\r\n    gap: 8px;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* \u2500\u2500 INTRO SCREEN \u2500\u2500 *\/\r\n  .round-intro-card {\r\n    background: var(--cream-pale);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius);\r\n    padding: 1.6rem;\r\n    text-align: center;\r\n    margin-bottom: 1rem;\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .round-label {\r\n    font-size: 0.7rem;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.12em;\r\n    color: var(--text-faint);\r\n    margin-bottom: 0.5rem;\r\n  }\r\n  .round-intro-name {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.5rem;\r\n    margin-bottom: 0.3rem;\r\n    color: var(--text);\r\n  }\r\n  .round-intro-cat {\r\n    font-size: 0.85rem;\r\n    color: var(--text-muted);\r\n    margin-bottom: 1rem;\r\n  }\r\n  .round-intro-desc {\r\n    font-size: 0.9rem;\r\n    color: var(--text-muted);\r\n    line-height: 1.7;\r\n    font-style: italic;\r\n    margin-bottom: 1.3rem;\r\n  }\r\n\r\n  .rounds-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 8px;\r\n    margin: 1.2rem 0;\r\n    text-align: left;\r\n  }\r\n  .round-pill {\r\n    padding: 10px 13px;\r\n    background: var(--cream);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius-sm);\r\n  }\r\n  .round-pill-name { font-size: 0.82rem; font-weight: 700; color: var(--text); }\r\n  .round-pill-cat { font-size: 0.71rem; color: var(--text-faint); margin-top: 2px; }\r\n  .round-pill-free {\r\n    display: inline-block;\r\n    font-size: 0.63rem;\r\n    background: var(--teal-light);\r\n    color: var(--correct-txt);\r\n    border-radius: 20px;\r\n    padding: 1px 7px;\r\n    margin-top: 3px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.04em;\r\n  }\r\n\r\n  \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\r\n  .btn-bark {\r\n    display: inline-block;\r\n    background: var(--bark);\r\n    color: var(--amber-light);\r\n    border: none;\r\n    border-radius: var(--radius-sm);\r\n    padding: 13px 28px;\r\n    font-size: 0.95rem;\r\n    font-weight: 700;\r\n    font-family: 'Lato', sans-serif;\r\n    cursor: pointer;\r\n    transition: opacity 0.15s, transform 0.1s;\r\n    text-align: center;\r\n    letter-spacing: 0.01em;\r\n    box-shadow: 0 2px 8px rgba(74,55,40,0.2);\r\n  }\r\n  .btn-bark:hover { opacity: 0.9; transform: translateY(-1px); }\r\n  .btn-bark:active { transform: translateY(0); }\r\n  .btn-bark:disabled { opacity: 0.35; cursor: default; transform: none; }\r\n  .btn-bark.full { width: 100%; }\r\n\r\n  .btn-amber {\r\n    display: inline-block;\r\n    background: var(--amber);\r\n    color: #fff;\r\n    border: none;\r\n    border-radius: var(--radius-sm);\r\n    padding: 12px 28px;\r\n    font-size: 0.95rem;\r\n    font-weight: 700;\r\n    font-family: 'Lato', sans-serif;\r\n    cursor: pointer;\r\n    transition: opacity 0.15s, transform 0.1s;\r\n    box-shadow: 0 2px 8px rgba(200,132,26,0.3);\r\n    letter-spacing: 0.01em;\r\n  }\r\n  .btn-amber:hover { opacity: 0.9; transform: translateY(-1px); }\r\n  .btn-amber:active { transform: translateY(0); }\r\n  .btn-amber.full { width: 100%; }\r\n\r\n  .btn-outline {\r\n    display: inline-block;\r\n    background: transparent;\r\n    color: var(--bark);\r\n    border: 1.5px solid var(--border);\r\n    border-radius: var(--radius-sm);\r\n    padding: 11px 22px;\r\n    font-size: 0.9rem;\r\n    font-family: 'Lato', sans-serif;\r\n    cursor: pointer;\r\n    transition: all 0.15s;\r\n  }\r\n  .btn-outline:hover { border-color: var(--bark-mid); background: var(--cream-deep); }\r\n\r\n  \/* \u2500\u2500 SCORE + PROGRESS \u2500\u2500 *\/\r\n  .meta-row {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    font-size: 0.82rem;\r\n    color: var(--text-muted);\r\n    margin-bottom: 0.7rem;\r\n  }\r\n  .score-highlight { font-size: 1rem; font-weight: 700; color: var(--amber); }\r\n\r\n  .progress-bar {\r\n    display: flex;\r\n    gap: 5px;\r\n    margin-bottom: 1rem;\r\n  }\r\n  .pip {\r\n    flex: 1; height: 5px;\r\n    border-radius: 3px;\r\n    background: var(--cream-deep);\r\n    transition: background 0.3s;\r\n  }\r\n  .pip.done { background: var(--teal); }\r\n  .pip.active { background: var(--amber); }\r\n\r\n  \/* \u2500\u2500 QUESTION CARD \u2500\u2500 *\/\r\n  .question-card {\r\n    background: var(--cream-pale);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius);\r\n    padding: 1.5rem;\r\n    margin-bottom: 1rem;\r\n    box-shadow: var(--shadow);\r\n    animation: fadeUp 0.3s ease both;\r\n  }\r\n  .q-num {\r\n    font-size: 0.7rem;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.12em;\r\n    color: var(--text-faint);\r\n    margin-bottom: 0.7rem;\r\n  }\r\n  .q-text {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.15rem;\r\n    line-height: 1.5;\r\n    margin-bottom: 1.3rem;\r\n    color: var(--text);\r\n  }\r\n\r\n  .options {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 9px;\r\n  }\r\n  .opt {\r\n    background: var(--cream);\r\n    border: 1.5px solid var(--border);\r\n    border-radius: var(--radius-sm);\r\n    padding: 12px 14px;\r\n    font-size: 0.88rem;\r\n    font-family: 'Lato', sans-serif;\r\n    color: var(--text);\r\n    cursor: pointer;\r\n    text-align: left;\r\n    line-height: 1.4;\r\n    transition: border-color 0.12s, background 0.12s, transform 0.1s;\r\n  }\r\n  .opt:hover:not(:disabled) {\r\n    border-color: var(--bark-mid);\r\n    background: var(--cream-deep);\r\n    transform: translateY(-1px);\r\n  }\r\n  .opt:disabled { cursor: default; transform: none; }\r\n  .opt.correct { background: var(--correct); border-color: var(--correct-bdr); color: var(--correct-txt); font-weight: 700; }\r\n  .opt.wrong { background: var(--wrong); border-color: var(--wrong-bdr); color: var(--wrong-txt); }\r\n\r\n  \/* \u2500\u2500 PAYWALL \u2500\u2500 *\/\r\n  .paywall-card {\r\n    background: var(--cream-pale);\r\n    border: 2px dashed var(--border-warm);\r\n    border-radius: var(--radius);\r\n    padding: 2rem;\r\n    text-align: center;\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .paywall-card h3 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.4rem;\r\n    margin-bottom: 0.7rem;\r\n    color: var(--text);\r\n  }\r\n  .paywall-card p {\r\n    font-size: 0.9rem;\r\n    color: var(--text-muted);\r\n    line-height: 1.7;\r\n    margin-bottom: 1rem;\r\n  }\r\n  .price-pill {\r\n    display: inline-block;\r\n    background: var(--bark);\r\n    color: var(--amber-light);\r\n    border-radius: 20px;\r\n    padding: 5px 18px;\r\n    font-size: 0.9rem;\r\n    font-weight: 700;\r\n    margin-bottom: 1.3rem;\r\n    letter-spacing: 0.02em;\r\n  }\r\n  .paywall-small { font-size: 0.78rem; color: var(--text-faint); margin-top: 10px; }\r\n\r\n  \/* \u2500\u2500 RESULTS \u2500\u2500 *\/\r\n  .results-card {\r\n    background: var(--bark);\r\n    border-radius: var(--radius);\r\n    padding: 2.5rem 1.5rem;\r\n    text-align: center;\r\n    box-shadow: var(--shadow-lg);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n  .results-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background: radial-gradient(ellipse at 50% 0%, rgba(242,193,98,0.15) 0%, transparent 65%);\r\n    pointer-events: none;\r\n  }\r\n  .results-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--bark-light); margin-bottom: 0.7rem; }\r\n  .results-score { font-family: 'Playfair Display', serif; font-size: 4.5rem; color: var(--amber-light); line-height: 1; margin-bottom: 0.3rem; }\r\n  .results-total { font-size: 0.9rem; color: var(--bark-light); margin-bottom: 1.3rem; }\r\n  .results-msg { font-size: 1rem; color: var(--cream-deep); font-style: italic; line-height: 1.7; margin-bottom: 0.5rem; max-width: 420px; margin-left:auto; margin-right:auto; }\r\n  .results-name { font-size: 0.75rem; color: var(--bark-mid); margin-bottom: 1.8rem; }\r\n\r\n  \/* Leaderboard *\/\r\n  .leaderboard-card {\r\n    background: var(--cream-pale);\r\n    border: 1px solid var(--border);\r\n    border-radius: var(--radius);\r\n    padding: 1.4rem;\r\n    margin-top: 1rem;\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .lb-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 1.1rem;\r\n    margin-bottom: 1rem;\r\n    color: var(--text);\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n  }\r\n  .lb-row {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 8px 0;\r\n    border-bottom: 1px solid var(--border);\r\n    font-size: 0.88rem;\r\n  }\r\n  .lb-row:last-child { border-bottom: none; }\r\n  .lb-rank { font-weight: 700; color: var(--text-faint); width: 22px; }\r\n  .lb-rank.top { color: var(--amber); }\r\n  .lb-name { flex: 1; color: var(--text); }\r\n  .lb-score { font-weight: 700; color: var(--bark); }\r\n  .lb-you { background: var(--amber-glow); border-radius: 4px; padding: 0 5px; }\r\n  .lb-empty { font-size: 0.88rem; color: var(--text-faint); font-style: italic; text-align: center; padding: 1rem 0; }\r\n\r\n  \/* Auth modal *\/\r\n  .modal-overlay {\r\n    position: fixed;\r\n    inset: 0;\r\n    background: rgba(44,31,20,0.55);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    z-index: 100;\r\n    padding: 1.5rem;\r\n    animation: fadeIn 0.2s ease;\r\n  }\r\n  .modal-box {\r\n    background: var(--cream-pale);\r\n    border-radius: var(--radius);\r\n    padding: 2rem;\r\n    max-width: 400px;\r\n    width: 100%;\r\n    box-shadow: var(--shadow-lg);\r\n    animation: slideUp 0.25s ease both;\r\n  }\r\n  .modal-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 0.4rem; }\r\n  .modal-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.3rem; line-height: 1.6; }\r\n  .modal-field {\r\n    margin-bottom: 0.9rem;\r\n  }\r\n  .modal-field label { display: block; font-size: 0.78rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 5px; }\r\n  .modal-field input {\r\n    width: 100%;\r\n    border: 1.5px solid var(--border);\r\n    border-radius: var(--radius-sm);\r\n    padding: 11px 13px;\r\n    font-family: 'Lato', sans-serif;\r\n    font-size: 0.95rem;\r\n    color: var(--text);\r\n    background: var(--cream);\r\n    transition: border-color 0.15s;\r\n    outline: none;\r\n  }\r\n  .modal-field input:focus { border-color: var(--amber); }\r\n  .modal-err { font-size: 0.82rem; color: var(--wrong-txt); margin-bottom: 0.8rem; display: none; }\r\n  .modal-err.show { display: block; }\r\n  .modal-toggle { font-size: 0.83rem; color: var(--text-faint); text-align: center; margin-top: 0.8rem; }\r\n  .modal-toggle a { color: var(--amber); cursor: pointer; text-decoration: underline; }\r\n  .modal-close { font-size: 0.8rem; color: var(--text-faint); text-align: center; margin-top: 0.6rem; cursor: pointer; text-decoration: underline; }\r\n\r\n  \/* User pill *\/\r\n  .user-pill {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    background: var(--amber-glow);\r\n    border: 1px solid var(--border-warm);\r\n    border-radius: 20px;\r\n    padding: 4px 12px 4px 8px;\r\n    font-size: 0.78rem;\r\n    color: var(--bark);\r\n    margin-bottom: 1rem;\r\n    cursor: pointer;\r\n  }\r\n  .user-pill:hover { background: var(--cream-deep); }\r\n\r\n  \/* crossover reward *\/\r\n  .crossover-banner {\r\n    background: linear-gradient(135deg, #E8F5E1, #F0FAF5);\r\n    border: 1px solid #6AAF50;\r\n    border-radius: var(--radius-sm);\r\n    padding: 10px 14px;\r\n    font-size: 0.83rem;\r\n    color: #2D5A1A;\r\n    margin: 0.8rem 0;\r\n    display: flex;\r\n    gap: 8px;\r\n    align-items: center;\r\n    animation: fadeUp 0.4s ease both;\r\n  }\r\n\r\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\r\n  @keyframes fadeUp {\r\n    from { opacity: 0; transform: translateY(10px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n  @keyframes fadeIn {\r\n    from { opacity: 0; }\r\n    to   { opacity: 1; }\r\n  }\r\n  @keyframes slideUp {\r\n    from { opacity: 0; transform: translateY(20px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n  @media (max-width: 480px) {\r\n    .options { grid-template-columns: 1fr; }\r\n    .rounds-grid { grid-template-columns: 1fr; }\r\n    .characters-grid { grid-template-columns: 1fr; }\r\n    .bar-title { font-size: 1.5rem; }\r\n    .results-score { font-size: 3.5rem; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"quiz-page\">\r\n  <div class=\"bar-header\">\r\n    <button class=\"sound-btn\" id=\"soundBtn\" onclick=\"toggleSound()\" title=\"Toggle ambient sound\">\ud83d\udd07<\/button>\r\n    <span class=\"bar-gnu\">\ud83e\uddac<\/span>\r\n    <div class=\"bar-title\">GnuTown Quiz Night<\/div>\r\n    <div class=\"bar-sub\">Hosted by Ochaye the Gnu &middot; GnuTown Bar, Edinburgh<\/div>\r\n  <\/div>\r\n  <div id=\"userArea\"><\/div>\r\n  <div id=\"root\"><\/div>\r\n<\/div>\r\n\r\n<!-- Auth Modal -->\r\n<div id=\"authModal\" class=\"modal-overlay\" style=\"display:none;\">\r\n  <div class=\"modal-box\">\r\n    <div class=\"modal-title\" id=\"authTitle\">Join the Herd<\/div>\r\n    <div class=\"modal-sub\" id=\"authSub\">Create a free account to save your scores and appear on the leaderboard.<\/div>\r\n    <div class=\"modal-field\" id=\"nameFieldWrap\">\r\n      <label>Display Name<\/label>\r\n      <input type=\"text\" id=\"authName\" placeholder=\"e.g. Cheddar Jr.\">\r\n    <\/div>\r\n    <div class=\"modal-field\">\r\n      <label>Email<\/label>\r\n      <input type=\"email\" id=\"authEmail\" placeholder=\"you@example.com\">\r\n    <\/div>\r\n    <div class=\"modal-field\">\r\n      <label>Password<\/label>\r\n      <input type=\"password\" id=\"authPassword\" placeholder=\"At least 6 characters\">\r\n    <\/div>\r\n    <div class=\"modal-err\" id=\"authErr\"><\/div>\r\n    <button class=\"btn-bark full\" id=\"authSubmit\" onclick=\"submitAuth()\">Create Account \u2192<\/button>\r\n    <div class=\"modal-toggle\" id=\"authToggle\">\r\n      Already a member? <a onclick=\"toggleAuthMode()\">Sign in<\/a>\r\n    <\/div>\r\n    <div class=\"modal-close\" onclick=\"closeAuth()\">Maybe later<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   CONFIGURATION \u2014 fill in your Supabase details\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nconst SUPABASE_URL = 'https:\/\/YOUR_PROJECT.supabase.co';\r\nconst SUPABASE_KEY = 'YOUR_ANON_KEY';\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   SUPABASE HELPERS\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nconst SB = {\r\n  headers: {\r\n    'Content-Type': 'application\/json',\r\n    'apikey': SUPABASE_KEY,\r\n    'Authorization': `Bearer ${SUPABASE_KEY}`\r\n  },\r\n\r\n  async signUp(email, password, display_name) {\r\n    const r = await fetch(`${SUPABASE_URL}\/auth\/v1\/signup`, {\r\n      method:'POST', headers:this.headers,\r\n      body: JSON.stringify({ email, password, data:{ display_name } })\r\n    });\r\n    return r.json();\r\n  },\r\n\r\n  async signIn(email, password) {\r\n    const r = await fetch(`${SUPABASE_URL}\/auth\/v1\/token?grant_type=password`, {\r\n      method:'POST', headers:this.headers,\r\n      body: JSON.stringify({ email, password })\r\n    });\r\n    return r.json();\r\n  },\r\n\r\n  async signOut(token) {\r\n    await fetch(`${SUPABASE_URL}\/auth\/v1\/logout`, {\r\n      method:'POST',\r\n      headers: { ...this.headers, 'Authorization': `Bearer ${token}` }\r\n    });\r\n  },\r\n\r\n  async saveScore(token, user_id, display_name, score, total, rounds_completed) {\r\n    const r = await fetch(`${SUPABASE_URL}\/rest\/v1\/quiz_scores`, {\r\n      method: 'POST',\r\n      headers: {\r\n        ...this.headers,\r\n        'Authorization': `Bearer ${token}`,\r\n        'Prefer': 'return=representation'\r\n      },\r\n      body: JSON.stringify({ user_id, display_name, score, total, rounds_completed, played_at: new Date().toISOString() })\r\n    });\r\n    return r.json();\r\n  },\r\n\r\n  async getLeaderboard() {\r\n    \/\/ Top 10 by score, most recent per user\r\n    const r = await fetch(\r\n      `${SUPABASE_URL}\/rest\/v1\/quiz_scores?select=display_name,score,total,played_at&order=score.desc&limit=10`,\r\n      { headers: this.headers }\r\n    );\r\n    return r.json();\r\n  }\r\n};\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   AUTH STATE\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nlet AUTH = { user: null, token: null, name: '' };\r\nlet authMode = 'signup'; \/\/ 'signup' | 'signin'\r\n\r\nfunction initAuth() {\r\n  try {\r\n    const saved = localStorage.getItem('gnutown_auth');\r\n    if (saved) AUTH = JSON.parse(saved);\r\n  } catch(e) {}\r\n  renderUserArea();\r\n}\r\n\r\nfunction saveAuthState() {\r\n  try { localStorage.setItem('gnutown_auth', JSON.stringify(AUTH)); } catch(e) {}\r\n}\r\n\r\nfunction renderUserArea() {\r\n  const el = document.getElementById('userArea');\r\n  if (!el) return;\r\n  if (AUTH.user) {\r\n    el.innerHTML = `<div class=\"user-pill\" onclick=\"signOut()\">\ud83e\uddac ${AUTH.name || 'Herd Member'} &nbsp;\u00b7&nbsp; Sign out<\/div>`;\r\n  } else {\r\n    el.innerHTML = '';\r\n  }\r\n}\r\n\r\nfunction openAuth() {\r\n  authMode = 'signup';\r\n  updateAuthModal();\r\n  document.getElementById('authModal').style.display = 'flex';\r\n}\r\n\r\nfunction closeAuth() {\r\n  document.getElementById('authModal').style.display = 'none';\r\n}\r\n\r\nfunction toggleAuthMode() {\r\n  authMode = authMode === 'signup' ? 'signin' : 'signup';\r\n  updateAuthModal();\r\n}\r\n\r\nfunction updateAuthModal() {\r\n  const isSignup = authMode === 'signup';\r\n  document.getElementById('authTitle').textContent = isSignup ? 'Join the Herd' : 'Welcome Back';\r\n  document.getElementById('authSub').textContent = isSignup\r\n    ? 'Create a free account to save your scores and appear on the leaderboard.'\r\n    : 'Sign in to your Herd account.';\r\n  document.getElementById('nameFieldWrap').style.display = isSignup ? 'block' : 'none';\r\n  document.getElementById('authSubmit').textContent = isSignup ? 'Create Account \u2192' : 'Sign In \u2192';\r\n  document.getElementById('authToggle').innerHTML = isSignup\r\n    ? 'Already a member? <a onclick=\"toggleAuthMode()\">Sign in<\/a>'\r\n    : 'New here? <a onclick=\"toggleAuthMode()\">Create account<\/a>';\r\n  document.getElementById('authErr').textContent = '';\r\n  document.getElementById('authErr').classList.remove('show');\r\n}\r\n\r\nasync function submitAuth() {\r\n  const email = document.getElementById('authEmail').value.trim();\r\n  const password = document.getElementById('authPassword').value;\r\n  const name = document.getElementById('authName').value.trim();\r\n  const errEl = document.getElementById('authErr');\r\n  const btn = document.getElementById('authSubmit');\r\n\r\n  if (!email || !password) { showAuthErr('Please fill in all fields.'); return; }\r\n  if (authMode === 'signup' && !name) { showAuthErr('Please enter a display name.'); return; }\r\n\r\n  btn.disabled = true;\r\n  btn.textContent = 'One moment\u2026';\r\n\r\n  try {\r\n    let data;\r\n    if (authMode === 'signup') {\r\n      data = await SB.signUp(email, password, name);\r\n    } else {\r\n      data = await SB.signIn(email, password);\r\n    }\r\n\r\n    if (data.error || data.error_description) {\r\n      showAuthErr(data.error_description || data.error);\r\n      btn.disabled = false;\r\n      btn.textContent = authMode === 'signup' ? 'Create Account \u2192' : 'Sign In \u2192';\r\n      return;\r\n    }\r\n\r\n    AUTH = {\r\n      user: data.user?.id || data.id,\r\n      token: data.access_token,\r\n      name: data.user?.user_metadata?.display_name || name || email.split('@')[0]\r\n    };\r\n    saveAuthState();\r\n    closeAuth();\r\n    renderUserArea();\r\n    \/\/ if on results screen, refresh to show leaderboard\r\n    if (S.screen === 'results') R();\r\n  } catch(e) {\r\n    showAuthErr('Connection error. Please try again.');\r\n    btn.disabled = false;\r\n    btn.textContent = authMode === 'signup' ? 'Create Account \u2192' : 'Sign In \u2192';\r\n  }\r\n}\r\n\r\nfunction showAuthErr(msg) {\r\n  const el = document.getElementById('authErr');\r\n  el.textContent = msg;\r\n  el.classList.add('show');\r\n}\r\n\r\nasync function signOut() {\r\n  if (AUTH.token) await SB.signOut(AUTH.token).catch(()=>{});\r\n  AUTH = { user: null, token: null, name: '' };\r\n  saveAuthState();\r\n  renderUserArea();\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   GARDEN CROSSOVER (localStorage)\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nconst CROSSOVER = {\r\n  \/\/ Read loyalty points from garden\r\n  getGardenPoints() {\r\n    try {\r\n      const raw = localStorage.getItem('gnutown_loyalty');\r\n      return parseInt(raw || '0', 10);\r\n    } catch(e) { return 0; }\r\n  },\r\n\r\n  \/\/ Write quiz completion data for garden to read\r\n  saveQuizResult(score, total, roundsCompleted) {\r\n    try {\r\n      const existing = JSON.parse(localStorage.getItem('gnutown_quiz_result') || '{}');\r\n      const newResult = {\r\n        score, total, roundsCompleted,\r\n        completedAt: new Date().toISOString(),\r\n        bestScore: Math.max(score, existing.bestScore || 0)\r\n      };\r\n      localStorage.setItem('gnutown_quiz_result', JSON.stringify(newResult));\r\n      \/\/ Award garden loyalty points for completing the quiz\r\n      const pts = parseInt(localStorage.getItem('gnutown_loyalty') || '0', 10);\r\n      const bonus = roundsCompleted >= 6 ? 50 : roundsCompleted * 8;\r\n      localStorage.setItem('gnutown_loyalty', String(pts + bonus));\r\n    } catch(e) {}\r\n  },\r\n\r\n  \/\/ Check if garden is active (player has played)\r\n  hasGarden() {\r\n    try { return !!localStorage.getItem('gnutown_garden_visited'); } catch(e) { return false; }\r\n  },\r\n\r\n  \/\/ Unlock hint token if player scored well\r\n  unlockHintToken() {\r\n    try {\r\n      const tokens = parseInt(localStorage.getItem('gnutown_quiz_hints') || '0', 10);\r\n      localStorage.setItem('gnutown_quiz_hints', String(tokens + 1));\r\n    } catch(e) {}\r\n  }\r\n};\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   AMBIENT SOUND (Web Audio API)\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nlet audioCtx = null;\r\nlet soundOn = false;\r\nlet soundNodes = [];\r\n\r\nfunction initAudio() {\r\n  if (audioCtx) return;\r\n  audioCtx = new (window.AudioContext || window.webkitAudioContext)();\r\n}\r\n\r\nfunction createPubAmbience() {\r\n  if (!audioCtx) return;\r\n  stopSound();\r\n\r\n  \/\/ Low pub hum (HVAC \/ crowd base)\r\n  const humGain = audioCtx.createGain();\r\n  humGain.gain.setValueAtTime(0.04, audioCtx.currentTime);\r\n  humGain.connect(audioCtx.destination);\r\n\r\n  const humOsc = audioCtx.createOscillator();\r\n  humOsc.type = 'sine';\r\n  humOsc.frequency.setValueAtTime(58, audioCtx.currentTime);\r\n  humOsc.connect(humGain);\r\n  humOsc.start();\r\n  soundNodes.push(humOsc, humGain);\r\n\r\n  \/\/ Crowd murmur (filtered noise)\r\n  const bufferSize = audioCtx.sampleRate * 4;\r\n  const noiseBuffer = audioCtx.createBuffer(1, bufferSize, audioCtx.sampleRate);\r\n  const data = noiseBuffer.getChannelData(0);\r\n  for (let i = 0; i < bufferSize; i++) data[i] = Math.random() * 2 - 1;\r\n\r\n  const noiseSource = audioCtx.createBufferSource();\r\n  noiseSource.buffer = noiseBuffer;\r\n  noiseSource.loop = true;\r\n\r\n  const filter = audioCtx.createBiquadFilter();\r\n  filter.type = 'bandpass';\r\n  filter.frequency.setValueAtTime(280, audioCtx.currentTime);\r\n  filter.Q.setValueAtTime(0.4, audioCtx.currentTime);\r\n\r\n  const noiseGain = audioCtx.createGain();\r\n  noiseGain.gain.setValueAtTime(0.07, audioCtx.currentTime);\r\n\r\n  noiseSource.connect(filter);\r\n  filter.connect(noiseGain);\r\n  noiseGain.connect(audioCtx.destination);\r\n  noiseSource.start();\r\n  soundNodes.push(noiseSource, filter, noiseGain);\r\n\r\n  \/\/ Occasional glass clink \u2014 scheduled randomly\r\n  scheduleGlassClinks();\r\n}\r\n\r\nfunction scheduleGlassClinks() {\r\n  if (!soundOn || !audioCtx) return;\r\n  const delay = 4 + Math.random() * 9; \/\/ every 4\u201313 seconds\r\n  const t = audioCtx.currentTime + delay;\r\n\r\n  const osc = audioCtx.createOscillator();\r\n  osc.type = 'sine';\r\n  osc.frequency.setValueAtTime(1100 + Math.random() * 400, t);\r\n\r\n  const env = audioCtx.createGain();\r\n  env.gain.setValueAtTime(0, t);\r\n  env.gain.linearRampToValueAtTime(0.12, t + 0.01);\r\n  env.gain.exponentialRampToValueAtTime(0.001, t + 0.6);\r\n\r\n  osc.connect(env);\r\n  env.connect(audioCtx.destination);\r\n  osc.start(t);\r\n  osc.stop(t + 0.65);\r\n\r\n  const tid = setTimeout(scheduleGlassClinks, delay * 1000);\r\n  soundNodes.push({ stop: () => clearTimeout(tid) });\r\n}\r\n\r\nfunction stopSound() {\r\n  soundNodes.forEach(n => {\r\n    try {\r\n      if (n.stop) n.stop();\r\n      if (n.disconnect) n.disconnect();\r\n    } catch(e) {}\r\n  });\r\n  soundNodes = [];\r\n}\r\n\r\nfunction toggleSound() {\r\n  initAudio();\r\n  if (audioCtx.state === 'suspended') audioCtx.resume();\r\n  soundOn = !soundOn;\r\n  const btn = document.getElementById('soundBtn');\r\n  if (soundOn) {\r\n    createPubAmbience();\r\n    btn.textContent = '\ud83d\udd0a';\r\n    btn.classList.add('on');\r\n  } else {\r\n    stopSound();\r\n    btn.textContent = '\ud83d\udd07';\r\n    btn.classList.remove('on');\r\n  }\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   QUIZ DATA\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nconst ROUNDS = [\r\n  {\r\n    id:1, name:\"The Gnugo Round\", cat:\"History & Geography\", free:true,\r\n    intro:\"Gnugo has prepared this round himself. He has a plan. The questions are numbered. The answers are precise. He expects precision in return.\",\r\n    ochaye:\"Right then. Round One. Gnugo's round. He's been preparing this since Tuesday. Best of luck to you.\",\r\n    qs:[\r\n      {q:\"What is the capital city of Scotland?\", opts:[\"Glasgow\",\"Edinburgh\",\"Aberdeen\",\"Dundee\"], a:1},\r\n      {q:\"In which year did the Berlin Wall fall?\", opts:[\"1987\",\"1989\",\"1991\",\"1993\"], a:1},\r\n      {q:\"What is the longest river in the world?\", opts:[\"Amazon\",\"Congo\",\"Nile\",\"Yangtze\"], a:2},\r\n      {q:\"Which country has the most natural lakes?\", opts:[\"Russia\",\"USA\",\"Canada\",\"Finland\"], a:2},\r\n      {q:\"What mountain range forms the border of Europe and Asia?\", opts:[\"Alps\",\"Caucasus\",\"Urals\",\"Carpathians\"], a:2},\r\n      {q:\"What is the capital of Australia?\", opts:[\"Sydney\",\"Melbourne\",\"Brisbane\",\"Canberra\"], a:3},\r\n      {q:\"In which year did World War I begin?\", opts:[\"1912\",\"1914\",\"1916\",\"1918\"], a:1},\r\n      {q:\"What is the smallest country in the world?\", opts:[\"Monaco\",\"San Marino\",\"Vatican City\",\"Liechtenstein\"], a:2},\r\n      {q:\"Which river flows through Egypt?\", opts:[\"Congo\",\"Niger\",\"Nile\",\"Zambezi\"], a:2},\r\n      {q:\"What is the capital of Japan?\", opts:[\"Osaka\",\"Kyoto\",\"Hiroshima\",\"Tokyo\"], a:3},\r\n      {q:\"Which continent is the Sahara Desert located on?\", opts:[\"Asia\",\"Australia\",\"South America\",\"Africa\"], a:3},\r\n      {q:\"How many countries are in the United Kingdom?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:2},\r\n      {q:\"What is the tallest mountain in the world?\", opts:[\"K2\",\"Kangchenjunga\",\"Everest\",\"Lhotse\"], a:2},\r\n      {q:\"In which year did the Titanic sink?\", opts:[\"1908\",\"1910\",\"1912\",\"1914\"], a:2},\r\n      {q:\"What is the capital of Canada?\", opts:[\"Toronto\",\"Vancouver\",\"Montreal\",\"Ottawa\"], a:3},\r\n      {q:\"Which ocean lies between Europe and North America?\", opts:[\"Pacific\",\"Indian\",\"Arctic\",\"Atlantic\"], a:3},\r\n      {q:\"What is the currency of Japan?\", opts:[\"Yuan\",\"Won\",\"Ringgit\",\"Yen\"], a:3},\r\n      {q:\"Which country gifted the Statue of Liberty to the USA?\", opts:[\"Italy\",\"Spain\",\"France\",\"Germany\"], a:2},\r\n      {q:\"What is the largest country in the world by area?\", opts:[\"Canada\",\"China\",\"USA\",\"Russia\"], a:3},\r\n      {q:\"In which city is the Colosseum located?\", opts:[\"Athens\",\"Cairo\",\"Rome\",\"Istanbul\"], a:2},\r\n      {q:\"What year did Neil Armstrong walk on the moon?\", opts:[\"1965\",\"1967\",\"1969\",\"1971\"], a:2},\r\n      {q:\"Which country is home to the Amazon rainforest?\", opts:[\"Colombia\",\"Peru\",\"Venezuela\",\"Brazil\"], a:3},\r\n      {q:\"What is the capital of South Africa?\", opts:[\"Johannesburg\",\"Cape Town\",\"Durban\",\"Pretoria\"], a:3},\r\n      {q:\"Which war ended in 1945?\", opts:[\"World War I\",\"Korean War\",\"World War II\",\"Vietnam War\"], a:2},\r\n      {q:\"What is the longest wall in the world?\", opts:[\"Hadrian's Wall\",\"Great Wall of China\",\"Berlin Wall\",\"Aurelian Wall\"], a:1},\r\n      {q:\"Which Scottish loch is said to contain a monster?\", opts:[\"Loch Lomond\",\"Loch Tay\",\"Loch Ness\",\"Loch Awe\"], a:2},\r\n      {q:\"What is the capital of Brazil?\", opts:[\"S\u00e3o Paulo\",\"Rio de Janeiro\",\"Salvador\",\"Bras\u00edlia\"], a:3},\r\n      {q:\"In which country is Machu Picchu located?\", opts:[\"Chile\",\"Bolivia\",\"Ecuador\",\"Peru\"], a:3},\r\n      {q:\"What was the first country to give women the right to vote?\", opts:[\"Sweden\",\"Australia\",\"New Zealand\",\"Finland\"], a:2},\r\n      {q:\"Which European country has the most UNESCO World Heritage Sites?\", opts:[\"France\",\"Germany\",\"Spain\",\"Italy\"], a:3},\r\n      {q:\"What is the capital of Norway?\", opts:[\"Bergen\",\"Stavanger\",\"Trondheim\",\"Oslo\"], a:3},\r\n      {q:\"Which ancient wonder was located in Alexandria?\", opts:[\"Colossus of Rhodes\",\"Temple of Artemis\",\"Lighthouse of Alexandria\",\"Hanging Gardens\"], a:2},\r\n      {q:\"What is the name of the parliament of Scotland?\", opts:[\"Holyrood\",\"Westminster\",\"Stormont\",\"Senedd\"], a:0},\r\n      {q:\"In which century did the Renaissance begin?\", opts:[\"12th\",\"13th\",\"14th\",\"15th\"], a:2},\r\n      {q:\"What is the largest desert in the world?\", opts:[\"Sahara\",\"Gobi\",\"Arabian\",\"Antarctic\"], a:3},\r\n      {q:\"Which country has the longest coastline in the world?\", opts:[\"Australia\",\"Russia\",\"Norway\",\"Canada\"], a:3},\r\n      {q:\"What is the capital of Turkey?\", opts:[\"Istanbul\",\"Izmir\",\"Bursa\",\"Ankara\"], a:3},\r\n      {q:\"In which year was the United Nations founded?\", opts:[\"1944\",\"1945\",\"1946\",\"1947\"], a:1},\r\n      {q:\"What is the smallest continent by area?\", opts:[\"Europe\",\"Antarctica\",\"Australia\",\"South America\"], a:2},\r\n      {q:\"Which country invented gunpowder?\", opts:[\"India\",\"Japan\",\"China\",\"Persia\"], a:2},\r\n      {q:\"What is the capital of New Zealand?\", opts:[\"Auckland\",\"Christchurch\",\"Dunedin\",\"Wellington\"], a:3},\r\n      {q:\"How many time zones does Russia span?\", opts:[\"9\",\"10\",\"11\",\"12\"], a:2},\r\n      {q:\"Which ancient civilisation built the pyramids at Giza?\", opts:[\"Mesopotamian\",\"Persian\",\"Roman\",\"Egyptian\"], a:3},\r\n      {q:\"What is the most spoken language in the world by native speakers?\", opts:[\"English\",\"Spanish\",\"Hindi\",\"Mandarin\"], a:3},\r\n      {q:\"In which country is the city of Timbuktu?\", opts:[\"Niger\",\"Senegal\",\"Mali\",\"Chad\"], a:2},\r\n      {q:\"What sea lies between Italy and the Balkans?\", opts:[\"Tyrrhenian\",\"Ligurian\",\"Adriatic\",\"Ionian\"], a:2},\r\n      {q:\"Which US state was the 50th to join the union?\", opts:[\"Alaska\",\"Hawaii\",\"New Mexico\",\"Arizona\"], a:1},\r\n      {q:\"What is the name of the deepest lake in the world?\", opts:[\"Lake Superior\",\"Lake Titicaca\",\"Lake Tanganyika\",\"Lake Baikal\"], a:3},\r\n      {q:\"In which year did India gain independence from Britain?\", opts:[\"1945\",\"1946\",\"1947\",\"1948\"], a:2},\r\n      {q:\"What is the capital of Argentina?\", opts:[\"C\u00f3rdoba\",\"Rosario\",\"Mendoza\",\"Buenos Aires\"], a:3},\r\n    ,\r\n      {q:\"What is the capital of Portugal?\", opts:[\"Porto\",\"Braga\",\"Coimbra\",\"Lisbon\"], a:3},\r\n    {q:\"In which year did the French Revolution begin?\", opts:[\"1785\",\"1787\",\"1789\",\"1791\"], a:2},\r\n    {q:\"What is the largest continent by area?\", opts:[\"Africa\",\"North America\",\"Asia\",\"Europe\"], a:2},\r\n    {q:\"Which country is home to the ancient city of Petra?\", opts:[\"Egypt\",\"Syria\",\"Jordan\",\"Israel\"], a:2},\r\n    {q:\"What is the capital of South Korea?\", opts:[\"Busan\",\"Incheon\",\"Daegu\",\"Seoul\"], a:3},\r\n    {q:\"In which ocean is Madagascar located?\", opts:[\"Atlantic\",\"Pacific\",\"Indian\",\"Southern\"], a:2},\r\n    {q:\"What was the name of the first artificial satellite launched into space?\", opts:[\"Explorer 1\",\"Vostok\",\"Sputnik\",\"Luna 1\"], a:2},\r\n    {q:\"Which country was formerly known as Persia?\", opts:[\"Iraq\",\"Afghanistan\",\"Turkey\",\"Iran\"], a:3},\r\n    {q:\"What is the smallest country in South America?\", opts:[\"Uruguay\",\"Paraguay\",\"Ecuador\",\"Suriname\"], a:3},\r\n    {q:\"Which wall divided East and West Berlin?\", opts:[\"The Iron Wall\",\"The Barrier\",\"The Berlin Wall\",\"The Cold Wall\"], a:2},\r\n    {q:\"What is the name of the sea between Greece and Turkey?\", opts:[\"Ionian Sea\",\"Adriatic Sea\",\"Aegean Sea\",\"Black Sea\"], a:2},\r\n    {q:\"In which century was the Magna Carta signed?\", opts:[\"11th\",\"12th\",\"13th\",\"14th\"], a:2},\r\n    {q:\"What is the capital of Saudi Arabia?\", opts:[\"Jeddah\",\"Mecca\",\"Medina\",\"Riyadh\"], a:3},\r\n    {q:\"Which African country has the largest population?\", opts:[\"Ethiopia\",\"Egypt\",\"South Africa\",\"Nigeria\"], a:3},\r\n    {q:\"What was the name of the ancient Roman road that ran from Rome to Brindisi?\", opts:[\"Via Flaminia\",\"Via Appia\",\"Via Aurelia\",\"Via Latina\"], a:1},\r\n    {q:\"Which country has the most pyramids in the world?\", opts:[\"Egypt\",\"Mexico\",\"Peru\",\"Sudan\"], a:3},\r\n    {q:\"What is the capital of Ukraine?\", opts:[\"Lviv\",\"Odesa\",\"Kharkiv\",\"Kyiv\"], a:3},\r\n    {q:\"In which year did the Soviet Union collapse?\", opts:[\"1989\",\"1990\",\"1991\",\"1992\"], a:2},\r\n    {q:\"Which explorer is credited with circumnavigating the globe first?\", opts:[\"Christopher Columbus\",\"Vasco da Gama\",\"Ferdinand Magellan\",\"Francis Drake\"], a:2},\r\n    {q:\"What is the name of the strait between Spain and Morocco?\", opts:[\"Strait of Messina\",\"Strait of Dover\",\"Strait of Hormuz\",\"Strait of Gibraltar\"], a:3},\r\n    {q:\"What is the capital of Pakistan?\", opts:[\"Lahore\",\"Karachi\",\"Peshawar\",\"Islamabad\"], a:3},\r\n    {q:\"Which ancient empire built Machu Picchu?\", opts:[\"Aztec\",\"Maya\",\"Inca\",\"Olmec\"], a:2},\r\n    {q:\"What is the deepest ocean in the world?\", opts:[\"Atlantic\",\"Indian\",\"Arctic\",\"Pacific\"], a:3},\r\n    {q:\"Which Scottish battle in 1314 saw Robert the Bruce defeat the English?\", opts:[\"Battle of Flodden\",\"Battle of Stirling Bridge\",\"Battle of Bannockburn\",\"Battle of Culloden\"], a:2},\r\n    {q:\"In which country is the Angkor Wat temple complex?\", opts:[\"Thailand\",\"Vietnam\",\"Laos\",\"Cambodia\"], a:3},\r\n    {q:\"What is the capital of Morocco?\", opts:[\"Casablanca\",\"Marrakech\",\"Fez\",\"Rabat\"], a:3},\r\n    {q:\"Which empire was ruled by Genghis Khan?\", opts:[\"Ottoman\",\"Mongol\",\"Persian\",\"Roman\"], a:1},\r\n    {q:\"What river flows through London?\", opts:[\"Avon\",\"Severn\",\"Thames\",\"Tyne\"], a:2},\r\n    {q:\"In which year did the first moon landing take place?\", opts:[\"1967\",\"1968\",\"1969\",\"1970\"], a:2},\r\n    {q:\"What is the name of the peninsula that includes Spain and Portugal?\", opts:[\"Balkan Peninsula\",\"Scandinavian Peninsula\",\"Apennine Peninsula\",\"Iberian Peninsula\"], a:3},\r\n    {q:\"Which US president issued the Emancipation Proclamation?\", opts:[\"George Washington\",\"Thomas Jefferson\",\"Abraham Lincoln\",\"Ulysses Grant\"], a:2},\r\n    {q:\"What is the capital of Indonesia?\", opts:[\"Surabaya\",\"Bandung\",\"Bali\",\"Jakarta\"], a:3},\r\n    {q:\"Which Scottish castle sits on Castle Rock in Edinburgh?\", opts:[\"Stirling Castle\",\"Urquhart Castle\",\"Edinburgh Castle\",\"Blackness Castle\"], a:2},\r\n    {q:\"In which country is the Atacama Desert?\", opts:[\"Argentina\",\"Bolivia\",\"Peru\",\"Chile\"], a:3},\r\n    {q:\"What is the second largest country in the world by area?\", opts:[\"USA\",\"China\",\"Australia\",\"Canada\"], a:3},\r\n    {q:\"Which river forms much of the border between the USA and Mexico?\", opts:[\"Colorado River\",\"Missouri River\",\"Rio Grande\",\"Arkansas River\"], a:2},\r\n    {q:\"What was the name of the first dynasty of China?\", opts:[\"Shang\",\"Zhou\",\"Han\",\"Qin\"], a:3},\r\n    {q:\"What is the capital of Sweden?\", opts:[\"Gothenburg\",\"Malm\u00f6\",\"Uppsala\",\"Stockholm\"], a:3},\r\n    {q:\"In which country is the Serengeti National Park?\", opts:[\"Kenya\",\"Tanzania\",\"Uganda\",\"Rwanda\"], a:1},\r\n    {q:\"Which mountain range runs along the western edge of South America?\", opts:[\"Rockies\",\"Sierra Nevada\",\"Andes\",\"Appalachians\"], a:2},\r\n    {q:\"What is the name of the famous clock tower in London?\", opts:[\"Westminster Tower\",\"Elizabeth Tower\",\"Victoria Tower\",\"Parliament Tower\"], a:1},\r\n    {q:\"In which year did South Africa hold its first fully democratic elections?\", opts:[\"1990\",\"1992\",\"1994\",\"1996\"], a:2},\r\n    {q:\"What is the capital of Poland?\", opts:[\"Krak\u00f3w\",\"Gda\u0144sk\",\"Wroc\u0142aw\",\"Warsaw\"], a:3},\r\n    {q:\"Which Scottish Highland games event involves throwing a large wooden pole?\", opts:[\"Hammer throw\",\"Caber toss\",\"Stone put\",\"Weight over bar\"], a:1},\r\n    {q:\"What is the currency of India?\", opts:[\"Rupee\",\"Taka\",\"Lakh\",\"Dinar\"], a:0},\r\n    {q:\"Which civilisation built the city of Carthage?\", opts:[\"Greek\",\"Roman\",\"Phoenician\",\"Egyptian\"], a:2},\r\n    {q:\"What is the capital of Finland?\", opts:[\"Tampere\",\"Turku\",\"Espoo\",\"Helsinki\"], a:3},\r\n    {q:\"In which country is Mount Kilimanjaro?\", opts:[\"Kenya\",\"Uganda\",\"Ethiopia\",\"Tanzania\"], a:3},\r\n    {q:\"What is the name of the body of water between Australia and New Zealand?\", opts:[\"Coral Sea\",\"Tasman Sea\",\"Timor Sea\",\"Arafura Sea\"], a:1},\r\n    {q:\"Which European city is known as the 'City of Canals'?\", opts:[\"Amsterdam\",\"Bruges\",\"Venice\",\"Copenhagen\"], a:2},\r\n    ,\r\n      {q:\"What is the capital of Hungary?\", opts:[\"Bratislava\",\"Vienna\",\"Zagreb\",\"Budapest\"], a:3},\r\n    {q:\"Which country is the origin of the Eiffel Tower?\", opts:[\"Belgium\",\"Switzerland\",\"France\",\"Italy\"], a:2},\r\n    {q:\"What is the name of the ancient trade route connecting China to the Mediterranean?\", opts:[\"The Spice Route\",\"The Amber Road\",\"The Silk Road\",\"The Royal Road\"], a:2},\r\n    {q:\"Which US state is known as the Sunshine State?\", opts:[\"California\",\"Arizona\",\"Texas\",\"Florida\"], a:3},\r\n    {q:\"In which century was the printing press invented by Gutenberg?\", opts:[\"13th\",\"14th\",\"15th\",\"16th\"], a:2},\r\n    {q:\"What is the capital of Greece?\", opts:[\"Thessaloniki\",\"Crete\",\"Corfu\",\"Athens\"], a:3},\r\n    {q:\"Which country borders both the Atlantic and Mediterranean?\", opts:[\"Portugal\",\"France\",\"Algeria\",\"Morocco\"], a:3},\r\n    {q:\"What was the name of the first permanent English settlement in America?\", opts:[\"Plymouth\",\"Roanoke\",\"Jamestown\",\"Salem\"], a:2},\r\n    {q:\"Which mountain is the highest in Africa?\", opts:[\"Mount Kenya\",\"Kilimanjaro\",\"Ras Dashen\",\"Mount Meru\"], a:1},\r\n    {q:\"What is the name of the sea north of Scotland?\", opts:[\"Irish Sea\",\"North Sea\",\"Celtic Sea\",\"Norwegian Sea\"], a:1},\r\n    {q:\"Which country was the first to abolish slavery?\", opts:[\"France\",\"Haiti\",\"Britain\",\"USA\"], a:1},\r\n    {q:\"What is the capital of Cuba?\", opts:[\"Santiago\",\"Trinidad\",\"Havana\",\"Cienfuegos\"], a:2},\r\n    {q:\"Which river flows through Paris?\", opts:[\"Loire\",\"Rh\u00f4ne\",\"Garonne\",\"Seine\"], a:3},\r\n    {q:\"What is the name of the strait between mainland Australia and Tasmania?\", opts:[\"Cook Strait\",\"Torres Strait\",\"Lombok Strait\",\"Bass Strait\"], a:3},\r\n    {q:\"In which country is the Parthenon located?\", opts:[\"Italy\",\"Turkey\",\"Egypt\",\"Greece\"], a:3},\r\n    {q:\"What was the name of the Viking explorer who reached North America?\", opts:[\"Erik the Red\",\"Bjorn Ironside\",\"Leif Erikson\",\"Ragnar Lothbrok\"], a:2},\r\n    {q:\"Which African country was formerly known as Rhodesia?\", opts:[\"Zambia\",\"Mozambique\",\"Zimbabwe\",\"Malawi\"], a:2},\r\n    {q:\"What is the capital of the Czech Republic?\", opts:[\"Bratislava\",\"Brno\",\"Ostrava\",\"Prague\"], a:3},\r\n    {q:\"Which battle in 1066 saw William the Conqueror defeat King Harold?\", opts:[\"Battle of Agincourt\",\"Battle of Bosworth\",\"Battle of Marston Moor\",\"Battle of Hastings\"], a:3},\r\n    {q:\"What is the world's oldest university, founded in 859 AD?\", opts:[\"Bologna\",\"Oxford\",\"Al-Qarawiyyin\",\"Nalanda\"], a:2},\r\n    {q:\"Which country has the longest land border in the world?\", opts:[\"Russia\",\"China\",\"USA\",\"Canada\"], a:3},\r\n    {q:\"What is the name of the famous sphinx in Egypt?\", opts:[\"The Cairo Sphinx\",\"The Alexandria Sphinx\",\"The Great Sphinx of Giza\",\"The Luxor Sphinx\"], a:2},\r\n    {q:\"Which Scottish island is home to the famous Fingal's Cave?\", opts:[\"Skye\",\"Staffa\",\"Mull\",\"Islay\"], a:1},\r\n    {q:\"What is the capital of Ethiopia?\", opts:[\"Nairobi\",\"Khartoum\",\"Kampala\",\"Addis Ababa\"], a:3},\r\n    {q:\"In which year did Christopher Columbus first reach the Americas?\", opts:[\"1488\",\"1490\",\"1492\",\"1494\"], a:2},\r\n    {q:\"What is the longest river in Europe?\", opts:[\"Rhine\",\"Danube\",\"Don\",\"Volga\"], a:3},\r\n    {q:\"Which country is home to the ancient city of Pompeii?\", opts:[\"Greece\",\"Spain\",\"Turkey\",\"Italy\"], a:3},\r\n    {q:\"What was the name of the ship on which Charles Darwin made his famous voyage?\", opts:[\"HMS Victory\",\"HMS Endeavour\",\"HMS Beagle\",\"HMS Discovery\"], a:2},\r\n    {q:\"Which country is known as the Land of the Rising Sun?\", opts:[\"China\",\"South Korea\",\"Vietnam\",\"Japan\"], a:3},\r\n    {q:\"What is the name of the large plateau in southern Africa?\", opts:[\"Highveld\",\"Karoo\",\"Drakensberg\",\"Kalahari\"], a:0},\r\n    {q:\"Which ancient wonder of the world was located in Babylon?\", opts:[\"Colossus of Rhodes\",\"Hanging Gardens\",\"Statue of Zeus\",\"Temple of Artemis\"], a:1},\r\n    {q:\"What is the capital of the Philippines?\", opts:[\"Cebu\",\"Davao\",\"Quezon City\",\"Manila\"], a:3},\r\n    {q:\"In which country is the Forbidden City located?\", opts:[\"Japan\",\"South Korea\",\"Vietnam\",\"China\"], a:3},\r\n    {q:\"What is the name of the famous stone circle in Wiltshire, England?\", opts:[\"Avebury\",\"Callanish\",\"Ring of Brodgar\",\"Stonehenge\"], a:3},\r\n    {q:\"Which country declared independence from Britain in 1776?\", opts:[\"Canada\",\"Australia\",\"New Zealand\",\"USA\"], a:3},\r\n    {q:\"What is the name of the body of water between Ireland and Britain?\", opts:[\"North Sea\",\"Celtic Sea\",\"English Channel\",\"Irish Sea\"], a:3},\r\n    {q:\"Which empire was ruled by Suleiman the Magnificent?\", opts:[\"Persian\",\"Byzantine\",\"Mughal\",\"Ottoman\"], a:3},\r\n    {q:\"What is the capital of Romania?\", opts:[\"Cluj-Napoca\",\"Timi\u0219oara\",\"Ia\u0219i\",\"Bucharest\"], a:3},\r\n    {q:\"Which Scottish loch is the largest by surface area?\", opts:[\"Loch Ness\",\"Loch Tay\",\"Loch Lomond\",\"Loch Awe\"], a:2},\r\n    {q:\"What is the name of the volcanic island that erupted catastrophically in 1883?\", opts:[\"Stromboli\",\"Pinatubo\",\"Krakatoa\",\"Mount St Helens\"], a:2},\r\n    {q:\"Which country contains the most of the Amazon rainforest?\", opts:[\"Colombia\",\"Peru\",\"Venezuela\",\"Brazil\"], a:3},\r\n    {q:\"What is the capital of Thailand?\", opts:[\"Chiang Mai\",\"Phuket\",\"Pattaya\",\"Bangkok\"], a:3},\r\n    {q:\"In which country is the ancient city of Carthage located today?\", opts:[\"Libya\",\"Algeria\",\"Morocco\",\"Tunisia\"], a:3},\r\n    {q:\"What is the name of the waterway connecting the Atlantic and Pacific Oceans through Central America?\", opts:[\"Suez Canal\",\"Strait of Magellan\",\"Drake Passage\",\"Panama Canal\"], a:3},\r\n    {q:\"Which Scottish king was killed at the Battle of Flodden in 1513?\", opts:[\"James IV\",\"James V\",\"Robert III\",\"David II\"], a:0},\r\n    {q:\"What is the capital of Vietnam?\", opts:[\"Ho Chi Minh City\",\"Da Nang\",\"Hue\",\"Hanoi\"], a:3},\r\n    {q:\"Which country is home to the ancient ruins of Angkor Wat?\", opts:[\"Thailand\",\"Laos\",\"Vietnam\",\"Cambodia\"], a:3},\r\n    {q:\"What is the name of the famous library that burned in ancient Alexandria?\", opts:[\"The Library of Babylon\",\"The Library of Pergamum\",\"The Great Library of Alexandria\",\"The Library of Athens\"], a:2},\r\n    {q:\"In which year did the First World War end?\", opts:[\"1916\",\"1917\",\"1918\",\"1919\"], a:2},\r\n    {q:\"What is the name of the largest lake in Africa?\", opts:[\"Lake Tanganyika\",\"Lake Malawi\",\"Lake Chad\",\"Lake Victoria\"], a:3},\r\n    ,\r\n      {q:\"What is the capital of Austria?\", opts:[\"Salzburg\",\"Graz\",\"Innsbruck\",\"Vienna\"], a:3},\r\n    {q:\"Which country is home to the Great Barrier Reef?\", opts:[\"New Zealand\",\"Papua New Guinea\",\"Indonesia\",\"Australia\"], a:3},\r\n    {q:\"What was the name of the first emperor of Rome?\", opts:[\"Julius Caesar\",\"Nero\",\"Caligula\",\"Augustus\"], a:3},\r\n    {q:\"In which country is the ancient city of Babylon located today?\", opts:[\"Iran\",\"Syria\",\"Turkey\",\"Iraq\"], a:3},\r\n    {q:\"What is the name of the mountain range in northern Scotland?\", opts:[\"Southern Uplands\",\"Grampians\",\"Cairngorms\",\"Highlands\"], a:2},\r\n    {q:\"Which country was formerly divided into North and South at the 38th parallel?\", opts:[\"Vietnam\",\"Germany\",\"India\",\"Korea\"], a:3},\r\n    {q:\"What is the capital of Colombia?\", opts:[\"Medell\u00edn\",\"Cartagena\",\"Cali\",\"Bogot\u00e1\"], a:3},\r\n    {q:\"Which sea lies between Saudi Arabia and Africa?\", opts:[\"Arabian Sea\",\"Persian Gulf\",\"Gulf of Aden\",\"Red Sea\"], a:3},\r\n    {q:\"In which year did the Roman Empire fall in the West?\", opts:[\"410\",\"455\",\"476\",\"490\"], a:2},\r\n    {q:\"What is the name of the pass through the Alps used by Hannibal?\", opts:[\"St Bernard Pass\",\"Mont Cenis\",\"Col de la Traversette\",\"Brenner Pass\"], a:2},\r\n    {q:\"Which country has the highest number of UNESCO World Heritage Sites?\", opts:[\"France\",\"Spain\",\"Germany\",\"Italy\"], a:3},\r\n    {q:\"What is the name of the Scottish independence referendum year?\", opts:[\"2012\",\"2013\",\"2014\",\"2015\"], a:2},\r\n    {q:\"Which river forms the border between the USA and Canada at Niagara Falls?\", opts:[\"St Lawrence\",\"Niagara\",\"Detroit\",\"Ottawa\"], a:1},\r\n    {q:\"What is the capital of Nigeria?\", opts:[\"Lagos\",\"Kano\",\"Port Harcourt\",\"Abuja\"], a:3},\r\n    {q:\"Which ancient civilisation developed the first known writing system?\", opts:[\"Egyptian\",\"Phoenician\",\"Chinese\",\"Sumerian\"], a:3},\r\n    {q:\"What is the name of the southernmost tip of South America?\", opts:[\"Cape of Good Hope\",\"Cape Horn\",\"Cape Finisterre\",\"Cape Agulhas\"], a:1},\r\n    {q:\"In which country is the Uffizi Gallery located?\", opts:[\"France\",\"Spain\",\"Greece\",\"Italy\"], a:3},\r\n    {q:\"What is the name of the large island off the south-west coast of Scotland?\", opts:[\"Jura\",\"Islay\",\"Arran\",\"Bute\"], a:2},\r\n    {q:\"Which country built the Trans-Siberian Railway?\", opts:[\"China\",\"Soviet Union\",\"Russia\",\"Mongolia\"], a:2},\r\n    {q:\"What is the capital of Kenya?\", opts:[\"Mombasa\",\"Kisumu\",\"Nakuru\",\"Nairobi\"], a:3},\r\n    {q:\"In which year was the Titanic launched?\", opts:[\"1909\",\"1910\",\"1911\",\"1912\"], a:2},\r\n    {q:\"Which ocean is the smallest?\", opts:[\"Southern\",\"Indian\",\"Pacific\",\"Arctic\"], a:3},\r\n    {q:\"What is the name of the famous library at Alexandria that was destroyed?\", opts:[\"The Royal Library\",\"The Great Library\",\"The Imperial Library\",\"The Library of Ptolemy\"], a:1},\r\n    {q:\"Which Scottish city was known as Dunedin before emigrating Scots named a New Zealand city after it?\", opts:[\"Dundee\",\"Aberdeen\",\"Perth\",\"Edinburgh\"], a:3},\r\n    {q:\"What is the name of the peninsula on which the Iberian countries sit?\", opts:[\"Scandinavian\",\"Balkan\",\"Anatolian\",\"Iberian\"], a:3},\r\n    {q:\"In which country is the Hermitage museum?\", opts:[\"France\",\"Germany\",\"Sweden\",\"Russia\"], a:3},\r\n    {q:\"What is the currency of South Korea?\", opts:[\"Yen\",\"Baht\",\"Won\",\"Ringgit\"], a:2},\r\n    {q:\"Which river runs through Rome?\", opts:[\"Arno\",\"Po\",\"Adige\",\"Tiber\"], a:3},\r\n    {q:\"What was the name of the last Tsar of Russia?\", opts:[\"Alexander III\",\"Nicholas I\",\"Nicholas II\",\"Alexander II\"], a:2},\r\n    {q:\"In which country is Transylvania located?\", opts:[\"Hungary\",\"Bulgaria\",\"Slovakia\",\"Romania\"], a:3},\r\n    {q:\"What is the name of the famous battlefield near Brussels where Napoleon was defeated?\", opts:[\"Austerlitz\",\"Borodino\",\"Waterloo\",\"Jena\"], a:2},\r\n    {q:\"Which country is home to the ancient Nabataean city of Petra?\", opts:[\"Israel\",\"Lebanon\",\"Jordan\",\"Syria\"], a:2},\r\n    {q:\"What is the name of the narrow strip of water between Denmark and Sweden?\", opts:[\"Kattegat\",\"Skagerrak\",\"The Sound\",\"Little Belt\"], a:2},\r\n    {q:\"Which civilisation built Tenochtitlan?\", opts:[\"Inca\",\"Maya\",\"Olmec\",\"Aztec\"], a:3},\r\n    {q:\"What is the longest river in Asia?\", opts:[\"Mekong\",\"Ganges\",\"Huang He\",\"Yangtze\"], a:3},\r\n    {q:\"What is the name of the treaty that ended the First World War?\", opts:[\"Treaty of Paris\",\"Treaty of Brest-Litovsk\",\"Treaty of London\",\"Treaty of Versailles\"], a:3},\r\n    {q:\"Which Scottish clan is associated with the motto 'Touch not the cat'?\", opts:[\"Campbell\",\"Mackintosh\",\"MacGregor\",\"Fraser\"], a:1},\r\n    {q:\"What is the capital of Algeria?\", opts:[\"Oran\",\"Constantine\",\"Annaba\",\"Algiers\"], a:3},\r\n    {q:\"In which city is the Prado museum?\", opts:[\"Barcelona\",\"Seville\",\"Valencia\",\"Madrid\"], a:3},\r\n    {q:\"Which empire was known as the Sublime Porte?\", opts:[\"Mughal\",\"Safavid\",\"Ottoman\",\"Byzantine\"], a:2},\r\n    {q:\"What is the name of the large island in the Bay of Bengal?\", opts:[\"Sumatra\",\"Borneo\",\"Sri Lanka\",\"Andaman Islands\"], a:2},\r\n    {q:\"What is the capital of Belgium?\", opts:[\"Ghent\",\"Antwerp\",\"Bruges\",\"Brussels\"], a:3},\r\n    {q:\"Which country was the first to use the name 'America' on a map?\", opts:[\"Spain\",\"Portugal\",\"Germany\",\"Italy\"], a:2},\r\n    {q:\"What is the name of the famous white marble mausoleum in Agra, India?\", opts:[\"Red Fort\",\"Humayun's Tomb\",\"Qutb Minar\",\"Taj Mahal\"], a:3},\r\n    {q:\"In which country is the island of Zanzibar?\", opts:[\"Kenya\",\"Mozambique\",\"Madagascar\",\"Tanzania\"], a:3},\r\n    {q:\"What is the name of the ancient road the Romans built through Scotland?\", opts:[\"Dere Street\",\"Watling Street\",\"Ermine Street\",\"The Antonine Wall road\"], a:0},\r\n    {q:\"Which sea is completely enclosed by land?\", opts:[\"Red Sea\",\"Black Sea\",\"Caspian Sea\",\"Dead Sea\"], a:2},\r\n    {q:\"What is the capital of Cambodia?\", opts:[\"Siem Reap\",\"Battambang\",\"Sihanoukville\",\"Phnom Penh\"], a:3},\r\n    {q:\"In which country did the Renaissance begin?\", opts:[\"France\",\"Spain\",\"Germany\",\"Italy\"], a:3},\r\n    {q:\"What is the name of the group of islands that includes Orkney, Shetland and the Western Isles?\", opts:[\"Scottish Islands\",\"The Hebrides and Northern Isles\",\"Inner and Outer Islands\",\"The Atlantic Archipelago\"], a:1},\r\n    ,\r\n      {q:\"What is the capital of Iceland?\", opts:[\"Akureyri\",\"Keflav\u00edk\",\"Hafnarfj\u00f6r\u00f0ur\",\"Reykjav\u00edk\"], a:3},\r\n    {q:\"Which country has the most islands in the world?\", opts:[\"Canada\",\"Indonesia\",\"Philippines\",\"Sweden\"], a:3},\r\n    {q:\"What is the name of the ancient trade empire whose capital was Timbuktu?\", opts:[\"Ghana\",\"Songhai\",\"Mali\",\"Benin\"], a:2},\r\n    {q:\"In which country is the city of Samarkand?\", opts:[\"Kazakhstan\",\"Tajikistan\",\"Kyrgyzstan\",\"Uzbekistan\"], a:3},\r\n    {q:\"What is the name of the large bay on the west coast of Scotland?\", opts:[\"Firth of Clyde\",\"Firth of Lorn\",\"Loch Fyne\",\"The Minch\"], a:0},\r\n    {q:\"Which country is home to the Ayers Rock (Uluru)?\", opts:[\"New Zealand\",\"South Africa\",\"Canada\",\"Australia\"], a:3},\r\n    {q:\"In which year did the Berlin Wall go up?\", opts:[\"1958\",\"1959\",\"1960\",\"1961\"], a:3},\r\n    {q:\"What is the name of the highest navigable lake in the world?\", opts:[\"Lake Titicaca\",\"Lake Baikal\",\"Lake Tahoe\",\"Lake Geneva\"], a:0},\r\n    {q:\"Which country has a coastline on both the Atlantic and the Mediterranean?\", opts:[\"Spain\",\"Italy\",\"France\",\"Morocco\"], a:0},\r\n    {q:\"What is the name of the famous cave paintings site in France?\", opts:[\"Altamira\",\"Font-de-Gaume\",\"Chauvet\",\"Lascaux\"], a:3},\r\n    {q:\"Which country was historically known as Mesopotamia?\", opts:[\"Iran\",\"Syria\",\"Turkey\",\"Iraq\"], a:3},\r\n    {q:\"What is the name of the narrow strip of land between two seas?\", opts:[\"Peninsula\",\"Cape\",\"Isthmus\",\"Strait\"], a:2},\r\n    {q:\"In which year did apartheid end in South Africa?\", opts:[\"1990\",\"1991\",\"1992\",\"1994\"], a:3},\r\n    {q:\"What is the name of the ancient Inca trail in Peru?\", opts:[\"The Royal Road\",\"The Inca Path\",\"The Sacred Way\",\"Qhapaq \u00d1an\"], a:3},\r\n    {q:\"Which country did Scotland share a personal union with under James VI?\", opts:[\"France\",\"Norway\",\"Denmark\",\"England\"], a:3},\r\n    {q:\"What is the name of the deepest lake in the world?\", opts:[\"Lake Superior\",\"Lake Tanganyika\",\"Lake Titicaca\",\"Lake Baikal\"], a:3},\r\n    {q:\"In which country is the city of Isfahan?\", opts:[\"Iraq\",\"Turkey\",\"Afghanistan\",\"Iran\"], a:3},\r\n    {q:\"What is the name of the mountain in Japan considered sacred?\", opts:[\"Mount Aso\",\"Mount Fuji\",\"Mount Koya\",\"Mount Kita\"], a:1},\r\n    {q:\"Which country was once divided between the Habsburg and Ottoman empires?\", opts:[\"Romania\",\"Serbia\",\"Bulgaria\",\"Hungary\"], a:3},\r\n    {q:\"What is the name of the body of water south of the Sahara?\", opts:[\"Lake Chad\",\"Congo Basin\",\"Gulf of Guinea\",\"Sahel\"], a:0},\r\n    {q:\"In which city is the Alhambra palace?\", opts:[\"Seville\",\"C\u00f3rdoba\",\"Toledo\",\"Granada\"], a:3},\r\n    {q:\"What is the name of the island where Napoleon was exiled after Waterloo?\", opts:[\"Elba\",\"Corsica\",\"Sardinia\",\"Saint Helena\"], a:3},\r\n    {q:\"Which Scottish king was murdered at Falkland Palace in 1437?\", opts:[\"James I\",\"James II\",\"Robert III\",\"David II\"], a:0},\r\n    {q:\"What is the name of the geographical line at 23.5\u00b0 north?\", opts:[\"Arctic Circle\",\"Tropic of Capricorn\",\"Equator\",\"Tropic of Cancer\"], a:3},\r\n    {q:\"In which country is the ancient city of Ephesus?\", opts:[\"Greece\",\"Lebanon\",\"Jordan\",\"Turkey\"], a:3},\r\n    {q:\"What is the name of the peninsula that juts south from mainland Greece?\", opts:[\"Thessaly\",\"Chalcidice\",\"Attica\",\"Peloponnese\"], a:3},\r\n    {q:\"Which empire was ruled from Constantinople?\", opts:[\"Ottoman\",\"Mongol\",\"Roman\",\"Byzantine\"], a:3},\r\n    {q:\"What is the name of the large plateau in eastern Scotland?\", opts:[\"Southern Uplands\",\"Cairngorm Plateau\",\"Grampian Uplands\",\"Rannoch Moor\"], a:3},\r\n    {q:\"In which country is the city of Marrakech?\", opts:[\"Tunisia\",\"Libya\",\"Algeria\",\"Morocco\"], a:3},\r\n    {q:\"What is the name of the famous Scottish document of 1320 declaring independence?\", opts:[\"Act of Union\",\"Treaty of Edinburgh\",\"Declaration of Arbroath\",\"Claim of Right\"], a:2},\r\n    {q:\"Which country invented paper money?\", opts:[\"India\",\"Arabia\",\"Japan\",\"China\"], a:3},\r\n    {q:\"What is the name of the chain of volcanic islands in the Pacific?\", opts:[\"The Aleutians\",\"The Kurils\",\"Ring of Fire\",\"Melanesia\"], a:0},\r\n    {q:\"In which country is Lake Titicaca shared between two nations?\", opts:[\"Peru and Ecuador\",\"Bolivia and Chile\",\"Peru and Bolivia\",\"Ecuador and Colombia\"], a:2},\r\n    {q:\"What is the name of the war fought between Britain and Argentina in 1982?\", opts:[\"Malvinas War\",\"South Atlantic War\",\"Falklands War\",\"Both Falklands and Malvinas War\"], a:3},\r\n    {q:\"Which Scottish physicist discovered the electromagnetic field?\", opts:[\"Lord Kelvin\",\"John Napier\",\"James Watt\",\"James Clerk Maxwell\"], a:3},\r\n    {q:\"What is the name of the sea between Italy and Croatia?\", opts:[\"Ionian Sea\",\"Tyrrhenian Sea\",\"Ligurian Sea\",\"Adriatic Sea\"], a:3},\r\n    {q:\"In which year did India and Pakistan gain independence?\", opts:[\"1945\",\"1946\",\"1947\",\"1948\"], a:2},\r\n    {q:\"What is the name of the group of islands including Corfu and Zante?\", opts:[\"Dodecanese\",\"Cyclades\",\"Ionian Islands\",\"Aegean Islands\"], a:2},\r\n    {q:\"Which country did the Visigoths establish a kingdom in?\", opts:[\"Italy\",\"France\",\"Portugal\",\"Spain\"], a:3},\r\n    {q:\"What is the name of the largest freshwater lake in Africa?\", opts:[\"Lake Tanganyika\",\"Lake Malawi\",\"Lake Chad\",\"Lake Victoria\"], a:3},\r\n    {q:\"In which Scottish city is the University of St Andrews?\", opts:[\"Edinburgh\",\"Dundee\",\"Perth\",\"St Andrews\"], a:3},\r\n    {q:\"What is the name of the treaty that created the European Union?\", opts:[\"Treaty of Rome\",\"Treaty of Lisbon\",\"Treaty of Nice\",\"Treaty of Maastricht\"], a:3},\r\n    {q:\"Which country is home to the ruins of Great Zimbabwe?\", opts:[\"Zambia\",\"Mozambique\",\"South Africa\",\"Zimbabwe\"], a:3},\r\n    {q:\"What is the name of the narrow sea passage between Sicily and Italy?\", opts:[\"Strait of Bonifacio\",\"Strait of Otranto\",\"Strait of Messina\",\"Strait of Sicily\"], a:2},\r\n    {q:\"In which year did the Reformation begin in Scotland?\", opts:[\"1556\",\"1558\",\"1560\",\"1562\"], a:2},\r\n    {q:\"What is the name of the river that flows through Baghdad?\", opts:[\"Euphrates\",\"Jordan\",\"Karun\",\"Tigris\"], a:3},\r\n    {q:\"Which country does the Atacama desert border to the west?\", opts:[\"Peru\",\"Bolivia\",\"Argentina\",\"Pacific Ocean\"], a:3},\r\n    {q:\"What is the name of the cape at the southernmost tip of Africa?\", opts:[\"Cape Horn\",\"Cape Agulhas\",\"Cape of Good Hope\",\"Cape Finisterre\"], a:1},\r\n    {q:\"In which year did the Ottoman Empire officially end?\", opts:[\"1919\",\"1920\",\"1922\",\"1923\"], a:2},\r\n    {q:\"What is the name of the famous mosaic-covered park in Barcelona?\", opts:[\"Park de la Ciutadella\",\"Montju\u00efc\",\"Park G\u00fcell\",\"Park de la Creueta del Coll\"], a:2},\r\n    ]\r\n  },\r\n  {\r\n    id:2, name:\"Michel's Kitchen\", cat:\"Food & Drink\", free:false,\r\n    intro:\"Michel has written these questions personally. He says if you get the cheese question wrong he will not be angry. He will simply be very disappointed.\",\r\n    ochaye:\"Round Two. Michel's round. Food and drink. He's been in the kitchen all morning. I'd answer carefully if I were you.\",\r\n    qs:[\r\n      {q:\"What is the main ingredient in a traditional bouillabaisse?\", opts:[\"Chicken\",\"Lamb\",\"Seafood\",\"Vegetables\"], a:2},\r\n      {q:\"Which region of France is Boeuf Bourguignon from?\", opts:[\"Provence\",\"Burgundy\",\"Normandy\",\"Alsace\"], a:1},\r\n      {q:\"What does 'al dente' mean when cooking pasta?\", opts:[\"Very soft\",\"Slightly firm\",\"Fully cooked\",\"Well done\"], a:1},\r\n      {q:\"Which herb is the essential base of a traditional pesto genovese?\", opts:[\"Parsley\",\"Oregano\",\"Basil\",\"Mint\"], a:2},\r\n      {q:\"What is the Italian word for cheese?\", opts:[\"Fromage\",\"Formaggio\",\"Queso\",\"K\u00e4se\"], a:1},\r\n      {q:\"What type of pastry is used to make a croissant?\", opts:[\"Shortcrust\",\"Choux\",\"Filo\",\"Laminated\"], a:3},\r\n      {q:\"Which country is Gouda cheese originally from?\", opts:[\"Belgium\",\"Denmark\",\"France\",\"Netherlands\"], a:3},\r\n      {q:\"What is the main spirit in a Margarita?\", opts:[\"Rum\",\"Vodka\",\"Tequila\",\"Gin\"], a:2},\r\n      {q:\"How many teaspoons are in a tablespoon?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:1},\r\n      {q:\"What is the Japanese dish of raw fish called?\", opts:[\"Tempura\",\"Ramen\",\"Sashimi\",\"Yakitori\"], a:2},\r\n      {q:\"Which country produces the most coffee in the world?\", opts:[\"Ethiopia\",\"Vietnam\",\"Colombia\",\"Brazil\"], a:3},\r\n      {q:\"What is the key flavour in a traditional French vichyssoise?\", opts:[\"Leek and potato\",\"Carrot and ginger\",\"Celery and cream\",\"Onion and garlic\"], a:0},\r\n      {q:\"Which Italian city is famous for its Bolognese sauce?\", opts:[\"Rome\",\"Milan\",\"Bologna\",\"Naples\"], a:2},\r\n      {q:\"What does 'umami' mean in Japanese?\", opts:[\"Sour taste\",\"Sweet smell\",\"Savoury pleasant taste\",\"Rich texture\"], a:2},\r\n      {q:\"Which grain is used to make traditional Scottish porridge?\", opts:[\"Barley\",\"Wheat\",\"Rye\",\"Oats\"], a:3},\r\n      {q:\"What is the national drink of Scotland?\", opts:[\"Beer\",\"Gin\",\"Whisky\",\"Cider\"], a:2},\r\n      {q:\"From which country does Manchego cheese originate?\", opts:[\"Italy\",\"France\",\"Portugal\",\"Spain\"], a:3},\r\n      {q:\"What is the main ingredient in hummus?\", opts:[\"Lentils\",\"Chickpeas\",\"Broad beans\",\"Butter beans\"], a:1},\r\n      {q:\"Which spice gives paella its yellow colour?\", opts:[\"Turmeric\",\"Paprika\",\"Saffron\",\"Cumin\"], a:2},\r\n      {q:\"What type of wine is Champagne?\", opts:[\"Red\",\"White\",\"Ros\u00e9\",\"Sparkling\"], a:3},\r\n      {q:\"What is a beurre blanc?\", opts:[\"A French butter sauce\",\"A Belgian bread\",\"A type of white cheese\",\"A pastry technique\"], a:0},\r\n      {q:\"Which country invented tempura?\", opts:[\"China\",\"Japan\",\"Korea\",\"Thailand\"], a:1},\r\n      {q:\"What does 'mise en place' mean?\", opts:[\"Season to taste\",\"Everything in its place\",\"Slow cooking\",\"Reduce the sauce\"], a:1},\r\n      {q:\"What is the primary ingredient in guacamole?\", opts:[\"Tomato\",\"Lime\",\"Avocado\",\"Coriander\"], a:2},\r\n      {q:\"Which country is baklava originally from?\", opts:[\"Greece\",\"Lebanon\",\"Turkey\",\"Iran\"], a:2},\r\n      {q:\"What is Gruy\u00e8re?\", opts:[\"A French bread\",\"A Swiss cheese\",\"A Belgian beer\",\"A type of pastry\"], a:1},\r\n      {q:\"What cocktail contains gin, vermouth and an olive?\", opts:[\"Negroni\",\"Gimlet\",\"Sidecar\",\"Martini\"], a:3},\r\n      {q:\"What is the Italian term for a shot of espresso?\", opts:[\"Ristretto\",\"Lungo\",\"Doppio\",\"Macchiato\"], a:0},\r\n      {q:\"Which type of pasta is shaped like little ears?\", opts:[\"Fusilli\",\"Orecchiette\",\"Farfalle\",\"Conchiglie\"], a:1},\r\n      {q:\"What alcohol is used in a classic Tiramisu?\", opts:[\"Rum\",\"Brandy\",\"Marsala wine\",\"Amaretto\"], a:2},\r\n      {q:\"What is the Scoville scale used to measure?\", opts:[\"Wine acidity\",\"Sugar content\",\"Chilli heat\",\"Salt levels\"], a:2},\r\n      {q:\"Which country does the dish Moussaka originate from?\", opts:[\"Turkey\",\"Lebanon\",\"Egypt\",\"Greece\"], a:3},\r\n      {q:\"What is the French term for a light starter or appetiser?\", opts:[\"Hors d'oeuvre\",\"Entr\u00e9e\",\"Amuse-bouche\",\"Mise en place\"], a:2},\r\n      {q:\"What shape is a traditional farfalle pasta?\", opts:[\"Shell\",\"Wheel\",\"Bowtie\",\"Tube\"], a:2},\r\n      {q:\"What is the main flavour of the liqueur Cointreau?\", opts:[\"Lemon\",\"Cherry\",\"Raspberry\",\"Orange\"], a:3},\r\n      {q:\"Which French cheese is known as the 'King of Cheeses'?\", opts:[\"Camembert\",\"Comt\u00e9\",\"Roquefort\",\"Brie de Meaux\"], a:3},\r\n      {q:\"What is the traditional Scottish dish made from sheep offal?\", opts:[\"Cullen skink\",\"Cock-a-leekie\",\"Haggis\",\"Stovies\"], a:2},\r\n      {q:\"What does a Sommelier specialise in?\", opts:[\"Bread\",\"Cheese\",\"Olive oil\",\"Wine\"], a:3},\r\n      {q:\"What type of milk is traditionally used in Italian mozzarella di bufala?\", opts:[\"Goat\",\"Cow\",\"Buffalo\",\"Sheep\"], a:2},\r\n      {q:\"What is the base spirit in a Negroni?\", opts:[\"Vodka\",\"Rum\",\"Whisky\",\"Gin\"], a:3},\r\n      {q:\"Which country is the origin of Worcestershire sauce?\", opts:[\"Scotland\",\"Ireland\",\"USA\",\"England\"], a:3},\r\n      {q:\"What flour gives fresh pasta its yellow colour?\", opts:[\"Bread flour\",\"00 flour\",\"Semolina\",\"Spelt\"], a:1},\r\n      {q:\"What is the name of Michel's signature dish at GnuTown Bar?\", opts:[\"Soupe du patron\",\"Daube du Gnu\",\"Fromage du soir\",\"Plat du herd\"], a:1},\r\n      {q:\"What fruit is used in a traditional Tarte Tatin?\", opts:[\"Pear\",\"Peach\",\"Plum\",\"Apple\"], a:3},\r\n      {q:\"What is the difference between a lager and an ale?\", opts:[\"Colour only\",\"Fermentation method\",\"Country of origin\",\"Hop content\"], a:1},\r\n      {q:\"What does 'confit' mean in French cooking?\", opts:[\"Slow cooked in fat\",\"Marinated in acid\",\"Wrapped in pastry\",\"Smoked over wood\"], a:0},\r\n      {q:\"Which vegetable is the basis of a classic vichyssoise?\", opts:[\"Onion\",\"Celery\",\"Leek\",\"Fennel\"], a:2},\r\n      {q:\"What grain is beer most commonly brewed from?\", opts:[\"Wheat\",\"Rye\",\"Oats\",\"Barley\"], a:3},\r\n      {q:\"What is the Italian term for a light frothy milk topping on coffee?\", opts:[\"Crema\",\"Schiuma\",\"Spuma\",\"Latte art\"], a:1},\r\n      {q:\"What sauce is served with steak tartare?\", opts:[\"B\u00e9arnaise\",\"Hollandaise\",\"Worcestershire\",\"It's served without sauce\"], a:3},\r\n    ,\r\n      {q:\"What is the French term for cooking in a water bath?\", opts:[\"En papillote\",\"Bain-marie\",\"Sous vide\",\"Flamb\u00e9e\"], a:1},\r\n    {q:\"Which country is the origin of the dish Pad Thai?\", opts:[\"Vietnam\",\"Cambodia\",\"Malaysia\",\"Thailand\"], a:3},\r\n    {q:\"What type of cheese is traditionally used in a Greek salad?\", opts:[\"Halloumi\",\"Kefalotiri\",\"Feta\",\"Mizithra\"], a:2},\r\n    {q:\"What is the main ingredient in a traditional Scottish Cullen Skink?\", opts:[\"Herring\",\"Mackerel\",\"Cod\",\"Smoked haddock\"], a:3},\r\n    {q:\"Which country produces Rioja wine?\", opts:[\"Italy\",\"Portugal\",\"Argentina\",\"Spain\"], a:3},\r\n    {q:\"What does 'flamb\u00e9e' mean in cooking?\", opts:[\"Slow roasting\",\"Adding cream\",\"Igniting alcohol\",\"Deep frying\"], a:2},\r\n    {q:\"What is the name of the French onion soup topping?\", opts:[\"Parmesan and breadcrumbs\",\"Gruy\u00e8re and croutons\",\"Comt\u00e9 and toast\",\"Emmental and croutons\"], a:1},\r\n    {q:\"Which spice is derived from the crocus flower?\", opts:[\"Turmeric\",\"Cardamom\",\"Vanilla\",\"Saffron\"], a:3},\r\n    {q:\"What is Prosciutto?\", opts:[\"An Italian pasta\",\"A cured Italian ham\",\"A type of Italian cheese\",\"An Italian bread\"], a:1},\r\n    {q:\"Which country does Kimchi come from?\", opts:[\"Japan\",\"China\",\"Vietnam\",\"Korea\"], a:3},\r\n    {q:\"What is the base of a traditional B\u00e9arnaise sauce?\", opts:[\"Butter and egg yolks\",\"Cream and herbs\",\"Oil and vinegar\",\"Stock and flour\"], a:0},\r\n    {q:\"What type of pasta is traditionally used in a Carbonara?\", opts:[\"Penne\",\"Rigatoni\",\"Spaghetti\",\"Tagliatelle\"], a:2},\r\n    {q:\"What does 'Demi-glace' mean?\", opts:[\"Half portion\",\"Reduced brown sauce\",\"Half fat\",\"Light glaze\"], a:1},\r\n    {q:\"What is the primary flavour in a Bellini cocktail?\", opts:[\"Raspberry\",\"Strawberry\",\"Mango\",\"Peach\"], a:3},\r\n    {q:\"Which country invented the croissant?\", opts:[\"France\",\"Belgium\",\"Austria\",\"Switzerland\"], a:2},\r\n    {q:\"What is Stilton?\", opts:[\"A type of English mustard\",\"An English blue cheese\",\"A Scottish smoked fish\",\"A Welsh bread\"], a:1},\r\n    {q:\"What does 'carpaccio' traditionally refer to?\", opts:[\"Thinly sliced raw beef\",\"Grilled fish fillet\",\"Braised short rib\",\"Minced lamb\"], a:0},\r\n    {q:\"Which herb is commonly used in a Persillade?\", opts:[\"Tarragon\",\"Dill\",\"Chervil\",\"Parsley\"], a:3},\r\n    {q:\"What is the key ingredient in a Gazpacho?\", opts:[\"Cucumber\",\"Pepper\",\"Tomato\",\"Onion\"], a:2},\r\n    {q:\"What spirit is the base of a Moscow Mule?\", opts:[\"Rum\",\"Gin\",\"Whisky\",\"Vodka\"], a:3},\r\n    {q:\"What is the name of the Japanese fermented soybean paste?\", opts:[\"Tamari\",\"Tofu\",\"Miso\",\"Edamame\"], a:2},\r\n    {q:\"Which cheese is traditionally melted in a Fondue?\", opts:[\"Emmental\",\"Gruy\u00e8re\",\"Both Emmental and Gruy\u00e8re\",\"Raclette\"], a:2},\r\n    {q:\"What does 'br\u00fbl\u00e9e' mean in Cr\u00e8me Br\u00fbl\u00e9e?\", opts:[\"Chilled\",\"Layered\",\"Burnt\",\"Whipped\"], a:2},\r\n    {q:\"What is the spirit base of a Whisky Sour?\", opts:[\"Bourbon\",\"Scotch\",\"Either works\",\"Irish whiskey\"], a:2},\r\n    {q:\"What is the name of the Italian cold meat platter?\", opts:[\"Carpaccio\",\"Affettati\",\"Antipasto\",\"Salumi\"], a:3},\r\n    {q:\"What flour is used to make traditional Japanese tempura batter?\", opts:[\"Rice flour\",\"Plain flour\",\"Cornflour\",\"Buckwheat flour\"], a:1},\r\n    {q:\"What is the difference between jam and marmalade?\", opts:[\"Marmalade uses citrus peel\",\"Jam is always chunky\",\"Marmalade is always French\",\"Jam requires more sugar\"], a:0},\r\n    {q:\"What does Michel always say before tasting a new dish?\", opts:[\"'Bon courage'\",\"'On verra'\",\"'D'abord, on go\u00fbte'\",\"'Patience, s'il vous pla\u00eet'\"], a:2},\r\n    {q:\"What type of wine is Prosecco?\", opts:[\"French sparkling\",\"Italian still white\",\"Italian sparkling\",\"Spanish sparkling\"], a:2},\r\n    {q:\"What is the main flavour of a traditional Tarte au Citron?\", opts:[\"Lime\",\"Grapefruit\",\"Yuzu\",\"Lemon\"], a:3},\r\n    {q:\"Which country does the dish Rendang originate from?\", opts:[\"Thailand\",\"Philippines\",\"Malaysia\",\"Indonesia\"], a:3},\r\n    {q:\"What is the traditional vessel for drinking mate?\", opts:[\"A clay pot\",\"A wooden bowl\",\"A gourd\",\"A tin cup\"], a:2},\r\n    {q:\"What cooking technique uses very high heat and little fat in a wok?\", opts:[\"Braising\",\"Steaming\",\"Stir-frying\",\"Poaching\"], a:2},\r\n    {q:\"What is the name of the Scottish oat biscuit traditionally served with cheese?\", opts:[\"Digestive\",\"Shortbread\",\"Oatcake\",\"Crumpet\"], a:2},\r\n    {q:\"Which country produces the most wine in the world?\", opts:[\"France\",\"Spain\",\"Argentina\",\"Italy\"], a:3},\r\n    {q:\"What is 'jus' in French culinary terms?\", opts:[\"A cream sauce\",\"Meat juice or gravy\",\"A vegetable pur\u00e9e\",\"A cold dressing\"], a:1},\r\n    {q:\"What does Mrs Cheddar think is the correct ratio of milk to oats in porridge?\", opts:[\"Equal parts\",\"More oats than milk\",\"More milk than oats\",\"She uses cream\"], a:2},\r\n    {q:\"What is the name of the Spanish cold tomato soup?\", opts:[\"Sofrito\",\"Salmorejo\",\"Gazpacho\",\"Ajoblanco\"], a:2},\r\n    {q:\"Which country is the origin of Chicken Tikka Masala?\", opts:[\"India\",\"Pakistan\",\"Bangladesh\",\"UK\"], a:3},\r\n    {q:\"What does 'en papillote' mean?\", opts:[\"Cooked in parchment\",\"Cooked in a pan\",\"Cooked underground\",\"Cooked over smoke\"], a:0},\r\n    {q:\"What is the classic garnish for a Bloody Mary?\", opts:[\"Lime wedge\",\"Lemon twist\",\"Celery stalk\",\"Cucumber slice\"], a:2},\r\n    {q:\"What type of rice is used in Risotto?\", opts:[\"Basmati\",\"Long grain\",\"Jasmine\",\"Arborio\"], a:3},\r\n    {q:\"What does 'blanching' vegetables mean?\", opts:[\"Roasting at high heat\",\"Briefly boiling then cooling in ice water\",\"Steaming over stock\",\"Marinating in acid\"], a:1},\r\n    {q:\"What is the national dish of Scotland?\", opts:[\"Cullen Skink\",\"Scotch Pie\",\"Cranachan\",\"Haggis\"], a:3},\r\n    {q:\"Which country produces bourbon whiskey?\", opts:[\"Ireland\",\"Scotland\",\"Canada\",\"USA\"], a:3},\r\n    {q:\"What is 'charcuterie'?\", opts:[\"Preserved cooked meats\",\"Fresh fish dishes\",\"Smoked cheeses\",\"Pickled vegetables\"], a:0},\r\n    {q:\"What is the flavour of Amaretto liqueur?\", opts:[\"Cherry\",\"Lemon\",\"Hazelnut\",\"Almond\"], a:3},\r\n    {q:\"What colour wine is a Pinot Noir?\", opts:[\"White\",\"Ros\u00e9\",\"Red\",\"Orange\"], a:2},\r\n    {q:\"What does Gnu Fungaiolo bring to Michel's kitchen from the garden?\", opts:[\"Seasonal herbs\",\"Foraged mushrooms\",\"Wild garlic\",\"All of the above\"], a:3},\r\n    {q:\"What distinguishes a stock from a broth?\", opts:[\"Stock uses meat, broth uses bones\",\"Broth is seasoned and drinkable, stock is not\",\"Stock is always brown\",\"Broth always has noodles\"], a:1},\r\n    ,\r\n      {q:\"What is the name of the thick Italian bread soaked in olive oil and grilled?\", opts:[\"Ciabatta\",\"Grissini\",\"Bruschetta\",\"Focaccia\"], a:2},\r\n    {q:\"Which country is the origin of Wiener Schnitzel?\", opts:[\"Germany\",\"Switzerland\",\"Hungary\",\"Austria\"], a:3},\r\n    {q:\"What is the main flavour in a traditional Sazerac cocktail?\", opts:[\"Bourbon and bitters\",\"Rye whiskey and bitters\",\"Cognac and anise\",\"Gin and vermouth\"], a:1},\r\n    {q:\"What is the Italian word for a small cup of black coffee?\", opts:[\"Macchiato\",\"Cortado\",\"Ristretto\",\"Espresso\"], a:3},\r\n    {q:\"Which type of pastry is used to make profiteroles?\", opts:[\"Shortcrust\",\"Filo\",\"Laminated\",\"Choux\"], a:3},\r\n    {q:\"What is the name of the Japanese technique of grilling over charcoal?\", opts:[\"Teppanyaki\",\"Robatayaki\",\"Teriyaki\",\"Yakitori\"], a:1},\r\n    {q:\"Which cheese has a distinctive orange rind and is washed in brine?\", opts:[\"Brie\",\"Munster\",\"Comt\u00e9\",\"Gruy\u00e8re\"], a:1},\r\n    {q:\"What does 'Entr\u00e9e' mean in a French menu?\", opts:[\"Main course\",\"Starter\",\"Dessert\",\"Side dish\"], a:1},\r\n    {q:\"Which country produces Malbec wine most famously?\", opts:[\"Chile\",\"Uruguay\",\"Brazil\",\"Argentina\"], a:3},\r\n    {q:\"What is the name of the Scottish dish of layered potatoes, cream and cheese?\", opts:[\"Clapshot\",\"Rumbledethumps\",\"Stovies\",\"Gratin dauphinois\"], a:1},\r\n    {q:\"What is the primary grain used to make bourbon?\", opts:[\"Wheat\",\"Rye\",\"Barley\",\"Corn\"], a:3},\r\n    {q:\"Which city is considered the capital of Italian cuisine?\", opts:[\"Milan\",\"Rome\",\"Naples\",\"Bologna\"], a:3},\r\n    {q:\"What is the name of the Spanish omelette made with potato and egg?\", opts:[\"Frittata\",\"Tortilla espa\u00f1ola\",\"Revuelto\",\"Huevos rotos\"], a:1},\r\n    {q:\"What does 'reduction' mean in cooking?\", opts:[\"Making food smaller\",\"Simmering liquid to concentrate flavour\",\"Removing fat\",\"Cooling rapidly\"], a:1},\r\n    {q:\"Which herb is traditionally used in a B\u00e9arnaise sauce?\", opts:[\"Basil\",\"Chervil\",\"Dill\",\"Tarragon\"], a:3},\r\n    {q:\"What is the name of the French technique of cooking food sealed in a vacuum bag in temperature-controlled water?\", opts:[\"Bain-marie\",\"Confit\",\"En papillote\",\"Sous vide\"], a:3},\r\n    {q:\"Which country produces the most olive oil?\", opts:[\"Italy\",\"Greece\",\"Morocco\",\"Spain\"], a:3},\r\n    {q:\"What is the main ingredient in a traditional Japanese miso soup besides miso?\", opts:[\"Tofu and wakame\",\"Noodles and egg\",\"Rice and vegetables\",\"Fish and bok choy\"], a:0},\r\n    {q:\"What is the name of the cold Scandinavian dish of cured salmon?\", opts:[\"Sm\u00f8rrebr\u00f8d\",\"Gravlax\",\"Skagen\",\"Lutefisk\"], a:1},\r\n    {q:\"Which spirit is used in a classic Daiquiri?\", opts:[\"Vodka\",\"Tequila\",\"Gin\",\"Rum\"], a:3},\r\n    {q:\"What is the name of the Italian fried rice ball?\", opts:[\"Suppli\",\"Arancino\",\"Crocchetta\",\"Frittatina\"], a:1},\r\n    {q:\"What does 'au gratin' mean?\", opts:[\"Grilled with butter\",\"Topped with breadcrumbs or cheese and browned\",\"Cooked in cream\",\"Baked in foil\"], a:1},\r\n    {q:\"Which country is the home of Guinness stout?\", opts:[\"Scotland\",\"England\",\"Wales\",\"Ireland\"], a:3},\r\n    {q:\"What is the name of the classic French potato dish with cream and garlic?\", opts:[\"Vichyssoise\",\"Gratin dauphinois\",\"Pommes Anna\",\"Boulang\u00e8re\"], a:1},\r\n    {q:\"What is the name of the Mexican sauce made from chillies and chocolate?\", opts:[\"Salsa roja\",\"Mole\",\"Sofrito\",\"Adobo\"], a:1},\r\n    {q:\"Which country does the dish Ceviche originate from?\", opts:[\"Mexico\",\"Chile\",\"Brazil\",\"Peru\"], a:3},\r\n    {q:\"What is the name of a dry Italian red wine from Tuscany made from Sangiovese grapes?\", opts:[\"Barolo\",\"Amarone\",\"Chianti\",\"Brunello\"], a:2},\r\n    {q:\"What cooking technique uses steam rather than boiling water?\", opts:[\"Poaching\",\"Blanching\",\"Steaming\",\"Simmering\"], a:2},\r\n    {q:\"What is the name of the fermented cabbage dish from Germany?\", opts:[\"Kimchi\",\"Coleslaw\",\"Sauerkraut\",\"Pickled cabbage\"], a:2},\r\n    {q:\"Which country is the largest producer of tea?\", opts:[\"India\",\"Sri Lanka\",\"Kenya\",\"China\"], a:3},\r\n    {q:\"What does Michel say is the single most important skill in a kitchen?\", opts:[\"Knife work\",\"Timing\",\"Tasting as you go\",\"Patience\"], a:3},\r\n    {q:\"What is the name of the Indian flatbread cooked in a tandoor oven?\", opts:[\"Chapati\",\"Paratha\",\"Roti\",\"Naan\"], a:3},\r\n    {q:\"What is the name of the thick paste made from sesame seeds used in hummus?\", opts:[\"Harissa\",\"Dukkah\",\"Tahini\",\"Chermoula\"], a:2},\r\n    {q:\"Which country is the origin of the dish Moules marini\u00e8res?\", opts:[\"France\",\"Spain\",\"Belgium\",\"Netherlands\"], a:2},\r\n    {q:\"What is the difference between a broth and a stock?\", opts:[\"Stock has more salt\",\"Broth uses only vegetables\",\"Stock is made from bones, broth from meat and veg\",\"They are identical\"], a:2},\r\n    {q:\"What is the name of the Japanese dish of battered and fried vegetables or seafood?\", opts:[\"Katsu\",\"Karaage\",\"Gyoza\",\"Tempura\"], a:3},\r\n    {q:\"Which wine region is famous for Pinot Noir in France?\", opts:[\"Champagne\",\"Bordeaux\",\"Alsace\",\"Burgundy\"], a:3},\r\n    {q:\"What is the French term for pastry cream?\", opts:[\"Cr\u00e8me anglaise\",\"Cr\u00e8me fra\u00eeche\",\"Cr\u00e8me Chantilly\",\"Cr\u00e8me p\u00e2tissi\u00e8re\"], a:3},\r\n    {q:\"What is the name of the Scottish breakfast dish of oats cooked with water and salt?\", opts:[\"Brose\",\"Crowdie\",\"Skirlie\",\"Porridge\"], a:3},\r\n    {q:\"Which country does the Pavlova dessert originate from?\", opts:[\"New Zealand or Australia \u2014 disputed\",\"New Zealand\",\"Australia\",\"Britain\"], a:0},\r\n    {q:\"What is the main alcohol in a Kir Royale?\", opts:[\"Prosecco\",\"Cava\",\"Champagne\",\"White wine\"], a:2},\r\n    {q:\"What is the name of the Italian Easter bread with hard-boiled eggs baked in?\", opts:[\"Panettone\",\"Colomba\",\"Casatiello\",\"Pane di Pasqua\"], a:2},\r\n    {q:\"Which fish is traditionally used in a Scottish kedgeree?\", opts:[\"Salmon\",\"Herring\",\"Smoked haddock\",\"Mackerel\"], a:2},\r\n    {q:\"What is the name of the Egyptian spice blend of cumin, coriander and other spices?\", opts:[\"Ras el hanout\",\"Baharat\",\"Dukkah\",\"Za'atar\"], a:2},\r\n    {q:\"What cooking method does Michel most distrust when applied to fish?\", opts:[\"Steaming\",\"Poaching\",\"Microwaving\",\"Grilling\"], a:2},\r\n    {q:\"What is the name of the Russian beetroot soup?\", opts:[\"Solyanka\",\"Ukha\",\"Shchi\",\"Borscht\"], a:3},\r\n    {q:\"Which country produces Cognac brandy?\", opts:[\"Spain\",\"Portugal\",\"Germany\",\"France\"], a:3},\r\n    {q:\"What is the name of the fermented Korean soybean paste?\", opts:[\"Gochujang\",\"Doenjang\",\"Ssamjang\",\"Ganjang\"], a:1},\r\n    {q:\"What is the correct way to store an opened bottle of wine according to Michel?\", opts:[\"Leave it on the counter\",\"Cork it and refrigerate\",\"Transfer to a smaller bottle\",\"Drink it immediately\"], a:3},\r\n    {q:\"What is the name of the Middle Eastern flatbread often used as a wrap?\", opts:[\"Naan\",\"Lavash\",\"Injera\",\"Pita\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the thick white sauce made from butter, flour and milk?\", opts:[\"Velout\u00e9\",\"Hollandaise\",\"B\u00e9chamel\",\"Espagnole\"], a:2},\r\n    {q:\"Which country is the origin of Chicken Tikka?\", opts:[\"Bangladesh\",\"India\",\"Pakistan\",\"UK\"], a:1},\r\n    {q:\"What is the name of the French dish of slow-cooked beef with vegetables?\", opts:[\"Cassoulet\",\"Navarin\",\"Pot-au-feu\",\"Blanquette\"], a:2},\r\n    {q:\"What does 'ceviche' involve doing to fish?\", opts:[\"Smoking\",\"Grilling\",\"Marinating in citrus acid\",\"Fermenting\"], a:2},\r\n    {q:\"Which type of cheese is traditionally used in a French croque monsieur?\", opts:[\"Brie\",\"Comt\u00e9\",\"Gruy\u00e8re\",\"Camembert\"], a:2},\r\n    {q:\"What is the name of the Japanese dish of vinegared rice with toppings?\", opts:[\"Ramen\",\"Sashimi\",\"Onigiri\",\"Sushi\"], a:3},\r\n    {q:\"What does 'tempering' chocolate mean?\", opts:[\"Adding sugar\",\"Heating and cooling to stabilise crystals\",\"Mixing with cream\",\"Flavouring with vanilla\"], a:1},\r\n    {q:\"Which country produces Ch\u00e2teau P\u00e9trus wine?\", opts:[\"Italy\",\"Spain\",\"Chile\",\"France\"], a:3},\r\n    {q:\"What is the name of the North African spice blend including cumin, chilli and caraway?\", opts:[\"Dukkah\",\"Za'atar\",\"Harissa\",\"Baharat\"], a:2},\r\n    {q:\"What is the key flavour difference between a lager and a bitter?\", opts:[\"Lager is sweeter\",\"Bitter has more hop character\",\"Lager has more alcohol\",\"Bitter is always darker\"], a:1},\r\n    {q:\"What is the Italian term for a sauce made from butter and sage?\", opts:[\"Aglio e olio\",\"Burro e salvia\",\"Soffritto\",\"Battuto\"], a:1},\r\n    {q:\"What is the name of the cut of beef used in a Beef Wellington?\", opts:[\"Sirloin\",\"Ribeye\",\"Tenderloin\",\"Rump\"], a:2},\r\n    {q:\"Which country is the origin of the dumpling called Pierogi?\", opts:[\"Russia\",\"Czech Republic\",\"Ukraine\",\"Poland\"], a:3},\r\n    {q:\"What is the name of the classic French sauce made from egg yolks and butter?\", opts:[\"Velout\u00e9\",\"Hollandaise\",\"B\u00e9chamel\",\"Beurre blanc\"], a:1},\r\n    {q:\"What is the traditional Scottish drink made with whisky, honey and herbs?\", opts:[\"Uisce beatha\",\"Irn-Bru cocktail\",\"Glayva\",\"Drambuie\"], a:3},\r\n    {q:\"What is the difference between single malt and blended Scotch whisky?\", opts:[\"Single malt is older\",\"Single malt is from one distillery, blended uses several\",\"Blended is always cheaper\",\"Single malt is always peated\"], a:1},\r\n    {q:\"What is the name of the Japanese fermented rice wine?\", opts:[\"Shochu\",\"Mirin\",\"Plum wine\",\"Sake\"], a:3},\r\n    {q:\"What cut of pork is bacon made from?\", opts:[\"Shoulder\",\"Loin and belly\",\"Leg\",\"Cheek\"], a:1},\r\n    {q:\"What is the name of the Portuguese egg custard tart?\", opts:[\"Torta de Laranja\",\"Queijada\",\"Bolo de mel\",\"Pastel de nata\"], a:3},\r\n    {q:\"Which country is famous for its sm\u00f8rrebr\u00f8d open sandwiches?\", opts:[\"Sweden\",\"Norway\",\"Finland\",\"Denmark\"], a:3},\r\n    {q:\"What is the French term for the clear stock used in fine cooking?\", opts:[\"Fond\",\"Bouillon\",\"Consomm\u00e9\",\"Fumet\"], a:2},\r\n    {q:\"What does Michel say is the one ingredient he will never compromise on?\", opts:[\"Salt\",\"Butter\",\"Olive oil\",\"Time\"], a:3},\r\n    {q:\"What is the name of the Thai dish of stir-fried rice noodles with egg and bean sprouts?\", opts:[\"Green curry\",\"Tom yum\",\"Khao pad\",\"Pad Thai\"], a:3},\r\n    {q:\"Which herb is commonly used in a Chimichurri sauce?\", opts:[\"Basil\",\"Mint\",\"Coriander\",\"Parsley\"], a:3},\r\n    {q:\"What is the name of the cooking technique where food is cooked quickly in a very small amount of fat over high heat?\", opts:[\"Braising\",\"Pan-frying\",\"Saut\u00e9eing\",\"Shallow-frying\"], a:2},\r\n    {q:\"Which country does the dish Feijoada originate from?\", opts:[\"Argentina\",\"Uruguay\",\"Portugal\",\"Brazil\"], a:3},\r\n    {q:\"What is the name of the Scottish soup made with cock and leeks?\", opts:[\"Cullen Skink\",\"Brose\",\"Hotch Potch\",\"Cock-a-leekie\"], a:3},\r\n    {q:\"What is the primary flavour of the liqueur Chartreuse?\", opts:[\"Citrus\",\"Anise\",\"Herbal\",\"Almond\"], a:2},\r\n    {q:\"Which country is the origin of the wine style known as Eiswein?\", opts:[\"Austria\",\"Switzerland\",\"France\",\"Germany\"], a:3},\r\n    {q:\"What is the name of the thick Sicilian pasta sauce made with aubergine, tomatoes and olives?\", opts:[\"Puttanesca\",\"Norma\",\"Arrabbiata\",\"Amatriciana\"], a:1},\r\n    {q:\"What does Gnu Fungaiolo always bring when visiting Michel's kitchen?\", opts:[\"His own knives\",\"Seasonal foraged ingredients\",\"A recipe from Bagnone\",\"Wine from Liguria\"], a:1},\r\n    {q:\"What is the name of the French cheese from Normandy with a white rind?\", opts:[\"Brie\",\"Comt\u00e9\",\"Munster\",\"Camembert\"], a:3},\r\n    {q:\"Which grain is used to make traditional Japanese soba noodles?\", opts:[\"Rice\",\"Wheat\",\"Millet\",\"Buckwheat\"], a:3},\r\n    {q:\"What is the name of the thick custard-like Spanish dessert made with milk and cinnamon?\", opts:[\"Flan\",\"Crema catalana\",\"Natillas\",\"Arroz con leche\"], a:1},\r\n    {q:\"What is the correct way to taste wine according to Michel?\", opts:[\"Drink it quickly to assess the finish\",\"Look, swirl, smell, sip, reflect\",\"Never spit \u2014 it's disrespectful to the wine\",\"Always taste blind first\"], a:1},\r\n    {q:\"Which country produces Prosciutto di Parma?\", opts:[\"Switzerland\",\"France\",\"Spain\",\"Italy\"], a:3},\r\n    {q:\"What is the name of the Middle Eastern dip made from roasted aubergine?\", opts:[\"Tzatziki\",\"Muhammara\",\"Labneh\",\"Baba ganoush\"], a:3},\r\n    {q:\"What type of pastry is used to make a traditional Cornish pasty?\", opts:[\"Filo\",\"Puff\",\"Choux\",\"Shortcrust\"], a:3},\r\n    {q:\"Which country is the origin of the dish Bobotie?\", opts:[\"Nigeria\",\"Kenya\",\"Zimbabwe\",\"South Africa\"], a:3},\r\n    {q:\"What is the name of the Spanish cold meat made from black Iberian pig?\", opts:[\"Chorizo\",\"Sobrasada\",\"Fuet\",\"Jam\u00f3n ib\u00e9rico\"], a:3},\r\n    {q:\"What does 'en cro\u00fbte' mean?\", opts:[\"In sauce\",\"In cream\",\"In pastry\",\"In foil\"], a:2},\r\n    {q:\"Which country is the largest producer of cocoa?\", opts:[\"Ghana\",\"Brazil\",\"Ecuador\",\"Ivory Coast\"], a:3},\r\n    {q:\"What is the name of the French aperitif made from white wine and blackcurrant liqueur?\", opts:[\"Pastis\",\"Kir\",\"Dubonnet\",\"Lillet\"], a:1},\r\n    {q:\"What does Mrs Cheddar put in the porridge that Cheddar refuses to acknowledge?\", opts:[\"Salt \u2014 the correct amount\",\"Cream, not milk\",\"A spoon of honey\",\"Brown sugar\"], a:3},\r\n    {q:\"What is the name of the technique of salting and pressing fish to preserve it?\", opts:[\"Curing\",\"Smoking\",\"Fermenting\",\"Pickling\"], a:0},\r\n    {q:\"Which country does the dish Shawarma originate from?\", opts:[\"Egypt\",\"Lebanon\",\"Turkey\",\"Israel\"], a:2},\r\n    {q:\"What is the name of the rich cake traditionally eaten at Burns Night?\", opts:[\"Dundee cake\",\"Selkirk bannock\",\"Clootie dumpling\",\"Cranachan\"], a:2},\r\n    {q:\"What is a 'julienne' cut?\", opts:[\"Diced into cubes\",\"Thin matchstick strips\",\"Rough chopped\",\"Sliced on the diagonal\"], a:1},\r\n    {q:\"What does the term 'blind baking' refer to?\", opts:[\"Baking without a recipe\",\"Baking pastry without filling\",\"Baking with eyes closed \u2014 testing temperature by feel\",\"Baking in a covered dish\"], a:1},\r\n    {q:\"Which spirit is the base of a classic Mojito?\", opts:[\"Vodka\",\"Tequila\",\"Gin\",\"Rum\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the large flat noodle used in a Pad See Ew?\", opts:[\"Rice vermicelli\",\"Udon\",\"Sen yai\",\"Soba\"], a:2},\r\n    {q:\"Which country is the origin of the dish Jollof rice?\", opts:[\"Ghana\",\"Nigeria\",\"Senegal\",\"Both Nigeria and Ghana claim it\"], a:3},\r\n    {q:\"What is the name of the clarified butter used in Indian cooking?\", opts:[\"Coconut oil\",\"Mustard oil\",\"Groundnut oil\",\"Ghee\"], a:3},\r\n    {q:\"Which cheese is used in a traditional Greek spanakopita?\", opts:[\"Halloumi\",\"Kasseri\",\"Feta\",\"Kefalotiri\"], a:2},\r\n    {q:\"What does 'al forno' mean in Italian cooking?\", opts:[\"In oil\",\"In the oven\",\"On the grill\",\"In a pan\"], a:1},\r\n    {q:\"What is the name of the Japanese stock made from kombu and bonito flakes?\", opts:[\"Tsuyu\",\"Ponzu\",\"Mentsuyu\",\"Dashi\"], a:3},\r\n    {q:\"Which region of Spain produces Cava sparkling wine?\", opts:[\"Rioja\",\"Ribera del Duero\",\"Pened\u00e8s\",\"Galicia\"], a:2},\r\n    {q:\"What is the name of the Scottish dish of oatmeal fried with onion and fat?\", opts:[\"Brose\",\"Clapshot\",\"Skirlie\",\"Rumbledethumps\"], a:2},\r\n    {q:\"What does 'blanquette' refer to in French cooking?\", opts:[\"A white stew\",\"A clear broth\",\"A grilled white fish\",\"A white sauce\"], a:0},\r\n    {q:\"Which country produces the wine Gr\u00fcner Veltliner?\", opts:[\"Germany\",\"Switzerland\",\"Czechia\",\"Austria\"], a:3},\r\n    {q:\"What is the name of the Lebanese flatbread used in mezze?\", opts:[\"Lavash\",\"Markook\",\"Injera\",\"Pita\"], a:3},\r\n    {q:\"What is the primary function of salt in bread making?\", opts:[\"Flavour and yeast regulation\",\"Preventing staling\",\"Adding colour\",\"Activating gluten\"], a:0},\r\n    {q:\"Which country is the origin of the dish Bobotie?\", opts:[\"Kenya\",\"Nigeria\",\"Cameroon\",\"South Africa\"], a:3},\r\n    {q:\"What is the name of the Italian dried salt-cured beef from Lombardy?\", opts:[\"Bresaola\",\"Coppa\",\"Speck\",\"Guanciale\"], a:0},\r\n    {q:\"What type of vessel is traditionally used to make a risotto?\", opts:[\"A wok\",\"A wide, heavy-bottomed pan\",\"A casserole dish\",\"A saucepan\"], a:1},\r\n    {q:\"What is the name of the French term for the cooking juices released by meat?\", opts:[\"Fumet\",\"Fond\",\"Nage\",\"Jus\"], a:3},\r\n    {q:\"Which herb gives a B\u00e9arnaise its distinctively aniseed note?\", opts:[\"Basil\",\"Chervil\",\"Fennel\",\"Tarragon\"], a:3},\r\n    {q:\"What is the name of the Sicilian deep-fried street food made from chickpea flour?\", opts:[\"Suppl\u00ec\",\"Panelle\",\"Pane e Panelle\",\"Arancino\"], a:1},\r\n    {q:\"Which country produces the most almonds?\", opts:[\"Spain\",\"Iran\",\"Turkey\",\"USA\"], a:3},\r\n    {q:\"What is the name of the egg white and sugar mixture used in meringue?\", opts:[\"Chantilly\",\"Mousse\",\"Italian meringue\",\"Royal icing\"], a:2},\r\n    {q:\"What does Michel say is the difference between cooking and feeding people?\", opts:[\"Time and money\",\"Intention and attention\",\"Training and experience\",\"Love \u2014 which he says reluctantly\"], a:3},\r\n    {q:\"What is the name of the Moroccan clay pot used for slow cooking?\", opts:[\"Couscousi\u00e8re\",\"Couscoussier\",\"Tagine\",\"Tlayud\"], a:2},\r\n    {q:\"Which country produces the most saffron in the world?\", opts:[\"Spain\",\"Greece\",\"Kashmir\",\"Iran\"], a:3},\r\n    {q:\"What is the name of the technique of cooking meat in its own fat?\", opts:[\"Braising\",\"Saut\u00e9eing\",\"Rendering\",\"Confit\"], a:3},\r\n    {q:\"Which country is the origin of the fish sauce called nuoc mam?\", opts:[\"Thailand\",\"Cambodia\",\"Philippines\",\"Vietnam\"], a:3},\r\n    {q:\"What is the name of the Italian cold meat made from pork cheek?\", opts:[\"Coppa\",\"Pancetta\",\"Speck\",\"Guanciale\"], a:3},\r\n    {q:\"What does Ochaye drink at the bar that Michel has opinions about?\", opts:[\"Cheap blended whisky\",\"Lager\",\"Instant coffee\",\"Whatever needs finishing\"], a:0},\r\n    {q:\"What is the name of the paste used as a base in Thai curries?\", opts:[\"Nam prik\",\"Sambal\",\"Rempah\",\"Curry paste\"], a:3},\r\n    {q:\"Which type of yeast is used in traditional sourdough bread?\", opts:[\"Instant yeast\",\"Dried active yeast\",\"Baker's yeast\",\"Wild yeast\"], a:3},\r\n    {q:\"What is the name of the Spanish spice made from dried smoked peppers?\", opts:[\"Chilli flakes\",\"Cayenne\",\"Cumin\",\"Piment\u00f3n\"], a:3},\r\n    {q:\"What does Gnu Fungaiolo say is the correct moment to pick a truffle?\", opts:[\"When it smells right\",\"When the dog sits\",\"When the season says so\",\"When Michel asks\"], a:0},\r\n    {q:\"What is the name of the Chinese technique of flash-frying in very hot oil?\", opts:[\"Steaming\",\"Braising\",\"Red-cooking\",\"Velveting\"], a:3},\r\n    {q:\"Which country invented the doughnut?\", opts:[\"USA\",\"Netherlands\",\"Germany\",\"Austria\"], a:1},\r\n    {q:\"What is the name of the stage in bread making where dough is left to rise a second time?\", opts:[\"First proof\",\"Bulk fermentation\",\"Final proof\",\"Knocking back\"], a:2},\r\n    {q:\"What is the difference between 'mise en place' and 'batterie de cuisine'?\", opts:[\"Mise en place is the preparation, batterie is the equipment\",\"They mean the same thing\",\"Batterie is French prep, mise en place is Italian\",\"Mise en place is timing, batterie is ingredients\"], a:0},\r\n    {q:\"What is the name of the Vietnamese soup made with beef broth and rice noodles?\", opts:[\"Bun bo Hue\",\"Banh mi\",\"Bun cha\",\"Pho\"], a:3},\r\n    {q:\"What does Michel consider the greatest culinary sin?\", opts:[\"Adding ketchup to anything\",\"Overcooking pasta\",\"Not tasting as you cook\",\"Unseasoned food\"], a:2},\r\n    {q:\"Which country is the origin of Peking Duck?\", opts:[\"Vietnam\",\"Japan\",\"China\",\"Korea\"], a:2},\r\n    {q:\"What is the name of the egg-based Italian pasta sauce that should never contain cream?\", opts:[\"Amatriciana\",\"Carbonara\",\"Cacio e pepe\",\"Gricia\"], a:1},\r\n    {q:\"What is the correct temperature to serve a full-bodied red wine?\", opts:[\"8\u201310\u00b0C\",\"12\u201314\u00b0C\",\"16\u201318\u00b0C\",\"20\u201322\u00b0C\"], a:2},\r\n    {q:\"What is the name of the French term for a sauce made with reduced stock and butter?\", opts:[\"Beurre noisette\",\"Beurre blanc\",\"Monter au beurre\",\"Beurre mani\u00e9\"], a:2},\r\n    {q:\"What does Mrs Cheddar add to scrambled eggs that Cheddar calls an abomination?\", opts:[\"Cream\",\"Butter\",\"Milk\",\"Both butter and milk\"], a:0},\r\n    {q:\"What is the name of the process of adding cold butter to a sauce to give it gloss?\", opts:[\"Finishing\",\"Monter au beurre\",\"Nappe\",\"Liaise\"], a:1},\r\n    {q:\"Which country is the origin of the dish Chicken Mole Poblano?\", opts:[\"Colombia\",\"Peru\",\"Spain\",\"Mexico\"], a:3},\r\n    {q:\"What is the name of the classic Venetian cocktail made from prosecco and bitter Aperol?\", opts:[\"Bellini\",\"Sbagliato\",\"Spritz\",\"Negroni Bianco\"], a:2},\r\n    {q:\"What does 'five-spice' refer to in Chinese cooking?\", opts:[\"Five spices combined to create balance\",\"Always exactly five specific spices\",\"Five courses using spice\",\"A regional spice tradition\"], a:1},\r\n    {q:\"Which country produces Vinho Verde?\", opts:[\"Spain\",\"Italy\",\"Argentina\",\"Portugal\"], a:3},\r\n    {q:\"What is the name of the dense Scottish fruit cake traditionally eaten at Christmas?\", opts:[\"Black bun\",\"Dundee cake\",\"Selkirk bannock\",\"Clootie dumpling\"], a:1},\r\n    {q:\"What does Michel say at the end of a service he is satisfied with?\", opts:[\"'Bon'\",\"'Bien'\",\"'Voil\u00e0'\",\"Nothing \u2014 he cleans down and goes home\"], a:3},\r\n    {q:\"What is the term for cooking a steak so that it is warm red throughout?\", opts:[\"Blue\",\"Rare\",\"Medium rare\",\"Well done\"], a:1},\r\n    ]\r\n  },\r\n  {\r\n    id:3, name:\"Cheddar's Jukebox\", cat:\"Music & Pop Culture\", free:false,\r\n    intro:\"Cheddar has been planning this round for three weeks. He lost the original questions. These are the second version. He's very pleased with them.\",\r\n    ochaye:\"Round Three. Cheddar's round. Music. He's been at that jukebox all morning. Mrs Cheddar is not well pleased.\",\r\n    qs:[\r\n      {q:\"Which band released the album 'Dark Side of the Moon'?\", opts:[\"Led Zeppelin\",\"Pink Floyd\",\"The Beatles\",\"The Rolling Stones\"], a:1},\r\n      {q:\"What letter does Bowie file under in Cheddar's jukebox?\", opts:[\"A\",\"B\",\"D\",\"Z\"], a:1},\r\n      {q:\"How many strings does a standard guitar have?\", opts:[\"4\",\"5\",\"6\",\"7\"], a:2},\r\n      {q:\"Which Scottish city is famous for the music festival T in the Park?\", opts:[\"Edinburgh\",\"Glasgow\",\"Dundee\",\"Aberdeen\"], a:1},\r\n      {q:\"What instrument does a pianist play?\", opts:[\"Violin\",\"Guitar\",\"Piano\",\"Trumpet\"], a:2},\r\n      {q:\"Who sang 'Purple Rain'?\", opts:[\"Michael Jackson\",\"James Brown\",\"Prince\",\"Stevie Wonder\"], a:2},\r\n      {q:\"What is the best-selling album of all time?\", opts:[\"Back in Black\",\"Thriller\",\"The Dark Side of the Moon\",\"Led Zeppelin IV\"], a:1},\r\n      {q:\"Which band is Freddie Mercury associated with?\", opts:[\"The Who\",\"Led Zeppelin\",\"Queen\",\"Aerosmith\"], a:2},\r\n      {q:\"In what decade was rock and roll born?\", opts:[\"1930s\",\"1940s\",\"1950s\",\"1960s\"], a:2},\r\n      {q:\"What nationality is ABBA?\", opts:[\"Norwegian\",\"Danish\",\"Finnish\",\"Swedish\"], a:3},\r\n      {q:\"Who wrote the opera 'La Traviata'?\", opts:[\"Puccini\",\"Rossini\",\"Verdi\",\"Mozart\"], a:2},\r\n      {q:\"Which instrument did Miles Davis play?\", opts:[\"Saxophone\",\"Drums\",\"Bass\",\"Trumpet\"], a:3},\r\n      {q:\"What was The Beatles' first number one single in the UK?\", opts:[\"Love Me Do\",\"She Loves You\",\"From Me to You\",\"Please Please Me\"], a:2},\r\n      {q:\"Which singer is known as the 'Queen of Soul'?\", opts:[\"Whitney Houston\",\"Diana Ross\",\"Tina Turner\",\"Aretha Franklin\"], a:3},\r\n      {q:\"How many symphonies did Beethoven compose?\", opts:[\"7\",\"8\",\"9\",\"10\"], a:2},\r\n      {q:\"Which Scottish band sang 'Flower of Scotland'?\", opts:[\"Runrig\",\"The Proclaimers\",\"Simple Minds\",\"Travis\"], a:0},\r\n      {q:\"What does BPM stand for in music?\", opts:[\"Bass Per Minute\",\"Beats Per Measure\",\"Beats Per Minute\",\"Bars Per Movement\"], a:2},\r\n      {q:\"Which musician is known as 'The Boss'?\", opts:[\"Bob Dylan\",\"Billy Joel\",\"Tom Petty\",\"Bruce Springsteen\"], a:3},\r\n      {q:\"In which city is the famous music venue the Barrowlands?\", opts:[\"Edinburgh\",\"Aberdeen\",\"Dundee\",\"Glasgow\"], a:3},\r\n      {q:\"What instrument is Yo-Yo Ma famous for playing?\", opts:[\"Violin\",\"Viola\",\"Cello\",\"Double Bass\"], a:2},\r\n      {q:\"Who sang the Bond theme 'Skyfall'?\", opts:[\"Shirley Bassey\",\"Adele\",\"Sam Smith\",\"Billie Eilish\"], a:1},\r\n      {q:\"Which band recorded 'Bohemian Rhapsody'?\", opts:[\"The Rolling Stones\",\"David Bowie\",\"Queen\",\"Elton John\"], a:2},\r\n      {q:\"What was Elvis Presley's middle name?\", opts:[\"Joseph\",\"Aaron\",\"James\",\"Lee\"], a:1},\r\n      {q:\"How many keys does a standard piano have?\", opts:[\"72\",\"76\",\"88\",\"92\"], a:2},\r\n      {q:\"Which Scottish duo is famous for the song '500 Miles'?\", opts:[\"The Waterboys\",\"Teenage Fanclub\",\"Aztec Camera\",\"The Proclaimers\"], a:3},\r\n      {q:\"What does Cheddar always say when a good song comes on?\", opts:[\"'That's the one'\",\"'Pure dead brilliant'\",\"'Aye, that'll do'\",\"'Volume up, Mrs Cheddar'\"], a:3},\r\n      {q:\"Who wrote 'A Day in the Life' by The Beatles?\", opts:[\"Ringo Starr\",\"George Harrison\",\"John Lennon and Paul McCartney\",\"George Martin\"], a:2},\r\n      {q:\"Which musical term means to play slowly?\", opts:[\"Allegro\",\"Forte\",\"Largo\",\"Presto\"], a:2},\r\n      {q:\"Which decade did punk rock emerge?\", opts:[\"1960s\",\"1970s\",\"1980s\",\"1990s\"], a:1},\r\n      {q:\"Who is the lead singer of Radiohead?\", opts:[\"Chris Martin\",\"Damon Albarn\",\"Thom Yorke\",\"Brett Anderson\"], a:2},\r\n      {q:\"What instrument does a percussionist primarily play?\", opts:[\"Wind instruments\",\"String instruments\",\"Keyboard instruments\",\"Drums and rhythm instruments\"], a:3},\r\n      {q:\"Which country does reggae music originate from?\", opts:[\"Trinidad\",\"Cuba\",\"Haiti\",\"Jamaica\"], a:3},\r\n      {q:\"Who sang 'Heroes' in 1977?\", opts:[\"Lou Reed\",\"Iggy Pop\",\"Brian Eno\",\"David Bowie\"], a:3},\r\n      {q:\"What does a conductor use to lead an orchestra?\", opts:[\"A wand\",\"A baton\",\"A staff\",\"A rod\"], a:1},\r\n      {q:\"Which US city is known as the birthplace of jazz?\", opts:[\"Chicago\",\"Memphis\",\"Nashville\",\"New Orleans\"], a:3},\r\n      {q:\"What year was Spotify launched?\", opts:[\"2006\",\"2007\",\"2008\",\"2009\"], a:1},\r\n      {q:\"Which band's lead singer was Ian Curtis?\", opts:[\"The Cure\",\"Bauhaus\",\"Joy Division\",\"Siouxsie and the Banshees\"], a:2},\r\n      {q:\"Who composed 'The Four Seasons'?\", opts:[\"Handel\",\"Bach\",\"Vivaldi\",\"Telemann\"], a:2},\r\n      {q:\"What is the name of the lowest male singing voice?\", opts:[\"Baritone\",\"Tenor\",\"Bass\",\"Countertenor\"], a:2},\r\n      {q:\"Which band released the album 'OK Computer'?\", opts:[\"Blur\",\"Oasis\",\"Pulp\",\"Radiohead\"], a:3},\r\n      {q:\"What is the Italian word for 'loud' in musical notation?\", opts:[\"Piano\",\"Pianissimo\",\"Forte\",\"Fortissimo\"], a:2},\r\n      {q:\"Which instrument is Jimi Hendrix famous for?\", opts:[\"Bass guitar\",\"Drums\",\"Electric guitar\",\"Keyboard\"], a:2},\r\n      {q:\"What is the time signature of a waltz?\", opts:[\"2\/4\",\"4\/4\",\"3\/4\",\"6\/8\"], a:2},\r\n      {q:\"Who sang 'Back in Black'?\", opts:[\"Deep Purple\",\"AC\/DC\",\"Metallica\",\"Black Sabbath\"], a:1},\r\n      {q:\"What genre of music originated in Detroit in the 1980s?\", opts:[\"Hip hop\",\"Techno\",\"Grunge\",\"Britpop\"], a:1},\r\n      {q:\"Who played guitar in The Rolling Stones?\", opts:[\"Eric Clapton\",\"Jeff Beck\",\"Pete Townshend\",\"Keith Richards\"], a:3},\r\n      {q:\"What is the name of Cheddar's favourite song on the jukebox?\", opts:[\"'Herd of Gold'\",\"'GnuTown Shuffle'\",\"'It's Complicated, Mrs Cheddar'\",\"'Pull Up a Stool'\"], a:3},\r\n      {q:\"Which Scottish singer released the album 'Chasing Pirates'?\", opts:[\"Annie Lennox\",\"Sharleen Spiteri\",\"Amy Macdonald\",\"Norah Jones\"], a:2},\r\n      {q:\"What note is concert pitch tuned to?\", opts:[\"A 220 Hz\",\"A 440 Hz\",\"A 480 Hz\",\"A 400 Hz\"], a:1},\r\n      {q:\"Which band released the Glastonbury-defining set in 1995 as a last-minute replacement?\", opts:[\"Pulp\",\"Elastica\",\"Blur\",\"Oasis\"], a:0},\r\n    ,\r\n      {q:\"Who sang 'Jolene'?\", opts:[\"Tammy Wynette\",\"Loretta Lynn\",\"Emmylou Harris\",\"Dolly Parton\"], a:3},\r\n    {q:\"What is the name of The Rolling Stones' tongue-and-lips logo designer?\", opts:[\"Andy Warhol\",\"John Pasche\",\"Peter Blake\",\"Storm Thorgerson\"], a:1},\r\n    {q:\"Which Scottish band sang 'Don't You (Forget About Me)'?\", opts:[\"The Associates\",\"Simple Minds\",\"Big Country\",\"The Waterboys\"], a:1},\r\n    {q:\"What is the highest note in standard vocal classification?\", opts:[\"Mezzo-soprano\",\"Soprano\",\"Contralto\",\"Coloratura soprano\"], a:3},\r\n    {q:\"Who wrote the opera 'The Magic Flute'?\", opts:[\"Beethoven\",\"Handel\",\"Schubert\",\"Mozart\"], a:3},\r\n    {q:\"What instrument does a bassoonist play?\", opts:[\"A brass instrument\",\"A woodwind instrument\",\"A string instrument\",\"A keyboard instrument\"], a:1},\r\n    {q:\"Which band had a 1994 hit with 'Parklife'?\", opts:[\"Oasis\",\"Suede\",\"Elastica\",\"Blur\"], a:3},\r\n    {q:\"What is the name of Bob Dylan's real surname?\", opts:[\"Zimmerman\",\"Goldman\",\"Feldman\",\"Bernstein\"], a:0},\r\n    {q:\"Who composed 'Clair de Lune'?\", opts:[\"Chopin\",\"Satie\",\"Debussy\",\"Ravel\"], a:2},\r\n    {q:\"Which decade did hip hop originate in?\", opts:[\"1960s\",\"1970s\",\"1980s\",\"1990s\"], a:1},\r\n    {q:\"What is the name of the lead singer of The Clash?\", opts:[\"Mick Jones\",\"Paul Simonon\",\"Topper Headon\",\"Joe Strummer\"], a:3},\r\n    {q:\"How many strings does a bass guitar typically have?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:1},\r\n    {q:\"Which musician is known as 'Slowhand'?\", opts:[\"Jeff Beck\",\"Jimmy Page\",\"Eric Clapton\",\"Mark Knopfler\"], a:2},\r\n    {q:\"What year was Michael Jackson's 'Thriller' released?\", opts:[\"1980\",\"1981\",\"1982\",\"1983\"], a:3},\r\n    {q:\"Which composer wrote 'The Rite of Spring'?\", opts:[\"Bart\u00f3k\",\"Prokofiev\",\"Shostakovich\",\"Stravinsky\"], a:3},\r\n    {q:\"What does 'forte' mean in musical notation?\", opts:[\"Slow\",\"Loud\",\"Soft\",\"Fast\"], a:1},\r\n    {q:\"Which genre did The Velvet Underground help pioneer?\", opts:[\"Prog rock\",\"Art rock\",\"Glam rock\",\"Punk rock\"], a:1},\r\n    {q:\"Who is the lead vocalist of Fleetwood Mac?\", opts:[\"Christine McVie only\",\"Stevie Nicks only\",\"Both Christine McVie and Stevie Nicks\",\"Lindsey Buckingham\"], a:2},\r\n    {q:\"What is the name of the pub in the Proclaimers song '500 Miles'?\", opts:[\"There is no pub in the song\",\"The Auld Hoose\",\"The Halfway Bar\",\"The Stagger Inn\"], a:0},\r\n    {q:\"Which instrument family does the oboe belong to?\", opts:[\"Brass\",\"Strings\",\"Woodwind\",\"Percussion\"], a:2},\r\n    {q:\"What year did Nirvana release 'Nevermind'?\", opts:[\"1989\",\"1990\",\"1991\",\"1992\"], a:2},\r\n    {q:\"Who wrote the score for the film 'Schindler's List'?\", opts:[\"Hans Zimmer\",\"John Williams\",\"Ennio Morricone\",\"Howard Shore\"], a:1},\r\n    {q:\"Which Scottish singer is known for the song 'Baker Street'?\", opts:[\"Rod Stewart\",\"Donovan\",\"Gerry Rafferty\",\"Lulu\"], a:2},\r\n    {q:\"What is the name of the musical interval between two notes of the same pitch?\", opts:[\"Unison\",\"Octave\",\"Fifth\",\"Third\"], a:0},\r\n    {q:\"Who sang the original 'I Will Always Love You'?\", opts:[\"Whitney Houston\",\"Celine Dion\",\"Dolly Parton\",\"Mariah Carey\"], a:2},\r\n    {q:\"What does 'pizzicato' mean in string playing?\", opts:[\"Play with the bow\",\"Play very softly\",\"Pluck the strings\",\"Play harmonics\"], a:2},\r\n    {q:\"Which band released the album 'Rumours' in 1977?\", opts:[\"Eagles\",\"Fleetwood Mac\",\"Steely Dan\",\"Crosby Stills Nash & Young\"], a:1},\r\n    {q:\"What musical key has no sharps or flats?\", opts:[\"G major\",\"D major\",\"C major\",\"F major\"], a:2},\r\n    {q:\"Who sang 'Ring of Fire'?\", opts:[\"Waylon Jennings\",\"Willie Nelson\",\"Merle Haggard\",\"Johnny Cash\"], a:3},\r\n    {q:\"Which Scottish festival held every August features classical music?\", opts:[\"Celtic Connections\",\"Rockness\",\"Edinburgh International Festival\",\"TRNSMT\"], a:2},\r\n    {q:\"What does Cheddar do when he disagrees with a question on music?\", opts:[\"He stays quiet\",\"He argues with Ochaye\",\"He consults the jukebox\",\"He asks Mrs Cheddar\"], a:1},\r\n    {q:\"What is the highest-pitched instrument in a standard orchestra?\", opts:[\"Flute\",\"Piccolo\",\"Violin\",\"Oboe\"], a:1},\r\n    {q:\"Who produced The Beatles' records at Abbey Road?\", opts:[\"Brian Epstein\",\"Phil Spector\",\"George Martin\",\"Geoff Emerick\"], a:2},\r\n    {q:\"What does 'legato' mean in music?\", opts:[\"Short and detached\",\"Smooth and connected\",\"Loud and dramatic\",\"Slow and heavy\"], a:1},\r\n    {q:\"Which musician released 'What's Going On' in 1971?\", opts:[\"Stevie Wonder\",\"Curtis Mayfield\",\"Al Green\",\"Marvin Gaye\"], a:3},\r\n    {q:\"Which opera features the aria 'Nessun Dorma'?\", opts:[\"La Boh\u00e8me\",\"Madama Butterfly\",\"Turandot\",\"Tosca\"], a:2},\r\n    {q:\"What is the name of the instrument played by a DJ to manipulate records?\", opts:[\"Stylus\",\"Crossfader\",\"Turntable\",\"Mixer\"], a:2},\r\n    {q:\"Who recorded 'Strange Fruit' in 1939?\", opts:[\"Ella Fitzgerald\",\"Sarah Vaughan\",\"Billie Holiday\",\"Nina Simone\"], a:2},\r\n    {q:\"Which Scottish city hosts Celtic Connections music festival?\", opts:[\"Edinburgh\",\"Dundee\",\"Aberdeen\",\"Glasgow\"], a:3},\r\n    {q:\"What does 'a cappella' mean?\", opts:[\"With piano accompaniment\",\"Without any instruments\",\"Very quietly\",\"With full orchestra\"], a:1},\r\n    {q:\"Who played bass in Led Zeppelin?\", opts:[\"Robert Plant\",\"John Bonham\",\"Jimmy Page\",\"John Paul Jones\"], a:3},\r\n    {q:\"What is the name of Beethoven's only opera?\", opts:[\"Don Giovanni\",\"Fidelio\",\"The Marriage of Figaro\",\"Cos\u00ec fan tutte\"], a:1},\r\n    {q:\"Which genre is associated with New Orleans and characterised by improvisation?\", opts:[\"Blues\",\"Soul\",\"Jazz\",\"Gospel\"], a:2},\r\n    {q:\"What is Gnu Wave's preferred genre at the GnuTown Bar jukebox?\", opts:[\"Classic rock\",\"Jazz standards\",\"Ambient electronic\",\"It changes with the season\"], a:3},\r\n    {q:\"What is the name of the recording studio in London where The Beatles recorded?\", opts:[\"Trident Studios\",\"Rockfield\",\"RAK Studios\",\"Abbey Road\"], a:3},\r\n    {q:\"Who sang 'Son of a Preacher Man'?\", opts:[\"Aretha Franklin\",\"Dusty Springfield\",\"Petula Clark\",\"Sandie Shaw\"], a:1},\r\n    {q:\"What is the musical term for gradually getting louder?\", opts:[\"Decrescendo\",\"Diminuendo\",\"Ritardando\",\"Crescendo\"], a:3},\r\n    {q:\"Which band released 'Wish You Were Here' in 1975?\", opts:[\"Genesis\",\"Yes\",\"Pink Floyd\",\"King Crimson\"], a:2},\r\n    {q:\"What country does the instrument the sitar originate from?\", opts:[\"Pakistan\",\"Iran\",\"India\",\"Bangladesh\"], a:2},\r\n    {q:\"What does Mrs Cheddar say every time the jukebox plays too loud?\", opts:[\"'Cheddar!'\",\"'Turn it down!'\",\"'Not that one again'\",\"She doesn't say \u2014 she just gives a look\"], a:3},\r\n    ,\r\n      {q:\"What year did The Beatles split up?\", opts:[\"1968\",\"1969\",\"1970\",\"1971\"], a:2},\r\n    {q:\"Which instrument is Dizzy Gillespie famous for playing?\", opts:[\"Saxophone\",\"Clarinet\",\"Trombone\",\"Trumpet\"], a:3},\r\n    {q:\"Who wrote 'Swan Lake'?\", opts:[\"Prokofiev\",\"Stravinsky\",\"Tchaikovsky\",\"Rimsky-Korsakov\"], a:2},\r\n    {q:\"What is the name of the musical term for getting gradually quieter?\", opts:[\"Ritardando\",\"Crescendo\",\"Accelerando\",\"Diminuendo\"], a:3},\r\n    {q:\"Which band released the album 'Born to Run'?\", opts:[\"The Eagles\",\"Tom Petty and the Heartbreakers\",\"Bruce Springsteen and the E Street Band\",\"Aerosmith\"], a:2},\r\n    {q:\"What is the name of the lead singer of the Arctic Monkeys?\", opts:[\"Miles Kane\",\"Jamie Cook\",\"Matt Helders\",\"Alex Turner\"], a:3},\r\n    {q:\"Which instrument did John Coltrane play?\", opts:[\"Trumpet\",\"Piano\",\"Drums\",\"Saxophone\"], a:3},\r\n    {q:\"What is the name of Beethoven's 'Moonlight Sonata' in formal terms?\", opts:[\"Piano Sonata No. 13\",\"Piano Sonata No. 14\",\"Piano Sonata No. 15\",\"Piano Sonata No. 16\"], a:1},\r\n    {q:\"Which country does the musical genre Afrobeats primarily originate from?\", opts:[\"Ghana\",\"South Africa\",\"Kenya\",\"Nigeria\"], a:3},\r\n    {q:\"Who was the lead guitarist of Queen?\", opts:[\"Roger Taylor\",\"John Deacon\",\"Brian May\",\"Freddie Mercury\"], a:2},\r\n    {q:\"What is the name of the annual music awards ceremony in the UK?\", opts:[\"The Grammys\",\"The Mercury Prize\",\"The Ivor Novellos\",\"The BRIT Awards\"], a:3},\r\n    {q:\"Which of these is a type of musical canon?\", opts:[\"Fugue\",\"Madrigal\",\"Rondo\",\"Aria\"], a:0},\r\n    {q:\"What year was 'Nevermind' by Nirvana released?\", opts:[\"1989\",\"1990\",\"1991\",\"1992\"], a:2},\r\n    {q:\"Which city is considered the birthplace of the blues?\", opts:[\"Chicago\",\"Memphis\",\"Atlanta\",\"New Orleans\"], a:1},\r\n    {q:\"What does 'dal segno' mean in music?\", opts:[\"Repeat from the beginning\",\"From the sign\",\"Slow down\",\"To the end\"], a:1},\r\n    {q:\"Who sang 'Respect' in 1967?\", opts:[\"Diana Ross\",\"Nina Simone\",\"Tina Turner\",\"Aretha Franklin\"], a:3},\r\n    {q:\"What is the name of the highest male voice type?\", opts:[\"Tenor\",\"Baritone\",\"Bass\",\"Countertenor\"], a:3},\r\n    {q:\"Which band released 'London Calling' in 1979?\", opts:[\"The Jam\",\"The Buzzcocks\",\"The Clash\",\"The Damned\"], a:2},\r\n    {q:\"What is the name of Cheddar's second-favourite song on the jukebox?\", opts:[\"He hasn't decided yet\",\"He refuses to rank them\",\"It changes weekly\",\"Mrs Cheddar chose it\"], a:0},\r\n    {q:\"Which instrument family does a saxophone belong to?\", opts:[\"Brass\",\"Strings\",\"Percussion\",\"Woodwind\"], a:3},\r\n    {q:\"Who composed 'F\u00fcr Elise'?\", opts:[\"Schubert\",\"Mozart\",\"Brahms\",\"Beethoven\"], a:3},\r\n    {q:\"What year did Elvis Presley die?\", opts:[\"1975\",\"1976\",\"1977\",\"1978\"], a:2},\r\n    {q:\"Which band released the debut album 'Please Please Me'?\", opts:[\"The Rolling Stones\",\"The Who\",\"The Kinks\",\"The Beatles\"], a:3},\r\n    {q:\"What is the name of the famous Austrian family singing group depicted in 'The Sound of Music'?\", opts:[\"The von Trapp family\",\"The Strauss family\",\"The Mozart family\",\"The Haydn family\"], a:0},\r\n    {q:\"What does 'syncopation' mean in music?\", opts:[\"Playing in 3\/4 time\",\"Emphasising off-beats\",\"Playing two notes at once\",\"Slowing gradually\"], a:1},\r\n    {q:\"Which Scottish musician recorded 'Stuck in the Middle with You'?\", opts:[\"Roddy Frame\",\"Joe Egan\",\"Gerry Rafferty\",\"Donovan\"], a:2},\r\n    {q:\"What is the name of the annual award for the best British album?\", opts:[\"The Turner Prize\",\"The Mercury Prize\",\"The BRIT Award\",\"The Ivor Novello\"], a:1},\r\n    {q:\"Which instrument does a marimbist play?\", opts:[\"A type of drum\",\"A brass instrument\",\"A keyboard percussion instrument\",\"A plucked string instrument\"], a:2},\r\n    {q:\"What is the name of Bach's set of six suites for solo cello?\", opts:[\"The Goldberg Variations\",\"The Well-Tempered Clavier\",\"The Cello Suites\",\"The Brandenburg Concertos\"], a:2},\r\n    {q:\"Who sang 'God Save the Queen' in 1977 \u2014 the punk version?\", opts:[\"The Clash\",\"The Damned\",\"Buzzcocks\",\"Sex Pistols\"], a:3},\r\n    {q:\"What is the name of the technique of plucking violin strings?\", opts:[\"Arco\",\"Col legno\",\"Sul ponticello\",\"Pizzicato\"], a:3},\r\n    {q:\"Which country does Samba music originate from?\", opts:[\"Cuba\",\"Argentina\",\"Colombia\",\"Brazil\"], a:3},\r\n    {q:\"What year did David Bowie release 'Ziggy Stardust'?\", opts:[\"1970\",\"1971\",\"1972\",\"1973\"], a:2},\r\n    {q:\"Who is the lead singer of Radiohead?\", opts:[\"Jonny Greenwood\",\"Ed O'Brien\",\"Colin Greenwood\",\"Thom Yorke\"], a:3},\r\n    {q:\"What is the name of the musical term for a piece played at a walking pace?\", opts:[\"Allegro\",\"Moderato\",\"Andante\",\"Adagio\"], a:2},\r\n    {q:\"Which guitarist is known as 'Old Slow Hand'?\", opts:[\"Jeff Beck\",\"Mark Knopfler\",\"Eric Clapton\",\"Carlos Santana\"], a:2},\r\n    {q:\"What does Gnu Wave say is the sign of a perfect playlist?\", opts:[\"Every song is a classic\",\"No one skips a track\",\"People don't notice it ending\",\"It covers every decade\"], a:2},\r\n    {q:\"Which band released 'Waterloo' and won Eurovision in 1974?\", opts:[\"Roxette\",\"ABBA\",\"Boney M\",\"Europe\"], a:1},\r\n    {q:\"What is the name of the musical sign that raises a note by a semitone?\", opts:[\"Flat\",\"Natural\",\"Sharp\",\"Clef\"], a:2},\r\n    {q:\"Which famous Edinburgh music venue closed in 2024?\", opts:[\"The Liquid Room\",\"Sneaky Pete's\",\"The Picture House\",\"Cabaret Voltaire\"], a:2},\r\n    {q:\"What is the name of Chopin's piano piece nicknamed 'Minute Waltz'?\", opts:[\"Waltz in D-flat major\",\"Waltz in A-flat major\",\"Waltz in E minor\",\"Waltz in C-sharp minor\"], a:0},\r\n    {q:\"Which band had hits with 'Common People' and 'Disco 2000'?\", opts:[\"Suede\",\"Elastica\",\"Sleeper\",\"Pulp\"], a:3},\r\n    {q:\"What is the name of the lowest female singing voice?\", opts:[\"Mezzo-soprano\",\"Contralto\",\"Alto\",\"Soprano\"], a:1},\r\n    {q:\"Who produced most of David Bowie's Berlin-era albums?\", opts:[\"George Martin\",\"Tony Visconti\",\"Chris Thomas\",\"Quincy Jones\"], a:1},\r\n    {q:\"What is the name of the famous music hall in Vienna?\", opts:[\"The Staatsoper\",\"The Wiener Philharmoniker\",\"The Musikverein\",\"The Konzerthaus\"], a:2},\r\n    {q:\"Which Scottish band released 'The Skye Boat Song' as a rock arrangement?\", opts:[\"Runrig\",\"The Waterboys\",\"Capercaillie\",\"Silly Wizard\"], a:0},\r\n    {q:\"What is the term for music that follows no key or tonal centre?\", opts:[\"Modal\",\"Atonal\",\"Polytonal\",\"Chromatic\"], a:1},\r\n    {q:\"Who sang 'The First Time Ever I Saw Your Face'?\", opts:[\"Joan Baez\",\"Joni Mitchell\",\"Carly Simon\",\"Roberta Flack\"], a:3},\r\n    {q:\"What does Mrs Cheddar request every time Cheddar plays music at home?\", opts:[\"Something quieter\",\"Something from before his time\",\"Something she knows\",\"Volume control, Cheddar\"], a:3},\r\n    {q:\"Which of these is a Scottish traditional instrument?\", opts:[\"Hurdy-gurdy\",\"Bodhran\",\"Tin whistle\",\"Clarsach\"], a:3},\r\n    ,\r\n      {q:\"What year did Queen release 'Bohemian Rhapsody'?\", opts:[\"1973\",\"1974\",\"1975\",\"1976\"], a:2},\r\n    {q:\"Who composed the opera 'The Barber of Seville'?\", opts:[\"Verdi\",\"Donizetti\",\"Bellini\",\"Rossini\"], a:3},\r\n    {q:\"What is the name of the piano technique where both pedals are used?\", opts:[\"Sostenuto\",\"Damper\",\"Una corda\",\"Full pedal\"], a:2},\r\n    {q:\"Which band released 'Blue Monday' in 1983?\", opts:[\"The Cure\",\"Joy Division\",\"New Order\",\"Depeche Mode\"], a:2},\r\n    {q:\"What is the name of the Scottish folk song about a battle at Culloden?\", opts:[\"Flower of Scotland\",\"Loch Lomond\",\"The Skye Boat Song\",\"Dark Lochnagar\"], a:2},\r\n    {q:\"Who played drums in The Beatles?\", opts:[\"George Harrison\",\"Paul McCartney\",\"John Lennon\",\"Ringo Starr\"], a:3},\r\n    {q:\"What does 'tutti' mean in orchestral music?\", opts:[\"All musicians play together\",\"Very quietly\",\"With great expression\",\"In pairs\"], a:0},\r\n    {q:\"Which Scottish singer released 'Streets of London'?\", opts:[\"Donovan\",\"Ralph McTell\",\"Billy Connolly\",\"Gerry Rafferty\"], a:1},\r\n    {q:\"What is the name of the technique in music where a theme is repeated in different voices?\", opts:[\"Harmony\",\"Counterpoint\",\"Fugue\",\"Canon\"], a:3},\r\n    {q:\"Who wrote the musical 'Les Mis\u00e9rables'?\", opts:[\"Andrew Lloyd Webber\",\"Claude-Michel Sch\u00f6nberg\",\"Stephen Sondheim\",\"Tim Rice\"], a:1},\r\n    {q:\"What is the name of the famous jazz club in New York?\", opts:[\"The Blue Note\",\"Ronnie Scott's\",\"The Village Vanguard\",\"Birdland\"], a:2},\r\n    {q:\"Which instrument does Yo-Yo Ma play?\", opts:[\"Violin\",\"Viola\",\"Double bass\",\"Cello\"], a:3},\r\n    {q:\"What year did Oasis release '(What's the Story) Morning Glory?'\", opts:[\"1993\",\"1994\",\"1995\",\"1996\"], a:2},\r\n    {q:\"What is the name of the musical direction that means 'at the performer's discretion'?\", opts:[\"Ad libitum\",\"Da capo\",\"Senza misura\",\"Rubato\"], a:0},\r\n    {q:\"Which country does the genre Cumbia originate from?\", opts:[\"Mexico\",\"Peru\",\"Venezuela\",\"Colombia\"], a:3},\r\n    {q:\"What is the name of Beethoven's third symphony?\", opts:[\"Pastoral\",\"Choral\",\"Jupiter\",\"Eroica\"], a:3},\r\n    {q:\"Who sang 'Strange Fruit'?\", opts:[\"Ella Fitzgerald\",\"Billie Holiday\",\"Nina Simone\",\"Sarah Vaughan\"], a:1},\r\n    {q:\"What is the name of the annual Scottish fiddle competition held in Inverness?\", opts:[\"The Highland Fling\",\"The Strathspey Festival\",\"The Royal National M\u00f2d\",\"The Scottish Fiddle Orchestra Championship\"], a:2},\r\n    {q:\"What does Cheddar always do after a song he loves finishes on the jukebox?\", opts:[\"He starts it again\",\"He nods slowly\",\"He announces it to the bar\",\"He tells Mrs Cheddar she was wrong about it\"], a:1},\r\n    {q:\"What is the time signature of most marches?\", opts:[\"3\/4\",\"4\/4\",\"2\/4\",\"6\/8\"], a:2},\r\n    {q:\"Which band released 'Smells Like Teen Spirit'?\", opts:[\"Pearl Jam\",\"Soundgarden\",\"Alice in Chains\",\"Nirvana\"], a:3},\r\n    {q:\"What is the name of the instrument played by a timpanist?\", opts:[\"Bass drum\",\"Snare drum\",\"Kettle drum\",\"Tenor drum\"], a:2},\r\n    {q:\"Which musician released the album 'Kind of Blue' in 1959?\", opts:[\"John Coltrane\",\"Thelonious Monk\",\"Charlie Parker\",\"Miles Davis\"], a:3},\r\n    {q:\"What is the name of the musical technique of sliding between two notes?\", opts:[\"Tremolo\",\"Vibrato\",\"Portamento\",\"Glissando\"], a:2},\r\n    {q:\"Who produced the 'Wall of Sound' recording technique?\", opts:[\"George Martin\",\"Berry Gordy\",\"Brian Wilson\",\"Phil Spector\"], a:3},\r\n    {q:\"Which Scottish city is home to the BBC Scottish Symphony Orchestra?\", opts:[\"Edinburgh\",\"Dundee\",\"Aberdeen\",\"Glasgow\"], a:3},\r\n    {q:\"What does Gnu Wave do when someone requests a song he doesn't have?\", opts:[\"He apologises\",\"He finds an alternative\",\"He says he'll get it for next time\",\"He pretends it doesn't exist\"], a:1},\r\n    {q:\"What is the name of the famous opera house in Sydney?\", opts:[\"Sydney Lyric\",\"Sydney Arts Centre\",\"Royal Theatre Sydney\",\"Sydney Opera House\"], a:3},\r\n    {q:\"Which composer wrote 'The Messiah'?\", opts:[\"Bach\",\"Haydn\",\"Vivaldi\",\"Handel\"], a:3},\r\n    {q:\"What is the name of the musical term for a gradual quickening of tempo?\", opts:[\"Ritardando\",\"Rallentando\",\"Accelerando\",\"Stringendo\"], a:2},\r\n    {q:\"Who sang 'Whiter Shade of Pale'?\", opts:[\"Procol Harum\",\"The Doors\",\"Jefferson Airplane\",\"The Byrds\"], a:0},\r\n    {q:\"What is the name of the guitar technique where strings are struck close to the bridge for a bright tone?\", opts:[\"Sul tasto\",\"Harmonics\",\"Sul ponticello\",\"Tremolo picking\"], a:2},\r\n    {q:\"Which band released 'Parklife', 'Country House' and 'The Universal'?\", opts:[\"Oasis\",\"Suede\",\"Elastica\",\"Blur\"], a:3},\r\n    {q:\"What is the name of the famous Edinburgh venue on Lothian Road that hosts classical concerts?\", opts:[\"The Usher Hall\",\"The Queen's Hall\",\"The Festival Theatre\",\"St Cecilia's Hall\"], a:0},\r\n    {q:\"What year was Spotify founded?\", opts:[\"2006\",\"2007\",\"2008\",\"2009\"], a:1},\r\n    {q:\"Which composer is known as the 'Waltz King'?\", opts:[\"Chopin\",\"Liszt\",\"Brahms\",\"Johann Strauss II\"], a:3},\r\n    {q:\"What is the name of the Scottish Gaelic song tradition?\", opts:[\"Puirt a beul\",\"Waulking songs\",\"Both\",\"C\u00e8ilidh songs\"], a:2},\r\n    {q:\"Who played the lead guitar solo in 'Hotel California'?\", opts:[\"Joe Walsh and Don Felder\",\"Glenn Frey and Don Felder\",\"Joe Walsh only\",\"Don Felder and Glenn Frey in the outro\"], a:3},\r\n    {q:\"What is the name of the instrument resembling a small guitar from Hawaii?\", opts:[\"Mandolin\",\"Charango\",\"Bouzouki\",\"Ukulele\"], a:3},\r\n    {q:\"Which opera by Puccini features the character Mimi?\", opts:[\"Madama Butterfly\",\"Turandot\",\"Manon Lescaut\",\"La Boh\u00e8me\"], a:3},\r\n    {q:\"What does Mrs Cheddar think of jazz?\", opts:[\"She loves it\",\"She tolerates it\",\"She likes the quiet bits\",\"She has an opinion but keeps it for when it matters\"], a:3},\r\n    {q:\"What is the name of the first note of a major scale?\", opts:[\"Mediant\",\"Dominant\",\"Subdominant\",\"Tonic\"], a:3},\r\n    {q:\"Which musician invented the electric guitar pickup?\", opts:[\"Les Paul\",\"Charlie Christian\",\"Leo Fender\",\"George Beauchamp\"], a:3},\r\n    {q:\"What is the name of the traditional music of the Scottish Highlands?\", opts:[\"Bothy ballads\",\"Puirt a beul\",\"Piobaireachd\",\"Strathspey\"], a:2},\r\n    {q:\"What year did The Rolling Stones release 'Exile on Main St.'?\", opts:[\"1970\",\"1971\",\"1972\",\"1973\"], a:2},\r\n    {q:\"What is the musical term for a sudden loud note or chord?\", opts:[\"Sforzando\",\"Fortissimo\",\"Forte\",\"Marcato\"], a:0},\r\n    {q:\"Who composed 'Rhapsody in Blue'?\", opts:[\"Cole Porter\",\"Irving Berlin\",\"Jerome Kern\",\"George Gershwin\"], a:3},\r\n    {q:\"What does Cheddar say makes a song a classic?\", opts:[\"Age\",\"It's still good when you're old enough to know better\",\"Charts performance\",\"It works on the jukebox at any hour\"], a:3},\r\n    {q:\"What is the name of the interval between a note and the same note an octave higher?\", opts:[\"Fifth\",\"Seventh\",\"Octave\",\"Unison\"], a:2},\r\n    {q:\"Which Scottish musician co-wrote 'Baker Street' and had it become a global hit?\", opts:[\"Billy Connolly\",\"Donovan\",\"Annie Lennox\",\"Gerry Rafferty\"], a:3},\r\n    ,\r\n      {q:\"What is the name of Beethoven's ninth symphony's famous final movement?\", opts:[\"Ode to Freedom\",\"Ode to Peace\",\"Ode to Europe\",\"Ode to Joy\"], a:3},\r\n    {q:\"Who sang 'The House of the Rising Sun'?\", opts:[\"The Doors\",\"Creedence Clearwater Revival\",\"The Yardbirds\",\"The Animals\"], a:3},\r\n    {q:\"Which instrument does a flautist play?\", opts:[\"A horn\",\"A lute\",\"A flute\",\"A fife\"], a:2},\r\n    {q:\"What is the name of the famous classical music competition held annually in Leeds?\", opts:[\"BBC Young Musician\",\"Leeds Piano Competition\",\"Gramophone Award\",\"Leeds International Piano Competition\"], a:3},\r\n    {q:\"Which decade is associated with the birth of grunge music?\", opts:[\"1970s\",\"1980s\",\"1990s\",\"2000s\"], a:1},\r\n    {q:\"Who composed 'Peer Gynt'?\", opts:[\"Sibelius\",\"Grieg\",\"Nielsen\",\"Stenhammar\"], a:1},\r\n    {q:\"What is the term for a song that repeats the same melody for each verse?\", opts:[\"Rondo\",\"Strophic\",\"Binary\",\"Ternary\"], a:1},\r\n    {q:\"Which Scottish musician released 'Caledonia'?\", opts:[\"Dougie MacLean\",\"Dick Gaughan\",\"Aly Bain\",\"Hamish Imlach\"], a:0},\r\n    {q:\"What is the name of the two-bar musical phrase that ends a composition?\", opts:[\"Refrain\",\"Coda\",\"Cadence\",\"Outro\"], a:2},\r\n    {q:\"Who sang 'Walking on Sunshine'?\", opts:[\"Cyndi Lauper\",\"Toni Basil\",\"Bananarama\",\"Katrina and the Waves\"], a:3},\r\n    {q:\"What is the name of the instrument played by Keith Moon?\", opts:[\"Bass guitar\",\"Rhythm guitar\",\"Keyboards\",\"Drums\"], a:3},\r\n    {q:\"Which composer wrote 'Gymnop\u00e9dies'?\", opts:[\"Debussy\",\"Faur\u00e9\",\"Ravel\",\"Satie\"], a:3},\r\n    {q:\"What year did Abba win Eurovision?\", opts:[\"1972\",\"1973\",\"1974\",\"1975\"], a:2},\r\n    {q:\"What is the name of the musical technique where a pianist crosses one hand over the other?\", opts:[\"Cross-hand technique\",\"Crossover\",\"Alberti bass\",\"Contrary motion\"], a:0},\r\n    {q:\"Which instrument is associated with the word 'embouchure'?\", opts:[\"Violin\",\"Oboe\",\"Piano\",\"Trumpet\"], a:3},\r\n    {q:\"Who released the album 'What's Going On' in 1971?\", opts:[\"Curtis Mayfield\",\"Stevie Wonder\",\"Al Green\",\"Marvin Gaye\"], a:3},\r\n    {q:\"What is the name of the famous music venue in Camden, London?\", opts:[\"The Electric Ballroom\",\"Ronnie Scott's\",\"The Jazz Cafe\",\"The Forum\"], a:0},\r\n    {q:\"Which country does the genre Fado originate from?\", opts:[\"Spain\",\"Brazil\",\"Cape Verde\",\"Portugal\"], a:3},\r\n    {q:\"What does Cheddar think of country music?\", opts:[\"He loves it\",\"He thinks it's better than people say\",\"He has a secret playlist\",\"He tolerates it for Mrs Cheddar\"], a:3},\r\n    {q:\"What is the name of the musical interval of twelve semitones?\", opts:[\"Fifth\",\"Major seventh\",\"Tritone\",\"Octave\"], a:3},\r\n    {q:\"Who sang 'O Sole Mio'?\", opts:[\"Andrea Bocelli\",\"Enrico Caruso\",\"Luciano Pavarotti\",\"Mario Lanza\"], a:1},\r\n    {q:\"What is the name of the traditional Irish music session?\", opts:[\"Ceol\",\"Craic\",\"F\u00e9ile\",\"Seisi\u00fan\"], a:3},\r\n    {q:\"Which band released 'Common People'?\", opts:[\"Elastica\",\"Suede\",\"Blur\",\"Pulp\"], a:3},\r\n    {q:\"What does Gnu Wave consider the best hour to play ambient music?\", opts:[\"Late afternoon\",\"After the quiz, when people slow down\",\"During the food service\",\"Just before closing\"], a:1},\r\n    {q:\"What is the name of the technique where a singer deliberately breaks their voice?\", opts:[\"Vibrato\",\"Falsetto\",\"Yodel\",\"Melisma\"], a:2},\r\n    {q:\"Who wrote the opera 'Don Giovanni'?\", opts:[\"Beethoven\",\"Handel\",\"Verdi\",\"Mozart\"], a:3},\r\n    {q:\"What is the name of the largest festival in Scotland by attendance?\", opts:[\"Celtic Connections\",\"TRNSMT\",\"Rockness\",\"T in the Park\"], a:1},\r\n    {q:\"What is the term for a musical piece for two performers?\", opts:[\"Solo\",\"Trio\",\"Duet\",\"Quartet\"], a:2},\r\n    {q:\"Which band released 'How Soon Is Now'?\", opts:[\"The Cure\",\"Joy Division\",\"The Jesus and Mary Chain\",\"The Smiths\"], a:3},\r\n    {q:\"What does Mrs Cheddar say when a good song comes on that she actually likes?\", opts:[\"She admits it\",\"She taps her foot but says nothing\",\"She asks what it is \u2014 quietly\",\"She changes the subject\"], a:1},\r\n    {q:\"Who composed 'Pictures at an Exhibition'?\", opts:[\"Rimsky-Korsakov\",\"Borodin\",\"Balakirev\",\"Mussorgsky\"], a:3},\r\n    {q:\"What is the name of the traditional bagpipe music used to lament at Scottish funerals?\", opts:[\"A piobaireachd\",\"A coronach\",\"A pibroch\",\"A lament\"], a:3},\r\n    {q:\"Which musician released 'Gold Digger' in 2005?\", opts:[\"Jay-Z\",\"Eminem\",\"50 Cent\",\"Kanye West\"], a:3},\r\n    {q:\"What is the term for a group of four musicians?\", opts:[\"Quintet\",\"Trio\",\"Quartet\",\"Octet\"], a:2},\r\n    {q:\"Who was the lead singer of The Doors?\", opts:[\"Roger Waters\",\"Ian Morrison\",\"James Morrison\",\"Jim Morrison\"], a:3},\r\n    {q:\"What is the name of the string technique where the bow bounces rapidly on the string?\", opts:[\"Tremolo\",\"Ricochet\",\"Spiccato\",\"Sul ponticello\"], a:2},\r\n    {q:\"Which Scottish town hosts a famous folk festival every May?\", opts:[\"Inverness\",\"Ullapool\",\"Pitlochry\",\"Girvan\"], a:1},\r\n    {q:\"What is the name of the famous song cycle by Schubert about unrequited love?\", opts:[\"Die sch\u00f6ne M\u00fcllerin\",\"Schwanengesang\",\"Winterreise\",\"Dichterliebe\"], a:2},\r\n    {q:\"What does Cheddar say is the correct side of a record to play first?\", opts:[\"Side A\",\"Whichever side you feel\",\"It depends on the album\",\"The side with the best track listing \u2014 he's checked\"], a:3},\r\n    {q:\"What is the musical term for a held note over a bar line?\", opts:[\"Slur\",\"Tie\",\"Legato\",\"Tenuto\"], a:1},\r\n    {q:\"Which musician is known as the Godfather of Soul?\", opts:[\"Ray Charles\",\"Marvin Gaye\",\"Otis Redding\",\"James Brown\"], a:3},\r\n    {q:\"What is the name of the Edinburgh venue associated with jazz and blues?\", opts:[\"Henry's Cellar Bar\",\"The Jazz Bar\",\"Whistlebinkies\",\"The Royal Oak\"], a:1},\r\n    {q:\"What is the name of the melodic phrase that recurs throughout a Wagnerian opera?\", opts:[\"Aria\",\"Cantata\",\"Recitative\",\"Leitmotif\"], a:3},\r\n    {q:\"Who sang 'Roxanne'?\", opts:[\"Blondie\",\"The Pretenders\",\"Talking Heads\",\"The Police\"], a:3},\r\n    {q:\"What does Cheddar's jukebox play at closing time every single night?\", opts:[\"Something Scottish\",\"Something melancholy but good\",\"Something Mrs Cheddar likes\",\"He hasn't told anyone and he's not going to\"], a:3},\r\n    {q:\"What is the name of the classical form ABA where the opening section returns?\", opts:[\"Rondo\",\"Binary\",\"Sonata\",\"Ternary\"], a:3},\r\n    {q:\"Which Scottish band released 'Love Is All Around'?\", opts:[\"Simple Minds\",\"Wet Wet Wet\",\"Travis\",\"Frightened Rabbit\"], a:1},\r\n    {q:\"What is the name of the traditional accompaniment to a Scottish country dance?\", opts:[\"Fiddle and accordion\",\"Pipes only\",\"Piano only\",\"Any combination of traditional instruments\"], a:0},\r\n    {q:\"What does Gnu Wave say music should never do?\", opts:[\"Repeat itself\",\"Make demands of the listener\",\"Be too long\",\"Draw attention to itself when something else matters more\"], a:3},\r\n    {q:\"Who composed 'The Nutcracker'?\", opts:[\"Prokofiev\",\"Shostakovich\",\"Stravinsky\",\"Tchaikovsky\"], a:3},\r\n    ]\r\n  },\r\n  {\r\n    id:4, name:\"Gnubia's Business\", cat:\"Science & Technology\", free:false,\r\n    intro:\"Gnubia wrote these questions on Tuesday morning. She finished in forty minutes. She has already moved on to something else.\",\r\n    ochaye:\"Round Four. Gnubia's round. Science and technology. She says it's not difficult. She means that as encouragement.\",\r\n    qs:[\r\n      {q:\"What does DNA stand for?\", opts:[\"Deoxyribonucleic Acid\",\"Dinitrogen Acid\",\"Dynamic Nuclear Array\",\"Digital Network Access\"], a:0},\r\n      {q:\"How many planets are in our solar system?\", opts:[\"7\",\"8\",\"9\",\"10\"], a:1},\r\n      {q:\"What is the chemical symbol for gold?\", opts:[\"Go\",\"Gd\",\"Au\",\"Ag\"], a:2},\r\n      {q:\"What is the approximate speed of light?\", opts:[\"100,000 km\/s\",\"300,000 km\/s\",\"500,000 km\/s\",\"1,000,000 km\/s\"], a:1},\r\n      {q:\"Wi-Fi \u2014 what does it actually stand for?\", opts:[\"Wireless Fidelity\",\"Wide Frequency\",\"Wireless Frequency\",\"It doesn't stand for anything\"], a:3},\r\n      {q:\"What is the powerhouse of the cell?\", opts:[\"Nucleus\",\"Ribosome\",\"Mitochondria\",\"Golgi apparatus\"], a:2},\r\n      {q:\"What planet is known as the Red Planet?\", opts:[\"Venus\",\"Jupiter\",\"Saturn\",\"Mars\"], a:3},\r\n      {q:\"What does HTTP stand for?\", opts:[\"HyperText Transfer Protocol\",\"High Traffic Transport Process\",\"Hyperlink Text Transfer Page\",\"Host Terminal Transfer Protocol\"], a:0},\r\n      {q:\"What is the atomic number of carbon?\", opts:[\"4\",\"6\",\"8\",\"12\"], a:1},\r\n      {q:\"Which scientist developed the theory of general relativity?\", opts:[\"Isaac Newton\",\"Niels Bohr\",\"Max Planck\",\"Albert Einstein\"], a:3},\r\n      {q:\"What is the hardest natural substance on Earth?\", opts:[\"Quartz\",\"Titanium\",\"Graphene\",\"Diamond\"], a:3},\r\n      {q:\"How many bones are in the adult human body?\", opts:[\"196\",\"206\",\"216\",\"226\"], a:1},\r\n      {q:\"What gas makes up the majority of Earth's atmosphere?\", opts:[\"Oxygen\",\"Carbon dioxide\",\"Argon\",\"Nitrogen\"], a:3},\r\n      {q:\"What does CPU stand for?\", opts:[\"Central Processing Unit\",\"Core Program Utility\",\"Computer Processing Unit\",\"Central Program Uplink\"], a:0},\r\n      {q:\"What is the nearest star to Earth?\", opts:[\"Sirius\",\"Betelgeuse\",\"Alpha Centauri\",\"The Sun\"], a:3},\r\n      {q:\"In which organ does digestion primarily occur?\", opts:[\"Stomach\",\"Large intestine\",\"Small intestine\",\"Liver\"], a:2},\r\n      {q:\"What is the chemical formula for water?\", opts:[\"HO\",\"H2O\",\"H3O\",\"H2O2\"], a:1},\r\n      {q:\"What does RAM stand for?\", opts:[\"Random Access Memory\",\"Read All Memory\",\"Rapid Application Module\",\"Random Application Memory\"], a:0},\r\n      {q:\"Which element has the symbol Fe?\", opts:[\"Fluorine\",\"Fermium\",\"Fluoride\",\"Iron\"], a:3},\r\n      {q:\"What is the speed of sound in air at sea level (approximately)?\", opts:[\"343 m\/s\",\"500 m\/s\",\"250 m\/s\",\"1,000 m\/s\"], a:0},\r\n      {q:\"What type of animal is a seahorse?\", opts:[\"Mammal\",\"Crustacean\",\"Fish\",\"Mollusc\"], a:2},\r\n      {q:\"Who invented the telephone?\", opts:[\"Thomas Edison\",\"Nikola Tesla\",\"Guglielmo Marconi\",\"Alexander Graham Bell\"], a:3},\r\n      {q:\"What is the most abundant element in the universe?\", opts:[\"Oxygen\",\"Carbon\",\"Helium\",\"Hydrogen\"], a:3},\r\n      {q:\"What does 'AI' stand for?\", opts:[\"Automated Interface\",\"Artificial Intelligence\",\"Advanced Integration\",\"Autonomous Input\"], a:1},\r\n      {q:\"What is the largest organ in the human body?\", opts:[\"Liver\",\"Brain\",\"Lungs\",\"Skin\"], a:3},\r\n      {q:\"How many chambers does the human heart have?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:2},\r\n      {q:\"What is a byte made up of?\", opts:[\"4 bits\",\"6 bits\",\"8 bits\",\"16 bits\"], a:2},\r\n      {q:\"Which planet has the most moons?\", opts:[\"Jupiter\",\"Uranus\",\"Neptune\",\"Saturn\"], a:3},\r\n      {q:\"What force keeps planets in orbit around the sun?\", opts:[\"Magnetism\",\"Electromagnetism\",\"Nuclear force\",\"Gravity\"], a:3},\r\n      {q:\"What is the periodic table organised by?\", opts:[\"Atomic mass\",\"Density\",\"Atomic number\",\"Alphabetical order\"], a:2},\r\n      {q:\"What does GPS stand for?\", opts:[\"Global Positioning System\",\"Geographic Position Signal\",\"Guided Positioning Satellite\",\"Global Proximity Sensor\"], a:0},\r\n      {q:\"What organ produces insulin?\", opts:[\"Liver\",\"Kidney\",\"Gallbladder\",\"Pancreas\"], a:3},\r\n      {q:\"What year was the World Wide Web invented?\", opts:[\"1985\",\"1987\",\"1989\",\"1991\"], a:2},\r\n      {q:\"How many chromosomes does a typical human cell contain?\", opts:[\"23\",\"44\",\"46\",\"48\"], a:2},\r\n      {q:\"What is the chemical symbol for sodium?\", opts:[\"So\",\"Sd\",\"Na\",\"Ni\"], a:2},\r\n      {q:\"Which company created the Android operating system?\", opts:[\"Apple\",\"Microsoft\",\"Samsung\",\"Google\"], a:3},\r\n      {q:\"What colour is a black box flight recorder?\", opts:[\"Black\",\"Grey\",\"White\",\"Orange\"], a:3},\r\n      {q:\"What does a cardiologist study?\", opts:[\"Lungs\",\"Kidneys\",\"Heart\",\"Brain\"], a:2},\r\n      {q:\"What is Gnubia's primary area of expertise at GnuTown?\", opts:[\"Legal matters\",\"Financial strategy\",\"Scientific analysis\",\"Both legal and financial\"], a:3},\r\n      {q:\"Which planet is closest in size to Earth?\", opts:[\"Mars\",\"Mercury\",\"Venus\",\"Neptune\"], a:2},\r\n      {q:\"What type of bond holds water molecules together?\", opts:[\"Ionic\",\"Covalent\",\"Metallic\",\"Hydrogen\"], a:3},\r\n      {q:\"What does 'URL' stand for?\", opts:[\"Universal Resource Locator\",\"Unified Reference Link\",\"Uniform Resource Locator\",\"Universal Redirect Location\"], a:2},\r\n      {q:\"Who first described the laws of motion?\", opts:[\"Galileo\",\"Copernicus\",\"Einstein\",\"Isaac Newton\"], a:3},\r\n      {q:\"How many elements are in the periodic table?\", opts:[\"108\",\"112\",\"118\",\"124\"], a:2},\r\n      {q:\"What is the freezing point of water in Fahrenheit?\", opts:[\"0\u00b0F\",\"16\u00b0F\",\"32\u00b0F\",\"100\u00b0F\"], a:2},\r\n      {q:\"What type of energy does a battery store?\", opts:[\"Kinetic\",\"Nuclear\",\"Thermal\",\"Chemical\"], a:3},\r\n      {q:\"Which gas do plants absorb during photosynthesis?\", opts:[\"Oxygen\",\"Nitrogen\",\"Carbon Dioxide\",\"Hydrogen\"], a:2},\r\n      {q:\"What is the main component of the Sun?\", opts:[\"Oxygen\",\"Carbon\",\"Helium\",\"Hydrogen\"], a:3},\r\n      {q:\"What is measured in hertz?\", opts:[\"Electrical resistance\",\"Frequency\",\"Voltage\",\"Magnetic field\"], a:1},\r\n      {q:\"What does 'ISS' stand for?\", opts:[\"International Space Station\",\"Interplanetary Science System\",\"International Satellite Survey\",\"Integrated Space Structure\"], a:0},\r\n    ,\r\n      {q:\"What is the name of the process by which plants make food using sunlight?\", opts:[\"Respiration\",\"Osmosis\",\"Photosynthesis\",\"Transpiration\"], a:2},\r\n    {q:\"What does 'HTML' stand for?\", opts:[\"HyperText Markup Language\",\"High Transfer Markup Logic\",\"HyperText Media Layer\",\"Hierarchical Text Markup Language\"], a:0},\r\n    {q:\"What is the name of the force that resists motion between two surfaces?\", opts:[\"Gravity\",\"Magnetism\",\"Friction\",\"Tension\"], a:2},\r\n    {q:\"Which blood type is known as the universal donor?\", opts:[\"A positive\",\"B negative\",\"AB positive\",\"O negative\"], a:3},\r\n    {q:\"What is the name of the protein that gives blood its red colour?\", opts:[\"Plasma\",\"Albumin\",\"Fibrinogen\",\"Haemoglobin\"], a:3},\r\n    {q:\"How many bits are in a kilobyte?\", opts:[\"1,000\",\"8,000\",\"1,024\",\"8,192\"], a:3},\r\n    {q:\"What is the chemical symbol for potassium?\", opts:[\"Po\",\"Pt\",\"P\",\"K\"], a:3},\r\n    {q:\"What is the name of the layer of the Earth between the crust and the core?\", opts:[\"Asthenosphere\",\"Lithosphere\",\"Mantle\",\"Mesosphere\"], a:2},\r\n    {q:\"What does 'USB' stand for?\", opts:[\"Universal Serial Bus\",\"Unified System Bridge\",\"Universal Sync Block\",\"Ultra Speed Bus\"], a:0},\r\n    {q:\"What is the rarest blood type among humans?\", opts:[\"O negative\",\"A negative\",\"B negative\",\"AB negative\"], a:3},\r\n    {q:\"Which organ filters blood and removes waste?\", opts:[\"Liver\",\"Spleen\",\"Kidney\",\"Gallbladder\"], a:2},\r\n    {q:\"What is the name of the process by which a liquid becomes a gas?\", opts:[\"Condensation\",\"Sublimation\",\"Precipitation\",\"Evaporation\"], a:3},\r\n    {q:\"What is the SI unit of electrical resistance?\", opts:[\"Volt\",\"Ampere\",\"Watt\",\"Ohm\"], a:3},\r\n    {q:\"What does 'LED' stand for?\", opts:[\"Light Emitting Diode\",\"Low Energy Display\",\"Light Energy Device\",\"Layered Emitter Display\"], a:0},\r\n    {q:\"What is the name of the scale used to measure earthquake magnitude?\", opts:[\"Fujita Scale\",\"Beaufort Scale\",\"Richter Scale\",\"Mohs Scale\"], a:2},\r\n    {q:\"How many chromosomes are in a human sperm or egg cell?\", opts:[\"46\",\"23\",\"48\",\"24\"], a:1},\r\n    {q:\"What type of star is our Sun classified as?\", opts:[\"Red giant\",\"White dwarf\",\"Neutron star\",\"Yellow dwarf\"], a:3},\r\n    {q:\"What is the chemical symbol for lead?\", opts:[\"Le\",\"Pb\",\"Ld\",\"Li\"], a:1},\r\n    {q:\"What does 'VPN' stand for?\", opts:[\"Virtual Private Network\",\"Verified Protocol Node\",\"Virtual Proxy Network\",\"Variable Port Number\"], a:0},\r\n    {q:\"What is the smallest unit of matter?\", opts:[\"Molecule\",\"Electron\",\"Atom\",\"Quark\"], a:3},\r\n    {q:\"Which element is used in nuclear reactors as fuel?\", opts:[\"Plutonium\",\"Uranium\",\"Thorium\",\"Radium\"], a:1},\r\n    {q:\"What is the name of the process by which rocks are broken down over time?\", opts:[\"Erosion\",\"Weathering\",\"Sedimentation\",\"Deposition\"], a:1},\r\n    {q:\"What does 'LAN' stand for?\", opts:[\"Local Area Network\",\"Large Addressable Node\",\"Layered Access Network\",\"Linear Antenna Node\"], a:0},\r\n    {q:\"What is the name of the protein that makes up hair and nails?\", opts:[\"Collagen\",\"Elastin\",\"Melanin\",\"Keratin\"], a:3},\r\n    {q:\"What is absolute zero in Celsius?\", opts:[\"-100\u00b0C\",\"-200\u00b0C\",\"-273\u00b0C\",\"-373\u00b0C\"], a:2},\r\n    {q:\"What does 'SSH' stand for in computing?\", opts:[\"Secure Shell\",\"System Security Host\",\"Safe Service Hub\",\"Secure Server Handle\"], a:0},\r\n    {q:\"What is the name of the scientist who discovered penicillin?\", opts:[\"Louis Pasteur\",\"Marie Curie\",\"Joseph Lister\",\"Alexander Fleming\"], a:3},\r\n    {q:\"Which organ produces bile?\", opts:[\"Pancreas\",\"Kidneys\",\"Spleen\",\"Liver\"], a:3},\r\n    {q:\"What is the name of the outermost layer of the Earth?\", opts:[\"Mantle\",\"Core\",\"Crust\",\"Lithosphere\"], a:2},\r\n    {q:\"What is the chemical formula for table salt?\", opts:[\"KCl\",\"NaOH\",\"NaCl\",\"CaCl2\"], a:2},\r\n    {q:\"What is Gnubia's opinion of people who confuse correlation with causation?\", opts:[\"She finds it amusing\",\"She corrects them politely\",\"She is disappointed but patient\",\"She does not suffer it quietly\"], a:3},\r\n    {q:\"What does 'API' stand for?\", opts:[\"Applied Program Interface\",\"Automated Protocol Installer\",\"Application Programming Interface\",\"Access Point Integration\"], a:2},\r\n    {q:\"What is the name of the process where a solid turns directly into a gas?\", opts:[\"Evaporation\",\"Condensation\",\"Sublimation\",\"Ionisation\"], a:2},\r\n    {q:\"How many moons does Mars have?\", opts:[\"0\",\"1\",\"2\",\"3\"], a:2},\r\n    {q:\"What is the most common element in the human body by mass?\", opts:[\"Hydrogen\",\"Carbon\",\"Nitrogen\",\"Oxygen\"], a:3},\r\n    {q:\"What does 'IoT' stand for?\", opts:[\"Internet of Things\",\"Integration of Technology\",\"Interface of Transfer\",\"Indexed Open Technology\"], a:0},\r\n    {q:\"What is the name of the scientist who proposed the heliocentric model of the solar system?\", opts:[\"Galileo\",\"Kepler\",\"Brahe\",\"Copernicus\"], a:3},\r\n    {q:\"What is the unit of frequency?\", opts:[\"Volt\",\"Newton\",\"Joule\",\"Hertz\"], a:3},\r\n    {q:\"Which planet has the shortest day?\", opts:[\"Mars\",\"Venus\",\"Earth\",\"Jupiter\"], a:3},\r\n    {q:\"What does 'png' stand for in image file formats?\", opts:[\"Portable Network Graphics\",\"Pixel Native Graphic\",\"Processed Network Geometry\",\"Portable Null Graphics\"], a:0},\r\n    {q:\"What is the name of the scale used to measure hardness of minerals?\", opts:[\"Beaufort Scale\",\"Mohs Scale\",\"Richter Scale\",\"pH Scale\"], a:1},\r\n    {q:\"What is the speed of light in a vacuum in m\/s?\", opts:[\"2.0 \u00d7 10\u2078\",\"2.5 \u00d7 10\u2078\",\"3.0 \u00d7 10\u2078\",\"3.5 \u00d7 10\u2078\"], a:2},\r\n    {q:\"What gas is produced when you mix baking soda and vinegar?\", opts:[\"Oxygen\",\"Hydrogen\",\"Carbon dioxide\",\"Nitrogen\"], a:2},\r\n    {q:\"What is the name of the protective layer surrounding the Earth that filters UV radiation?\", opts:[\"Ionosphere\",\"Stratosphere\",\"Thermosphere\",\"Ozone layer\"], a:3},\r\n    {q:\"What is the name of the first programmable computer?\", opts:[\"ENIAC\",\"UNIVAC\",\"Colossus\",\"Atanasoff-Berry Computer\"], a:0},\r\n    {q:\"Which type of radiation has the shortest wavelength?\", opts:[\"Radio waves\",\"Visible light\",\"X-rays\",\"Gamma rays\"], a:3},\r\n    {q:\"What does Gnubia say is the most dangerous thing a person can do?\", opts:[\"Ignore the data\",\"Trust their gut only\",\"Confuse the mean with the median\",\"Ask Cheddar for a scientific opinion\"], a:0},\r\n    {q:\"What is the name of the technique used to determine the age of organic materials?\", opts:[\"Spectroscopy\",\"Carbon dating\",\"Dendrochronology\",\"Stratigraphy\"], a:1},\r\n    {q:\"How many neurons are estimated to be in the human brain?\", opts:[\"86 million\",\"860 million\",\"86 billion\",\"860 billion\"], a:2},\r\n    {q:\"What is the name of the quantum of light?\", opts:[\"Electron\",\"Neutron\",\"Proton\",\"Photon\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the process by which a caterpillar becomes a butterfly?\", opts:[\"Metamorphosis\",\"Pupation\",\"Cocoonation\",\"Chrysalisation\"], a:0},\r\n    {q:\"What does 'www' stand for in a web address?\", opts:[\"World Wide Web\",\"Wide Web World\",\"Web Worldwide\",\"World Web Wide\"], a:0},\r\n    {q:\"What is the name of the force that causes objects to float in water?\", opts:[\"Gravity\",\"Surface tension\",\"Buoyancy\",\"Viscosity\"], a:2},\r\n    {q:\"Which organ is responsible for producing red blood cells in adults?\", opts:[\"Liver\",\"Spleen\",\"Kidneys\",\"Bone marrow\"], a:3},\r\n    {q:\"What is the chemical symbol for mercury?\", opts:[\"Mr\",\"Me\",\"Mg\",\"Hg\"], a:3},\r\n    {q:\"What does 'AI' hallucination mean?\", opts:[\"When AI becomes self-aware\",\"When AI generates false information confidently\",\"When AI refuses to answer\",\"When AI overheats\"], a:1},\r\n    {q:\"What is the name of the planet closest in composition to Earth?\", opts:[\"Mars\",\"Mercury\",\"Venus\",\"Moon\"], a:2},\r\n    {q:\"How many teeth does a typical adult human have?\", opts:[\"28\",\"30\",\"32\",\"34\"], a:2},\r\n    {q:\"What is the name of the scientist who developed the polio vaccine?\", opts:[\"Louis Pasteur\",\"Edward Jenner\",\"Alexander Fleming\",\"Jonas Salk\"], a:3},\r\n    {q:\"What does 'open source' mean in software?\", opts:[\"Free to use\",\"Available online\",\"Publicly available source code\",\"Made by volunteers\"], a:2},\r\n    {q:\"What is the name of the layer of the atmosphere where weather occurs?\", opts:[\"Stratosphere\",\"Mesosphere\",\"Thermosphere\",\"Troposphere\"], a:3},\r\n    {q:\"Which planet rotates on its side?\", opts:[\"Neptune\",\"Saturn\",\"Uranus\",\"Jupiter\"], a:2},\r\n    {q:\"What is the chemical name for rust?\", opts:[\"Iron sulphide\",\"Iron carbonate\",\"Iron oxide\",\"Iron chloride\"], a:2},\r\n    {q:\"What does 'machine learning' primarily involve?\", opts:[\"Teaching robots to walk\",\"Algorithms that improve through experience with data\",\"Writing code automatically\",\"Computers that think like humans\"], a:1},\r\n    {q:\"What is the name of the unit that measures the brightness of stars?\", opts:[\"Lux\",\"Candela\",\"Magnitude\",\"Lumens\"], a:2},\r\n    {q:\"Which element has the atomic number 1?\", opts:[\"Helium\",\"Oxygen\",\"Carbon\",\"Hydrogen\"], a:3},\r\n    {q:\"What is the name of the process where DNA is copied to RNA?\", opts:[\"Translation\",\"Replication\",\"Transcription\",\"Mutation\"], a:2},\r\n    {q:\"What does 'cache' mean in computing?\", opts:[\"Deleted files\",\"Temporary high-speed storage\",\"Encrypted data\",\"Backup files\"], a:1},\r\n    {q:\"Which animal has the largest brain relative to its body size?\", opts:[\"Elephant\",\"Dolphin\",\"Chimpanzee\",\"Human\"], a:3},\r\n    {q:\"What is the name of the strongest natural magnet?\", opts:[\"Ferrite\",\"Alnico\",\"Lodestone\",\"Neodymium\"], a:3},\r\n    {q:\"What does Gnubia think is the most misunderstood concept in science?\", opts:[\"Evolution\",\"Quantum mechanics\",\"Statistical significance\",\"Climate modelling\"], a:2},\r\n    {q:\"What is the name of the scale for measuring the hardness of minerals?\", opts:[\"Beaufort\",\"Richter\",\"Saffir-Simpson\",\"Mohs\"], a:3},\r\n    {q:\"How many valence electrons does carbon have?\", opts:[\"2\",\"4\",\"6\",\"8\"], a:1},\r\n    {q:\"What is the name of the first human in space?\", opts:[\"Neil Armstrong\",\"Buzz Aldrin\",\"Alan Shepard\",\"Yuri Gagarin\"], a:3},\r\n    {q:\"What is the term for an animal that eats both plants and meat?\", opts:[\"Herbivore\",\"Carnivore\",\"Omnivore\",\"Insectivore\"], a:2},\r\n    {q:\"What does 'debugging' mean in software development?\", opts:[\"Removing viruses\",\"Finding and fixing errors in code\",\"Optimising speed\",\"Updating software\"], a:1},\r\n    {q:\"What is the chemical symbol for copper?\", opts:[\"Co\",\"Cp\",\"Cr\",\"Cu\"], a:3},\r\n    {q:\"Which part of the brain controls balance and coordination?\", opts:[\"Cerebrum\",\"Cerebellum\",\"Brainstem\",\"Hippocampus\"], a:1},\r\n    {q:\"What is the name of the phenomenon where light bends as it passes between mediums?\", opts:[\"Reflection\",\"Diffraction\",\"Refraction\",\"Dispersion\"], a:2},\r\n    {q:\"What does 'bandwidth' refer to in networking?\", opts:[\"The size of a cable\",\"The number of devices connected\",\"The amount of data transferred per second\",\"The strength of a Wi-Fi signal\"], a:2},\r\n    {q:\"What is the process by which rocks form from cooling magma?\", opts:[\"Sedimentation\",\"Metamorphism\",\"Crystallisation\",\"Igneous formation\"], a:3},\r\n    {q:\"Which gas makes up approximately 21% of Earth's atmosphere?\", opts:[\"Carbon dioxide\",\"Nitrogen\",\"Argon\",\"Oxygen\"], a:3},\r\n    {q:\"What is the name of the famous thought experiment featuring a cat in a box?\", opts:[\"Maxwell's Demon\",\"Schr\u00f6dinger's Cat\",\"Pavlov's Dog\",\"Laplace's Demon\"], a:1},\r\n    {q:\"What does 'encryption' do to data?\", opts:[\"Deletes it\",\"Compresses it\",\"Scrambles it so only authorised parties can read it\",\"Backs it up\"], a:2},\r\n    {q:\"What is the name of the force that holds the nucleus of an atom together?\", opts:[\"Electromagnetic force\",\"Weak nuclear force\",\"Gravity\",\"Strong nuclear force\"], a:3},\r\n    {q:\"Which planet has the most volcanic activity in the solar system?\", opts:[\"Mars\",\"Earth\",\"Io (moon of Jupiter)\",\"Venus\"], a:2},\r\n    {q:\"What does Gnubia keep on her desk that she refers to as 'the most important thing in the room'?\", opts:[\"A calculator\",\"A periodic table\",\"A notebook of unanswered questions\",\"Her coffee\"], a:2},\r\n    {q:\"What is the name of the type of galaxy our solar system is in?\", opts:[\"Elliptical\",\"Irregular\",\"Ring\",\"Spiral\"], a:3},\r\n    {q:\"What is the term for the temperature at which a substance changes from liquid to gas?\", opts:[\"Melting point\",\"Flash point\",\"Condensation point\",\"Boiling point\"], a:3},\r\n    {q:\"Which technology does GPS rely on?\", opts:[\"Radio towers\",\"Ground-based beacons\",\"Undersea cables\",\"Satellites\"], a:3},\r\n    {q:\"What is the name of the scientist who discovered radioactivity?\", opts:[\"Ernest Rutherford\",\"Henri Becquerel\",\"Wilhelm R\u00f6ntgen\",\"Marie Curie\"], a:1},\r\n    {q:\"What does 'fibre optic' cable transmit data as?\", opts:[\"Electrical signals\",\"Radio waves\",\"Laser light pulses\",\"Magnetic pulses\"], a:2},\r\n    {q:\"What is the name of the protein responsible for carrying oxygen in blood?\", opts:[\"Insulin\",\"Keratin\",\"Haemoglobin\",\"Collagen\"], a:2},\r\n    {q:\"Which moon of Jupiter is believed to have a liquid water ocean beneath its surface?\", opts:[\"Ganymede\",\"Callisto\",\"Io\",\"Europa\"], a:3},\r\n    {q:\"What is the name of the process by which plants lose water through their leaves?\", opts:[\"Osmosis\",\"Photosynthesis\",\"Respiration\",\"Transpiration\"], a:3},\r\n    {q:\"What does Gnubia say every time someone presents an anecdote as evidence?\", opts:[\"'Interesting'\",\"'That's one data point'\",\"'Tell me more'\",\"'Have you checked the literature?'\"], a:1},\r\n    {q:\"What is the speed of sound faster in \u2014 air, water or steel?\", opts:[\"Air\",\"Water\",\"Steel\",\"They are all the same\"], a:2},\r\n    {q:\"What is the name of the smallest planet in the solar system?\", opts:[\"Mars\",\"Pluto\",\"Venus\",\"Mercury\"], a:3},\r\n    {q:\"How many pairs of chromosomes do humans have?\", opts:[\"21\",\"22\",\"23\",\"24\"], a:2},\r\n    {q:\"What is the term for a star that has collapsed into an infinitely dense point?\", opts:[\"Neutron star\",\"White dwarf\",\"Pulsar\",\"Black hole\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the scientific study of the weather?\", opts:[\"Climatology\",\"Geology\",\"Meteorology\",\"Hydrology\"], a:2},\r\n    {q:\"Which programming language was created by Guido van Rossum?\", opts:[\"Java\",\"Ruby\",\"C++\",\"Python\"], a:3},\r\n    {q:\"What is the name of the bone that protects the brain?\", opts:[\"Mandible\",\"Vertebra\",\"Sternum\",\"Skull\"], a:3},\r\n    {q:\"What does 'algorithm' mean?\", opts:[\"A type of computer memory\",\"A set of step-by-step instructions\",\"A programming language\",\"A mathematical equation\"], a:1},\r\n    {q:\"What is the chemical symbol for platinum?\", opts:[\"Pl\",\"Pa\",\"Pm\",\"Pt\"], a:3},\r\n    {q:\"Which part of a plant absorbs water from the soil?\", opts:[\"Stem\",\"Leaves\",\"Roots\",\"Flowers\"], a:2},\r\n    {q:\"What is the name of the process by which living things maintain a stable internal environment?\", opts:[\"Homeostasis\",\"Metabolism\",\"Respiration\",\"Regulation\"], a:0},\r\n    {q:\"What does HTTP status code 404 mean?\", opts:[\"Server error\",\"Access denied\",\"Not found\",\"Request timeout\"], a:2},\r\n    {q:\"What is the name of the force that makes a spinning top stay upright?\", opts:[\"Centripetal force\",\"Torque\",\"Gyroscopic effect\",\"Angular momentum\"], a:2},\r\n    {q:\"Which planet has the longest day?\", opts:[\"Mercury\",\"Jupiter\",\"Uranus\",\"Venus\"], a:3},\r\n    {q:\"What does 'binary' mean in computing?\", opts:[\"Two states \u2014 0 and 1\",\"A type of file\",\"A programming language\",\"A type of processor\"], a:0},\r\n    {q:\"What is the name of the process where a gas becomes a liquid?\", opts:[\"Evaporation\",\"Solidification\",\"Sublimation\",\"Condensation\"], a:3},\r\n    {q:\"Which animal has three hearts?\", opts:[\"Squid\",\"Starfish\",\"Jellyfish\",\"Octopus\"], a:3},\r\n    {q:\"What is the name of the scale that measures the pH of a substance?\", opts:[\"The Mohs scale\",\"The pH scale\",\"The pOH scale\",\"The acidity index\"], a:1},\r\n    {q:\"What does a geologist study?\", opts:[\"Weather\",\"Oceans\",\"Space\",\"Rocks and Earth's structure\"], a:3},\r\n    {q:\"What is the name of the programming term for a function that calls itself?\", opts:[\"Iteration\",\"Loop\",\"Recursion\",\"Callback\"], a:2},\r\n    {q:\"Which gas is produced in the stomach to aid digestion?\", opts:[\"Carbon dioxide\",\"Sulphuric acid\",\"Hydrochloric acid\",\"Nitrogen\"], a:2},\r\n    {q:\"What is the name of the point in an orbit closest to the Sun?\", opts:[\"Aphelion\",\"Periapsis\",\"Zenith\",\"Perihelion\"], a:3},\r\n    {q:\"What does 'overclocking' a CPU mean?\", opts:[\"Replacing it\",\"Running it faster than its rated speed\",\"Adding more memory\",\"Cooling it with liquid\"], a:1},\r\n    {q:\"What is the name of the longest bone in the arm?\", opts:[\"Radius\",\"Ulna\",\"Humerus\",\"Clavicle\"], a:2},\r\n    {q:\"What does Gnubia think is more valuable than intelligence?\", opts:[\"Experience\",\"Intuition\",\"Rigour\",\"Curiosity\"], a:3},\r\n    {q:\"Which element is liquid at room temperature besides mercury?\", opts:[\"Gallium\",\"Bromine\",\"Caesium\",\"Both bromine and gallium\"], a:1},\r\n    {q:\"What is the name of the scientific law that states energy cannot be created or destroyed?\", opts:[\"First law of thermodynamics\",\"Newton's first law\",\"Boyle's law\",\"Ohm's law\"], a:0},\r\n    {q:\"What does 'kernel' refer to in computing?\", opts:[\"The central part of an operating system\",\"A type of processor\",\"The first line of code\",\"A security layer\"], a:0},\r\n    {q:\"What is the name of the type of bond where electrons are shared between atoms?\", opts:[\"Ionic\",\"Metallic\",\"Hydrogen\",\"Covalent\"], a:3},\r\n    {q:\"Which organ produces the hormone adrenaline?\", opts:[\"Thyroid\",\"Pancreas\",\"Pituitary\",\"Adrenal glands\"], a:3},\r\n    {q:\"What is the name of the network effect where the value increases as more people use it?\", opts:[\"Viral coefficient\",\"Metcalfe's law\",\"Moore's law\",\"Reed's law\"], a:1},\r\n    {q:\"What is the term for an animal that is active at night?\", opts:[\"Diurnal\",\"Crepuscular\",\"Nocturnal\",\"Cathemeral\"], a:2},\r\n    {q:\"What does 'exoplanet' mean?\", opts:[\"A dead planet\",\"A gas giant\",\"A planet outside our solar system\",\"An artificial satellite\"], a:2},\r\n    {q:\"What is the name of the process by which iron ore becomes steel?\", opts:[\"Reduction\",\"Smelting\",\"Alloying\",\"Casting\"], a:1},\r\n    {q:\"What does Gnubia say is the most reliable source of information?\", opts:[\"Peer-reviewed research\",\"Expert opinion\",\"Historical precedent\",\"Peer-reviewed research, replicated\"], a:3},\r\n    {q:\"What is the name of the scientist who proposed the Big Bang theory?\", opts:[\"Edwin Hubble\",\"Fred Hoyle\",\"Georges Lema\u00eetre\",\"Alexander Friedmann\"], a:2},\r\n    {q:\"What does 'latency' mean in computing?\", opts:[\"Storage capacity\",\"Processing speed\",\"The delay before data transfer begins\",\"Connection strength\"], a:2},\r\n    {q:\"Which organ is responsible for filtering toxins from the blood?\", opts:[\"Kidney\",\"Spleen\",\"Pancreas\",\"Liver\"], a:3},\r\n    {q:\"What is the name of the effect where observation changes what is being observed in quantum physics?\", opts:[\"Heisenberg uncertainty principle\",\"Observer effect\",\"Schr\u00f6dinger effect\",\"Copenhagen interpretation\"], a:1},\r\n    {q:\"What does 'regex' stand for in programming?\", opts:[\"Regular Expression\",\"Recursive Expression\",\"Remote Execution\",\"Relational Expression\"], a:0},\r\n    {q:\"What is the name of the type of star that will become a black hole?\", opts:[\"Red dwarf\",\"White dwarf\",\"Neutron star\",\"Massive star\"], a:3},\r\n    {q:\"Which chemical element was named after the planet Uranus?\", opts:[\"Neptune\",\"Plutonium\",\"Uranium\",\"Neptunium\"], a:2},\r\n    {q:\"What does 'version control' in software development allow?\", opts:[\"Speed optimisation\",\"Security scanning\",\"Tracking and managing changes to code\",\"Automated testing\"], a:2},\r\n    {q:\"What is the name of the part of a cell that contains genetic material?\", opts:[\"Mitochondria\",\"Ribosome\",\"Cell membrane\",\"Nucleus\"], a:3},\r\n    {q:\"What does Gnubia say about a hypothesis that cannot be tested?\", opts:[\"It's interesting\",\"It's philosophy, not science\",\"It's worth investigating\",\"It needs more data\"], a:1},\r\n    {q:\"What is the name of the study of heredity and genetic variation?\", opts:[\"Microbiology\",\"Biochemistry\",\"Epigenetics\",\"Genetics\"], a:3},\r\n    {q:\"Which element is used in semiconductor chips?\", opts:[\"Germanium\",\"Carbon\",\"Silicon\",\"Gallium\"], a:2},\r\n    {q:\"What is the name of the scientific law relating voltage, current and resistance?\", opts:[\"Faraday's law\",\"Newton's law\",\"Boyle's law\",\"Ohm's law\"], a:3},\r\n    {q:\"What does 'RAM' physically look like in a computer?\", opts:[\"A flat circuit board\",\"A spinning disk\",\"A heat sink\",\"A processor chip\"], a:0},\r\n    {q:\"Which gas is used in neon signs?\", opts:[\"Argon\",\"Xenon\",\"Krypton\",\"Neon\"], a:3},\r\n    {q:\"What is the name of the process by which DNA is used to make proteins?\", opts:[\"Transcription\",\"Replication\",\"Translation\",\"Mutation\"], a:2},\r\n    {q:\"What does Gnubia think of people who say 'I'm not a numbers person'?\", opts:[\"She understands\",\"She is sympathetic\",\"She thinks it's a choice, not a fact\",\"She disagrees but says nothing\"], a:2},\r\n    {q:\"What is the name of the force that acts on a spinning object to change its axis?\", opts:[\"Torque\",\"Centrifugal force\",\"Gyroscopic precession\",\"Angular momentum\"], a:2},\r\n    {q:\"Which planet was reclassified as a dwarf planet in 2006?\", opts:[\"Ceres\",\"Eris\",\"Makemake\",\"Pluto\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the type of radiation that gives us a tan?\", opts:[\"Infrared\",\"X-ray\",\"Gamma\",\"Ultraviolet\"], a:3},\r\n    {q:\"What does 'open source' software require contributors to do?\", opts:[\"Pay a licence fee\",\"Sign an NDA\",\"Share modifications under the same licence\",\"Nothing\"], a:2},\r\n    {q:\"What is the name of the bone that makes up the kneecap?\", opts:[\"Fibula\",\"Tibia\",\"Patella\",\"Femur\"], a:2},\r\n    {q:\"Which planet orbits the Sun in 88 Earth days?\", opts:[\"Venus\",\"Mars\",\"Saturn\",\"Mercury\"], a:3},\r\n    {q:\"What does 'HTTPS' add to HTTP?\", opts:[\"Speed\",\"Compression\",\"Encryption\",\"Caching\"], a:2},\r\n    {q:\"What is the name of the study of fungi?\", opts:[\"Microbiology\",\"Lichenology\",\"Botany\",\"Mycology\"], a:3},\r\n    {q:\"What is the process called when DNA is cut by restriction enzymes?\", opts:[\"Cloning\",\"Restriction digest\",\"PCR\",\"Gel electrophoresis\"], a:1},\r\n    {q:\"Which element is used in MRI machines?\", opts:[\"Iron\",\"Cobalt\",\"Nickel\",\"Helium\"], a:3},\r\n    {q:\"What does 'cloud computing' mean?\", opts:[\"Using internet servers rather than local hardware\",\"A type of wireless connection\",\"Distributed processing on your device\",\"Encrypted storage\"], a:0},\r\n    {q:\"What is the chemical formula for ammonia?\", opts:[\"NO2\",\"CO2\",\"NH3\",\"SO2\"], a:2},\r\n    {q:\"Which scientist developed the double helix model of DNA?\", opts:[\"Rosalind Franklin\",\"Linus Pauling\",\"Watson and Crick\",\"Erwin Chargaff\"], a:2},\r\n    {q:\"What is the name of the process where heavy elements are created in stars?\", opts:[\"Fusion\",\"Nucleosynthesis\",\"Fission\",\"Stellar ignition\"], a:1},\r\n    {q:\"What does 'agile' mean in software development?\", opts:[\"Fast coding\",\"An iterative, collaborative development methodology\",\"Lightweight code\",\"A type of testing framework\"], a:1},\r\n    {q:\"What is the name of the outermost shell of electrons in an atom?\", opts:[\"Core shell\",\"Valence shell\",\"Orbital ring\",\"Electron cloud\"], a:1},\r\n    {q:\"Which organ synthesises vitamin D?\", opts:[\"Liver\",\"Kidneys\",\"Lungs\",\"Skin\"], a:3},\r\n    {q:\"What is the name of the phenomenon where light bends around massive objects?\", opts:[\"Refraction\",\"Red-shifting\",\"Gravitational lensing\",\"Parallax\"], a:2},\r\n    {q:\"What does 'SSD' stand for in computing?\", opts:[\"Solid State Drive\",\"Super Speed Disk\",\"Sequential Storage Device\",\"Solid Storage Disk\"], a:0},\r\n    {q:\"What is the term for the minimum energy needed to start a chemical reaction?\", opts:[\"Activation energy\",\"Bond energy\",\"Thermal energy\",\"Kinetic energy\"], a:0},\r\n    {q:\"Which part of the ear amplifies vibrations?\", opts:[\"Cochlea\",\"Eardrum\",\"Ossicles\",\"Semicircular canal\"], a:2},\r\n    {q:\"What does Gnubia call a conclusion reached without sufficient data?\", opts:[\"A hypothesis\",\"A guess dressed up\",\"An assumption\",\"Premature and dangerous\"], a:3},\r\n    {q:\"What is the name of the subfield of AI that teaches computers to recognise images?\", opts:[\"Natural language processing\",\"Neural networks\",\"Computer vision\",\"Reinforcement learning\"], a:2},\r\n    {q:\"Which gas causes acid rain?\", opts:[\"Carbon dioxide\",\"Methane\",\"Sulphur dioxide\",\"Nitrogen\"], a:2},\r\n    {q:\"What is the name of the layer between the Earth's crust and outer core?\", opts:[\"Lithosphere\",\"Asthenosphere\",\"Transition zone\",\"Mantle\"], a:3},\r\n    {q:\"What does 'boolean' refer to in programming?\", opts:[\"A type of loop\",\"A data type with only two values \u2014 true or false\",\"A conditional statement\",\"A comparison operator\"], a:1},\r\n    {q:\"Which type of bond is the weakest?\", opts:[\"Ionic\",\"Covalent\",\"Metallic\",\"Hydrogen\"], a:3},\r\n    {q:\"What is the name of the process by which organisms change over generations?\", opts:[\"Natural selection\",\"Genetics\",\"Evolution\",\"Adaptation\"], a:2},\r\n    {q:\"What does 'ping' measure in networking?\", opts:[\"Download speed\",\"Upload speed\",\"Latency\",\"Bandwidth\"], a:2},\r\n    {q:\"What is the name of the scientist who first described natural selection?\", opts:[\"Gregor Mendel\",\"Alfred Russel Wallace\",\"Charles Darwin\",\"Both Darwin and Wallace\"], a:3},\r\n    {q:\"Which planet has a day longer than its year?\", opts:[\"Mercury\",\"Mars\",\"Saturn\",\"Venus\"], a:3},\r\n    {q:\"What is the name of the process used to separate mixtures by boiling point?\", opts:[\"Filtration\",\"Distillation\",\"Chromatography\",\"Centrifugation\"], a:1},\r\n    {q:\"What does Gnubia say about people who are afraid of mathematics?\", opts:[\"She is patient with them\",\"She refers them to Ochaye\",\"She thinks fear of maths is taught, not innate\",\"She gives them simpler questions\"], a:2},\r\n    {q:\"What is the term for a species that is only found in one particular location?\", opts:[\"Invasive\",\"Keystone\",\"Indigenous\",\"Endemic\"], a:3},\r\n    {q:\"What does 'API key' do?\", opts:[\"Encrypts data\",\"Authenticates access to an API\",\"Increases speed\",\"Stores session data\"], a:1},\r\n    {q:\"What is the name of the subatomic particle with no charge?\", opts:[\"Proton\",\"Electron\",\"Positron\",\"Neutron\"], a:3},\r\n    {q:\"What is the chemical formula for methane?\", opts:[\"CO\",\"CH3\",\"CH4\",\"C2H6\"], a:2},\r\n    {q:\"Which organ converts glucose into glycogen for storage?\", opts:[\"Pancreas\",\"Kidneys\",\"Spleen\",\"Liver\"], a:3},\r\n    {q:\"What is the name of the type of software that monitors for threats?\", opts:[\"Firewall\",\"VPN\",\"Antivirus\",\"Proxy\"], a:2},\r\n    {q:\"What is the term for an organism that produces its own food from sunlight?\", opts:[\"Heterotroph\",\"Decomposer\",\"Consumer\",\"Autotroph\"], a:3},\r\n    {q:\"What does Gnubia keep on her laptop desktop that nobody else would?\", opts:[\"A periodic table wallpaper\",\"A spreadsheet of open questions\",\"A model of the scientific method\",\"A blank canvas \u2014 she doesn't clutter her thinking\"], a:1},\r\n    {q:\"What is the name of the point directly above the epicentre of an earthquake?\", opts:[\"Hypocenter\",\"Seismic point\",\"Epicentre\",\"It is the epicentre\"], a:3},\r\n    {q:\"What is the name of the technique for finding the structure of proteins using X-rays?\", opts:[\"Spectroscopy\",\"NMR\",\"X-ray diffraction\",\"Mass spectrometry\"], a:2},\r\n    {q:\"Which element was discovered by Marie and Pierre Curie?\", opts:[\"Uranium\",\"Thorium\",\"Polonium\",\"Radium\"], a:2},\r\n    {q:\"What does 'containerisation' mean in software?\", opts:[\"Packaging applications with all dependencies to run anywhere\",\"A type of encryption\",\"A method of database storage\",\"A networking protocol\"], a:0},\r\n    {q:\"What is the name of the measure of disorder in a system?\", opts:[\"Enthalpy\",\"Entropy\",\"Potential energy\",\"Free energy\"], a:1},\r\n    {q:\"Which company developed the Java programming language?\", opts:[\"Microsoft\",\"IBM\",\"Sun Microsystems\",\"Apple\"], a:2},\r\n    {q:\"What is the term for animals that give birth to live young?\", opts:[\"Oviparous\",\"Ovoviviparous\",\"Viviparous\",\"Marsupial\"], a:2},\r\n    {q:\"What does Gnubia think about Cheddar's music round?\", opts:[\"She finds it trivial\",\"She doesn't say \u2014 she saves her opinions for things that matter\",\"She scores well on it\",\"She thinks it should have more science\"], a:1},\r\n    {q:\"What is the name of the branch of physics dealing with heat and energy?\", opts:[\"Electrodynamics\",\"Thermodynamics\",\"Mechanics\",\"Quantum physics\"], a:1},\r\n    {q:\"Which metal is the best conductor of electricity?\", opts:[\"Gold\",\"Copper\",\"Aluminium\",\"Silver\"], a:3},\r\n    {q:\"What is the name of the scientific principle that states no two electrons can be in the same quantum state?\", opts:[\"Heisenberg uncertainty principle\",\"Pauli exclusion principle\",\"Aufbau principle\",\"Bohr's model\"], a:1},\r\n    ]\r\n  },\r\n  {\r\n    id:5, name:\"The GnuWorld Round\", cat:\"GnuTown Bar\", free:true,\r\n    intro:\"This is Ochaye's round. Questions about GnuTown Bar and the world we've built together. Pay attention. These matter.\",\r\n    ochaye:\"Round Five. My round. The GnuWorld round. Questions about us. About this place. Take your time.\",\r\n    qs:[\r\n      {q:\"What stool does Cheddar always sit on at GnuTown Bar?\", opts:[\"First from the end\",\"Second from the end\",\"Third from the end\",\"Fourth from the end\"], a:2},\r\n      {q:\"What is the tagline of Gnus of the World?\", opts:[\"The greatest story ever told\",\"The greatest story \u2014 never told\",\"The world is a bar\",\"Pull up a stool\"], a:1},\r\n      {q:\"Where did Michel LeGnu meet Gnu Fungaiolo?\", opts:[\"Edinburgh\",\"Lyon\",\"Bagnone\",\"Paris\"], a:2},\r\n      {q:\"What does Mrs Cheddar always make more of than you think you need?\", opts:[\"Cheese\",\"Soup\",\"Biscuits\",\"Tea\"], a:2},\r\n      {q:\"What does Gnusephine say when something is very good?\", opts:[\"Magnifique\",\"Excellent\",\"Not bad\",\"Wonderful\"], a:2},\r\n      {q:\"What is the full name of GnuTown's quiz host?\", opts:[\"Ochaye the Great\",\"Ochaye the Gnu\",\"Ochaye McHerd\",\"Ochaye of Edinburgh\"], a:1},\r\n      {q:\"In which city is GnuTown Bar located?\", opts:[\"Glasgow\",\"London\",\"Dublin\",\"Edinburgh\"], a:3},\r\n      {q:\"What is the GnuTown Bar's tagline?\", opts:[\"Pull up a stool\",\"The world is a bar\",\"It starts here\",\"Stay as long as you like\"], a:0},\r\n      {q:\"Which character is described as always being busy with something else?\", opts:[\"Ochaye\",\"Cheddar\",\"Michel\",\"Gnubia\"], a:3},\r\n      {q:\"What does Michel LeGnu insist on before anyone eats?\", opts:[\"A toast\",\"Silence\",\"Proper seasoning\",\"Waiting for everyone\"], a:3},\r\n      {q:\"What is Gnu Wave's role at GnuTown?\", opts:[\"Chef\",\"Accountant\",\"DJ and playlist curator\",\"Bar manager\"], a:2},\r\n      {q:\"What does Gnugo always bring to quiz night?\", opts:[\"Snacks\",\"Printed notes\",\"His own pens\",\"Extra questions\"], a:1},\r\n      {q:\"Which character is known for never being wrong \u2014 or never admitting it?\", opts:[\"Mrs Cheddar\",\"Gnusephine\",\"Ochaye\",\"Gnugo\"], a:1},\r\n      {q:\"Where does Gnu Fungaiolo come from?\", opts:[\"Edinburgh\",\"Lyon\",\"Turin\",\"Bagnone\"], a:3},\r\n      {q:\"What does the GnuTown Bar serve that Michel is particularly proud of?\", opts:[\"Scottish ales\",\"His own bread\",\"A rotating seasonal menu\",\"The cheese board\"], a:3},\r\n      {q:\"What is the website for Gnus of the World?\", opts:[\"gnusoftheworld.com\",\"gnuworld.com\",\"gnutownbar.com\",\"thegnuherd.com\"], a:0},\r\n      {q:\"What handle does GnuTown use on social media?\", opts:[\"@gnutownbar\",\"@gnuworld\",\"@gnusoftheworld\",\"@ochayethegnu\"], a:2},\r\n      {q:\"What event does GnuTown Bar host on quiz nights?\", opts:[\"Open mic\",\"Ceilidh\",\"GnuTown Quiz Night\",\"Herd Dinner\"], a:2},\r\n      {q:\"What phrase does Ochaye use to start every quiz?\", opts:[\"Settle down now\",\"Right then\",\"Let's begin\",\"Stool up, please\"], a:1},\r\n      {q:\"What does Mrs Cheddar think of Cheddar's music knowledge?\", opts:[\"She's very proud\",\"She thinks it's impressive\",\"She is not well pleased\",\"She refuses to say\"], a:2},\r\n      {q:\"Which character wrote the science and technology round?\", opts:[\"Ochaye\",\"Gnugo\",\"Gnubia\",\"Cheddar\"], a:2},\r\n      {q:\"How many rounds are in a GnuTown Quiz Night?\", opts:[\"4\",\"5\",\"6\",\"7\"], a:2},\r\n      {q:\"What is the name of the garden game connected to GnuTown?\", opts:[\"GnuTown Farm\",\"GnuTown Garden\",\"Herd Garden\",\"Fungaiolo's Plot\"], a:1},\r\n      {q:\"What kind of seeds can you find in the GnuTown Garden?\", opts:[\"Common seeds\",\"Rare seeds\",\"Heirloom seeds\",\"Seasonal seeds only\"], a:1},\r\n      {q:\"What connects the quiz and the garden in the GnuTown world?\", opts:[\"Shared characters\",\"Loyalty points\",\"Both\",\"Nothing \u2014 they're separate\"], a:2},\r\n      {q:\"What does completing the full quiz earn you in the garden?\", opts:[\"A rare seed\",\"A new crop\",\"Loyalty points\",\"Michel's approval\"], a:2},\r\n      {q:\"What is the name of the subscription to access all GnuTown rounds?\", opts:[\"The Club\",\"The Full Herd\",\"Join the Herd\",\"The GnuPass\"], a:2},\r\n      {q:\"How much does a Herd membership cost per month?\", opts:[\"\u20ac1.99\",\"\u20ac2.99\",\"\u20ac3.99\",\"\u20ac4.99\"], a:2},\r\n      {q:\"What does Gnusephine's high standard apply to?\", opts:[\"Food only\",\"Music only\",\"Everything\",\"Just the quiz\"], a:2},\r\n      {q:\"What animal is the GnuTown mascot?\", opts:[\"Bison\",\"Wildebeest\",\"Yak\",\"Gnu\"], a:3},\r\n      {q:\"What does Ochaye say the bar isn't doing?\", opts:[\"Closing early\",\"Running out of cheese\",\"Going anywhere\",\"Accepting new regulars\"], a:2},\r\n      {q:\"What is Michel LeGnu's nationality?\", opts:[\"Italian\",\"Belgian\",\"Swiss\",\"French\"], a:3},\r\n      {q:\"What does 'GnuTown' represent in the GnuTown world?\", opts:[\"A fictional city\",\"A new way of living together\",\"A type of music\",\"A style of cooking\"], a:1},\r\n      {q:\"Which character has been at the jukebox all morning?\", opts:[\"Ochaye\",\"Gnugo\",\"Cheddar\",\"Gnu Wave\"], a:2},\r\n      {q:\"What does Ochaye claim about his Wild Card questions?\", opts:[\"He made them up this morning\",\"He chose them carefully and has had some for years\",\"He borrowed them from Gnugo\",\"They are all about Scotland\"], a:1},\r\n      {q:\"What does 'The world is broken. We need a Gnu one.' refer to?\", opts:[\"The quiz results\",\"The GnuTown tagline\",\"Michel's review of Edinburgh\",\"Ochaye's view of the bar\"], a:1},\r\n      {q:\"What does Gnu Fungaiolo grow?\", opts:[\"Herbs and flowers\",\"Mushrooms and foraged things\",\"Rare vegetables\",\"All of the above\"], a:3},\r\n      {q:\"How does Gnubia describe her science questions?\", opts:[\"Very difficult\",\"Quite tricky\",\"Not difficult\",\"Deliberately obscure\"], a:2},\r\n      {q:\"What is Ochaye's role beyond hosting the quiz?\", opts:[\"Chef\",\"Gardener\",\"Keeper of the bar\",\"Financial advisor\"], a:2},\r\n      {q:\"What does the free tier of GnuTown Quiz include?\", opts:[\"Rounds 1 and 2\",\"Just Round 1\",\"Rounds 1 and 5\",\"All rounds with a time limit\"], a:2},\r\n      {q:\"What does Mrs Cheddar think about Cheddar spending time at the jukebox?\", opts:[\"She joins him\",\"She encourages it\",\"She is not well pleased\",\"She chooses the songs\"], a:2},\r\n      {q:\"What is the emoji associated with Ochaye?\", opts:[\"\ud83d\udc03\",\"\ud83e\uddac\",\"\ud83d\udc02\",\"\ud83d\udc04\"], a:1},\r\n      {q:\"What does Gnugo always have at quiz night besides questions?\", opts:[\"Spare pencils\",\"His own scoring sheet\",\"A printed seating plan\",\"All of these\"], a:3},\r\n      {q:\"What time does Ochaye say he is always at the bar?\", opts:[\"Thursday evenings\",\"Weekend afternoons\",\"Always\",\"He doesn't say\"], a:2},\r\n      {q:\"What does the leaderboard at GnuTown Quiz track?\", opts:[\"Speed only\",\"Score only\",\"Score and rounds completed\",\"Score, name and date\"], a:3},\r\n      {q:\"What is the collective name for GnuTown members?\", opts:[\"The Herd\",\"The Pack\",\"The Gnus\",\"The Regulars\"], a:0},\r\n      {q:\"What does GnuTown Quiz Night feel like according to Ochaye?\", opts:[\"A competition\",\"A test\",\"An evening at the bar with friends\",\"A lesson\"], a:2},\r\n      {q:\"Which character is most likely to have already left by the time you finish reading about them?\", opts:[\"Ochaye\",\"Cheddar\",\"Michel\",\"Gnubia\"], a:3},\r\n      {q:\"What does Gnugo think of Ochaye's Wild Card round?\", opts:[\"Excellent\",\"Unnecessary\",\"Slightly concerning\",\"He doesn't comment\"], a:3},\r\n      {q:\"What sound does GnuTown Bar ambient mode play?\", opts:[\"Scottish folk music\",\"Cheddar's jukebox playlist\",\"Pub ambience with glass clinks\",\"Silence\"], a:2},\r\n    ,\r\n      {q:\"What colour is the GnuTown Bar's front door?\", opts:[\"Black\",\"Green\",\"Dark red\",\"Bark brown\"], a:2},\r\n    {q:\"What is the name of Ochaye's most prized possession behind the bar?\", opts:[\"A vintage map\",\"A good whisky\",\"A list of regulars\",\"The original quiz questions\"], a:1},\r\n    {q:\"What does Gnugo write his quiz questions with?\", opts:[\"A typewriter\",\"A pencil\",\"A fountain pen\",\"A laptop\"], a:2},\r\n    {q:\"What time does GnuTown Bar open?\", opts:[\"Noon\",\"When Ochaye gets there\",\"5pm\",\"When the quiz starts\"], a:1},\r\n    {q:\"What does Michel call an overcooked vegetable?\", opts:[\"A disappointment\",\"A tragedy\",\"A crime\",\"An insult\"], a:2},\r\n    {q:\"What does Gnu Wave do when nobody is watching?\", opts:[\"He reads recipe books\",\"He practices his French\",\"He writes lyrics\",\"He reorganises the jukebox\"], a:3},\r\n    {q:\"Which regular is most likely to arrive early?\", opts:[\"Cheddar\",\"Michel\",\"Gnugo\",\"Ochaye\"], a:2},\r\n    {q:\"What does Mrs Cheddar always bring to quiz night that nobody asked for?\", opts:[\"Extra answer sheets\",\"A casserole\",\"Homemade biscuits\",\"Her own questions\"], a:2},\r\n    {q:\"What is the name of Michel's signature bread served at the bar?\", opts:[\"Pain du Gnu\",\"Pain Fungaiolo\",\"Pain de Bagnone\",\"Pain du soir\"], a:0},\r\n    {q:\"What does Ochaye call the GnuWorld Round?\", opts:[\"The important round\",\"My round\",\"The one that matters\",\"The lore round\"], a:1},\r\n    {q:\"What season does the GnuTown Garden launch new rare seeds?\", opts:[\"Spring\",\"Summer\",\"Autumn\",\"All seasons\"], a:3},\r\n    {q:\"What does Gnusephine consider the lowest acceptable score on the quiz?\", opts:[\"50%\",\"60%\",\"70%\",\"She doesn't say but her expression does\"], a:3},\r\n    {q:\"What does the GnuTown Bar smell like?\", opts:[\"Hops and timber\",\"Whisky and woodsmoke\",\"Coffee and old books\",\"Michel's cooking and something else entirely\"], a:3},\r\n    {q:\"What does Cheddar call a song he disapproves of?\", opts:[\"A mistake\",\"A waste of vinyl\",\"Background noise\",\"Not music\"], a:1},\r\n    {q:\"What is the name of Gnu Fungaiolo's plot?\", opts:[\"The GnuPatch\",\"Il Giardino di Gnu\",\"Fungaiolo's Field\",\"The Bagnone Plot\"], a:1},\r\n    {q:\"What language does Michel occasionally slip into when irritated?\", opts:[\"Italian\",\"Occitan\",\"Proven\u00e7al\",\"French\"], a:3},\r\n    {q:\"What does Gnubia think about most quiz show formats on television?\", opts:[\"She enjoys them\",\"She finds them too slow\",\"She thinks they ask the wrong questions\",\"She doesn't watch television\"], a:2},\r\n    {q:\"What does Ochaye keep on the bar at all times?\", opts:[\"A pint glass\",\"A pencil\",\"A cloth\",\"A notebook\"], a:3},\r\n    {q:\"What does the GnuTown Garden track besides crops?\", opts:[\"Weather only\",\"Soil health, pests and loyalty points\",\"Player location\",\"Gnu character appearances\"], a:1},\r\n    {q:\"What does Cheddar consider the greatest album ever made?\", opts:[\"It changes monthly\",\"He refuses to name one\",\"Dark Side of the Moon\",\"Something Cheddar-specific that nobody else agrees with\"], a:3},\r\n    {q:\"How does Gnu Wave describe the perfect playlist?\", opts:[\"Loud enough to feel it\",\"One that nobody notices until it stops\",\"Chronological\",\"Built from the jukebox up\"], a:1},\r\n    {q:\"What does Michel think of fusion cuisine?\", opts:[\"He loves it\",\"He is neutral\",\"He is suspicious of it\",\"He refuses to discuss it\"], a:2},\r\n    {q:\"What is the Herd loyalty programme designed to reward?\", opts:[\"Spending money\",\"Time at the bar\",\"Consistent engagement with both games\",\"Quiz accuracy only\"], a:2},\r\n    {q:\"What does Gnugo believe separates a good quiz from a great one?\", opts:[\"Better prizes\",\"Precise answers\",\"A good host\",\"Harder questions\"], a:1},\r\n    {q:\"What does Ochaye always say at the end of the Wild Card round?\", opts:[\"'That's it, then'\",\"'Good luck to you all' \u2014 at the start, not the end\",\"'Hope that was worth it'\",\"He doesn't say anything \u2014 he just nods\"], a:3},\r\n    {q:\"In which season does the GnuTown garden game feature the most pest events?\", opts:[\"Spring\",\"Summer\",\"Autumn\",\"Winter\"], a:1},\r\n    {q:\"What is the maximum number of loyalty points you can earn from one quiz?\", opts:[\"30\",\"40\",\"50\",\"It's uncapped\"], a:2},\r\n    {q:\"What does Gnusephine do when she agrees with something?\", opts:[\"She claps\",\"She says 'not bad'\",\"She nods slowly\",\"She says nothing \u2014 which means the same thing\"], a:2},\r\n    {q:\"What does the GnuTown Bar's ambient sound toggle look like?\", opts:[\"A speaker icon\",\"A music note\",\"A gnu emoji\",\"A sound wave\"], a:0},\r\n    {q:\"How does Ochaye know when a new regular has become a proper regular?\", opts:[\"They know their stool\",\"They order without looking at the menu\",\"They bring something for the bar\",\"Gnugo approves of them\"], a:1},\r\n    {q:\"What is the name of Michel's most complicated dish?\", opts:[\"Boeuf Brais\u00e9 du Gnu\",\"The Seven-Layer Terrine\",\"Daube Fungaiolo\",\"He doesn't name his dishes \u2014 that would be showing off\"], a:3},\r\n    {q:\"What is the first question Gnugo always asks a new quiz player?\", opts:[\"'Have you done this before?'\",\"'Do you have a pen?'\",\"'What's your name?'\",\"He doesn't ask questions \u2014 he observes\"], a:1},\r\n    {q:\"What does the GnuTown world represent?\", opts:[\"An Edinburgh pub\",\"A fictional universe\",\"A new way of building community\",\"All of the above\"], a:3},\r\n    {q:\"What does Cheddar think the correct volume is for a bar?\", opts:[\"Quiet enough to talk\",\"Loud enough to feel it\",\"Exactly as loud as the jukebox goes\",\"Mrs Cheddar decides\"], a:3},\r\n    {q:\"What is Mrs Cheddar's view on the quiz?\", opts:[\"She loves it\",\"She tolerates it\",\"She would prefer Cheddar came home earlier\",\"She sets some of the harder questions\"], a:2},\r\n    {q:\"What does Gnu Fungaiolo say when something grows unexpectedly well?\", opts:[\"'Miracolo'\",\"'Si vede'\",\"'Come sempre'\",\"He doesn't say \u2014 he just smiles\"], a:3},\r\n    {q:\"What does Ochaye think of the leaderboard?\", opts:[\"He loves competition\",\"He finds it vulgar\",\"It matters because it shows who came back\",\"He doesn't look at it\"], a:2},\r\n    {q:\"What kind of events does GnuTown Bar host beyond quiz night?\", opts:[\"Live music only\",\"Seasonal dinners and Herd nights\",\"Open mic and ceilidhs\",\"Nothing else \u2014 the quiz is enough\"], a:1},\r\n    {q:\"What does the GnuTown Bar's loyalty system connect to?\", opts:[\"The quiz only\",\"The garden only\",\"Both the quiz and the garden\",\"An external rewards programme\"], a:2},\r\n    {q:\"How does Gnubia prefer to be addressed at the bar?\", opts:[\"Dr Gnubia\",\"Just Gnubia\",\"Ms Gnubia\",\"She hasn't said and nobody asks twice\"], a:3},\r\n    {q:\"What does Ochaye think makes a good quiz question?\", opts:[\"It should be hard\",\"It should be fair, specific, and worth knowing\",\"It should make people laugh\",\"It should be about Scotland\"], a:1},\r\n    {q:\"What is the last thing Ochaye checks before quiz night begins?\", opts:[\"The leaderboard\",\"The sound system\",\"The bar stock\",\"The questions\"], a:3},\r\n    {q:\"What does the GnuTown world say about the state of the world outside?\", opts:[\"It's fine really\",\"It's complicated\",\"It's broken and we need a Gnu one\",\"It's Cheddar's fault\"], a:2},\r\n    {q:\"What does Gnu Wave do at the end of every quiz night?\", opts:[\"He clears up\",\"He plays one last song\",\"He totals the scores\",\"He argues with Cheddar about the playlist\"], a:1},\r\n    {q:\"Which character most often stays behind after quiz night to help Ochaye close up?\", opts:[\"Cheddar\",\"Gnugo\",\"Gnusephine\",\"Gnu Fungaiolo\"], a:1},\r\n    {q:\"What is the character Gnubia's full working title?\", opts:[\"Head of Science\",\"Director of Things That Matter\",\"Chief of Analysis\",\"It's just Gnubia\"], a:3},\r\n    {q:\"What does Ochaye mean when he says the bar isn't going anywhere?\", opts:[\"It's a permanent fixture\",\"The world outside may change but this stays\",\"He's talking about the furniture\",\"He means Cheddar specifically\"], a:1},\r\n    {q:\"What are Michel's quests in the GnuTown Garden?\", opts:[\"Cooking challenges\",\"Requests for specific rare ingredients\",\"Timed harvest events\",\"Foraging competitions\"], a:1},\r\n    {q:\"What does Gnugo think of Cheddar's music round?\", opts:[\"He finds it frivolous\",\"He respects the preparation\",\"He doesn't listen to music\",\"He secretly knows all the answers\"], a:3},\r\n    {q:\"What time does Mrs Cheddar think quiz night should end?\", opts:[\"10pm\",\"When the questions run out\",\"Before last orders\",\"She says 'a reasonable hour' and Cheddar disagrees\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the GnuTown Bar's house rule about mobile phones?\", opts:[\"No phones at all\",\"Phones away during the quiz\",\"Phones silent only\",\"There is no rule \u2014 Ochaye just looks at you\"], a:3},\r\n    {q:\"What does Ochaye drink during quiz night?\", opts:[\"Nothing \u2014 he's working\",\"A pint of stout\",\"A dram of whisky\",\"Whatever Gnugo brings him\"], a:2},\r\n    {q:\"What is the name of the annual GnuTown event where all six characters set questions together?\", opts:[\"The Grand Herd Quiz\",\"The Full House Night\",\"The GnuTown Championship\",\"It hasn't happened yet \u2014 Gnugo is still planning it\"], a:3},\r\n    {q:\"What does Michel do when he disagrees with a food question on the quiz?\", opts:[\"He says nothing\",\"He corrects it after the round\",\"He submits a written objection to Ochaye\",\"He makes a disappointed sound and moves on\"], a:3},\r\n    {q:\"What is Gnusephine's relationship to GnuTown Bar?\", opts:[\"She owns it\",\"She is a regular who sets the standard\",\"She is Ochaye's assistant\",\"She manages the accounts\"], a:1},\r\n    {q:\"What does Cheddar keep in his jacket pocket at all times?\", opts:[\"A pen\",\"A coin\",\"A list of songs\",\"A miniature deck of cards\"], a:2},\r\n    {q:\"What is the name of the loyalty reward for completing every round without a wrong answer?\", opts:[\"The Perfect Score Badge\",\"The GnuTown Gold\",\"The Ochaye Commendation\",\"The Gnugo Medal\"], a:2},\r\n    {q:\"What does Gnu Fungaiolo think of Edinburgh weather?\", opts:[\"He loves it\",\"He tolerates it stoically\",\"He finds it character-building\",\"He doesn't mention it but dresses for Bagnone\"], a:3},\r\n    {q:\"What time does Gnugo prefer quiz night to start?\", opts:[\"7pm sharp\",\"When everyone has arrived\",\"8pm\",\"Whenever Ochaye decides\"], a:0},\r\n    {q:\"What is the name of the GnuTown Bar regular who always arrives last?\", opts:[\"Cheddar\",\"Gnubia\",\"Gnu Wave\",\"Gnusephine\"], a:3},\r\n    {q:\"What does the GnuTown Garden harvest journal record?\", opts:[\"Crop yields only\",\"Everything grown, foraged and gifted\",\"Loyalty points earned\",\"Michel's quest completions\"], a:1},\r\n    {q:\"What does Ochaye do when someone shouts out an answer?\", opts:[\"He ignores it\",\"He marks it wrong automatically\",\"He gives them a look\",\"He asks them to repeat it quietly\"], a:2},\r\n    {q:\"What is the name of Gnu Wave's favourite time of year at the bar?\", opts:[\"Summer \u2014 it's busier\",\"Winter \u2014 the playlist fits better\",\"Autumn \u2014 Michel cooks best then\",\"Spring \u2014 new garden season begins\"], a:1},\r\n    {q:\"How does Gnubia feel about the GnuWorld Round?\", opts:[\"She finds it frivolous\",\"She appreciates its specificity\",\"She always scores full marks on it\",\"She thinks it needs more science\"], a:1},\r\n    {q:\"What is the name of the plant Gnu Fungaiolo is most protective of in the garden?\", opts:[\"A rare truffle\",\"An heirloom tomato from Bagnone\",\"A Scottish wildflower\",\"A vine Michel brought from Lyon\"], a:1},\r\n    {q:\"What does Mrs Cheddar call the GnuTown Quiz Night?\", opts:[\"'A lovely evening'\",\"'Cheddar's thing'\",\"'That quiz'\",\"'An excuse'\"], a:2},\r\n    {q:\"What is the name of the feature in the GnuTown Garden that tracks soil health?\", opts:[\"The Earth Meter\",\"The Soil Index\",\"The Ground Score\",\"The Garden Health System\"], a:1},\r\n    {q:\"How does Ochaye signal that the final round has begun?\", opts:[\"He rings a bell\",\"He announces it formally\",\"He stands up\",\"He just says 'last round' and that's that\"], a:3},\r\n    {q:\"What does Gnugo do if he notices a factual error in another round's questions?\", opts:[\"He says nothing\",\"He tells Ochaye privately\",\"He corrects it loudly\",\"He submits a written note after quiz night\"], a:3},\r\n    {q:\"What is the name of the seasonal sound feature in the GnuTown Garden?\", opts:[\"GnuTunes\",\"Seasonal Web Audio\",\"Nature Sound Mode\",\"It doesn't have a formal name\"], a:3},\r\n    {q:\"What does Michel think of Cheddar's food knowledge?\", opts:[\"He is impressed\",\"He is amused\",\"He is patient\",\"He has stopped asking\"], a:3},\r\n    {q:\"What is the rarest crop in the GnuTown Garden?\", opts:[\"Black garlic\",\"Truffle\",\"A Bagnone heirloom pepper\",\"It changes each season\"], a:3},\r\n    {q:\"What does Gnu Wave do when Michel's cooking is particularly good?\", opts:[\"He compliments the dish\",\"He changes the playlist to match\",\"He asks for the recipe\",\"He tells Ochaye to put it on the menu permanently\"], a:1},\r\n    {q:\"What is the name of the quest system in the GnuTown Garden?\", opts:[\"Gnu Quests\",\"Michel's Quests\",\"The Fungaiolo Challenges\",\"Herd Missions\"], a:1},\r\n    {q:\"What does Ochaye say to players who score full marks?\", opts:[\"'Outstanding'\",\"'Well done'\",\"'Gnugo would be pleased'\",\"He says nothing \u2014 the score speaks for itself\"], a:2},\r\n    {q:\"How many crops are currently available in the GnuTown Garden?\", opts:[\"12\",\"14\",\"16\",\"18\"], a:2},\r\n    {q:\"What does Gnusephine think of the music round?\", opts:[\"She finds it too easy\",\"She appreciates Cheddar's taste\",\"She has strong opinions she keeps to herself\",\"She doesn't listen to that kind of music\"], a:2},\r\n    {q:\"What is the name of the GnuTown loyalty currency?\", opts:[\"GnuCoins\",\"GnuBucks\",\"Loyalty points\",\"Herd tokens\"], a:2},\r\n    {q:\"What does Cheddar say when someone gets a music question wrong?\", opts:[\"'How do you not know that?'\",\"'That's alright'\",\"'Classic mistake'\",\"Nothing \u2014 he just looks disappointed\"], a:3},\r\n    {q:\"What is the name of the tab in the GnuTown Garden that shows completed harvests?\", opts:[\"Harvest Log\",\"The Journal\",\"Harvest Journal\",\"The Record\"], a:2},\r\n    {q:\"How does Michel describe food that has been overcooked?\", opts:[\"Disappointing\",\"A tragedy\",\"A waste\",\"Unfortunate\"], a:1},\r\n    {q:\"What does Ochaye keep behind the bar that he never offers to anyone?\", opts:[\"A very good whisky\",\"His personal quiz notes\",\"A photograph\",\"A backup round of questions\"], a:0},\r\n    {q:\"What is the name of the GnuTown Garden's pest event system?\", opts:[\"Pest Events\",\"Bug Alerts\",\"Garden Threats\",\"Infestation Log\"], a:0},\r\n    {q:\"What does Gnu Fungaiolo do when the foraging season starts?\", opts:[\"He announces it to the bar\",\"He disappears for three days\",\"He brings Michel the first finds immediately\",\"He posts on the GnuTown social media\"], a:1},\r\n    {q:\"What is the name of Ochaye's favourite question type?\", opts:[\"Multiple choice\",\"True or false\",\"Open-ended\",\"He doesn't have a favourite \u2014 all questions deserve respect\"], a:3},\r\n    {q:\"What does the GnuTown onboarding screen show on first visit?\", opts:[\"Just the quiz\",\"Ochaye's introduction, the characters, and the GnuWorld crossover\",\"A sign-in prompt\",\"The leaderboard\"], a:1},\r\n    {q:\"What does Gnubia say when she finishes something ahead of schedule?\", opts:[\"'Done'\",\"'As expected'\",\"Nothing \u2014 she's already on the next thing\",\"'I told you it wasn't difficult'\"], a:2},\r\n    {q:\"What is the name of the drink Gnu Fungaiolo brings to the bar from Bagnone?\", opts:[\"A Ligurian white wine\",\"A grappa\",\"An amaro\",\"A different grappa \u2014 every time\"], a:3},\r\n    {q:\"What does the GnuTown Quiz leaderboard show?\", opts:[\"All-time top 10 scores\",\"Most recent scores only\",\"Top 10 by score with names and dates\",\"This week's scores only\"], a:2},\r\n    {q:\"What does Ochaye think is the most important question on any quiz?\", opts:[\"The hardest one\",\"The first one \u2014 it sets the tone\",\"The last one \u2014 it decides the winner\",\"He thinks they're all equally important\"], a:1},\r\n    {q:\"What is the name of the feature that lets GnuTown Quiz players see their garden points on the quiz screen?\", opts:[\"Garden Link\",\"Crossover Banner\",\"Loyalty Display\",\"GnuWorld Bridge\"], a:1},\r\n    {q:\"What does Mrs Cheddar think of Cheddar's score on the quiz?\", opts:[\"She's proud of him\",\"She's surprised it's as high as it is\",\"She doesn't check\",\"She thought he'd do better on the music round\"], a:1},\r\n    {q:\"What is the name of the GnuTown character most likely to have read the instructions?\", opts:[\"Ochaye\",\"Cheddar\",\"Gnugo\",\"Gnubia\"], a:2},\r\n    {q:\"What does Gnu Wave say is the most underrated thing about a good bar?\", opts:[\"The lighting\",\"The seating\",\"The playlist\",\"The silence between songs\"], a:3},\r\n    {q:\"What does Ochaye call GnuTown Bar when he's feeling philosophical?\", opts:[\"'A good pub'\",\"'The last honest place'\",\"'Our place'\",\"'Proof that it's still possible'\"], a:3},\r\n    {q:\"What is the name of the GnuTown Garden tab that shows Michel's active requests?\", opts:[\"Quests\",\"Michel's Tab\",\"Garden Tasks\",\"The Kitchen\"], a:0},\r\n    {q:\"How does Gnugo feel about questions with ambiguous answers?\", opts:[\"He finds them interesting\",\"He tolerates them\",\"He considers them a failure of question design\",\"He skips them\"], a:2},\r\n    {q:\"What does the GnuTown Bar smell of in winter?\", opts:[\"Beer and cleaning fluid\",\"Whisky, woodsmoke and Michel's soup\",\"Damp coats and candles\",\"Cheddar's aftershave\"], a:1},\r\n    {q:\"What is the first thing Ochaye says to a new player at the quiz?\", opts:[\"'Welcome'\",\"'Pull up a stool'\",\"'Right then'\",\"He nods \u2014 that's enough\"], a:3},\r\n    {q:\"What does completing all six GnuTown Quiz rounds unlock in the garden?\", opts:[\"A rare seed\",\"50 loyalty points\",\"A new crop\",\"Michel's acknowledgement\"], a:1},\r\n    ,\r\n      {q:\"What does Ochaye say when someone protests a question?\", opts:[\"'The question stands'\",\"'Talk to Gnugo'\",\"'Write to me about it after'\",\"He looks at them until they stop\"], a:3},\r\n    {q:\"What is the name of the sound the bar makes just before quiz night begins?\", opts:[\"Silence\",\"The hum of the jukebox winding down\",\"General chatter, then Ochaye's voice\",\"The last song on the playlist\"], a:3},\r\n    {q:\"What does Gnugo keep in his left breast pocket?\", opts:[\"A pen\",\"A spare question sheet\",\"A pencil and a small eraser\",\"A list of corrections from previous quiz nights\"], a:3},\r\n    {q:\"What does Cheddar claim is the greatest opening line of any song?\", opts:[\"He changes it monthly\",\"He won't say \u2014 he'd have to explain why\",\"He has a list but keeps it private\",\"He's told Mrs Cheddar and only Mrs Cheddar\"], a:1},\r\n    {q:\"What is the name of the GnuTown Bar tab where you can see your quiz history?\", opts:[\"My Herd\",\"Player Profile\",\"History Tab\",\"It doesn't exist yet \u2014 Ochaye is working on it\"], a:3},\r\n    {q:\"What does Michel think of anyone who doesn't finish what's on their plate?\", opts:[\"He ignores it\",\"He asks if something was wrong\",\"He is personally affected\",\"He makes a note and adjusts the next dish\"], a:2},\r\n    {q:\"What is the name of the GnuTown Quiz's ambient sound mode when winter is detected?\", opts:[\"Winter Pub\",\"Cold Night Mode\",\"There is no seasonal detection in the quiz \u2014 only the garden\",\"Fireside Mode\"], a:2},\r\n    {q:\"What does Gnugo say is the correct number of questions in a perfect quiz?\", opts:[\"30\",\"50\",\"It depends on the subject\",\"He doesn't say \u2014 he calculates it per round\"], a:3},\r\n    {q:\"What does Ochaye say is the one thing nobody should bring to quiz night?\", opts:[\"Their phone\",\"Certainty\",\"Pre-prepared answers\",\"A bad attitude\"], a:1},\r\n    {q:\"What is the name of Gnu Wave's longest-running playlist at the bar?\", opts:[\"The GnuTown Session\",\"The Thursday Set\",\"The After Round Four\",\"It changes so often it doesn't have a name\"], a:3},\r\n    {q:\"What does Gnusephine do during the results announcement?\", opts:[\"She applauds politely\",\"She says nothing unless someone did particularly well or badly\",\"She reads the scores aloud\",\"She always leaves before the results\"], a:1},\r\n    {q:\"How many tabs are in the GnuTown Garden?\", opts:[\"8\",\"9\",\"10\",\"11\"], a:3},\r\n    {q:\"What does Cheddar think of electronic music?\", opts:[\"He loves it\",\"He tolerates it if the melody is strong\",\"He says it's not music\",\"He has views he expresses only to Gnu Wave\"], a:3},\r\n    {q:\"What is the name of the token you earn in the quiz for scoring 70% or more?\", opts:[\"A GnuCoin\",\"A Hint Token\",\"A Herd Badge\",\"A Wild Card token\"], a:1},\r\n    {q:\"What does Michel say about cooking for people who claim not to be hungry?\", opts:[\"'Then they'll watch'\",\"'Everyone is hungry \u2014 they just don't know it yet'\",\"'I'll make something small'\",\"'Cheddar says that too'\"], a:1},\r\n    {q:\"What is the name of the feature in the GnuTown Garden that marks first-time players?\", opts:[\"First Harvest\",\"New Sprout\",\"Onboarding\",\"Welcome Flag\"], a:2},\r\n    {q:\"What does Gnugo do when he hears a question he doesn't know?\", opts:[\"He guesses systematically\",\"He admits it immediately\",\"He says nothing and looks at the ceiling\",\"He asks for a clarification\"], a:2},\r\n    {q:\"What is the name of the crop that only appears in summer in the GnuTown Garden?\", opts:[\"Tomatoes\",\"Courgette\",\"A rare heirloom pepper\",\"It rotates every season\"], a:3},\r\n    {q:\"What does Ochaye consider the greatest threat to a good quiz?\", opts:[\"Poor questions\",\"A noisy crowd\",\"Phones on the table\",\"People who know too much and can't resist showing it\"], a:3},\r\n    {q:\"What is the name of the Supabase table that stores GnuTown Quiz scores?\", opts:[\"scores\",\"player_scores\",\"quiz_results\",\"quiz_scores\"], a:3},\r\n    {q:\"What does Gnu Wave do when the quiz is going badly for the regulars?\", opts:[\"He plays something uplifting\",\"He says nothing\",\"He starts a new playlist\",\"He turns the jukebox off\"], a:0},\r\n    {q:\"What is the name of Gnubia's preferred seating position at the bar?\", opts:[\"Near the door\",\"Corner table, facing out\",\"Next to Gnugo\",\"She doesn't have a regular seat \u2014 she arrives and chooses\"], a:3},\r\n    {q:\"What does Ochaye read out when someone gets the GnuWorld round question about Ochaye wrong?\", opts:[\"He corrects them gently\",\"He moves on without comment\",\"He reads the correct answer twice\",\"He looks at them for a moment, then moves on\"], a:3},\r\n    {q:\"What is the name of the GnuTown Bar's unofficial motto beyond the tagline?\", opts:[\"'Pull up a stool'\",\"'Always room for one more'\",\"'We're still here'\",\"'The bar isn't going anywhere'\"], a:3},\r\n    {q:\"What does Cheddar order at the bar when he's in a good mood?\", opts:[\"A pint of stout\",\"Whatever Michel recommends\",\"His usual \u2014 he never changes\",\"Something Gnu Wave suggested\"], a:2},\r\n    {q:\"What is the name of the system that lets quiz scores affect the garden?\", opts:[\"Score Bridge\",\"LocalStorage Crossover\",\"GnuWorld Link\",\"Herd Connect\"], a:1},\r\n    {q:\"What does Gnusephine say is the most important thing a quiz player can do?\", opts:[\"Know the answers\",\"Think before answering\",\"Listen to the question properly\",\"Not embarrass themselves\"], a:2},\r\n    {q:\"What is the name of the GnuTown Garden's rare seed foraging feature?\", opts:[\"Rare Seed Search\",\"Foraging Mode\",\"Rare Seed Foraging\",\"The Fungaiolo Method\"], a:2},\r\n    {q:\"What does Mrs Cheddar think of the scoring system at quiz night?\", opts:[\"She thinks it's fair\",\"She thinks Cheddar should score higher\",\"She has never asked\",\"She thinks one mark per question is reductive\"], a:3},\r\n    {q:\"What is the name of the GnuTown character who most often stays silent but whose opinion matters most?\", opts:[\"Ochaye\",\"Gnugo\",\"Gnusephine\",\"Gnu Wave\"], a:2},\r\n    {q:\"What does Ochaye say to himself after the last question?\", opts:[\"'Good night, then'\",\"'That'll do'\",\"Nothing \u2014 he just closes the question sheet\",\"'Same time next week'\"], a:1},\r\n    {q:\"What is the name of the reward for completing Michel's quests in the garden?\", opts:[\"Loyalty points\",\"Rare seeds\",\"A new crop slot\",\"A commendation from Michel\"], a:0},\r\n    {q:\"What does Gnu Fungaiolo say about the Edinburgh rain?\", opts:[\"'It's good for the garden'\",\"'In Bagnone, this would be unusual'\",\"Nothing in words\",\"He simply opens his coat a little wider\"], a:2},\r\n    {q:\"What does Cheddar think happens when a great song gets overplayed?\", opts:[\"It becomes a classic\",\"It dies\",\"It becomes background music\",\"It belongs to everyone, which is fine\"], a:1},\r\n    {q:\"What is the name of the GnuTown Garden's onboarding guide character?\", opts:[\"Ochaye\",\"Michel\",\"Gnu Fungaiolo\",\"Gnubia\"], a:0},\r\n    {q:\"What does Ochaye say is the point of a wild card round?\", opts:[\"To be unpredictable\",\"To separate the good players from the great ones\",\"Anything could come up \u2014 that's the point\",\"To use questions that don't fit elsewhere\"], a:2},\r\n    {q:\"What is the name of the GnuTown Bar's regular table closest to the bar?\", opts:[\"The Corner Table\",\"The Regulars' Table\",\"The Ochaye Table\",\"It doesn't have a name \u2014 everyone just knows\"], a:3},\r\n    {q:\"What does Gnubia say about intuition?\", opts:[\"It's unreliable\",\"It's a useful starting point, not an ending point\",\"It's another word for pattern recognition\",\"It's fine if you've done the work\"], a:3},\r\n    {q:\"What is the name of the GnuTown Quiz notification when a new question pack drops?\", opts:[\"New Pack Alert\",\"Ochaye has new questions\",\"Quiz Night Update\",\"The bell above the bar \u2014 Ochaye rings it\"], a:3},\r\n    {q:\"What does Ochaye do at exactly 9pm every Thursday?\", opts:[\"He starts the quiz\",\"He calls last orders\",\"He announces the scores\",\"Whatever needs doing \u2014 he's always there\"], a:3},\r\n    {q:\"What is the GnuTown Bar's policy on wrong answers?\", opts:[\"Half a point for close\",\"No partial credit \u2014 you know it or you don't\",\"Ochaye decides on the night\",\"Gnugo adjudicates\"], a:1},\r\n    {q:\"What does Gnu Wave think of silence?\", opts:[\"He finds it uncomfortable\",\"He considers it part of the music\",\"He fills it immediately\",\"He uses it strategically\"], a:1},\r\n    {q:\"What is the name of the GnuTown quiz screen that appears between rounds?\", opts:[\"Round Intro\",\"Ochaye's Interlude\",\"Round Screen\",\"Half-time screen\"], a:2},\r\n    {q:\"What does Gnugo think about the GnuWorld Round?\", opts:[\"He approves of its specificity\",\"He finds it too easy\",\"He thinks it should have more history questions\",\"He considers it Ochaye's vanity project\"], a:0},\r\n    {q:\"What does Cheddar say when he's wrong on the music round?\", opts:[\"He admits it immediately\",\"He checks the jukebox\",\"He blames the question\",\"He says nothing but remembers\"], a:3},\r\n    {q:\"What is the name of the GnuTown Garden's soil health indicator?\", opts:[\"Soil Score\",\"Earth Health\",\"Soil Health\",\"Ground Condition\"], a:2},\r\n    {q:\"What does Ochaye think of online quizzes?\", opts:[\"He appreciates the reach\",\"He thinks they miss the point\",\"He uses them to find new questions\",\"He doesn't mention them\"], a:3},\r\n    {q:\"What is the name of the GnuTown loyalty reward for visiting both the quiz and the garden in the same week?\", opts:[\"Dual Herd Bonus\",\"GnuWorld Bonus\",\"Cross-Game Reward\",\"It hasn't been implemented yet\"], a:3},\r\n    {q:\"What does Gnusephine consider the perfect score?\", opts:[\"100%\",\"Whatever you were capable of\",\"Enough to win\",\"One more than last time\"], a:1},\r\n    {q:\"What does Ochaye say at the very end of every quiz night without fail?\", opts:[\"'Good night'\",\"'Same time next week'\",\"'That's it, then'\",\"'Pull up a stool' \u2014 but meaning come back\"], a:3},\r\n    ,\r\n      {q:\"What does Ochaye say is the only rule at GnuTown Bar?\", opts:[\"No phones\",\"No shouting\",\"Respect the questions\",\"There is no stated rule \u2014 you either understand or you don't\"], a:3},\r\n    {q:\"What is the name of the first thing Michel does when he arrives at the bar?\", opts:[\"He checks the specials board\",\"He tastes whatever Gnu Fungaiolo has brought\",\"He puts on his apron\",\"He checks the stock\"], a:1},\r\n    {q:\"What does Gnusephine think of the paywall on the GnuTown Quiz?\", opts:[\"She finds it reasonable\",\"She pays without comment\",\"She doesn't discuss money\",\"She thinks it undersells the product\"], a:1},\r\n    {q:\"What is the name of the drink Cheddar orders when he's lost the music round?\", opts:[\"His usual \u2014 nothing changes\",\"Something stronger than usual\",\"Whatever is nearest\",\"He doesn't drink more \u2014 he just goes quieter\"], a:3},\r\n    {q:\"What does Ochaye do if there is a power cut mid-quiz?\", opts:[\"He cancels the quiz\",\"He reads questions by torchlight\",\"He waits\",\"He already has a candle \u2014 he was ready\"], a:3},\r\n    {q:\"What does Gnugo think about Ochaye's introductory speech?\", opts:[\"He appreciates its brevity\",\"He wishes it were shorter\",\"He would write it differently\",\"He has never commented \u2014 that would be overstepping\"], a:0},\r\n    {q:\"What is the name of the GnuTown Garden feature that marks seasonal transitions?\", opts:[\"Season Change\",\"Seasonal Sound\",\"Seasonal Shift\",\"The Seasonal System\"], a:1},\r\n    {q:\"What does Cheddar think is the greatest thing about the GnuTown Bar?\", opts:[\"The quiz\",\"The jukebox\",\"The people\",\"The fact that it's still there\"], a:3},\r\n    {q:\"What does Michel say about Cheddar's food opinions?\", opts:[\"He respects the enthusiasm\",\"He finds them endearing\",\"He disagrees but listens\",\"He stopped listening after the ketchup incident\"], a:3},\r\n    {q:\"What is the name of the tab in the GnuTown Garden that shows the current season?\", opts:[\"Season Tab\",\"Garden Tab\",\"The main tab \u2014 it updates automatically\",\"There is no dedicated season tab\"], a:3},\r\n    {q:\"What does Gnubia say is wrong with most statistics people cite?\", opts:[\"They're out of date\",\"They confuse correlation and causation\",\"They're taken out of context\",\"All three\"], a:3},\r\n    {q:\"What does Ochaye keep in his right coat pocket?\", opts:[\"A pen\",\"His phone\",\"Spare question sheets\",\"A coin he's had for thirty years\"], a:3},\r\n    {q:\"What is the name of the GnuTown Garden system that saves progress across sessions?\", opts:[\"Cloud Save\",\"Supabase Integration\",\"LocalStorage\",\"GnuSave\"], a:1},\r\n    {q:\"What does Gnu Fungaiolo bring to quiz night that he never announces?\", opts:[\"A bottle of something from Bagnone\",\"Wild garlic from the garden\",\"Mushrooms for Michel\",\"Silence \u2014 and that's gift enough\"], a:0},\r\n    {q:\"What is Gnusephine's view on the leaderboard?\", opts:[\"She approves of public accountability\",\"She finds it motivating\",\"She has never checked it\",\"She is on it but doesn't mention it\"], a:3},\r\n    {q:\"What does the GnuTown Quiz track in localStorage that the garden reads?\", opts:[\"Score and rounds completed\",\"Quiz completion flag\",\"Best score and loyalty points earned\",\"All of the above\"], a:3},\r\n    {q:\"What does Cheddar think of the history round?\", opts:[\"He finds it boring\",\"He does better than expected\",\"He leaves it to Gnugo\",\"He has a surprising knowledge of Scottish history\"], a:3},\r\n    {q:\"What is the name of the Supabase database view used for the quiz leaderboard?\", opts:[\"quiz_scores\",\"top_scores\",\"quiz_leaderboard\",\"leaderboard_view\"], a:2},\r\n    {q:\"What does Gnugo say when he gets a question wrong?\", opts:[\"He admits it immediately\",\"He double-checks before accepting it\",\"He says 'I'll look into that'\",\"He has never got one wrong, as far as he's concerned\"], a:1},\r\n    {q:\"What is the name of the GnuTown character who connects the garden and the kitchen?\", opts:[\"Ochaye\",\"Michel\",\"Gnu Fungaiolo\",\"Gnubia\"], a:2},\r\n    {q:\"What does Ochaye say about players who use their phones during the quiz?\", opts:[\"He bans them\",\"He gives them a look\",\"He docks a point\",\"He hasn't needed to say it yet\"], a:3},\r\n    {q:\"What is the name of the ambient sound played at the GnuTown Bar when the quiz begins?\", opts:[\"Pub ambience with clinks\",\"A short bell\",\"The last bar of whatever was playing\",\"Silence\"], a:3},\r\n    {q:\"What does Michel think of pub quizzes in general?\", opts:[\"He finds them charming\",\"He thinks the food questions are usually wrong\",\"He doesn't attend other quizzes\",\"He supports Ochaye's specifically\"], a:1},\r\n    {q:\"What is the name of the GnuTown Garden feature for first-time players?\", opts:[\"New Grower\",\"Welcome Screen\",\"Onboarding\",\"First Harvest\"], a:2},\r\n    {q:\"What does Gnubia say when someone claims to have a photographic memory?\", opts:[\"'Interesting \u2014 let's test it'\",\"'That's not how memory works'\",\"'Useful, if true'\",\"She says nothing and notes it as unverified\"], a:3},\r\n    {q:\"What is the name of the GnuTown game connected to the quiz via loyalty points?\", opts:[\"GnuTown Farm\",\"GnuTown Village\",\"GnuTown Garden\",\"GnuTown World\"], a:2},\r\n    {q:\"What does Cheddar think of the final round?\", opts:[\"He loves the unpredictability\",\"He is suspicious of it\",\"He always scores poorly and blames the questions\",\"He considers it Ochaye's finest work\"], a:1},\r\n    {q:\"What does Gnugo keep in a sealed envelope at home?\", opts:[\"His ideal quiz\",\"Backup questions for Ochaye\",\"His objections to round three\",\"His own score history since the first quiz\"], a:3},\r\n    {q:\"What is the name of the GnuTown Quiz constant that controls how many questions are drawn per round?\", opts:[\"ROUND_SIZE\",\"QS_PER_ROUND\",\"QUESTIONS_DRAWN\",\"ROUND_QUESTIONS\"], a:1},\r\n    {q:\"What does Ochaye say to himself when the quiz is going well?\", opts:[\"'Good'\",\"Nothing \u2014 he focuses\",\"'That's how it should be'\",\"'Same time next week'\"], a:1},\r\n    {q:\"What is the name of the GnuTown Garden crop associated with Michel's kitchen?\", opts:[\"Tomatoes\",\"Herbs\",\"Whatever Gnu Fungaiolo grew that season\",\"All of them\"], a:3},\r\n    {q:\"What does Gnu Wave always have ready before quiz night starts?\", opts:[\"The last song for the night\",\"A backup playlist\",\"A running order and an exit track\",\"The jukebox cleaned and cued\"], a:2},\r\n    {q:\"What does Gnusephine consider the correct way to celebrate a high score?\", opts:[\"Quietly\",\"With a small nod\",\"By returning next week\",\"She doesn't celebrate \u2014 she expects it\"], a:3},\r\n    {q:\"What is the name of the Supabase row-level security policy that allows anyone to read the leaderboard?\", opts:[\"Public select\",\"Open read\",\"Public leaderboard read\",\"Authenticated read\"], a:2},\r\n    {q:\"What does Cheddar do in the five minutes before the quiz starts?\", opts:[\"He gets a drink\",\"He checks the jukebox\",\"He argues with Gnugo about something from last week\",\"He settles in and says nothing \u2014 it's almost time\"], a:3},\r\n    {q:\"What does Michel say is the best meal he has ever cooked?\", opts:[\"A dish for Gnugo's birthday\",\"Something he made in Lyon that he's never spoken of\",\"The first meal at GnuTown Bar\",\"Whatever he makes next\"], a:3},\r\n    {q:\"What is the name of the GnuTown loyalty system's localStorage key?\", opts:[\"gnutown_points\",\"herd_loyalty\",\"gnutown_loyalty\",\"loyalty_points\"], a:2},\r\n    {q:\"What does Ochaye think makes a quiz worth returning to?\", opts:[\"New questions every time\",\"The right company\",\"Both\",\"Neither \u2014 it's the bar that matters\"], a:2},\r\n    {q:\"What is the name of the GnuTown character who most often has a second opinion ready?\", opts:[\"Ochaye\",\"Cheddar\",\"Gnugo\",\"Gnubia\"], a:2},\r\n    {q:\"What does Gnu Fungaiolo say about the soil in Edinburgh?\", opts:[\"'It is different'\",\"'I work with what there is'\",\"He says nothing in words\",\"'Not Bagnone, but not hopeless'\"], a:3},\r\n    {q:\"What is the name of the GnuTown quiz variable that stores the current round index?\", opts:[\"S.round\",\"S.roundIndex\",\"S.ri\",\"S.currentRound\"], a:2},\r\n    {q:\"What does Cheddar call the GnuTown Bar on a good night?\", opts:[\"'The best pub in Edinburgh'\",\"'Our place'\",\"'Not bad for a Thursday'\",\"He doesn't say \u2014 he just stays later than he meant to\"], a:3},\r\n    {q:\"What does Gnubia use the GnuTown loyalty points for?\", opts:[\"She doesn't collect them\",\"She lets them accumulate without comment\",\"She redeems them immediately\",\"She tracks them in a spreadsheet\"], a:3},\r\n    {q:\"What is the name of the GnuTown screen that appears before the quiz starts?\", opts:[\"Intro Screen\",\"Welcome Screen\",\"Onboarding Screen\",\"Pull Up a Stool Screen\"], a:2},\r\n    {q:\"What does Michel say when Cheddar asks if something is ready?\", opts:[\"'Nearly'\",\"'When it's ready'\",\"'It will be ready when it's ready'\",\"He doesn't answer directly \u2014 he hands Cheddar something to try\"], a:3},\r\n    {q:\"What is the name of the player state object in the GnuTown Quiz?\", opts:[\"STATE\",\"PLAYER\",\"APP\",\"S\"], a:3},\r\n    {q:\"What does Gnugo do on the night before a quiz?\", opts:[\"He rests\",\"He reviews his notes\",\"He prepares additional questions no one asked for\",\"He worries about round three\"], a:2},\r\n    {q:\"What does Ochaye consider the best possible outcome of quiz night?\", opts:[\"A high score\",\"Everyone learns something\",\"People come back\",\"The bar stays open a little later than planned\"], a:2},\r\n    {q:\"What is the name of the GnuTown quiz shuffle algorithm?\", opts:[\"Random sort\",\"Knuth shuffle\",\"Fisher-Yates\",\"Random splice\"], a:2},\r\n    {q:\"What does Gnusephine think of the onboarding introduction?\", opts:[\"Appropriate\",\"Too brief\",\"Unnecessary for those who know\",\"She read it carefully and made no comment\"], a:3},\r\n    {q:\"What does Ochaye say when asked what GnuTown means?\", opts:[\"'It's a bar'\",\"'Come in and find out'\",\"'A new world starting somewhere small'\",\"'Pull up a stool \u2014 that's the explanation'\"], a:3},\r\n    ]\r\n  },\r\n  {\r\n    id:6, name:\"Ochaye's Wild Card\", cat:\"Anything Goes\", free:false,\r\n    intro:\"This is the final round. Anything could be in here. Ochaye says he chose these questions carefully. He's had some of them for years.\",\r\n    ochaye:\"Last round. My wild card. I've been saving some of these for a while. Good luck to you all.\",\r\n    qs:[\r\n      {q:\"How many sides does a hexagon have?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:1},\r\n      {q:\"What is the national animal of Scotland?\", opts:[\"Red Deer\",\"Golden Eagle\",\"Unicorn\",\"Thistle\"], a:2},\r\n      {q:\"In what year was the first iPhone released?\", opts:[\"2005\",\"2006\",\"2007\",\"2008\"], a:2},\r\n      {q:\"What is the largest ocean on Earth?\", opts:[\"Atlantic\",\"Indian\",\"Arctic\",\"Pacific\"], a:3},\r\n      {q:\"How many minutes are in a day?\", opts:[\"1,200\",\"1,440\",\"1,600\",\"1,080\"], a:1},\r\n      {q:\"What colour is a flamingo?\", opts:[\"White\",\"Yellow\",\"Pink\",\"Red\"], a:2},\r\n      {q:\"How many legs does a spider have?\", opts:[\"6\",\"7\",\"8\",\"10\"], a:2},\r\n      {q:\"What is the square root of 144?\", opts:[\"10\",\"11\",\"12\",\"14\"], a:2},\r\n      {q:\"What is the longest bone in the human body?\", opts:[\"Humerus\",\"Tibia\",\"Spine\",\"Femur\"], a:3},\r\n      {q:\"Which planet is closest to the Sun?\", opts:[\"Venus\",\"Mars\",\"Earth\",\"Mercury\"], a:3},\r\n      {q:\"In poker, what beats a flush?\", opts:[\"Three of a kind\",\"Straight\",\"Full house\",\"Two pair\"], a:2},\r\n      {q:\"What is two to the power of ten?\", opts:[\"512\",\"1,024\",\"2,048\",\"256\"], a:1},\r\n      {q:\"Which Shakespeare play features the line 'To be, or not to be'?\", opts:[\"Macbeth\",\"Othello\",\"King Lear\",\"Hamlet\"], a:3},\r\n      {q:\"What is the only mammal capable of sustained flight?\", opts:[\"Flying squirrel\",\"Sugar glider\",\"Bat\",\"Flying lemur\"], a:2},\r\n      {q:\"What is the capital of Iceland?\", opts:[\"Akureyri\",\"Hafnarfj\u00f6r\u00f0ur\",\"Keflav\u00edk\",\"Reykjav\u00edk\"], a:3},\r\n      {q:\"How many players are on a standard football pitch per team?\", opts:[\"9\",\"10\",\"11\",\"12\"], a:2},\r\n      {q:\"What year did the first Harry Potter book come out?\", opts:[\"1995\",\"1996\",\"1997\",\"1998\"], a:2},\r\n      {q:\"What is the phobia of spiders called?\", opts:[\"Arachnophobia\",\"Agoraphobia\",\"Acrophobia\",\"Anthropophobia\"], a:0},\r\n      {q:\"What is the collective noun for a group of crows?\", opts:[\"A flock\",\"A gaggle\",\"A murder\",\"A colony\"], a:2},\r\n      {q:\"Which country has a red circle on a white background as its flag?\", opts:[\"South Korea\",\"China\",\"Bangladesh\",\"Japan\"], a:3},\r\n      {q:\"What is the Roman numeral for 50?\", opts:[\"V\",\"X\",\"L\",\"C\"], a:2},\r\n      {q:\"How many cents are in a US dollar?\", opts:[\"10\",\"50\",\"100\",\"1,000\"], a:2},\r\n      {q:\"Which gas do balloons filled with float in the air?\", opts:[\"Oxygen\",\"Hydrogen\",\"Argon\",\"Helium\"], a:3},\r\n      {q:\"What is the name of the fairy in Peter Pan?\", opts:[\"Periwinkle\",\"Silvermist\",\"Rosetta\",\"Tinkerbell\"], a:3},\r\n      {q:\"What colour are the stars on the flag of the European Union?\", opts:[\"White\",\"Silver\",\"Gold\",\"Yellow\"], a:3},\r\n      {q:\"How many wheels does a tricycle have?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:1},\r\n      {q:\"What is the name of the ship in Moby Dick?\", opts:[\"Nautilus\",\"Pequod\",\"Bounty\",\"Beagle\"], a:1},\r\n      {q:\"Which planet has a ring system visible from Earth with a basic telescope?\", opts:[\"Uranus\",\"Neptune\",\"Jupiter\",\"Saturn\"], a:3},\r\n      {q:\"What is the term for a word that reads the same forwards and backwards?\", opts:[\"Anagram\",\"Synonym\",\"Palindrome\",\"Homonym\"], a:2},\r\n      {q:\"How many keys are on a standard computer keyboard?\", opts:[\"96\",\"101\",\"104\",\"108\"], a:2},\r\n      {q:\"What does 'SOS' traditionally stand for?\", opts:[\"Save Our Souls\",\"Send Out Ships\",\"Stop Or Swim\",\"It stands for nothing \u2014 chosen for Morse clarity\"], a:3},\r\n      {q:\"In which sport would you perform a 'slam dunk'?\", opts:[\"Volleyball\",\"Tennis\",\"Rugby\",\"Basketball\"], a:3},\r\n      {q:\"What type of creature is a Komodo Dragon?\", opts:[\"Snake\",\"Crocodile\",\"Lizard\",\"Tortoise\"], a:2},\r\n      {q:\"How many strings does a violin have?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:1},\r\n      {q:\"What is the currency of Switzerland?\", opts:[\"Euro\",\"Schilling\",\"Krone\",\"Swiss Franc\"], a:3},\r\n      {q:\"What literary detective lived at 221B Baker Street?\", opts:[\"Hercule Poirot\",\"Philip Marlowe\",\"Sherlock Holmes\",\"Miss Marple\"], a:2},\r\n      {q:\"What is the boiling point of water in Celsius at sea level?\", opts:[\"90\u00b0C\",\"95\u00b0C\",\"98\u00b0C\",\"100\u00b0C\"], a:3},\r\n      {q:\"How many players are in a rugby union team?\", opts:[\"13\",\"14\",\"15\",\"16\"], a:2},\r\n      {q:\"What colour is the 'Danger' sign in the Highway Code?\", opts:[\"Blue\",\"Green\",\"Yellow\",\"Red\"], a:3},\r\n      {q:\"In which country was the game of chess invented?\", opts:[\"Persia\",\"Egypt\",\"Greece\",\"India\"], a:3},\r\n      {q:\"What does Ochaye keep behind the bar that nobody else knows about?\", opts:[\"A spare quiz\",\"An old map of Edinburgh\",\"A list of everyone's weaknesses\",\"A very good whisky\"], a:3},\r\n      {q:\"What is the name for a baby kangaroo?\", opts:[\"Kit\",\"Pup\",\"Cub\",\"Joey\"], a:3},\r\n      {q:\"How many faces does a cube have?\", opts:[\"4\",\"5\",\"6\",\"8\"], a:2},\r\n      {q:\"Which Scottish mountain is known as 'The Ben'?\", opts:[\"Ben Lomond\",\"Ben Nevis\",\"Ben Lawers\",\"Ben Macdui\"], a:1},\r\n      {q:\"What is the longest-running TV soap opera in the UK?\", opts:[\"EastEnders\",\"Emmerdale\",\"Hollyoaks\",\"Coronation Street\"], a:3},\r\n      {q:\"How many Olympic rings are there?\", opts:[\"4\",\"5\",\"6\",\"7\"], a:1},\r\n      {q:\"What does Ochaye say you should never do during his Wild Card round?\", opts:[\"Look things up\",\"Ask your neighbour\",\"Panic\",\"He doesn't say \u2014 that's the point\"], a:3},\r\n      {q:\"What number is opposite 6 on a standard die?\", opts:[\"1\",\"2\",\"3\",\"4\"], a:0},\r\n      {q:\"What is the chemical symbol for silver?\", opts:[\"Si\",\"Sv\",\"Ag\",\"Al\"], a:2},\r\n      {q:\"In a standard deck of cards, how many face cards are there?\", opts:[\"8\",\"10\",\"12\",\"16\"], a:2},\r\n    ,\r\n      {q:\"What does the letter 'E' represent in Einstein's equation E=mc\u00b2?\", opts:[\"Electrons\",\"Entropy\",\"Energy\",\"Elasticity\"], a:2},\r\n    {q:\"How many degrees are in a right angle?\", opts:[\"45\",\"60\",\"90\",\"180\"], a:2},\r\n    {q:\"What is the name of the longest running animated TV show?\", opts:[\"Family Guy\",\"Futurama\",\"South Park\",\"The Simpsons\"], a:3},\r\n    {q:\"In which card game do players try to reach 21?\", opts:[\"Poker\",\"Baccarat\",\"Blackjack\",\"Rummy\"], a:2},\r\n    {q:\"What is the collective noun for a group of owls?\", opts:[\"A herd\",\"A pack\",\"A flock\",\"A parliament\"], a:3},\r\n    {q:\"What does 'RSVP' stand for?\", opts:[\"Respond if you please\",\"R\u00e9pondez s'il vous pla\u00eet\",\"Return Send Via Post\",\"Reply Swiftly Via Post\"], a:1},\r\n    {q:\"What is the name of the longest bone in the arm?\", opts:[\"Radius\",\"Ulna\",\"Humerus\",\"Clavicle\"], a:2},\r\n    {q:\"How many players are on a netball team?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:2},\r\n    {q:\"What is the name of the currency used in ancient Rome?\", opts:[\"Drachma\",\"Shekel\",\"Denarius\",\"Solidus\"], a:2},\r\n    {q:\"What type of triangle has all sides of different lengths?\", opts:[\"Equilateral\",\"Isosceles\",\"Obtuse\",\"Scalene\"], a:3},\r\n    {q:\"What does 'FAQ' stand for?\", opts:[\"Fast Answer Queue\",\"Frequently Asked Questions\",\"Final Authorised Query\",\"Formal Answer Qualification\"], a:1},\r\n    {q:\"How many years are in a millennium?\", opts:[\"100\",\"500\",\"1,000\",\"10,000\"], a:2},\r\n    {q:\"What is the name of the largest organ in the digestive system?\", opts:[\"Stomach\",\"Colon\",\"Small intestine\",\"Large intestine\"], a:2},\r\n    {q:\"Which country invented the printing press?\", opts:[\"China\",\"Korea\",\"England\",\"Germany\"], a:0},\r\n    {q:\"What colour are the goalposts in association football?\", opts:[\"Yellow\",\"Red\",\"White\",\"Blue\"], a:2},\r\n    {q:\"What does 'AWOL' stand for?\", opts:[\"Away Without Leave\",\"Absent Without Official Leave\",\"Away Without Official Listing\",\"Absent Without Orders or Leave\"], a:1},\r\n    {q:\"How many sides does a decagon have?\", opts:[\"8\",\"9\",\"10\",\"12\"], a:2},\r\n    {q:\"What is the phobia of confined spaces?\", opts:[\"Agoraphobia\",\"Acrophobia\",\"Claustrophobia\",\"Xenophobia\"], a:2},\r\n    {q:\"What is the name of the ship that brought the Pilgrims to America?\", opts:[\"Santa Mar\u00eda\",\"Endeavour\",\"Discovery\",\"Mayflower\"], a:3},\r\n    {q:\"What is the official language of Brazil?\", opts:[\"Spanish\",\"French\",\"English\",\"Portuguese\"], a:3},\r\n    {q:\"How many cards does each player start with in a game of Snap?\", opts:[\"Equal share of the whole deck\",\"7\",\"5\",\"13\"], a:0},\r\n    {q:\"What is the name of the system of writing used by the ancient Egyptians?\", opts:[\"Cuneiform\",\"Linear A\",\"Hieroglyphics\",\"Demotic\"], a:2},\r\n    {q:\"In which sport is the term 'love' used to mean zero?\", opts:[\"Squash\",\"Badminton\",\"Table tennis\",\"Tennis\"], a:3},\r\n    {q:\"What is a fortnight?\", opts:[\"Five days\",\"Seven days\",\"Fourteen days\",\"Twenty-one days\"], a:2},\r\n    {q:\"What does 'AD' stand for in dates?\", opts:[\"After Death\",\"Anno Domini\",\"After Decade\",\"Ante Dominum\"], a:1},\r\n    {q:\"What is the square root of 256?\", opts:[\"14\",\"15\",\"16\",\"17\"], a:2},\r\n    {q:\"What does Ochaye keep in his coat pocket that he never uses during the quiz?\", opts:[\"A backup question\",\"A coin\",\"A pen\",\"A photograph of the bar\"], a:3},\r\n    {q:\"Which country has the most official languages?\", opts:[\"India\",\"Switzerland\",\"South Africa\",\"Canada\"], a:2},\r\n    {q:\"What is the name of the longest river in Europe?\", opts:[\"Rhine\",\"Danube\",\"Volga\",\"Seine\"], a:2},\r\n    {q:\"What is the chemical symbol for tin?\", opts:[\"Ti\",\"Sn\",\"Tn\",\"In\"], a:1},\r\n    {q:\"How many squares are on a standard chessboard?\", opts:[\"32\",\"48\",\"64\",\"128\"], a:2},\r\n    {q:\"What is the name of the unit used to measure sound intensity?\", opts:[\"Hertz\",\"Pascal\",\"Decibel\",\"Watt\"], a:2},\r\n    {q:\"Which planet is known as the Evening Star?\", opts:[\"Mars\",\"Mercury\",\"Jupiter\",\"Venus\"], a:3},\r\n    {q:\"What is the name of the Scottish celebration on 31st October?\", opts:[\"Beltane\",\"Samhain\",\"Hogmanay\",\"Cailleach\"], a:1},\r\n    {q:\"What does 'PS' mean at the end of a letter?\", opts:[\"Please See\",\"Post Script\",\"Post Send\",\"Previous Statement\"], a:1},\r\n    {q:\"What is the highest mountain in the British Isles?\", opts:[\"Scafell Pike\",\"Snowdon\",\"Ben Macdui\",\"Ben Nevis\"], a:3},\r\n    {q:\"What is the name of the traditional Scottish New Year celebration?\", opts:[\"Burns Night\",\"Beltane\",\"Samhain\",\"Hogmanay\"], a:3},\r\n    {q:\"How many pints are in a gallon?\", opts:[\"4\",\"6\",\"8\",\"10\"], a:2},\r\n    {q:\"What does Ochaye do if someone argues with one of his Wild Card answers?\", opts:[\"He concedes immediately\",\"He checks his notes\",\"He asks Gnugo\",\"He says nothing and moves on\"], a:3},\r\n    {q:\"What is the name for a word formed from the initial letters of other words?\", opts:[\"Acronym\",\"Anagram\",\"Homophone\",\"Portmanteau\"], a:0},\r\n    {q:\"What is the only rock that floats on water?\", opts:[\"Sandstone\",\"Limestone\",\"Pumice\",\"Obsidian\"], a:2},\r\n    {q:\"How many bytes are in a megabyte?\", opts:[\"1,000\",\"10,000\",\"1,024\",\"1,048,576\"], a:3},\r\n    {q:\"What is the name of the building where the Scottish Parliament meets?\", opts:[\"Holyrood Palace\",\"The Mound\",\"St Andrew's House\",\"The Scottish Parliament building\"], a:3},\r\n    {q:\"What colour is the 'yield' triangle sign in UK road signs?\", opts:[\"Red and white\",\"Yellow and black\",\"Red and yellow\",\"Blue and white\"], a:0},\r\n    {q:\"What is the fear of the number 13 called?\", opts:[\"Triskaidekaphobia\",\"Hexakosioihexekontahexaphobia\",\"Tridecaphobia\",\"Numerophobia\"], a:0},\r\n    {q:\"What does a barometer measure?\", opts:[\"Temperature\",\"Wind speed\",\"Humidity\",\"Atmospheric pressure\"], a:3},\r\n    {q:\"How many dots are on two standard dice?\", opts:[\"36\",\"40\",\"42\",\"48\"], a:2},\r\n    {q:\"What is the name for the punctuation mark that looks like a raised comma?\", opts:[\"Apostrophe\",\"Diacritic\",\"Umlaut\",\"Dieresis\"], a:0},\r\n    {q:\"What does Ochaye say is the one thing everyone gets wrong in the Wild Card round?\", opts:[\"The Scotland question\",\"The maths question\",\"The language question\",\"He says nothing \u2014 that's the point of a wild card\"], a:3},\r\n    {q:\"What is the name of the traditional Scottish dish of potatoes, onion and meat?\", opts:[\"Haggis\",\"Cullen Skink\",\"Cock-a-leekie\",\"Stovies\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the longest-serving British monarch?\", opts:[\"George III\",\"Victoria\",\"George V\",\"Elizabeth II\"], a:3},\r\n    {q:\"How many players are on each team in a game of water polo?\", opts:[\"6\",\"7\",\"8\",\"9\"], a:1},\r\n    {q:\"What does 'et al.' mean in academic writing?\", opts:[\"And also\",\"And elsewhere\",\"And others\",\"And the like\"], a:2},\r\n    {q:\"What is the name of the condition where a person cannot recognise faces?\", opts:[\"Aphasia\",\"Prosopagnosia\",\"Agnosia\",\"Achromatopsia\"], a:1},\r\n    {q:\"How many squares are in a 4x4 grid counting all sizes?\", opts:[\"16\",\"20\",\"24\",\"30\"], a:3},\r\n    {q:\"What does 'per annum' mean?\", opts:[\"Per person\",\"Per item\",\"Per year\",\"Per day\"], a:2},\r\n    {q:\"What is the name of the line that divides the Earth into Northern and Southern hemispheres?\", opts:[\"Tropic of Cancer\",\"Prime Meridian\",\"International Date Line\",\"Equator\"], a:3},\r\n    {q:\"Which sport uses the term 'deuce'?\", opts:[\"Badminton\",\"Squash\",\"Table tennis\",\"Tennis\"], a:3},\r\n    {q:\"What is the name of the punctuation mark used to indicate a pause longer than a comma but shorter than a full stop?\", opts:[\"Colon\",\"Em dash\",\"Ellipsis\",\"Semicolon\"], a:3},\r\n    {q:\"What colour is the packaging of a classic McVitie's Digestive?\", opts:[\"Red\",\"Green\",\"Gold\",\"Blue\"], a:2},\r\n    {q:\"What does 'lingua franca' mean?\", opts:[\"French language\",\"A secret language\",\"A common language used between different language speakers\",\"A formal language\"], a:2},\r\n    {q:\"How many pockets does a standard snooker table have?\", opts:[\"4\",\"5\",\"6\",\"8\"], a:2},\r\n    {q:\"What is the name of the traditional Scottish instrument that looks like a small harp?\", opts:[\"Bodhran\",\"Tin whistle\",\"Clarsach\",\"Cittern\"], a:2},\r\n    {q:\"What does 'Carpe Diem' mean in Latin?\", opts:[\"Live forever\",\"Seize the day\",\"Follow your heart\",\"Time flies\"], a:1},\r\n    {q:\"How many points is the letter Q worth in standard Scrabble?\", opts:[\"8\",\"9\",\"10\",\"12\"], a:2},\r\n    {q:\"What is the name of the national poet of Scotland?\", opts:[\"Walter Scott\",\"Robert Louis Stevenson\",\"Hugh MacDiarmid\",\"Robert Burns\"], a:3},\r\n    {q:\"What does the term 'red herring' mean?\", opts:[\"A smoked fish\",\"Something irrelevant used to distract\",\"A hunting term\",\"A type of logical argument\"], a:1},\r\n    {q:\"How many sides does a heptagon have?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:2},\r\n    {q:\"What is the name for the fear of heights?\", opts:[\"Claustrophobia\",\"Agoraphobia\",\"Acrophobia\",\"Vertigo\"], a:2},\r\n    {q:\"What does Ochaye consider the most important quality in a quiz player?\", opts:[\"Intelligence\",\"Speed\",\"Honesty\",\"Knowing when to stay quiet\"], a:3},\r\n    {q:\"What is the name of the game played with stones on ice?\", opts:[\"Shinty\",\"Hurling\",\"Quoits\",\"Curling\"], a:3},\r\n    {q:\"What does 'Magna Carta' mean in Latin?\", opts:[\"Great Council\",\"Great Charter\",\"Royal Decree\",\"Great Kingdom\"], a:1},\r\n    {q:\"How many balls are used in a game of snooker?\", opts:[\"20\",\"21\",\"22\",\"24\"], a:2},\r\n    {q:\"What is the name for a word that is spelled the same backwards and forwards?\", opts:[\"Homophone\",\"Anagram\",\"Portmanteau\",\"Palindrome\"], a:3},\r\n    {q:\"What is the highest mountain in Scotland?\", opts:[\"Ben Lomond\",\"Ben Macdui\",\"Ben Lawers\",\"Ben Nevis\"], a:3},\r\n    {q:\"What colour is the number 10 door on Downing Street?\", opts:[\"White\",\"Red\",\"Blue\",\"Black\"], a:3},\r\n    {q:\"What does 'quid pro quo' mean?\", opts:[\"Something for nothing\",\"A legal term for evidence\",\"Something given in return for something else\",\"A type of barter\"], a:2},\r\n    {q:\"How many holes are on a standard golf course?\", opts:[\"9\",\"12\",\"16\",\"18\"], a:3},\r\n    {q:\"What is the name of the Scottish word for a small stream?\", opts:[\"Glen\",\"Loch\",\"Burn\",\"Brae\"], a:2},\r\n    {q:\"What does Ochaye say happens to people who cheat on the quiz?\", opts:[\"They are disqualified\",\"They are asked to leave\",\"He says nothing \u2014 the look is enough\",\"Nothing \u2014 but Gnugo remembers\"], a:3},\r\n    {q:\"What is the term for a triangle with two equal sides?\", opts:[\"Equilateral\",\"Scalene\",\"Isosceles\",\"Obtuse\"], a:2},\r\n    {q:\"What is the name of the traditional Highland sport of throwing a hammer?\", opts:[\"Caber toss\",\"Stone put\",\"Hammer throw\",\"Weight over bar\"], a:2},\r\n    {q:\"What does 'Eureka' mean?\", opts:[\"I have found it\",\"I understand\",\"I am certain\",\"I have won\"], a:0},\r\n    {q:\"How many players are in a cricket team?\", opts:[\"9\",\"10\",\"11\",\"12\"], a:2},\r\n    {q:\"What is the name of the card game where players try to shed all their cards?\", opts:[\"Rummy\",\"Snap\",\"Whist\",\"Uno\"], a:3},\r\n    {q:\"What does 'status quo' mean?\", opts:[\"Legal standing\",\"The existing state of affairs\",\"Financial position\",\"Current leadership\"], a:1},\r\n    {q:\"How many events are in a decathlon?\", opts:[\"8\",\"9\",\"10\",\"12\"], a:2},\r\n    {q:\"What is the name of the wading bird with long pink legs common in Scotland?\", opts:[\"Avocet\",\"Oystercatcher\",\"Curlew\",\"Heron\"], a:1},\r\n    {q:\"What is the term for a group of fish swimming together?\", opts:[\"Pack\",\"Pod\",\"Colony\",\"Shoal\"], a:3},\r\n    {q:\"What does 'in absentia' mean?\", opts:[\"Without evidence\",\"In someone's absence\",\"Without consent\",\"In secret\"], a:1},\r\n    {q:\"What colour jersey does the leader wear in the Tour de France?\", opts:[\"Red\",\"White\",\"Rainbow\",\"Yellow\"], a:3},\r\n    {q:\"What is the name of the Scottish dance performed at weddings and ceilidhs?\", opts:[\"The Reel\",\"The Jig\",\"The Ceilidh\",\"The Strathspey\"], a:0},\r\n    {q:\"How many dots does a standard domino set contain in total?\", opts:[\"120\",\"148\",\"168\",\"192\"], a:2},\r\n    {q:\"What does Ochaye say is the difference between a good question and a great question?\", opts:[\"Difficulty\",\"Specificity\",\"The answer teaches you something\",\"Whether Gnugo approves of it\"], a:2},\r\n    {q:\"What is the name for the fear of open spaces?\", opts:[\"Claustrophobia\",\"Agoraphobia\",\"Xenophobia\",\"Acrophobia\"], a:1},\r\n    {q:\"How many points does a touchdown score in American football?\", opts:[\"4\",\"5\",\"6\",\"7\"], a:2},\r\n    {q:\"What is the name of the fictional detective created by Arthur Conan Doyle?\", opts:[\"Hercule Poirot\",\"Philip Marlowe\",\"Sam Spade\",\"Sherlock Holmes\"], a:3},\r\n    {q:\"What does 'verbatim' mean?\", opts:[\"In brief\",\"Word for word\",\"In summary\",\"Approximately\"], a:1},\r\n    {q:\"What does Ochaye keep in his left coat pocket throughout every quiz?\", opts:[\"His phone\",\"A pencil\",\"A spare question\",\"Nothing \u2014 but it's useful that you wondered\"], a:3},\r\n    {q:\"What is the name of the Scottish word for a hillside or slope?\", opts:[\"Glen\",\"Brae\",\"Burn\",\"Ben\"], a:1},\r\n    ,\r\n      {q:\"What is the name of the mark used in French to indicate a soft 'c'?\", opts:[\"Accent grave\",\"Circumflex\",\"Tilde\",\"C\u00e9dille\"], a:3},\r\n    {q:\"How many minutes are in a standard game of association football?\", opts:[\"80\",\"85\",\"90\",\"95\"], a:2},\r\n    {q:\"What is the name of the sport where players slide stones on ice towards a target?\", opts:[\"Luge\",\"Skeleton\",\"Curling\",\"Bobsled\"], a:2},\r\n    {q:\"What does 'ad hoc' mean?\", opts:[\"For this specific purpose\",\"At random\",\"As required by law\",\"Without planning\"], a:0},\r\n    {q:\"How many syllables are in a haiku?\", opts:[\"14\",\"15\",\"16\",\"17\"], a:3},\r\n    {q:\"What is the name of the card game played with 32 cards in Scotland and Germany?\", opts:[\"Piquet\",\"Skat\",\"Whist\",\"Schnapsen\"], a:1},\r\n    {q:\"What does 'mise en sc\u00e8ne' mean?\", opts:[\"Setting or staging of a scene\",\"The script of a film\",\"The editing of a film\",\"The music score\"], a:0},\r\n    {q:\"How many events are in a heptathlon?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:2},\r\n    {q:\"What is the name of the traditional Scottish stick sport similar to hockey?\", opts:[\"Hurling\",\"Camogie\",\"Lacrosse\",\"Shinty\"], a:3},\r\n    {q:\"What does 'prima facie' mean?\", opts:[\"First and foremost\",\"At first sight\",\"Of first importance\",\"As a matter of priority\"], a:1},\r\n    {q:\"How many pieces does each player start with in chess?\", opts:[\"14\",\"16\",\"18\",\"20\"], a:1},\r\n    {q:\"What is the name of the mathematical sequence where each number is the sum of the two preceding ones?\", opts:[\"Pascal's sequence\",\"Prime sequence\",\"Golden sequence\",\"Fibonacci sequence\"], a:3},\r\n    {q:\"What does 'non sequitur' mean?\", opts:[\"It does not compute\",\"It does not follow\",\"It is not relevant\",\"It is not true\"], a:1},\r\n    {q:\"How many Grand Slam tournaments are there in tennis?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:2},\r\n    {q:\"What is the name of the traditional Scottish game of jumping over a stick?\", opts:[\"Caber toss\",\"High jump\",\"Barra jump\",\"Broom jump\"], a:3},\r\n    {q:\"What does 'carte blanche' mean?\", opts:[\"A blank cheque\",\"Unlimited authority\",\"A white card\",\"An open invitation\"], a:1},\r\n    {q:\"How many squares does a knight move in chess?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:1},\r\n    {q:\"What is the name of the punctuation mark that introduces a list or explanation?\", opts:[\"Semicolon\",\"Em dash\",\"Comma\",\"Colon\"], a:3},\r\n    {q:\"What does 'schadenfreude' mean?\", opts:[\"Excessive pride\",\"Finding joy in others' misfortune\",\"Deep sadness\",\"Nostalgic longing\"], a:1},\r\n    {q:\"What does Ochaye think is the best number of players for a quiz team?\", opts:[\"2\",\"3\",\"4\",\"He thinks individual scoring is more honest\"], a:3},\r\n    {q:\"How many balls are in a full set of pool?\", opts:[\"14\",\"15\",\"16\",\"17\"], a:2},\r\n    {q:\"What is the name of the German word for a feeling of homesickness or longing?\", opts:[\"Angst\",\"Weltschmerz\",\"Fernweh\",\"Heimweh\"], a:3},\r\n    {q:\"What does 'modus operandi' mean?\", opts:[\"Method of operation\",\"Legal standing\",\"Primary motive\",\"Working assumption\"], a:0},\r\n    {q:\"How many points does a field goal score in American football?\", opts:[\"1\",\"2\",\"3\",\"4\"], a:2},\r\n    {q:\"What is the name of the largest stadium in the world?\", opts:[\"Camp Nou\",\"Wembley\",\"Melbourne Cricket Ground\",\"Rungrado 1st of May\"], a:3},\r\n    {q:\"What does 'b\u00eate noire' mean in English?\", opts:[\"A black sheep\",\"A pet hate or nemesis\",\"A dark horse\",\"A wild card\"], a:1},\r\n    {q:\"How many pawns does each player start with in chess?\", opts:[\"6\",\"7\",\"8\",\"9\"], a:2},\r\n    {q:\"What is the name of the ancient Greek concept of fate controlled by three goddesses?\", opts:[\"The Furies\",\"The Muses\",\"The Graces\",\"The Moirai\"], a:3},\r\n    {q:\"What does 'ennui' mean?\", opts:[\"Anxiety\",\"Melancholy\",\"Boredom\",\"Restlessness\"], a:2},\r\n    {q:\"What does Ochaye keep under the bar for genuine emergencies?\", opts:[\"A first aid kit\",\"A very good whisky and a phone number\",\"Spare quiz sheets\",\"A list of who owes what\"], a:1},\r\n    {q:\"How many players are in a volleyball team on the court?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:1},\r\n    {q:\"What is the name of the rhetorical device where the same word is repeated at the start of consecutive phrases?\", opts:[\"Anaphora\",\"Chiasmus\",\"Antithesis\",\"Epiphora\"], a:0},\r\n    {q:\"What does 'fait accompli' mean?\", opts:[\"A task yet to be done\",\"A thing already done and irreversible\",\"A joint decision\",\"A legal outcome\"], a:1},\r\n    {q:\"How many squares are on a standard draughts board?\", opts:[\"32\",\"48\",\"64\",\"100\"], a:2},\r\n    {q:\"What is the name of the feeling of seeing the same word so many times it looks wrong?\", opts:[\"Jamais vu\",\"D\u00e9j\u00e0 vu\",\"Semantic satiation\",\"Word blindness\"], a:2},\r\n    {q:\"What does 'vice versa' mean?\", opts:[\"In reverse\",\"On the other hand\",\"With the main parts reversed\",\"From the top\"], a:2},\r\n    {q:\"How many bones are in the human foot?\", opts:[\"24\",\"26\",\"28\",\"30\"], a:1},\r\n    {q:\"What is the name of the Scottish word for a narrow valley?\", opts:[\"Ben\",\"Loch\",\"Burn\",\"Glen\"], a:3},\r\n    {q:\"What does 'tempus fugit' mean?\", opts:[\"Time heals\",\"Time flies\",\"Time stands still\",\"In good time\"], a:1},\r\n    {q:\"What does Ochaye say is the most underrated skill at a quiz?\", opts:[\"Memory\",\"Speed\",\"Knowing what you don't know\",\"Handwriting\"], a:2},\r\n    {q:\"How many balls are used in a game of croquet?\", opts:[\"2\",\"4\",\"6\",\"8\"], a:1},\r\n    {q:\"What is the name of the rhetorical question asked not for an answer but for effect?\", opts:[\"Leading question\",\"Rhetorical question\",\"Socratic question\",\"Open question\"], a:1},\r\n    {q:\"What does 'serendipity' mean?\", opts:[\"Good luck in general\",\"Finding something good without looking for it\",\"A happy outcome after a struggle\",\"A coincidence\"], a:1},\r\n    {q:\"How many minutes are in a standard rugby union match?\", opts:[\"70\",\"75\",\"80\",\"85\"], a:2},\r\n    {q:\"What is the name of the Scottish Gaelic word for a gathering or party?\", opts:[\"C\u00e8ilidh\",\"M\u00f2d\",\"F\u00e8is\",\"Taigh-\u00f2sda\"], a:0},\r\n    {q:\"What does 'in medias res' mean?\", opts:[\"In the middle of things\",\"Among the media\",\"In reality\",\"At the beginning\"], a:0},\r\n    {q:\"How many points is a try worth in rugby union?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:2},\r\n    {q:\"What does Ochaye think of trick questions?\", opts:[\"He enjoys them\",\"He uses them sparingly\",\"He believes they're cheap\",\"He leaves those to Gnugo\"], a:2},\r\n    {q:\"What is the name of the feeling of recognising something you've never actually experienced?\", opts:[\"Presque vu\",\"Jamais vu\",\"D\u00e9j\u00e0 vu\",\"L'esprit de l'escalier\"], a:2},\r\n    {q:\"What is Ochaye's final word on the quiz, according to Ochaye?\", opts:[\"'The bar isn't going anywhere'\",\"'Same time next week'\",\"'Well done to all of you'\",\"There is no final word \u2014 the quiz speaks for itself\"], a:3},\r\n    ,\r\n      {q:\"What is the name of the logical fallacy where someone attacks the person rather than the argument?\", opts:[\"Straw man\",\"False dichotomy\",\"Slippery slope\",\"Ad hominem\"], a:3},\r\n    {q:\"How many sides does a nonagon have?\", opts:[\"7\",\"8\",\"9\",\"10\"], a:2},\r\n    {q:\"What is the name of the scoring system where wrong answers subtract points?\", opts:[\"Negative marking\",\"Minus scoring\",\"Deduction system\",\"Penalty scoring\"], a:0},\r\n    {q:\"What does 'lacuna' mean?\", opts:[\"A type of lake\",\"A gap or missing part\",\"A legal term for silence\",\"A footnote\"], a:1},\r\n    {q:\"How many players are on each team in baseball?\", opts:[\"8\",\"9\",\"10\",\"11\"], a:1},\r\n    {q:\"What is the name of the philosophical concept that questions whether knowledge is possible?\", opts:[\"Nihilism\",\"Empiricism\",\"Scepticism\",\"Rationalism\"], a:2},\r\n    {q:\"How many squares does a bishop move in a single chess turn at maximum?\", opts:[\"5\",\"6\",\"7\",\"As many as the board allows\"], a:3},\r\n    {q:\"What does 'terra firma' mean?\", opts:[\"Solid ground\",\"Foreign territory\",\"Home country\",\"Hard soil\"], a:0},\r\n    {q:\"How many events make up the modern pentathlon?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:2},\r\n    {q:\"What is the name of the optical illusion where parallel lines appear to converge?\", opts:[\"M\u00fcller-Lyer illusion\",\"Ponzo illusion\",\"Z\u00f6llner illusion\",\"Ames room\"], a:1},\r\n    {q:\"What does Ochaye say is the most overrated quality at a quiz?\", opts:[\"Speed\",\"Confidence\",\"Memory\",\"The willingness to guess loudly\"], a:3},\r\n    {q:\"How many keys are in a musical chromatic scale?\", opts:[\"10\",\"11\",\"12\",\"13\"], a:2},\r\n    {q:\"What is the name of the cognitive bias where people overestimate their own abilities?\", opts:[\"Confirmation bias\",\"Halo effect\",\"Impostor syndrome\",\"Dunning-Kruger effect\"], a:3},\r\n    {q:\"How many points is a bullseye worth in darts?\", opts:[\"25\",\"50\",\"75\",\"100\"], a:1},\r\n    {q:\"What is the name of the Scottish sport of throwing a large flat stone?\", opts:[\"Caber toss\",\"Stone put\",\"Flat throw\",\"Quoiting\"], a:1},\r\n    {q:\"What does 'caveat emptor' mean?\", opts:[\"The seller beware\",\"Buyer beware\",\"Act with care\",\"Trust the evidence\"], a:1},\r\n    {q:\"How many minutes are in a standard NBA basketball game?\", opts:[\"40\",\"44\",\"48\",\"52\"], a:2},\r\n    {q:\"What is the name of the fallacy where someone assumes that because A preceded B, A caused B?\", opts:[\"Ad hominem\",\"False cause\",\"Post hoc ergo propter hoc\",\"Confirmation bias\"], a:2},\r\n    {q:\"How many points is the pink ball worth in snooker?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:1},\r\n    {q:\"What does Ochaye think about long words in questions?\", opts:[\"He uses them when necessary\",\"He avoids them on principle\",\"He checks with Gnugo\",\"He says the question is about the answer, not the vocabulary\"], a:3},\r\n    {q:\"What is the name of the logical argument structure where a conclusion follows from premises?\", opts:[\"Induction\",\"Analogy\",\"Syllogism\",\"Rhetoric\"], a:2},\r\n    {q:\"How many players are in a polo team?\", opts:[\"2\",\"3\",\"4\",\"5\"], a:2},\r\n    {q:\"What does 'sui generis' mean?\", opts:[\"Of a single kind\",\"Of its own kind\",\"One of a kind\",\"Above all others\"], a:1},\r\n    {q:\"How many squares can a queen reach from the centre of a chessboard?\", opts:[\"19\",\"21\",\"27\",\"28\"], a:2},\r\n    {q:\"What is the name of the rhetorical device where you pretend to ignore something while actually mentioning it?\", opts:[\"Synecdoche\",\"Apophasis\",\"Litotes\",\"Chiasmus\"], a:1},\r\n    {q:\"What does Ochaye's notebook contain that nobody has seen?\", opts:[\"The original quiz questions from the first night\",\"A list of every wrong answer ever given\",\"His own record of the best questions he's ever heard\",\"He hasn't said and won't be asked\"], a:3},\r\n    {q:\"How many tiles does each player start with in Scrabble?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:2},\r\n    {q:\"What is the name of the fallacy where a small difference is used to draw a large conclusion?\", opts:[\"False dichotomy\",\"Slippery slope\",\"Thin end of the wedge\",\"Both slippery slope and thin end of the wedge\"], a:3},\r\n    {q:\"How many players are in a handball team on the court?\", opts:[\"5\",\"6\",\"7\",\"8\"], a:2},\r\n    {q:\"What does 'obfuscate' mean?\", opts:[\"To hide in plain sight\",\"To make unclear or confusing\",\"To contradict directly\",\"To ignore deliberately\"], a:1},\r\n    {q:\"What is the name of the Scottish festival involving bonfires and fire processions?\", opts:[\"Samhain\",\"Up Helly Aa\",\"Beltane\",\"Hogmanay\"], a:1},\r\n    {q:\"How many points is a conversion worth in rugby union after a try?\", opts:[\"1\",\"2\",\"3\",\"4\"], a:1},\r\n    {q:\"What does 'penultimate' mean?\", opts:[\"Beyond last\",\"Second to last\",\"Third from last\",\"Almost final\"], a:1},\r\n    {q:\"What is the name of the phenomenon where the brain fills in gaps in visual information?\", opts:[\"Gestalt completion\",\"Perceptual constancy\",\"Filling in\",\"Amodal completion\"], a:3},\r\n    {q:\"How many players are on a curling team?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:1},\r\n    {q:\"What does 'circumlocution' mean?\", opts:[\"Speaking in circles\",\"Saying something directly\",\"Writing at length\",\"Avoiding the point by using many words\"], a:3},\r\n    {q:\"How many points is the black ball worth in snooker?\", opts:[\"6\",\"7\",\"8\",\"9\"], a:1},\r\n    {q:\"What is the name of the Shetland fire festival held in January?\", opts:[\"Beltane\",\"Hogmanay\",\"Up Helly Aa\",\"Samhain\"], a:2},\r\n    {q:\"What does 'equivocate' mean?\", opts:[\"To be fair to both sides\",\"To use ambiguous language to avoid commitment\",\"To equalise an argument\",\"To take the middle position\"], a:1},\r\n    {q:\"What does Ochaye say to someone who asks for a clue?\", opts:[\"He gives a small one\",\"He says 'the question is the clue'\",\"He looks at them kindly and says nothing\",\"He tells them to ask Gnugo\"], a:2},\r\n    {q:\"How many laps is a standard 1500m race on a 400m track?\", opts:[\"3\",\"3.75\",\"4\",\"4.5\"], a:1},\r\n    {q:\"What is the name of the cognitive bias where people favour information that confirms their existing beliefs?\", opts:[\"Anchoring bias\",\"Halo effect\",\"Dunning-Kruger effect\",\"Confirmation bias\"], a:3},\r\n    {q:\"What does 'ameliorate' mean?\", opts:[\"To make worse\",\"To make better\",\"To make equal\",\"To make indifferent\"], a:1},\r\n    {q:\"How many feet are in a mile?\", opts:[\"4,280\",\"5,280\",\"5,380\",\"5,480\"], a:1},\r\n    {q:\"What is the name of the traditional Scottish cheese made in Arran?\", opts:[\"Crowdie\",\"Caboc\",\"Seriously Strong\",\"Arran Cheddar\"], a:3},\r\n    {q:\"What does 'perspicacious' mean?\", opts:[\"Tending to sweat\",\"Stubborn under pressure\",\"Having a ready insight\",\"Unnecessarily cautious\"], a:2},\r\n    {q:\"How many players take a penalty shootout kick in football before sudden death?\", opts:[\"3\",\"4\",\"5\",\"6\"], a:2},\r\n    {q:\"What is the name of the logical device that uses an extreme example to disprove a general rule?\", opts:[\"Reductio ad absurdum\",\"Straw man\",\"False dichotomy\",\"Modus tollens\"], a:0},\r\n    {q:\"What does Ochaye say is the difference between a quiz and a test?\", opts:[\"A quiz is harder\",\"A test has right and wrong answers \u2014 a quiz has better and worse ones\",\"A quiz is social\",\"There is no difference \u2014 only the atmosphere\"], a:3},\r\n    {q:\"What is the final question Ochaye always wants to leave with a player?\", opts:[\"Did you learn something?\",\"Will you come back?\",\"Was it worth it?\",\"He doesn't ask questions after the quiz \u2014 those are the rules\"], a:3},\r\n    ]\r\n  }\r\n];\r\n\r\nconst RESULTS = {\r\n  high:[\"That's a fine score. Gnugo would be pleased. He won't say so. But he would be.\",\"Aye. Well done. Come back any time.\",\"Michel is considering making you a complimentary dish. Don't read too much into it.\"],\r\n  mid:[\"Not bad. A few more visits to the bar and you'll know everything worth knowing.\",\"You did alright. Better than Cheddar. That's something.\",\"Gnusephine says that was 'not bad.' From her, that's high praise.\"],\r\n  low:[\"You'll do better next time. Come back Thursday. I'll be here. I'm always here.\",\"It's fine. Nobody gets everything right the first time. That's what second times are for.\",\"Cheddar got fewer right when he first tried. He doesn't know I'm telling you that.\"]\r\n};\r\n\r\nconst ONBOARDING = [\r\n  {\r\n    ochaye: \"Welcome. Pull up a stool. I'm Ochaye \u2014 I run things here at GnuTown Bar. Six rounds tonight. Some questions are easy. Some are not. That's how a quiz should be.\",\r\n    content: `<div class=\"ob-heading\">GnuTown Quiz Night<\/div>\r\n      <div class=\"ob-body\">Six rounds of questions, each written by one of us. History, food, music, science, the GnuWorld itself \u2014 and then my wild card at the end.<br><br>\r\n      <strong>Free players<\/strong> get Rounds 1 and 5. <strong>Herd members<\/strong> get everything. Your scores go on the leaderboard.<br><br>\r\n      The world is broken. We need a Gnu one. It starts here.<\/div>`\r\n  },\r\n  {\r\n    ochaye: \"Let me introduce the regulars. You'll want to know who set your questions.\",\r\n    content: `<div class=\"ob-heading\">The GnuTown Regulars<\/div>\r\n      <div class=\"characters-grid\">\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83e\uddac<\/span><div class=\"char-info\"><div class=\"char-name\">Ochaye<\/div><div class=\"char-role\">Host. Keeps order. Just about.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83e\uddc0<\/span><div class=\"char-info\"><div class=\"char-name\">Cheddar<\/div><div class=\"char-role\">Music round. The jukebox.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83d\udc68\u200d\ud83c\udf73<\/span><div class=\"char-info\"><div class=\"char-name\">Michel LeGnu<\/div><div class=\"char-role\">Food & drink. Very precise.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83d\udcbc<\/span><div class=\"char-info\"><div class=\"char-name\">Gnubia<\/div><div class=\"char-role\">Science. Finished in 40 mins.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83d\udccb<\/span><div class=\"char-info\"><div class=\"char-name\">Gnugo<\/div><div class=\"char-role\">History round. Very thorough.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83c\udf3f<\/span><div class=\"char-info\"><div class=\"char-name\">Gnu Fungaiolo<\/div><div class=\"char-role\">The garden. Bagnone.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\ud83c\udfb5<\/span><div class=\"char-info\"><div class=\"char-name\">Gnu Wave<\/div><div class=\"char-role\">Playlists. Vibes.<\/div><\/div><\/div>\r\n        <div class=\"char-pill\"><span class=\"char-icon\">\u2728<\/span><div class=\"char-info\"><div class=\"char-name\">Gnusephine<\/div><div class=\"char-role\">Sets the standard. High.<\/div><\/div><\/div>\r\n      <\/div>`\r\n  },\r\n  {\r\n    ochaye: \"One last thing. If you play the garden, your scores carry over. Everything connects. That's the point.\",\r\n    content: `<div class=\"ob-heading\">The GnuTown World<\/div>\r\n      <div class=\"ob-body\">\r\n        Quiz scores earn you <strong>loyalty points<\/strong> in the GnuTown Garden \u2014 Michel's quests, rare seeds, the whole lot.<br><br>\r\n        Garden loyalty points unlock extras in the quiz. The two games know about each other.<br><br>\r\n        Create a Herd account to save your scores, appear on the leaderboard, and carry your progress across both games.<br><br>\r\n        <em>\"The bar isn't going anywhere. Neither are we.\"<\/em>\r\n      <\/div>`\r\n  }\r\n];\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   STATE\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nlet S = {\r\n  screen: 'onboarding',  \/\/ onboarding | intro | round | question | paywall | results\r\n  ob: 0,                 \/\/ onboarding step index\r\n  ri: 0, qi: 0,\r\n  score: 0, total: 0,\r\n  answered: false, sel: null,\r\n  leaderboard: null,\r\n  savedScore: false\r\n};\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   RENDER\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\nfunction R() {\r\n  document.getElementById('root').innerHTML = screen();\r\n}\r\n\r\nfunction screen() {\r\n  if (S.screen === 'onboarding') return onboardingScreen();\r\n  if (S.screen === 'intro')      return introScreen();\r\n  if (S.screen === 'round')      return roundScreen();\r\n  if (S.screen === 'question')   return questionScreen();\r\n  if (S.screen === 'paywall')    return paywallScreen();\r\n  if (S.screen === 'results')    return resultsScreen();\r\n  return '';\r\n}\r\n\r\n\/* \u2500\u2500 ONBOARDING \u2500\u2500 *\/\r\nfunction onboardingScreen() {\r\n  const step = ONBOARDING[S.ob];\r\n  const dots = ONBOARDING.map((_,i) =>\r\n    `<div class=\"ob-dot${i===S.ob?' active':''}\"><\/div>`).join('');\r\n  const isLast = S.ob === ONBOARDING.length - 1;\r\n\r\n  \/\/ Loyalty bonus from garden\r\n  const pts = CROSSOVER.getGardenPoints();\r\n  const loyaltyHtml = pts > 0\r\n    ? `<div class=\"loyalty-banner\">\ud83c\udf3f You have <strong>${pts} garden loyalty points<\/strong> \u2014 welcome back to the GnuTown world.<\/div>`\r\n    : '';\r\n\r\n  return `\r\n    <div class=\"ochaye-box\">\r\n      <div class=\"ochaye-avatar\">\ud83e\uddac<\/div>\r\n      <div class=\"ochaye-speech\">\r\n        <div class=\"ochaye-text\">\"${step.ochaye}\"<\/div>\r\n        <div class=\"ochaye-name\">\u2014 Ochaye the Gnu, Host<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"onboarding-card\">\r\n      <div class=\"onboarding-step active\">\r\n        ${step.content}\r\n        ${S.ob === 0 ? loyaltyHtml : ''}\r\n      <\/div>\r\n      <div class=\"ob-dots\">${dots}<\/div>\r\n      <div class=\"ob-nav\">\r\n        <button class=\"btn-bark\" onclick=\"obNext()\">\r\n          ${isLast ? 'Start the quiz \u2192' : 'Next \u2192'}\r\n        <\/button>\r\n        ${S.ob > 0 ? `<button class=\"btn-outline\" onclick=\"obBack()\">\u2190 Back<\/button>` : ''}\r\n        <button class=\"ob-skip\" onclick=\"skipOnboarding()\">Skip intro<\/button>\r\n      <\/div>\r\n    <\/div>`;\r\n}\r\n\r\nfunction obNext() {\r\n  if (S.ob < ONBOARDING.length - 1) { S.ob++; R(); }\r\n  else skipOnboarding();\r\n}\r\nfunction obBack() { if (S.ob > 0) { S.ob--; R(); } }\r\nfunction skipOnboarding() { S.screen = 'intro'; R(); }\r\n\r\n\/* \u2500\u2500 INTRO \u2500\u2500 *\/\r\nfunction introScreen() {\r\n  const pills = ACTIVE_ROUNDS.map(r => `\r\n    <div class=\"round-pill\">\r\n      <div class=\"round-pill-name\">${r.name}<\/div>\r\n      <div class=\"round-pill-cat\">${r.cat}<\/div>\r\n      ${r.free ? '<span class=\"round-pill-free\">Free<\/span>' : ''}\r\n    <\/div>`).join('');\r\n\r\n  const gardenCrossover = CROSSOVER.hasGarden()\r\n    ? `<div class=\"crossover-banner\">\ud83c\udf3f Your garden progress is linked. Completing rounds earns you loyalty points.<\/div>`\r\n    : '';\r\n\r\n  return `\r\n    <div class=\"ochaye-box\">\r\n      <div class=\"ochaye-avatar\">\ud83e\uddac<\/div>\r\n      <div class=\"ochaye-speech\">\r\n        <div class=\"ochaye-text\">\"Welcome to GnuTown Quiz Night. Six rounds. Thirty questions. Some of them are easy. Some of them are not. Take your time. The bar isn't going anywhere.\"<\/div>\r\n        <div class=\"ochaye-name\">\u2014 Ochaye the Gnu, Host<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"round-intro-card\">\r\n      <div class=\"round-intro-name\" style=\"font-size:1.2rem;margin-bottom:0.5rem;\">Tonight's quiz<\/div>\r\n      <div class=\"round-intro-cat\">6 rounds \u00b7 General knowledge + GnuWorld \u00b7 Free rounds included<\/div>\r\n      <div class=\"rounds-grid\">${pills}<\/div>\r\n      ${gardenCrossover}\r\n      ${!AUTH.user ? `<div style=\"font-size:0.83rem;color:var(--text-faint);margin-bottom:1rem;\">\r\n        <a style=\"color:var(--amber);cursor:pointer;text-decoration:underline;\" onclick=\"openAuth()\">Join the Herd<\/a> to save scores &amp; appear on the leaderboard.\r\n      <\/div>` : ''}\r\n      <button class=\"btn-bark\" onclick=\"startQuiz()\">Pull up a stool \u2192<\/button>\r\n    <\/div>`;\r\n}\r\n\r\n\/* \u2500\u2500 ROUND INTRO \u2500\u2500 *\/\r\nfunction roundScreen() {\r\n  const r = ACTIVE_ROUNDS[S.ri];\r\n  return `\r\n    <div class=\"ochaye-box\">\r\n      <div class=\"ochaye-avatar\">\ud83e\uddac<\/div>\r\n      <div class=\"ochaye-speech\">\r\n        <div class=\"ochaye-text\">\"${r.ochaye}\"<\/div>\r\n        <div class=\"ochaye-name\">\u2014 Ochaye<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"round-intro-card\">\r\n      <div class=\"round-label\">Round ${r.id} of 6<\/div>\r\n      <div class=\"round-intro-name\">${r.name}<\/div>\r\n      <div class=\"round-intro-cat\">${r.cat} \u00b7 ${r.qs.length} questions<\/div>\r\n      <div class=\"round-intro-desc\">${r.intro}<\/div>\r\n      <button class=\"btn-bark\" onclick=\"startRound()\">Begin \u2192<\/button>\r\n    <\/div>`;\r\n}\r\n\r\n\/* \u2500\u2500 QUESTION \u2500\u2500 *\/\r\nfunction questionScreen() {\r\n  const r = ACTIVE_ROUNDS[S.ri];\r\n  const q = r.qs[S.qi];\r\n  const pips = r.qs.map((_,i) =>\r\n    `<div class=\"pip${i < S.qi ? ' done' : i === S.qi ? ' active' : ''}\"><\/div>`).join('');\r\n  const opts = q.opts.map((o,i) => {\r\n    let cls = 'opt';\r\n    if (S.answered) {\r\n      if (i === q.a) cls += ' correct';\r\n      else if (i === S.sel) cls += ' wrong';\r\n    }\r\n    return `<button class=\"${cls}\" ${S.answered ? 'disabled' : ''} onclick=\"pick(${i})\">${o}<\/button>`;\r\n  }).join('');\r\n\r\n  const lastQ = S.qi === r.qs.length - 1;\r\n  const lastR = S.ri === ACTIVE_ROUNDS.length - 1;\r\n  const nextLabel = lastQ ? (lastR ? 'See results \u2192' : 'Next round \u2192') : 'Next question \u2192';\r\n\r\n  let feedback = '';\r\n  if (S.answered) {\r\n    const right = S.sel === q.a;\r\n    feedback = `\r\n      <div class=\"ochaye-box\" style=\"margin-top:1rem;\">\r\n        <div class=\"ochaye-avatar\">\ud83e\uddac<\/div>\r\n        <div class=\"ochaye-speech\">\r\n          <div class=\"ochaye-text\">\"${right ? \"Aye. That's the one.\" : \"No. It was \" + q.opts[q.a] + \". Don't worry about it.\"}\"<\/div>\r\n          <div class=\"ochaye-name\">\u2014 Ochaye<\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <button class=\"btn-bark full\" onclick=\"next()\" style=\"margin-top:0.8rem;\">${nextLabel}<\/button>`;\r\n  }\r\n\r\n  return `\r\n    <div class=\"meta-row\">\r\n      <span>Round ${r.id} \u00b7 ${r.name}<\/span>\r\n      <span>Score: <span class=\"score-highlight\">${S.score}<\/span><\/span>\r\n    <\/div>\r\n    <div class=\"progress-bar\">${pips}<\/div>\r\n    <div class=\"question-card\">\r\n      <div class=\"q-num\">Question ${S.qi+1} of ${r.qs.length}<\/div>\r\n      <div class=\"q-text\">${q.q}<\/div>\r\n      <div class=\"options\">${opts}<\/div>\r\n    <\/div>\r\n    ${feedback}`;\r\n}\r\n\r\n\/* \u2500\u2500 PAYWALL \u2500\u2500 *\/\r\nfunction paywallScreen() {\r\n  return `\r\n    <div class=\"ochaye-box\">\r\n      <div class=\"ochaye-avatar\">\ud83e\uddac<\/div>\r\n      <div class=\"ochaye-speech\">\r\n        <div class=\"ochaye-text\">\"There's more quiz to be had. But this part's for the regulars. Join the herd and we'll carry on.\"<\/div>\r\n        <div class=\"ochaye-name\">\u2014 Ochaye<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"paywall-card\">\r\n      <h3>Join the Herd \ud83e\uddac<\/h3>\r\n      <p>You've completed the free rounds. The full quiz \u2014 all six rounds, thirty questions, monthly new packs, live multiplayer nights \u2014 is for Herd members.<\/p>\r\n      <div class=\"price-pill\">\u20ac3.99 \/ month<\/div>\r\n      <br>\r\n      <button class=\"btn-amber\" onclick=\"openAuth()\">Join the Herd \u2192<\/button>\r\n      <button class=\"btn-outline full\" onclick=\"unlock()\" style=\"margin-top:10px;\">Continue as guest<\/button>\r\n      <div class=\"paywall-small\">New quiz every month \u00b7 Cancel any time \u00b7 gnusoftheworld.com<\/div>\r\n    <\/div>`;\r\n}\r\n\r\n\/* \u2500\u2500 RESULTS \u2500\u2500 *\/\r\nfunction resultsScreen() {\r\n  const pct = S.total > 0 ? S.score \/ S.total : 0;\r\n  const msgs = pct >= 0.7 ? RESULTS.high : pct >= 0.4 ? RESULTS.mid : RESULTS.low;\r\n  const msg = msgs[Math.floor(Math.random() * msgs.length)];\r\n  const stars = pct >= 0.8 ? '\ud83c\udf1f\ud83c\udf1f\ud83c\udf1f' : pct >= 0.5 ? '\ud83c\udf1f\ud83c\udf1f' : '\ud83c\udf1f';\r\n\r\n  \/\/ Crossover bonus\r\n  const roundsDone = S.ri + 1;\r\n  const bonusPts = roundsDone >= 6 ? 50 : roundsDone * 8;\r\n  const crossoverHtml = CROSSOVER.hasGarden()\r\n    ? `<div class=\"crossover-banner\" style=\"margin:1rem 0;\">\ud83c\udf3f +${bonusPts} loyalty points added to your GnuTown Garden.<\/div>`\r\n    : '';\r\n\r\n  \/\/ Leaderboard HTML\r\n  let lbHtml = '';\r\n  if (!AUTH.user) {\r\n    lbHtml = `\r\n      <div class=\"leaderboard-card\">\r\n        <div class=\"lb-title\">\ud83c\udfc6 Leaderboard<\/div>\r\n        <div class=\"lb-empty\">\r\n          <a style=\"color:var(--amber);cursor:pointer;text-decoration:underline;\" onclick=\"openAuth()\">Join the Herd<\/a> to save your score and appear here.\r\n        <\/div>\r\n      <\/div>`;\r\n  } else if (S.leaderboard === null) {\r\n    lbHtml = `<div class=\"leaderboard-card\"><div class=\"lb-title\">\ud83c\udfc6 Leaderboard<\/div><div class=\"lb-empty\">Loading\u2026<\/div><\/div>`;\r\n    loadLeaderboard();\r\n  } else if (S.leaderboard && S.leaderboard.length > 0) {\r\n    const rows = S.leaderboard.map((e,i) => {\r\n      const isYou = e.display_name === AUTH.name;\r\n      return `<div class=\"lb-row${isYou ? ' lb-you' : ''}\">\r\n        <div class=\"lb-rank${i<3?' top':''}\">${i===0?'\ud83e\udd47':i===1?'\ud83e\udd48':i===2?'\ud83e\udd49':i+1}<\/div>\r\n        <div class=\"lb-name\">${e.display_name}${isYou?' (you)':''}<\/div>\r\n        <div class=\"lb-score\">${e.score}\/${e.total}<\/div>\r\n      <\/div>`;\r\n    }).join('');\r\n    lbHtml = `<div class=\"leaderboard-card\"><div class=\"lb-title\">\ud83c\udfc6 Leaderboard<\/div>${rows}<\/div>`;\r\n  } else {\r\n    lbHtml = `<div class=\"leaderboard-card\"><div class=\"lb-title\">\ud83c\udfc6 Leaderboard<\/div><div class=\"lb-empty\">No scores yet. You could be first.<\/div><\/div>`;\r\n  }\r\n\r\n  return `\r\n    <div class=\"results-card\">\r\n      <div class=\"results-label\">Quiz complete<\/div>\r\n      <div class=\"results-score\">${S.score}<\/div>\r\n      <div class=\"results-total\">out of ${S.total} &nbsp; ${stars}<\/div>\r\n      <div class=\"results-msg\">\"${msg}\"<\/div>\r\n      <div class=\"results-name\">\u2014 Ochaye the Gnu, GnuTown Bar, Edinburgh<\/div>\r\n      <button class=\"btn-amber\" onclick=\"restart()\">Play again \u2192<\/button>\r\n    <\/div>\r\n    ${crossoverHtml}\r\n    ${lbHtml}\r\n    <div style=\"text-align:center;margin-top:1.5rem;\">\r\n      <a href=\"https:\/\/gnusoftheworld.com\" style=\"font-size:0.82rem;color:var(--text-faint);\">gnusoftheworld.com<\/a>\r\n    <\/div>`;\r\n}\r\n\r\nasync function loadLeaderboard() {\r\n  try {\r\n    const data = await SB.getLeaderboard();\r\n    S.leaderboard = Array.isArray(data) ? data : [];\r\n  } catch(e) {\r\n    S.leaderboard = [];\r\n  }\r\n  R();\r\n}\r\n\r\nasync function saveScoreToSupabase() {\r\n  if (S.savedScore || !AUTH.user || !AUTH.token) return;\r\n  S.savedScore = true;\r\n  try {\r\n    await SB.saveScore(AUTH.token, AUTH.user, AUTH.name, S.score, S.total, S.ri + 1);\r\n  } catch(e) {}\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   GAME LOGIC\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n\/* Shuffle an array (Fisher-Yates) *\/\r\nfunction shuffle(arr) {\r\n  const a = [...arr];\r\n  for (let i = a.length - 1; i > 0; i--) {\r\n    const j = Math.floor(Math.random() * (i + 1));\r\n    [a[i], a[j]] = [a[j], a[i]];\r\n  }\r\n  return a;\r\n}\r\n\r\n\/* Pick N random questions from a round's full pool *\/\r\nfunction sampleRound(round, n) {\r\n  return { ...round, qs: shuffle(round.qs).slice(0, Math.min(n, round.qs.length)) };\r\n}\r\n\r\n\/* Build a fresh shuffled quiz \u2014 10 questions per round *\/\r\nconst QS_PER_ROUND = 10;\r\nlet ACTIVE_ROUNDS = ROUNDS; \/\/ will be replaced each game\r\n\r\nfunction startQuiz() {\r\n  ACTIVE_ROUNDS = ROUNDS.map(r => sampleRound(r, QS_PER_ROUND));\r\n  S = { screen:'round', ob:0, ri:0, qi:0, score:0, total:0, answered:false, sel:null, leaderboard:null, savedScore:false };\r\n  R();\r\n}\r\n\r\nfunction startRound() {\r\n  S.screen = 'question'; S.qi = 0; S.answered = false; S.sel = null; R();\r\n}\r\n\r\nfunction pick(i) {\r\n  if (S.answered) return;\r\n  const q = ACTIVE_ROUNDS[S.ri].qs[S.qi];\r\n  S.answered = true; S.sel = i; S.total++;\r\n  if (i === q.a) S.score++;\r\n  R();\r\n}\r\n\r\nfunction next() {\r\n  const r = ACTIVE_ROUNDS[S.ri];\r\n  const lastQ = S.qi === r.qs.length - 1;\r\n  const lastR = S.ri === ACTIVE_ROUNDS.length - 1;\r\n\r\n  if (!lastQ) { S.qi++; S.answered = false; S.sel = null; R(); return; }\r\n  if (lastR) {\r\n    S.screen = 'results';\r\n    \/\/ Crossover save\r\n    CROSSOVER.saveQuizResult(S.score, S.total, S.ri + 1);\r\n    if (S.score \/ S.total >= 0.7) CROSSOVER.unlockHintToken();\r\n    \/\/ Supabase save\r\n    saveScoreToSupabase();\r\n    R();\r\n    return;\r\n  }\r\n\r\n  const nextRound = ACTIVE_ROUNDS[S.ri + 1];\r\n  S.ri++;\r\n  if (!nextRound.free && !AUTH.user) { S.screen = 'paywall'; R(); return; }\r\n  S.screen = 'round'; S.qi = 0; S.answered = false; S.sel = null; R();\r\n}\r\n\r\nfunction unlock() {\r\n  \/\/ Guest continues anyway\r\n  S.screen = 'round'; S.answered = false; S.sel = null; R();\r\n}\r\n\r\nfunction restart() {\r\n  S = { screen:'intro', ob:0, ri:0, qi:0, score:0, total:0, answered:false, sel:null, leaderboard:null, savedScore:false };\r\n  R();\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   BOOT\r\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\ninitAuth();\r\nR();\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GnuTown Quiz Night \ud83d\udd07 \ud83e\uddac GnuTown Quiz Night Hosted by Ochaye the Gnu &middot; GnuTown Bar, Edinburgh Join the Herd Create a free account to save your scores and appear on the leaderboard. Display Name Email Password Create Account \u2192 Already a member? Sign in Maybe later<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1350","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/pages\/1350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/comments?post=1350"}],"version-history":[{"count":24,"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/pages\/1350\/revisions"}],"predecessor-version":[{"id":1379,"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/pages\/1350\/revisions\/1379"}],"wp:attachment":[{"href":"https:\/\/www.gnusoftheworld.com\/index.php\/wp-json\/wp\/v2\/media?parent=1350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}