-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.py
154 lines (152 loc) · 8.19 KB
/
content.py
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
questions = {
'1': {
'text': 'What is your primary goal for financial literacy?',
'options': ['Saving money', 'Investing', 'Budgeting', 'Managing debt', 'Retirement planning']
},
'2': {
'text': 'How often do you set and review a personal budget?',
'options': ['Regularly (monthly/weekly)', 'Occasionally (yearly)', 'Never']
},
'3': {
'text': 'What is your current level of understanding of credit scores?',
'options': ['I understand it well and know how to manage it.', 'I have a basic understanding but need more guidance.', 'I have little to no understanding of credit scores.']
},
'4': {
'text': 'How comfortable are you with managing your debt?',
'options': ['I am confident in managing debt effectively.', 'I need some help understanding debt management strategies.', 'I struggle with managing debt.']
},
'5': {
'text': 'What is your familiarity with different types of investments (stocks, bonds, mutual funds)?',
'options': ['I actively invest and have a good understanding.', 'I have a basic understanding but haven\'t invested much.', 'I am unfamiliar with investing.']
},
'6': {
'text': 'Do you have a retirement savings plan?',
'options': ['Yes, I actively contribute to it.', 'Yes, but I rarely contribute.', 'No, I don’t have one.']
},
'7': {
'text': 'How do you prefer to learn about financial topics?',
'options': ['Watching videos', 'Reading articles', 'Using interactive tools', 'A combination of all']
},
'8': {
'text': 'How comfortable are you with understanding and managing taxes?',
'options': ['Very comfortable', 'Somewhat comfortable', 'Not comfortable']
},
'9': {
'text': 'How often do you review your financial statements (bank accounts, investments)?',
'options': ['Weekly', 'Monthly', 'Yearly', 'Never']
},
'10': {
'text': 'What is your level of understanding of the stock market?',
'options': ['I understand the basics and actively participate.', 'I have some knowledge but need more information.', 'I have little to no understanding of the stock market.']
},
'11': {
'text': 'Do you have an emergency fund?',
'options': ['Yes, it covers more than 6 months of expenses.', 'Yes, it covers up to 6 months of expenses.', 'No, I don’t have an emergency fund.']
},
'12': {
'text': 'What is your current approach to handling unexpected expenses?',
'options': ['I have a plan and savings in place.', 'I manage as they arise with available funds.', 'I struggle to manage unexpected expenses.']
}
}
courses = [
{
"title": "Budgeting Basics",
"video": "https://www.youtube.com/watch?v=M7ucIl9MGs0",
"article": "https://www.unfcu.org/financial-wellness/50-30-20-rule/#:~:text=Those%20will%20become%20part%20of,to%20realize%20your%20future%20goals.",
"description": "Learn the fundamentals of budgeting, including how to allocate your income effectively and save for your financial goals."
},
{
"title": "Saving Strategies",
"video": "https://www.youtube.com/watch?v=U16k8cWFEC8",
"article": "https://www.iciciprulife.com/investments/how-to-save-money.html",
"description": "Discover effective saving strategies to maximize your savings and achieve financial security."
},
{
"title": "Understanding Credit Scores",
"video": "https://www.youtube.com/watch?v=3-PTiJOGb5s",
"article": "https://www.experian.com/blogs/ask-experian/credit-education/score-basics/understanding-credit-scores/",
"description": "Gain a clear understanding of credit scores, how they are calculated, and their impact on your financial health."
},
{
"title": "Introduction to Investing",
"video": "https://www.youtube.com/watch?v=lNdOtlpmH5U",
"article": "https://www.investor.gov/introduction-investing",
"description": "Get introduced to the basics of investing, including different investment types and strategies for beginners."
},
{
"title": "Debt Management",
"video": "https://www.youtube.com/watch?v=B5nDFRFSHkc",
"article": "https://www.investopedia.com/articles/pf/12/good-debt-bad-debt.asp",
"description": "Learn how to manage debt effectively, including tips for paying off loans and avoiding common debt traps."
},
{
"title": "Retirement Planning",
"video": "https://www.youtube.com/watch?v=Fr7p97UGRwI",
"article": "https://www.hdfclife.com/retirement-and-pension-plans/retirement-planning#:~:text=Retirement%20planning%20involves%20identifying%20your,maintain%20your%20standard%20of%20living.",
"description": "Explore the essentials of retirement planning and how to ensure financial stability in your later years."
},
{
"title": "Understanding Taxes",
"video": "https://www.youtube.com/watch?v=MQpbxF_RngI",
"article": "https://www.investindia.gov.in/taxation",
"description": "Get a comprehensive overview of how taxes work, including tips on filing and tax-saving strategies."
},
{
"title": "Managing Student Loans",
"video": "https://www.youtube.com/watch?v=2t3oyMcE96g",
"article": "https://www.bankbazaar.com/education-loan.html",
"description": "Learn strategies for managing student loans effectively and minimizing debt after graduation."
},
{
"title": "Stock Market Essentials",
"video": "https://www.youtube.com/watch?v=iWBjHPFrwrM",
"article": "https://www.indiainfoline.com/knowledge-center/share-market/share-market-investment-guide-for-beginners",
"description": "Get to know the essentials of the stock market, including how it works and how to start investing."
},
{
"title": "Personal Financial Planning",
"video": "https://www.youtube.com/playlist?list=PL8uhW8cclMiOSfw_Kzi6YpLx1PhL8GIS9",
"article": "https://www.principal.com/individuals/build-your-knowledge/step-step-guide-build-personal-financial-plan",
"description": "Learn how to create a comprehensive financial plan that covers all aspects of your personal finances."
},
{
"title": "Mutual Funds vs. ETFs",
"video": "https://www.youtube.com/watch?v=wcBLdJ_jN2g",
"article": "https://www.bajajfinserv.in/investments/mutual-funds-vs-etfs#:~:text=ETFs%20are%20passively%20managed%2C%20mirroring,on%20analysis%20and%20market%20outlook.&text=ETFs%20allow%20investors%20to%20start,require%20a%20higher%20minimum%20investment.",
"description": "Understand the differences between mutual funds and ETFs, and which might be a better investment for you."
},
{
"title": "Understanding Loans and Mortgages",
"video": "https://www.youtube.com/watch?v=HOOdOdDNEYE",
"article": "https://www.investopedia.com/terms/m/mortgage.asp",
"description": "Learn the basics of loans and mortgages, including how to qualify, apply, and manage them effectively."
},
{
"title": "Cryptocurrency Basics",
"video": "https://www.youtube.com/watch?v=PdduvP_KlcI",
"article": "https://www.oswego.edu/cts/basics-about-cryptocurrency",
"description": "Get an introduction to cryptocurrency, how it works, and what you need to know before investing."
},
{
"title": "Understanding Inflation",
"video": "https://www.youtube.com/watch?v=NLtnm_bRzPw",
"article": "https://www.imf.org/en/Publications/fandd/issues/Series/Back-to-Basics/Inflation#:~:text=Inflation%20is%20the%20rate%20of,of%20living%20in%20a%20country.",
"description": "Understand what inflation is, how it affects the economy, and how you can protect your finances from it."
}
]
course_titles = [
"Budgeting Basics",
"Saving Strategies",
"Understanding Credit Scores",
"Introduction to Investing",
"Debt Management",
"Retirement Planning",
"Understanding Taxes",
"Managing Student Loans",
"Stock Market Essentials",
"Personal Financial Planning",
"Mutual Funds vs. ETFs",
"Understanding Loans and Mortgages",
"Cryptocurrency Basics",
"Understanding Inflation",
]