lanna_lalala;- commited on
Commit ·
28e1b26
1
Parent(s): 2de6512
welcome css try
Browse files- utils/quizdata.py +344 -164
utils/quizdata.py
CHANGED
|
@@ -1,260 +1,440 @@
|
|
|
|
|
| 1 |
quizzes_data = {
|
| 2 |
1: {
|
| 3 |
-
"title": "Module 1:
|
| 4 |
-
"description": "Learn the fundamentals of
|
| 5 |
"level": "Beginner",
|
| 6 |
"duration": "15 min",
|
| 7 |
"questions": [
|
| 8 |
{
|
| 9 |
-
"question": "
|
| 10 |
-
"options": [
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
},
|
| 14 |
{
|
| 15 |
-
"question": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"options": [
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
],
|
| 22 |
-
"answer": "
|
| 23 |
-
"explanation": "
|
| 24 |
},
|
| 25 |
{
|
| 26 |
-
"question": "What
|
| 27 |
"options": [
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
-
"answer": "
|
| 34 |
-
"explanation": "
|
| 35 |
},
|
| 36 |
{
|
| 37 |
-
"question": "
|
| 38 |
-
"options": [
|
| 39 |
-
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
},
|
| 42 |
{
|
| 43 |
-
"question": "What
|
| 44 |
-
"options": [
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
]
|
| 49 |
},
|
| 50 |
2: {
|
| 51 |
-
"title": "Module 2:
|
| 52 |
-
"description": "
|
| 53 |
"level": "Beginner",
|
| 54 |
-
"duration": "
|
| 55 |
"questions": [
|
| 56 |
{
|
| 57 |
-
"question": "What is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
"options": [
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
],
|
| 64 |
-
"answer": "
|
| 65 |
-
"explanation": "
|
| 66 |
},
|
| 67 |
{
|
| 68 |
-
"question": "
|
| 69 |
"options": [
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
| 74 |
],
|
| 75 |
-
"answer": "
|
| 76 |
-
"explanation": "
|
| 77 |
},
|
| 78 |
{
|
| 79 |
-
"question": "
|
| 80 |
"options": [
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
],
|
| 86 |
-
"answer": "
|
| 87 |
-
"explanation": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
},
|
| 89 |
{
|
| 90 |
-
"question": "What is
|
| 91 |
"options": [
|
| 92 |
-
"
|
| 93 |
-
"
|
| 94 |
-
"
|
| 95 |
-
"
|
| 96 |
],
|
| 97 |
-
"answer": "
|
| 98 |
-
"explanation": "
|
| 99 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
]
|
| 101 |
},
|
| 102 |
3: {
|
| 103 |
-
"title": "Module 3:
|
| 104 |
-
"description": "
|
| 105 |
-
"level": "
|
| 106 |
-
"duration": "
|
| 107 |
"questions": [
|
| 108 |
{
|
| 109 |
-
"question": "
|
| 110 |
-
"options": [
|
| 111 |
-
|
| 112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
},
|
| 114 |
{
|
| 115 |
-
"question": "What
|
| 116 |
"options": [
|
| 117 |
-
"
|
| 118 |
-
"
|
| 119 |
-
"
|
| 120 |
-
"
|
| 121 |
],
|
| 122 |
-
"answer": "
|
| 123 |
-
"explanation": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
},
|
| 125 |
{
|
| 126 |
-
"question": "
|
| 127 |
-
"options": ["
|
| 128 |
-
"answer": "
|
| 129 |
-
"explanation": "
|
| 130 |
},
|
| 131 |
{
|
| 132 |
-
"question": "What does '
|
| 133 |
"options": [
|
| 134 |
-
"
|
| 135 |
-
"
|
| 136 |
-
"
|
| 137 |
-
"
|
| 138 |
],
|
| 139 |
-
"answer": "
|
| 140 |
-
"explanation": "
|
| 141 |
},
|
| 142 |
{
|
| 143 |
-
"question": "
|
| 144 |
-
"options": [
|
| 145 |
-
|
| 146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
]
|
| 149 |
},
|
| 150 |
4: {
|
| 151 |
-
"title": "Module 4:
|
| 152 |
-
"description": "Learn
|
| 153 |
-
"level": "
|
| 154 |
-
"duration": "
|
| 155 |
"questions": [
|
| 156 |
{
|
| 157 |
-
"question": "
|
| 158 |
"options": [
|
| 159 |
-
"
|
| 160 |
-
"
|
| 161 |
-
"
|
| 162 |
-
"
|
| 163 |
],
|
| 164 |
-
"answer": "
|
| 165 |
-
"explanation": "
|
| 166 |
},
|
| 167 |
{
|
| 168 |
-
"question": "What is
|
| 169 |
"options": [
|
| 170 |
-
"
|
| 171 |
-
"
|
| 172 |
-
"
|
| 173 |
-
"
|
| 174 |
],
|
| 175 |
-
"answer": "
|
| 176 |
-
"explanation": "
|
| 177 |
},
|
| 178 |
{
|
| 179 |
-
"question": "What
|
| 180 |
"options": [
|
| 181 |
-
"
|
| 182 |
-
"
|
| 183 |
-
"
|
| 184 |
-
"
|
| 185 |
],
|
| 186 |
-
"answer": "
|
| 187 |
-
"explanation": "
|
| 188 |
},
|
| 189 |
{
|
| 190 |
-
"question": "Which
|
| 191 |
"options": [
|
| 192 |
-
"
|
| 193 |
-
"
|
| 194 |
-
"
|
| 195 |
-
"
|
| 196 |
],
|
| 197 |
-
"answer": "
|
| 198 |
-
"explanation": "
|
| 199 |
},
|
| 200 |
-
]
|
| 201 |
-
},
|
| 202 |
-
5: {
|
| 203 |
-
"title": "General Financial Knowledge",
|
| 204 |
-
"description": "Test your overall financial literacy across all topics",
|
| 205 |
-
"level": "Intermediate",
|
| 206 |
-
"duration": "25 min",
|
| 207 |
-
"questions": [
|
| 208 |
{
|
| 209 |
-
"question": "What
|
| 210 |
"options": [
|
| 211 |
-
"
|
| 212 |
-
"
|
| 213 |
-
"
|
| 214 |
-
"
|
| 215 |
],
|
| 216 |
-
"answer": "
|
| 217 |
-
"explanation": "
|
| 218 |
},
|
| 219 |
{
|
| 220 |
-
"question": "
|
| 221 |
-
"options": [
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
"To avoid paying taxes",
|
| 225 |
-
"To increase monthly expenses"
|
| 226 |
-
],
|
| 227 |
-
"answer": "To protect against financial loss",
|
| 228 |
-
"explanation": "Insurance transfers financial risk from you to the insurer."
|
| 229 |
},
|
| 230 |
{
|
| 231 |
-
"question": "What is
|
| 232 |
"options": [
|
| 233 |
-
"
|
| 234 |
-
"
|
| 235 |
-
"The
|
| 236 |
-
"
|
| 237 |
],
|
| 238 |
-
"answer": "
|
| 239 |
-
"explanation": "
|
| 240 |
},
|
| 241 |
{
|
| 242 |
-
"question": "
|
| 243 |
-
"options": ["
|
| 244 |
-
"answer": "
|
| 245 |
-
"explanation": "
|
| 246 |
},
|
| 247 |
{
|
| 248 |
-
"question": "What is
|
| 249 |
"options": [
|
| 250 |
-
"
|
| 251 |
-
"
|
| 252 |
-
"
|
| 253 |
-
"
|
| 254 |
],
|
| 255 |
-
"answer": "
|
| 256 |
-
"explanation": "
|
| 257 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
]
|
| 259 |
-
}
|
| 260 |
}
|
|
|
|
| 1 |
+
|
| 2 |
quizzes_data = {
|
| 3 |
1: {
|
| 4 |
+
"title": "Module 1: Understanding Money",
|
| 5 |
+
"description": "Learn the fundamentals of money and its roles",
|
| 6 |
"level": "Beginner",
|
| 7 |
"duration": "15 min",
|
| 8 |
"questions": [
|
| 9 |
{
|
| 10 |
+
"question": "What is the primary purpose of money as described in the sources?",
|
| 11 |
+
"options": [
|
| 12 |
+
"To collect shiny metal pieces and colorful paper bills",
|
| 13 |
+
"To help us get the things we need and want by trading fairly",
|
| 14 |
+
"To store in a piggy bank for a very long time",
|
| 15 |
+
"To carry around chickens and cows for trading"
|
| 16 |
+
],
|
| 17 |
+
"answer": "To help us get the things we need and want by trading fairly",
|
| 18 |
+
"explanation": "Money serves as a medium to facilitate fair trading for goods and services."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"question": "Which of the following is NOT described as one of money's 'three amazing superpowers'?",
|
| 22 |
+
"options": [
|
| 23 |
+
"Medium of Exchange (Trading Helper)",
|
| 24 |
+
"Store of Value (Saving Superpower)",
|
| 25 |
+
"Unit of Account (Measuring Tool)",
|
| 26 |
+
"Power to make things appear instantly"
|
| 27 |
+
],
|
| 28 |
+
"answer": "Power to make things appear instantly",
|
| 29 |
+
"explanation": "The three superpowers of money are medium of exchange, store of value, and unit of account."
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"question": "Before money existed, what was the system people used to get things they needed?",
|
| 33 |
+
"options": [
|
| 34 |
+
"Using digital money",
|
| 35 |
+
"Bartering, which means trading stuff directly",
|
| 36 |
+
"Paying with stamped coins",
|
| 37 |
+
"Using precious metals like gold"
|
| 38 |
+
],
|
| 39 |
+
"answer": "Bartering, which means trading stuff directly",
|
| 40 |
+
"explanation": "Bartering was the direct exchange of goods and services before money was used."
|
| 41 |
},
|
| 42 |
{
|
| 43 |
+
"question": "In Jamaica, which of these is an example of 'notes' or paper money?",
|
| 44 |
+
"options": ["$1 coin", "$10 coin", "$5000 note", "Digital money"],
|
| 45 |
+
"answer": "$5000 note",
|
| 46 |
+
"explanation": "Notes refer to paper currency, such as the $5000 note in Jamaica."
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"question": "According to the sources, what is a 'need'?",
|
| 50 |
+
"options": [
|
| 51 |
+
"Something you'd really like to have, like a new video game",
|
| 52 |
+
"Something you absolutely must have to live a healthy and safe life",
|
| 53 |
+
"An extra snack or fancy juice",
|
| 54 |
+
"A cool toy or concert tickets"
|
| 55 |
+
],
|
| 56 |
+
"answer": "Something you absolutely must have to live a healthy and safe life",
|
| 57 |
+
"explanation": "Needs are essentials required for survival and well-being, like food and shelter."
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"question": "If you have $500 JMD and need new school shoes for $400, but also want patties for $300 and stickers for $200, what is the smart choice?",
|
| 61 |
"options": [
|
| 62 |
+
"Buy the patties and stickers, then worry about shoes later",
|
| 63 |
+
"Buy the shoes first, then save up for treats later",
|
| 64 |
+
"Buy only the patties and skip everything else",
|
| 65 |
+
"Spend all $500 on wants, hoping someone gives you shoes"
|
| 66 |
],
|
| 67 |
+
"answer": "Buy the shoes first, then save up for treats later",
|
| 68 |
+
"explanation": "Prioritizing needs like school shoes ensures essential expenses are covered first."
|
| 69 |
},
|
| 70 |
{
|
| 71 |
+
"question": "What does 'earning money' mean?",
|
| 72 |
"options": [
|
| 73 |
+
"Receiving money without doing anything",
|
| 74 |
+
"Getting paid when you do something helpful or valuable for someone else",
|
| 75 |
+
"Finding money on the ground",
|
| 76 |
+
"Spending money on things you want"
|
| 77 |
],
|
| 78 |
+
"answer": "Getting paid when you do something helpful or valuable for someone else",
|
| 79 |
+
"explanation": "Earning money involves providing value or services in exchange for payment."
|
| 80 |
},
|
| 81 |
{
|
| 82 |
+
"question": "When you earn money, the sources suggest a '3-Way Split.' What are the three categories?",
|
| 83 |
+
"options": [
|
| 84 |
+
"Food, clothes, shelter",
|
| 85 |
+
"Save, spend, share",
|
| 86 |
+
"Coins, notes, digital",
|
| 87 |
+
"Needs, wants, gifts"
|
| 88 |
+
],
|
| 89 |
+
"answer": "Save, spend, share",
|
| 90 |
+
"explanation": "The 3-Way Split involves dividing money into saving, spending, and sharing."
|
| 91 |
},
|
| 92 |
{
|
| 93 |
+
"question": "What is the definition of 'saving money'?",
|
| 94 |
+
"options": [
|
| 95 |
+
"Spending all your money right away on things you want",
|
| 96 |
+
"Putting some of your money aside instead of spending it right away, so you can use it later",
|
| 97 |
+
"Trading money for goods and services",
|
| 98 |
+
"Giving all your money to others"
|
| 99 |
+
],
|
| 100 |
+
"answer": "Putting some of your money aside instead of spending it right away, so you can use it later",
|
| 101 |
+
"explanation": "Saving involves setting money aside for future use rather than immediate spending."
|
| 102 |
},
|
| 103 |
+
{
|
| 104 |
+
"question": "According to the sources, what does 'spending wisely' primarily involve?",
|
| 105 |
+
"options": [
|
| 106 |
+
"Buying the first thing you see, regardless of price",
|
| 107 |
+
"Thinking carefully before you use your money to get the most value out of it",
|
| 108 |
+
"Only buying wants and avoiding needs",
|
| 109 |
+
"Spending all your money as quickly as possible"
|
| 110 |
+
],
|
| 111 |
+
"answer": "Thinking carefully before you use your money to get the most value out of it",
|
| 112 |
+
"explanation": "Spending wisely means making thoughtful decisions to maximize value."
|
| 113 |
+
}
|
| 114 |
]
|
| 115 |
},
|
| 116 |
2: {
|
| 117 |
+
"title": "Module 2: Basic Budgeting",
|
| 118 |
+
"description": "Learn how to create and manage a simple budget",
|
| 119 |
"level": "Beginner",
|
| 120 |
+
"duration": "15 min",
|
| 121 |
"questions": [
|
| 122 |
{
|
| 123 |
+
"question": "What is a budget described as in the sources?",
|
| 124 |
+
"options": [
|
| 125 |
+
"A random guess about how much money you might spend",
|
| 126 |
+
"A plan for your money, deciding how much to spend, save, or give away",
|
| 127 |
+
"A list of all the things you want to buy",
|
| 128 |
+
"A way to make money without working"
|
| 129 |
+
],
|
| 130 |
+
"answer": "A plan for your money, deciding how much to spend, save, or give away",
|
| 131 |
+
"explanation": "A budget is a strategic plan to allocate money for various purposes."
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"question": "Why are budgets important, according to the sources?",
|
| 135 |
"options": [
|
| 136 |
+
"They allow you to spend all your money on fun things without consequences",
|
| 137 |
+
"They help you avoid spending all your money in one place and ensure money lasts for needs and wants",
|
| 138 |
+
"They show you how much money you can borrow",
|
| 139 |
+
"They are only for grown-ups and not relevant for kids"
|
| 140 |
],
|
| 141 |
+
"answer": "They help you avoid spending all your money in one place and ensure money lasts for needs and wants",
|
| 142 |
+
"explanation": "Budgets help manage money effectively to cover both needs and wants."
|
| 143 |
},
|
| 144 |
{
|
| 145 |
+
"question": "What is 'income' in the context of personal finance?",
|
| 146 |
"options": [
|
| 147 |
+
"Money you spend on snacks and bus fare",
|
| 148 |
+
"Money you get, like allowance, gifts, or cash from helping out",
|
| 149 |
+
"The total cost of items you sell",
|
| 150 |
+
"The amount of money you lose in a business"
|
| 151 |
],
|
| 152 |
+
"answer": "Money you get, like allowance, gifts, or cash from helping out",
|
| 153 |
+
"explanation": "Income is the money received from various sources like allowances or earnings."
|
| 154 |
},
|
| 155 |
{
|
| 156 |
+
"question": "What are 'expenses' defined as?",
|
| 157 |
"options": [
|
| 158 |
+
"Money coming into your pocket",
|
| 159 |
+
"Money you save for future goals",
|
| 160 |
+
"The things you spend your money on, like snacks or school supplies",
|
| 161 |
+
"Extra money left over after all spending"
|
| 162 |
],
|
| 163 |
+
"answer": "The things you spend your money on, like snacks or school supplies",
|
| 164 |
+
"explanation": "Expenses are the costs incurred when spending money on goods or services."
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"question": "If your income is JMD 500 and your expenses are JMD 300, how much money do you have left to save or spend later?",
|
| 168 |
+
"options": ["JMD 800", "JMD 500", "JMD 200", "JMD 300"],
|
| 169 |
+
"answer": "JMD 200",
|
| 170 |
+
"explanation": "Subtracting expenses (JMD 300) from income (JMD 500) leaves JMD 200."
|
| 171 |
},
|
| 172 |
{
|
| 173 |
+
"question": "What is 'profit' in a business context?",
|
| 174 |
"options": [
|
| 175 |
+
"When you spend more money than you make",
|
| 176 |
+
"The money you owe to others",
|
| 177 |
+
"When you make more money than you spend after paying for everything",
|
| 178 |
+
"The total amount of money you earn from sales, before subtracting costs"
|
| 179 |
],
|
| 180 |
+
"answer": "When you make more money than you spend after paying for everything",
|
| 181 |
+
"explanation": "Profit is the money left after subtracting all business costs from revenue."
|
| 182 |
},
|
| 183 |
+
{
|
| 184 |
+
"question": "What is 'loss' in a business context?",
|
| 185 |
+
"options": [
|
| 186 |
+
"When you make more money than you spend",
|
| 187 |
+
"When you spend more money than you make",
|
| 188 |
+
"The total sales from your products",
|
| 189 |
+
"The money you save from your earnings"
|
| 190 |
+
],
|
| 191 |
+
"answer": "When you spend more money than you make",
|
| 192 |
+
"explanation": "A loss occurs when business expenses exceed the revenue earned."
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"question": "If you spend JMD 200 on ingredients for bulla cakes and sell them for JMD 500, what is your profit?",
|
| 196 |
+
"options": ["JMD 200", "JMD 500", "JMD 300", "JMD 700"],
|
| 197 |
+
"answer": "JMD 300",
|
| 198 |
+
"explanation": "Profit is revenue (JMD 500) minus costs (JMD 200), which equals JMD 300."
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"question": "What is a 'saving goal'?",
|
| 202 |
+
"options": [
|
| 203 |
+
"Spending all your money on small items right away",
|
| 204 |
+
"A target you set to save up for something special",
|
| 205 |
+
"A plan to lend money to friends",
|
| 206 |
+
"An unexpected expense that reduces your money"
|
| 207 |
+
],
|
| 208 |
+
"answer": "A target you set to save up for something special",
|
| 209 |
+
"explanation": "A saving goal is a specific target for accumulating money for a future purpose."
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"question": "What is 'opportunity cost' when making money choices?",
|
| 213 |
+
"options": [
|
| 214 |
+
"The total amount of money you have",
|
| 215 |
+
"The money you earn from a business",
|
| 216 |
+
"What you give up when you pick one thing over another",
|
| 217 |
+
"The cheapest price for an item"
|
| 218 |
+
],
|
| 219 |
+
"answer": "What you give up when you pick one thing over another",
|
| 220 |
+
"explanation": "Opportunity cost is the value of the next best alternative forgone when making a choice."
|
| 221 |
+
}
|
| 222 |
]
|
| 223 |
},
|
| 224 |
3: {
|
| 225 |
+
"title": "Module 3: Money in Action",
|
| 226 |
+
"description": "Understand how money is used in everyday transactions",
|
| 227 |
+
"level": "Beginner",
|
| 228 |
+
"duration": "15 min",
|
| 229 |
"questions": [
|
| 230 |
{
|
| 231 |
+
"question": "What are the common payment methods used in Jamaica mentioned in the sources?",
|
| 232 |
+
"options": [
|
| 233 |
+
"Only trading goods directly",
|
| 234 |
+
"Jamaican dollars (coins/notes), cards, or mobile apps",
|
| 235 |
+
"Only digital money",
|
| 236 |
+
"Only large stone wheels as money"
|
| 237 |
+
],
|
| 238 |
+
"answer": "Jamaican dollars (coins/notes), cards, or mobile apps",
|
| 239 |
+
"explanation": "In Jamaica, payments can be made with cash, cards, or mobile apps."
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"question": "When paying with cash, what is an important step to ensure a fair transaction?",
|
| 243 |
+
"options": [
|
| 244 |
+
"Just give any amount of money",
|
| 245 |
+
"Avoid looking at the shopkeeper",
|
| 246 |
+
"Always check your change to avoid being short-changed",
|
| 247 |
+
"Only use coins, never notes"
|
| 248 |
+
],
|
| 249 |
+
"answer": "Always check your change to avoid being short-changed",
|
| 250 |
+
"explanation": "Checking change ensures you receive the correct amount back in a transaction."
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"question": "What does 'keeping track of money' primarily involve?",
|
| 254 |
+
"options": [
|
| 255 |
+
"Remembering only how much money you spend",
|
| 256 |
+
"Writing down or remembering what you earn and spend",
|
| 257 |
+
"Hiding your money in a secret place",
|
| 258 |
+
"Spending money as soon as you get it"
|
| 259 |
+
],
|
| 260 |
+
"answer": "Writing down or remembering what you earn and spend",
|
| 261 |
+
"explanation": "Tracking money involves recording both income and expenses for financial awareness."
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"question": "According to the sources, what can a small notebook be used for to track money?",
|
| 265 |
+
"options": [
|
| 266 |
+
"To draw pictures of what you want to buy",
|
| 267 |
+
"To write down every dollar you get (income) and every dollar you spend (expenses)",
|
| 268 |
+
"To keep secret messages",
|
| 269 |
+
"To write down complicated math problems"
|
| 270 |
+
],
|
| 271 |
+
"answer": "To write down every dollar you get (income) and every dollar you spend (expenses)",
|
| 272 |
+
"explanation": "A notebook helps track financial transactions by recording income and expenses."
|
| 273 |
},
|
| 274 |
{
|
| 275 |
+
"question": "What are 'taxes' primarily used for by the government?",
|
| 276 |
"options": [
|
| 277 |
+
"To make things cost more for fun",
|
| 278 |
+
"To run the country and provide services like roads, schools, and hospitals",
|
| 279 |
+
"To give everyone free money",
|
| 280 |
+
"To buy luxury items for government officials"
|
| 281 |
],
|
| 282 |
+
"answer": "To run the country and provide services like roads, schools, and hospitals",
|
| 283 |
+
"explanation": "Taxes fund essential public services like infrastructure and education."
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"question": "In Jamaica, what is the common tax added to the price of goods like snacks or drinks?",
|
| 287 |
+
"options": ["Income Tax", "Property Tax", "General Consumption Tax (GCT)", "Sales Tax"],
|
| 288 |
+
"answer": "General Consumption Tax (GCT)",
|
| 289 |
+
"explanation": "GCT is a tax applied to the sale of goods and services in Jamaica."
|
| 290 |
},
|
| 291 |
{
|
| 292 |
+
"question": "If a patty costs JMD 100 and the GCT is 15%, what is the total cost with tax?",
|
| 293 |
+
"options": ["JMD 100", "JMD 115", "JMD 85", "JMD 150"],
|
| 294 |
+
"answer": "JMD 115",
|
| 295 |
+
"explanation": "GCT of 15% on JMD 100 is JMD 15, so total cost is JMD 100 + JMD 15 = JMD 115."
|
| 296 |
},
|
| 297 |
{
|
| 298 |
+
"question": "What does 'giving and sharing' primarily mean in the context of money?",
|
| 299 |
"options": [
|
| 300 |
+
"Spending all your money on yourself",
|
| 301 |
+
"Using your money or time to help others, like donating to a charity",
|
| 302 |
+
"Only sharing with close family members",
|
| 303 |
+
"Lending money to friends without expecting it back"
|
| 304 |
],
|
| 305 |
+
"answer": "Using your money or time to help others, like donating to a charity",
|
| 306 |
+
"explanation": "Giving and sharing involve using resources to benefit others or support causes."
|
| 307 |
},
|
| 308 |
{
|
| 309 |
+
"question": "Why is 'money safety' important?",
|
| 310 |
+
"options": [
|
| 311 |
+
"To impress friends with how much money you have",
|
| 312 |
+
"To protect your money so it doesn't get lost or stolen",
|
| 313 |
+
"To hide money from your family",
|
| 314 |
+
"To always carry all your money with you"
|
| 315 |
+
],
|
| 316 |
+
"answer": "To protect your money so it doesn't get lost or stolen",
|
| 317 |
+
"explanation": "Money safety ensures your funds are secure from loss or theft."
|
| 318 |
},
|
| 319 |
+
{
|
| 320 |
+
"question": "Which of these is a key tip for money safety?",
|
| 321 |
+
"options": [
|
| 322 |
+
"Always show off your cash in public to prove you have it",
|
| 323 |
+
"Share your bank card PIN or app passwords with trusted friends",
|
| 324 |
+
"Keep your money in a small wallet or pocket and only take out what you need",
|
| 325 |
+
"Buy anything that sounds 'too good to be true'"
|
| 326 |
+
],
|
| 327 |
+
"answer": "Keep your money in a small wallet or pocket and only take out what you need",
|
| 328 |
+
"explanation": "Carrying only necessary money reduces the risk of loss or theft."
|
| 329 |
+
}
|
| 330 |
]
|
| 331 |
},
|
| 332 |
4: {
|
| 333 |
+
"title": "Module 4: Simple Business Ideas",
|
| 334 |
+
"description": "Learn the basics of starting and running a small business",
|
| 335 |
+
"level": "Beginner",
|
| 336 |
+
"duration": "15 min",
|
| 337 |
"questions": [
|
| 338 |
{
|
| 339 |
+
"question": "What is a 'business' as defined in the sources?",
|
| 340 |
"options": [
|
| 341 |
+
"When someone spends money on their wants",
|
| 342 |
+
"When someone makes or sells something to earn money",
|
| 343 |
+
"When people only trade things directly (bartering)",
|
| 344 |
+
"A place where you can only buy things, not sell"
|
| 345 |
],
|
| 346 |
+
"answer": "When someone makes or sells something to earn money",
|
| 347 |
+
"explanation": "A business involves creating or selling products/services to generate income."
|
| 348 |
},
|
| 349 |
{
|
| 350 |
+
"question": "What is the starting point for any business idea?",
|
| 351 |
"options": [
|
| 352 |
+
"Just hoping people will buy something",
|
| 353 |
+
"Figuring out something people want or need",
|
| 354 |
+
"Spending all your money on supplies",
|
| 355 |
+
"Waiting for someone else to tell you what to sell"
|
| 356 |
],
|
| 357 |
+
"answer": "Figuring out something people want or need",
|
| 358 |
+
"explanation": "A successful business starts by identifying a demand for a product or service."
|
| 359 |
},
|
| 360 |
{
|
| 361 |
+
"question": "What are 'costs' in a business?",
|
| 362 |
"options": [
|
| 363 |
+
"The money you earn from selling things",
|
| 364 |
+
"The money you spend to run your business",
|
| 365 |
+
"The extra money you get to keep after sales",
|
| 366 |
+
"The price customers pay for your product"
|
| 367 |
],
|
| 368 |
+
"answer": "The money you spend to run your business",
|
| 369 |
+
"explanation": "Costs are the expenses incurred to operate a business, like supplies or transport."
|
| 370 |
},
|
| 371 |
{
|
| 372 |
+
"question": "Which of these is an example of a 'fixed cost' for a lemonade stand?",
|
| 373 |
"options": [
|
| 374 |
+
"The lemons bought for each batch of lemonade",
|
| 375 |
+
"The sugar used in the lemonade",
|
| 376 |
+
"A table you use every day to sell your lemonade",
|
| 377 |
+
"The cups given to customers"
|
| 378 |
],
|
| 379 |
+
"answer": "A table you use every day to sell your lemonade",
|
| 380 |
+
"explanation": "Fixed costs, like a table, remain constant regardless of sales volume."
|
| 381 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 382 |
{
|
| 383 |
+
"question": "What is 'revenue' in a business?",
|
| 384 |
"options": [
|
| 385 |
+
"The money you have left after paying for everything",
|
| 386 |
+
"The total money you spend to make your product",
|
| 387 |
+
"The total money you get from your customers from sales, before subtracting costs",
|
| 388 |
+
"The amount of profit you make"
|
| 389 |
],
|
| 390 |
+
"answer": "The total money you get from your customers from sales, before subtracting costs",
|
| 391 |
+
"explanation": "Revenue is the total income from sales before deducting any expenses."
|
| 392 |
},
|
| 393 |
{
|
| 394 |
+
"question": "If you sell 10 bottles of sorrel drink at J$100 each, what is your total revenue?",
|
| 395 |
+
"options": ["J$100", "J$10", "J$1,000", "J$900"],
|
| 396 |
+
"answer": "J$1,000",
|
| 397 |
+
"explanation": "Revenue is calculated as 10 bottles x J$100 per bottle = J$1,000."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 398 |
},
|
| 399 |
{
|
| 400 |
+
"question": "What is 'profit' in a business context?",
|
| 401 |
"options": [
|
| 402 |
+
"The money you owe to suppliers",
|
| 403 |
+
"The money you have left after you subtract your costs from your revenue",
|
| 404 |
+
"The total amount of money you earn before any costs",
|
| 405 |
+
"The amount of money you lose when a business doesn't do well"
|
| 406 |
],
|
| 407 |
+
"answer": "The money you have left after you subtract your costs from your revenue",
|
| 408 |
+
"explanation": "Profit is the net income after subtracting all business costs from revenue."
|
| 409 |
},
|
| 410 |
{
|
| 411 |
+
"question": "If your revenue from selling mangoes is J$1,000 and your costs (baskets, transport) are J$400, what is your profit?",
|
| 412 |
+
"options": ["J$1,400", "J$400", "J$1,000", "J$600"],
|
| 413 |
+
"answer": "J$600",
|
| 414 |
+
"explanation": "Profit is revenue (J$1,000) minus costs (J$400), which equals J$600."
|
| 415 |
},
|
| 416 |
{
|
| 417 |
+
"question": "What is 'advertising' primarily about in business?",
|
| 418 |
"options": [
|
| 419 |
+
"Keeping your business a secret",
|
| 420 |
+
"Telling people about your business so they know what you're selling",
|
| 421 |
+
"Only giving away free samples",
|
| 422 |
+
"Spending a lot of money on billboards"
|
| 423 |
],
|
| 424 |
+
"answer": "Telling people about your business so they know what you're selling",
|
| 425 |
+
"explanation": "Advertising promotes your business to attract customers."
|
| 426 |
},
|
| 427 |
+
{
|
| 428 |
+
"question": "Which of these is a simple, low-cost advertising idea for a small business?",
|
| 429 |
+
"options": [
|
| 430 |
+
"Buying expensive TV commercials",
|
| 431 |
+
"Making a clear, catchy sign or spreading the word through friends and neighbours",
|
| 432 |
+
"Printing thousands of flyers for every house in the city",
|
| 433 |
+
"Hiring a famous celebrity to endorse your product"
|
| 434 |
+
],
|
| 435 |
+
"answer": "Making a clear, catchy sign or spreading the word through friends and neighbours",
|
| 436 |
+
"explanation": "Low-cost advertising, like signs or word-of-mouth, is effective for small businesses."
|
| 437 |
+
}
|
| 438 |
]
|
| 439 |
+
}
|
| 440 |
}
|