Skip to content

CyrilBaah/kcna-examsimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCNA Exam Simulator

A web-based simulator for the Kubernetes and Cloud Native Associate (KCNA) exam.

Features

  • Two sets of questions extracted from KCNA exam dumps
  • 60-question exam simulation
  • Timer to simulate real exam conditions
  • Question navigation
  • Detailed results with correct/incorrect answers
  • Explanations for each question

How to Use

  1. Open index.html in a web browser
  2. Choose between Question Set 1 or Question Set 2
  3. Answer all 60 questions within the 90-minute time limit
  4. Submit your exam to see your results
  5. Review your answers and explanations

Technical Details

  • Built with vanilla HTML, CSS, and JavaScript
  • No external dependencies required
  • Questions stored in JSON format
  • Responsive design for desktop and mobile devices

Project Structure

kcna-examsimulator/
├── index.html          # Main HTML file
├── css/
│   └── styles.css      # Styling for the application
├── js/
│   └── app.js          # Application logic
├── data/
│   ├── questionSet1.json  # First set of questions
│   └── questionSet2.json  # Second set of questions
└── README.md           # This file

License

This project is for educational purposes only.

Releases

No releases published

Packages

No packages published