-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule_3.json
More file actions
179 lines (179 loc) · 6.24 KB
/
Copy pathmodule_3.json
File metadata and controls
179 lines (179 loc) · 6.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"flashcards": [
{
"id": 1,
"term": "Philosophy of Religion",
"definition": "A branch of philosophy that examines the nature of religion, the existence of God, religious beliefs, and their justification."
},
{
"id": 2,
"term": "Theism",
"definition": "Belief in the existence of a personal, involved deity."
},
{
"id": 3,
"term": "Deism",
"definition": "Belief in an impersonal deity who created the universe but does not intervene in worldly affairs."
},
{
"id": 4,
"term": "Atheism",
"definition": "Belief in the nonexistence of any god(s)."
},
{
"id": 5,
"term": "Agnosticism",
"definition": "The position of neither accepting nor rejecting the existence of a god(s), often due to insufficient evidence."
},
{
"id": 6,
"term": "Monotheism",
"definition": "Belief in a single, unified personal deity."
},
{
"id": 7,
"term": "Polytheism",
"definition": "Belief in multiple personal deities."
},
{
"id": 8,
"term": "Pantheism",
"definition": "Belief that the universe and the divine are one and the same; a unified whole."
},
{
"id": 9,
"term": "Panentheism",
"definition": "Belief that the divine is both within and beyond the universe."
},
{
"id": 10,
"term": "Cosmological Argument",
"definition": "An argument for God's existence based on the idea that the universe requires a first cause or necessary being."
},
{
"id": 11,
"term": "Teleological Argument",
"definition": "An argument for God's existence based on the apparent design and purpose observed in the universe."
},
{
"id": 12,
"term": "Ontological Argument",
"definition": "An argument for God's existence that attempts to prove God’s existence through the concept of a perfect being."
},
{
"id": 13,
"term": "Pascal’s Wager",
"definition": "An argument suggesting that belief in God is the best 'bet' due to the potential eternal benefits of belief."
},
{
"id": 14,
"term": "Problem of Evil",
"definition": "An argument against God's existence that questions how an all-powerful, all-knowing, and all-good God can allow unnecessary suffering."
},
{
"id": 15,
"term": "William Paley",
"definition": "A theologian known for the 'watchmaker' analogy, a teleological argument for God's existence."
},
{
"id": 16,
"term": "Thomas Aquinas",
"definition": "A philosopher who proposed the Five Ways, including the cosmological argument for God's existence."
},
{
"id": 17,
"term": "Alvin Plantinga",
"definition": "Philosopher known for 'Reformed Epistemology,' arguing that belief in God can be rational without evidence."
},
{
"id": 18,
"term": "Richard Swinburne",
"definition": "A philosopher who defends the existence of God based on arguments from religious experience and probability."
},
{
"id": 19,
"term": "William James",
"definition": "A philosopher who argued that belief in God can be justified through personal religious experience and pragmatic reasons."
},
{
"id": 20,
"term": "Ninian Smart’s Seven Dimensions of Religion",
"definition": "A framework identifying the ritual, emotional, narrative, doctrinal, ethical, social, and material dimensions of religion."
},
{
"id": 21,
"term": "Bertrand Russell",
"definition": "A philosopher who argued that philosophy’s value lies in the questions it raises rather than the answers it provides."
},
{
"id": 22,
"term": "Epistemology",
"definition": "The branch of philosophy concerned with knowledge, belief, and justification."
},
{
"id": 23,
"term": "Foundationalism",
"definition": "The epistemological theory that some beliefs are justified independently of other beliefs."
},
{
"id": 24,
"term": "Evidentialism",
"definition": "The theory that beliefs are justified only if supported by sufficient evidence."
},
{
"id": 25,
"term": "Religious Experience",
"definition": "A subjective experience interpreted as a direct encounter with the divine."
},
{
"id": 26,
"term": "Inference to the Best Explanation",
"definition": "An argument form that suggests belief in God is justified because it is the best explanation for religious phenomena."
},
{
"id": 27,
"term": "Ockham’s Razor",
"definition": "The principle that the simplest explanation with the fewest assumptions is preferable."
},
{
"id": 28,
"term": "Pragmatism",
"definition": "A philosophical approach that evaluates beliefs based on their practical consequences and usefulness."
},
{
"id": 29,
"term": "Logic",
"definition": "The study of reasoning and argument structure."
},
{
"id": 30,
"term": "Deductive Argument",
"definition": "An argument where the conclusion necessarily follows from the premises."
},
{
"id": 31,
"term": "Inductive Argument",
"definition": "An argument where the premises support the probability of the conclusion."
},
{
"id": 32,
"term": "Sound Argument",
"definition": "A deductive argument that is both valid and has all true premises."
},
{
"id": 33,
"term": "Valid Argument",
"definition": "An argument where, if the premises are true, the conclusion must be true."
},
{
"id": 34,
"term": "Cogent Argument",
"definition": "An inductive argument that is strong and has all true premises."
},
{
"id": 35,
"term": "Fallacy",
"definition": "An error in reasoning that weakens an argument."
}
]
}