Interactive True/False quiz for the ISDCM (Internet, Seguretat i Distribució de Continguts Multimèdia) course at FIB – MEI, 2025-26 Q2.
Open index.html via GitHub Pages or serve locally.
243 True/False questions across 16 topics (from exercicis.pdf + ExamenSegonParcial.pdf, duplicates removed):
| Topic | Questions |
|---|---|
| Introduction and Cryptography | 24 |
| Public Key Infrastructure | 33 |
| Application Layer Security | 31 |
| XML Security | 25 |
| Specific Security Protocols | 33 |
| Privacy and Access Control | 27 |
| XACML and examples | 8 |
| DRM | 19 |
| Criptografia simètrica i asimètrica (examen) | 3 |
| PKI i Certificats (examen) | 3 |
| XML Signature i XML Encryption (examen) | 1 |
| SAML, OAuth 2.0 i JWT (examen) | 6 |
| Drets i Llicències (MPEG-21 REL) (examen) | 1 |
| Privacitat i GDPR (examen) | 9 |
| Xarxes: TCP, UDP, QUIC (examen) | 10 |
| Streaming i Distribució de Continguts (examen) | 10 |
- Filter by topic or practice all 243 questions
- Shuffle mode for randomized order
- Instant feedback with answer explanations
- Progress bar and score tracking
- Navigate back to review previous answers
Serve with any HTTP server (required to load questions.json):
python3 -m http.server 8080
# then open http://localhost:8080Note: Opening
index.htmldirectly as afile://URL will not work due to browser security restrictions on loading JSON files. Use a local server or GitHub Pages.
- Push this folder to a GitHub repository
- Go to Settings → Pages
- Set source to Deploy from a branch, select
mainand/(root) or the subfolder - Visit the generated
*.github.ioURL