Skip to main content

LabQuiz is a Python package that allows to integrate interactive quizzes directly into Jupyter notebooks — useful for labs, tutorials, practical assignments, continuous assessment, and controlled exams

Project description

PyPI version Python versions License Binder Documentation Status

Sponsor:

ESIEE Paris

LabQuiz is a Python package that allows to seamlessly integrate interactive quizzes directly into Jupyter notebooks — useful for labs, tutorials, practical assignments, continuous assessment, and controlled exams.

It combines:

  • ✅ Multiple-choice and numerical questions
  • 🧩 Template-based parameterized questions
  • 🔁 Configurable number of attempts
  • 💡 Hints and detailed feedback
  • 📊 Automatic scoring
  • 🌐 Optional remote logging (Google Sheets)
  • 📈 Real-time monitoring dashboard (if logging)
  • 🔐 Integrity checks and anti-tampering mechanisms

And it comes with two optional companion tools:


  • 👉🏼 Live version Try it in binder
  • Installation:
# From source
   pip install git+https://github.com/jfbercher/labquiz.git
# or from PyPI
   pip install labquiz

🚀 Why LabQuiz?

LabQuiz is designed for active learning and controlled assessment in computational notebooks.

It helps instructors:

  • Increase student engagement with embedded exercises
  • Provide structured feedback during lab sessions
  • Monitor progress in real time
  • Run controlled tests and exams
  • Detect configuration tampering or integrity violations

It helps students:

  • Learn through interaction and immediate feedback
  • Track their progress
  • Work within structured assessment modes

🚠 What LabQuiz Does

Inside your notebook, you can:

  • ✅ Add multiple-choice questions (mcq)
  • 🔢 Add numerical questions with tolerance (numeric)
  • 🧩 Create parameterized template questions
  • 🔁 Limit attempts
  • 💡 Provide hints and corrections
  • 📊 Compute automatic scores
  • 🌐 Log all activity to a Google Sheet backend (optional)
  • 🔐 Enable exam mode with integrity checks

Example:

from labquiz import QuizLab

quiz = QuizLab(URL, "my_quiz.yml", retries=2, exam_mode=False)
quiz.show("quiz1")

📸 Examples

Multiple-choice question (with hints & correction)

MCQ Example

Numerical question

Numeric Example

Template-based question (dynamic variables)

Template Example


🧩 Question Types, Pedagogical modes, Logging

Question types

LabQuiz supports four types:

Type Description
mcq Standard multiple-choice
numeric Numerical answers with tolerance
mcq-template Context-dependent MCQ
numeric-template Context-dependent numerical questions

Template questions allow dynamic evaluation based on runtime variables — ideal for practical lab computations.

Example:

quiz.show("quiz54", a=res1, b=res2)

Variables can also be generated dynamically

quiz.show("quiz54", autovars=True)

The expected solution is dynamically computed using Python expressions.

Pedagogical modes

LabQuiz supports three pedagogical modes:

  • Learning mode (hints + correction available, score display)
  • Test mode (limited attempts, score display but no correction)
  • Exam mode (no feedback, secure logging)

Quizzes are defined in simple YAML format and support

  • Logical constraints (XOR, IMPLY, SAME, IMPLYFALSE)
  • Bonuses and penalties
  • Relative and absolute tolerances
  • Variable generation for templates

📊 Remote Logging & Dashboard

All data can be stored in a Google Sheet backend.

LabQuiz can log: Validation events, Parameters, User answers, Integrity hashes... LabQuiz also includes multiple anti-cheating mechanisms (Machine fingerprinting, Source hash verification, Detection of parameter tampering, Optional encrypted question files, Runtime integrity daemon...)


⚙️ Installation

From PyPI

pip install labquiz

From source:

pip install git+https://github.com/jfbercher/labquiz.git

Import:

import labquiz
from labquiz import QuizLab

Instantiate:

quiz = QuizLab(URL, QUIZFILE,
               retries=2,
               needAuthentication=True,
               mandatoryInternet=False)

🛠 Additional Tools

✏️ quiz_editor — Build & Export Question Banks

Creating YAML files manually works — but quiz_editor is intended to makes it easier. It can also be useful outside ob LabQuiz as a general quiz-editor with export capabilities.

Key features:

  • Visual question editing (MCQ, numeric, templates)

  • Categories & tags

  • Variable generation for templates

  • Bonus / malus configuration

  • Logical constraints (XOR, IMPLY, SAME, etc.)

  • One-click export to:

    • ✅ YAML
    • 🔐 Encrypted version
    • 🌍 Interactive HTML (training mode)
    • 📝 HTML exam version (Google Sheet connected)
    • 📄 AMC–LaTeX format (paper exams)

Online version: 👉 https://jfb-quizeditor.streamlit.app/

Install locally:

pip install quiz-editor

Quiz Editor


📊 quiz_dash — Real-Time Monitoring & Correction

quiz_dash is the companion dashboard for instructors.

It connects to your Google Sheet backend and provides:

  • 📈 Live tracking of submissions
  • Live class overview
  • 👤 Student-by-student monitoring
  • 🔍 Integrity checks (mode changes, retries tampering, hash verification)
  • ⚖ Adjustable grading weights
  • 🔄 Automatic recalculation
  • 📥 CSV export of results

Online version: 👉 https://jfb-quizdash.streamlit.app/

Dashboard


🌍 Optional: Zero Installation with JupyterLite

LabQuiz can run entirely in the browser using JupyterLite (WASM). Perfect for fully web-based lab environments.

📦 Ecosystem

Tool Purpose
labquiz Notebook quiz engine
quiz_editor Question bank creation & export
quiz_dash Monitoring & correction dashboard

📦 Repositories:

Online tools:


🎯 Typical Workflow

  1. Prepare questions (YAML or quiz_editor)
  2. Optionally encrypt file
  3. Create Google Sheet backend
  4. Instantiate QuizLab in notebook
  5. Run lab / test / exam
  6. Monitor using a python console or with quiz_dash
  7. Post-correct with adjustable grading

🏁 Demonstration

See:

  • labQuizDemo.ipynb in extras/
  • 👉🏼 Live version 👈 Try it in binder

📜 License

GPL-3.0 license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

labquiz-0.9.tar.gz (67.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

labquiz-0.9-py3-none-any.whl (87.0 kB view details)

Uploaded Python 3

File details

Details for the file labquiz-0.9.tar.gz.

File metadata

  • Download URL: labquiz-0.9.tar.gz
  • Upload date:
  • Size: 67.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.23

File hashes

Hashes for labquiz-0.9.tar.gz
Algorithm Hash digest
SHA256 ea47c6f612ba59b4658baabc1422b3927f9f565848aea346a59ebba3b49a3c67
MD5 15c017ca73a09249093fa1268fbc5c17
BLAKE2b-256 e21ff22830f0750905c5f860ed2ed1eeb58ae3fb3f13c7c07ec994c3a95049ad

See more details on using hashes here.

File details

Details for the file labquiz-0.9-py3-none-any.whl.

File metadata

  • Download URL: labquiz-0.9-py3-none-any.whl
  • Upload date:
  • Size: 87.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.23

File hashes

Hashes for labquiz-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 cfbe2485f95ad5a7f28d0d07600593eb794c76460c36aebd01bffdd6128c7ccc
MD5 790eab2a1590476aebb35891082a3a9d
BLAKE2b-256 b59f640f0e44152b50c6e70534cc2dd824e60e29d578a419050be6870c9b8255

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page