This project was developed during an internship at WaziUp in Dresden (2023). It's an interactive web-based assessment tool designed to evaluate knowledge and understanding of Internet of Things (IoT) concepts across various domains.
- Dynamic Question Selection: Automatically selects questions from multiple IoT domains
- Progress Tracking: Real-time progress monitoring during the test
- Instant Feedback: Immediate scoring and proficiency level assessment
- Responsive Design: Works across different devices and screen sizes
- Accessibility: Implements ARIA labels and keyboard navigation
- Restart Capability: Option to retake the test with new questions
- Frontend: Pure JavaScript, HTML5, and CSS3
- State Management: Custom Quiz class for managing application state
- Question Bank: Structured collection of IoT-related questions
- UI Components: Dynamic rendering with accessibility support
- Introduction to IoT
- Component Architecture
- Network Communication
- Sensors & Actuators
- Embedded Systems
- Data Processing & Analysis
- AI and IoT Integration
- Encryption & Security
- Cloud Integration
- Edge Computing
- IoT Applications
- Questions are weighted based on difficulty
- Proficiency levels:
- Beginner (0-7 points)
- Intermediate (8-14 points)
- Advanced (15+ points)
- Clone the repository
- Open
index.html
in a web browser - Start the quiz and answer questions
- View results and proficiency level
- Option to restart or finish
index.html
: Main entry point and UI structurestyle.css
: Styling and responsive designscript.js
: Core functionality and quiz logicquestions.js
: Question bank and categories
- Fork the repository
- Create a feature branch
- Make changes following the existing code structure
- Add appropriate comments
- Submit a pull request
Questions should follow this format:
{
question: "Question text",
options: [
{ text: "Option 1", points: 0 },
{ text: "Option 2", points: 1 },
// ...
],
correctAnswer: 1,
tags: ["category_tag"]
}
WaziUp is an organization focused on IoT innovation and education. This proficiency test was developed as part of their initiative to assess and improve IoT knowledge among practitioners and students.
MIT License
Copyright (c) 2023 WaziUp
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
WaziUp Dresden Email: info@waziup.org Website: https://www.waziup.eu/
- WaziUp Dresden team
- Internship supervisors Dr. Abdul Rahim and Johann Wagner
- Contributors to the question bank