Migrate to Gitea
This commit is contained in:
145
data/appraisal/conversion_to_propositional.json
Normal file
145
data/appraisal/conversion_to_propositional.json
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"unit": {
|
||||
"Appraisal": "ConversionToPropositional"
|
||||
},
|
||||
"title": "Galactic Logic Academy: Mastering Propositional Logic Conversion",
|
||||
"screens": [
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Welcome, Cadet! You've been selected to join the Galactic Logic Academy's elite training program. Your mission is to master the art of converting natural language statements into propositional logic. This skill is essential for resolving intergalactic disputes and ensuring peace across the stars. Ready to begin? Let's dive in!",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Propositional logic is a powerful tool for analyzing arguments and reasoning. It allows us to represent statements in a formal, structured way. Your first task is to understand the basic building blocks of propositional logic: propositions, connectives, and truth values.",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "A proposition is a statement that can be either true or false. For example, 'The starship is operational' is a proposition. Logical connectives like AND (∧), OR (∨), NOT (¬), and IMPLIES (→) help us combine propositions to form more complex statements.",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "To convert a natural language statement into propositional logic, identify the key propositions and their relationships. For example, the statement 'If the starship is repaired, it will fly' can be represented as P → Q, where P is 'The starship is repaired' and Q is 'The starship will fly.'",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Mcq",
|
||||
"text": "",
|
||||
"question": "Which of the following represents the statement 'If it rains, the ground will be wet' in propositional logic?",
|
||||
"options": [
|
||||
"P ∧ Q",
|
||||
"P → Q",
|
||||
"P ∨ Q",
|
||||
"¬P → Q"
|
||||
],
|
||||
"correct_indices": [1],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"Identify the condition (P) and the result (Q)."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Negation is another important concept in propositional logic. For example, the statement 'The starship is not operational' can be represented as ¬P, where P is 'The starship is operational.'",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Mcq",
|
||||
"text": "",
|
||||
"question": "How would you represent the statement 'The starship is not repaired' in propositional logic?",
|
||||
"options": [
|
||||
"P",
|
||||
"¬P",
|
||||
"P ∨ Q",
|
||||
"P → Q"
|
||||
],
|
||||
"correct_indices": [1],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"Negation is represented by ¬."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Conjunctions combine two propositions with AND (∧). For example, 'The starship is repaired and operational' can be represented as P ∧ Q, where P is 'The starship is repaired' and Q is 'The starship is operational.'",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Checkboxes",
|
||||
"text": "",
|
||||
"question": "Which of the following are examples of conjunctions in propositional logic? Select all that apply.",
|
||||
"options": [
|
||||
"P ∧ Q",
|
||||
"P ∨ Q",
|
||||
"¬P ∧ Q",
|
||||
"P → Q",
|
||||
"P ∧ ¬Q"
|
||||
],
|
||||
"correct_indices": [0, 2, 4],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"Conjunctions use the AND (∧) operator."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Disjunctions combine two propositions with OR (∨). For example, 'The starship is repaired or operational' can be represented as P ∨ Q, where P is 'The starship is repaired' and Q is 'The starship is operational.'",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Mcq",
|
||||
"text": "",
|
||||
"question": "How would you represent the statement 'The starship is repaired or operational' in propositional logic?",
|
||||
"options": [
|
||||
"P ∧ Q",
|
||||
"P ∨ Q",
|
||||
"¬P ∧ Q",
|
||||
"P → Q"
|
||||
],
|
||||
"correct_indices": [1],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"Disjunctions use the OR (∨) operator."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Congratulations, Cadet! You've completed the Galactic Logic Academy's unit on converting natural language statements into propositional logic. Your ability to translate complex arguments into formal logic will help maintain peace and order across the galaxy. The stars are counting on you!",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
}
|
||||
]
|
||||
}
|
118
data/appraisal/counter_argument.json
Normal file
118
data/appraisal/counter_argument.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"unit": {
|
||||
"Appraisal": "CounterArgument"
|
||||
},
|
||||
"title": "Galactic Logic Academy: Mastering the Art of Counterarguments",
|
||||
"screens": [
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Welcome, Cadet! You've been selected to join the Galactic Logic Academy's mission to master the art of counterarguments. In this course, you'll learn how to critically analyze arguments, identify weaknesses, and craft compelling counterarguments to strengthen your reasoning. Ready to sharpen your skills? Let's begin!",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "A counterargument is a reasoned response to an argument that challenges its validity or offers an alternative perspective. Crafting a strong counterargument requires understanding the original argument, identifying its weaknesses, and presenting a logical rebuttal.",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Step 1: Understand the Argument. Before crafting a counterargument, ensure you fully understand the original argument. What is the claim? What evidence supports it? What assumptions are being made?",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Step 2: Identify Weaknesses. Look for logical fallacies, unsupported assumptions, or gaps in evidence. For example, does the argument rely on a false equivalence or circular reasoning?",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Mcq",
|
||||
"text": "",
|
||||
"question": "Which of the following is a logical fallacy that weakens an argument?",
|
||||
"options": [
|
||||
"False equivalence",
|
||||
"Strong evidence",
|
||||
"Clear reasoning"
|
||||
],
|
||||
"correct_indices": [0],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"A logical fallacy undermines the validity of an argument."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Step 3: Present Your Counterargument. A strong counterargument directly addresses the weaknesses of the original argument. Use evidence, logic, and clarity to make your case.",
|
||||
"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 a strong counterargument?",
|
||||
"options": [
|
||||
"The argument assumes that all planets with water are habitable, but scientific evidence shows that other factors, such as atmosphere and temperature, are also critical.",
|
||||
"The argument is wrong because I disagree with it.",
|
||||
"The argument is invalid because it doesn't make sense to me."
|
||||
],
|
||||
"correct_indices": [0],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"A strong counterargument uses evidence and logic to address the original argument's weaknesses."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Step 4: Anticipate Rebuttals. A great counterargument also considers potential responses and addresses them preemptively. This demonstrates thorough understanding and strengthens your position.",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
},
|
||||
{
|
||||
"screen_type": "Checkboxes",
|
||||
"text": "",
|
||||
"question": "Which of the following are strategies for crafting a strong counterargument? Select all that apply.",
|
||||
"options": [
|
||||
"Understand the original argument fully.",
|
||||
"Identify logical fallacies or weaknesses.",
|
||||
"Use evidence and logic to support your rebuttal.",
|
||||
"Ignore potential rebuttals to your counterargument.",
|
||||
"Address potential rebuttals preemptively."
|
||||
],
|
||||
"correct_indices": [0, 1, 2, 4],
|
||||
"correct_text": null,
|
||||
"hints": [
|
||||
"A strong counterargument is well-reasoned, evidence-based, and anticipates rebuttals."
|
||||
]
|
||||
},
|
||||
{
|
||||
"screen_type": "Text",
|
||||
"text": "Congratulations, Cadet! You've completed the Galactic Logic Academy's course on writing counterarguments. Remember, a well-crafted counterargument is a powerful tool for critical thinking and effective communication. Use your skills wisely to promote understanding and resolve conflicts across the galaxy!",
|
||||
"question": null,
|
||||
"options": null,
|
||||
"correct_indices": null,
|
||||
"correct_text": null,
|
||||
"hints": null
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user