You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text.js is a zero-dependency JavaScript quiz plugin which lets you creates interactive, fully customizable online quizzes and tests with ease.
1
+
# Dynamic Quiz JS
2
2
3
-
clone this repo in your computer by using:
4
-
git clone <link>
3
+
Dynamic Quiz Js is a basic quiz application built using HTML, CSS, and JavaScript. It provides a user-friendly and visually appealing Google-like interface. The application is fully responsive, ensuring a seamless experience across different devices.
1.**Start Quiz**: Clicking on the "Start Quiz" button initiates the quiz and displays the first question.
8
+
9
+
2. Next Button: The "Next" button allows the user to move to the next question.
10
+
11
+
3.**Previous Button**: The "Previous" button enables the user to navigate to the previous question.
12
+
Start Over: The "Start Over" button resets the quiz and allows the user to attempt it again.
13
+
14
+
4.**Question Navigation**: The question navigation panel displays the numbers of all questions. Clicking on a question number redirects the user to that specific question, allowing for easy navigation and review.
3. Open the **index.html** file in your preferred web browser or in VS Code click on **Go Live** to open with live server.
42
+
43
+
## Contributing
44
+
45
+
Contributions to the Dynamic Quiz Js project are welcome and encouraged! If you encounter any issues or have suggestions for improvement, please raise an issue.
46
+
47
+
If you would like to contribute code to the project, please follow these steps:
48
+
49
+
1. Fork the repository.
50
+
2. Create a new branch for your feature or bug fix.
0 commit comments