fable/data/fallacy/formal/syllogistic.json
2025-04-17 15:53:45 -06:00

111 lines
5.5 KiB
JSON

{
"unit": {
"Fallacy": {
"FormalFallacy": "SyllogisticFallacy"
}
},
"title": "Galactic Logic Academy: Mastering Syllogistic Reasoning",
"screens": [
{
"screen_type": "Text",
"text": "Welcome, Cadet! Your next mission is to explore the realm of syllogistic reasoning. Syllogistic fallacies occur when errors are made in categorical reasoning, leading to invalid conclusions. Ready to sharpen your logical skills? Let's dive in!",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
},
{
"screen_type": "Text",
"text": "Syllogistic reasoning involves arguments with categorical statements, such as 'All A are B' or 'Some A are not B.' A syllogistic fallacy arises when the logical structure of these arguments is flawed.",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
},
{
"screen_type": "Text",
"text": "One common syllogistic fallacy is the fallacy of the undistributed middle. For example: 'All planets with water are habitable. Earth is habitable. Therefore, Earth has water.' This reasoning is invalid because the middle term ('habitable') is not distributed.",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
},
{
"screen_type": "Mcq",
"text": "",
"question": "Which of the following is an example of the fallacy of the undistributed middle?",
"options": [
"All starships are fast. Some fast things are spaceships. Therefore, all starships are spaceships.",
"All planets with water are habitable. Earth is habitable. Therefore, Earth has water.",
"All asteroids are rocky. Some rocky things are planets. Therefore, all asteroids are planets."
],
"correct_indices": [1],
"correct_text": null,
"hints": [
"The fallacy of the undistributed middle occurs when the middle term is not distributed in at least one premise."
]
},
{
"screen_type": "Text",
"text": "Another syllogistic fallacy is illicit major or minor. For example: 'All planets are celestial bodies. No stars are planets. Therefore, no stars are celestial bodies.' This reasoning is invalid because it illicitly distributes the major term ('celestial bodies').",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
},
{
"screen_type": "Mcq",
"text": "",
"question": "Which of the following is an example of an illicit major term?",
"options": [
"All planets are celestial bodies. No stars are planets. Therefore, no stars are celestial bodies.",
"All asteroids are rocky. Some rocky things are planets. Therefore, all asteroids are planets.",
"All starships are fast. Some fast things are spaceships. Therefore, all starships are spaceships."
],
"correct_indices": [0],
"correct_text": null,
"hints": [
"An illicit major occurs when the major term is distributed in the conclusion but not in the premise."
]
},
{
"screen_type": "Text",
"text": "The fallacy of exclusive premises occurs when both premises in a syllogism are negative. For example: 'No planets are stars. No stars are asteroids. Therefore, no planets are asteroids.' This reasoning is invalid because it violates the rules of syllogistic logic.",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
},
{
"screen_type": "Checkboxes",
"text": "",
"question": "Which of the following are examples of the fallacy of exclusive premises? Select all that apply.",
"options": [
"No planets are stars. No stars are asteroids. Therefore, no planets are asteroids.",
"No asteroids are planets. No planets are stars. Therefore, no asteroids are stars.",
"No celestial bodies are asteroids. No asteroids are planets. Therefore, no celestial bodies are planets.",
"No planets are habitable. No habitable things are stars. Therefore, no planets are stars."
],
"correct_indices": [0, 1, 2],
"correct_text": null,
"hints": [
"Exclusive premises occur when both premises are negative, making it impossible to draw a valid conclusion."
]
},
{
"screen_type": "Text",
"text": "Congratulations, Cadet! You've completed the Galactic Logic Academy's unit on syllogistic fallacies. Your ability to identify these fallacies will help you navigate complex arguments and maintain peace across the galaxy. Keep up the great work!",
"question": null,
"options": null,
"correct_indices": null,
"correct_text": null,
"hints": null
}
]
}