An interactive web-based quiz designed to assess logical reasoning and belief bias through syllogistic questions adopted in llm-belief-bias project. This tool presents users with a series of logic-based questions requiring them to evaluate the validity of conclusions based on given premises.
- Timed Questions: Users have 20 seconds to answer each logic question.
- Belief Bias Evaluation: Questions are categorized as "believable" or "unbelievable" to explore how belief affects logical judgment.
- Open-Ended Question: Final question allows for a written explanation of reasoning.
- PDF Report: After completing the quiz, users can download a detailed PDF report including performance statistics and a belief bias analysis chart.
- Client-Side Only: All functionality is handled in-browser with no server-side code or data storage.
- Clone this repository or download the source code.
- Open
index.htmlin any modern web browser. - Enter your name and start the quiz!
- You can also try the quiz by clicking HERE
Premise 1: All A are B.
Premise 2: All B are C.
Conclusion: Therefore, all A are C.
β This conclusion is Valid.
π Syllogism-Quiz
βββ index.html # Main application file
βββ README.md # Project overview and instructions
This project is licensed under the MIT License.