Skip to content

LinxZW/isdcm_parcial2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISDCM – Internet Security Quiz

Interactive True/False quiz for the ISDCM (Internet, Seguretat i Distribució de Continguts Multimèdia) course at FIB – MEI, 2025-26 Q2.

🔗 Play online

Open index.html via GitHub Pages or serve locally.

Questions

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

Features

  • 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

Run locally

Serve with any HTTP server (required to load questions.json):

python3 -m http.server 8080
# then open http://localhost:8080

Note: Opening index.html directly as a file:// URL will not work due to browser security restrictions on loading JSON files. Use a local server or GitHub Pages.

Deploy to GitHub Pages

  1. Push this folder to a GitHub repository
  2. Go to Settings → Pages
  3. Set source to Deploy from a branch, select main and / (root) or the subfolder
  4. Visit the generated *.github.io URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages