Creates interactive quizzes with multiple question types including multiple choice, multiple select, fill-in-the-blank, ordering, and matching. Provides immediate feedback and scoring.
Wrap questions in a container with class .knowledge-check or .self-test. Use specific HTML structure and special syntax for different question types.
.knowledge-check or .self-test - Main container.no-score - Hides the score display.development - Removes required validation for testing.no-list-style - Removes list styling from options.multicolumn-2 - Displays options in 2 columns.multicolumn-3 - Displays options in 3 columns* - Marks correct answers (prefix)@ - Indicates feedback text (prefix)ul - Creates unordered list (random order)ol - Creates ordered list (fixed order)What is the capital of Canada?
@ Ottawa is the capital city of Canada.
Which of the following is a programming language?
@ JavaScript is a popular programming language.
Which of the following are programming languages? (Select all that apply)
@ JavaScript, Python, and Java are all programming languages.
Complete the following sentence:
The process of converting source code into machine code is called [compilation].
@ Compilation is the process of converting source code into machine code.
What does HTML stand for?
[HyperText Markup Language] stands for HyperText Markup Language.
@ HTML stands for HyperText Markup Language.
Put the following steps in the correct order for software development:
@ The correct order is: Planning, Design, Implementation, Testing, Deployment.
Match the programming languages with their primary use:
@ JavaScript is for web development, Python for data science, Java for enterprise applications.
What is your favorite programming language?
@ There's no wrong answer here - it's about personal preference!
Which of the following are web technologies?
@ HTML, CSS, and JavaScript are all web technologies.
What is the primary purpose of CSS?
@ CSS is used for styling and layout of web pages.
Which programming language is primarily used for web development?
@ JavaScript is the primary language for web development.
What does HTML stand for?
@ HTML stands for HyperText Markup Language.
What is JavaScript?
@ JavaScript is a programming language for web development.
What is CSS?
@ CSS is used for styling web pages.
What is HTML?
@ HTML is a markup language for creating web pages.
What is PHP?
@ PHP is a server-side scripting language.
What is Python?
@ Python is a general-purpose programming language.
What is Java?
@ Java is an object-oriented programming language.
What is the largest planet in our solar system?
@ Jupiter is the largest planet in our solar system.
Which planet is closest to the Sun?
@ Mercury is the closest planet to the Sun.
* to mark correct answers@ to provide feedback textul creates random order, ol creates fixed order