Your pain (physical/mental/emotional) is valid even if nobody can see it
Your pain is valid even if you have no physical symptoms
Your pain is valid even if there is no physical injury
Your pain is valid even if others tell you it's not
Your pain is valid even if you do not have a life threatening disease
Your pain is valid even if you don't have a diagnosis
Your pain is valid even if you do have a diagnosis
Your pain is still valid even if nobody believes you
Your pain is still valid even if you are too "young" for the problem/issue
Your pain is valid even if the health care advisor/anybody tells you that it's in your head
Your pain is valid no matter what the conditions are
Your pain is valid.
Pain does not discriminate between age, gender, race, nationality etc. Just because you can't see pain, doesn't mean it's not there.
What to do during breaks? (as in no school)
In terms of preparing for the next semester or year…
Hey Anon! :D
How To Productively Use Time During Breaks For Preparing
These are some tips that I've used after experimenting with a lot of things
___________________
Not More Than 2–3 Hours
I recommend this because you have a high possibility of burning out during school weeks if you even study during breaks. So, this is why just three hours is more than enough. Spend your time enjoying too.
Concentrate On Basics
This is one of the best ways to spend your breaks. If you're weak in a particular subject [Mine was Accounts], I spent my summer and my term breaks strengthening my accounting basics.
It helped so much when school started because everyone was trying to catch up on the advanced topics, but I could straightaway start with the year's materials. So, build your basics or revise that year's topics. Most of the subjects are just built in layers. So if you learn something in junior year, then it will likely appear in senior year but a bit more advanced.
Watch Concept Videos [Basics or Coming Term/Semester]
You could go through the syllabus for the next term or year and, based on that, watch videos related to that on YouTube. You can first go through the coming year's topics, and then you can decide if you're confident with new topics or if you still haven't figured out the basics. But these really help.
Prepare Cheat Sheets In Advance
If you get your hands on the coming year's textbook, then go through the chapters and write all the formulas or theorems [Shorten them]. Those are your cheat sheets for the whole term/year. Great for revision. You can even start practicing with this, but it's good to have these cheat sheets.
Complete Language Papers
I had two languages all throughout high school. And this trick always worked for me. A week before school starts, I'd literally sit and complete reading through my English and Arabic textbooks. I didn't do the exercises, but I completed all the lessons and sometimes even had short notes of the story ready. It doesn't take much time to complete your language syllabus. I always recommend this.
Tackle Your Grammar
Take it a step further [if you want] and revise or learn new grammar topics. I say this because, honestly, grammar takes some time to soak in, so by the time school starts, you'll have confidence with your language papers. Which honestly makes your work easier in the long run.
Improve Math [If You Have A Number Based Paper]
If you have any paper that is number-based, then work on your mental math. Practice with it. It helps during exams and saves a lot of time. Literally. Especially if you're not allowed to use a calculator. Memorize the square and cube roots from 1 to 10. Or anything else that matters.
_______________________
Do take time to rest because, honestly, this is the time you'll get to rest. So, enjoy too xD
Other than that, I hope this helps you :)
An honest study tip is don't try to romanticize studying. Like, it's good but it works for around a week and then you're back to your lazy couch potato because you can't even sit and study and now you have added extra things that need to be done to actually study. You've added more steps.... Which makes it an even harder task.
Try actually being.... Let's say scared? Recently, I've got this interesting tip, I actually think about the worst possible result I could get and the reactions I'd get and that always gets me going. Because fear is always a better motivator.
Explore. Clubs. Extra curriculars. Sports. Anything. When you get to freshman year, start exploring. Even if you're a sophomore, junior or senior. Start exploring because you need to be involved in something other than your school. (But don't overdo it!! Max of 2-3 extracurriculars)
Do your homework/assignments as soon as you can.
Get a planner/calender. Update it daily.
Exercise. Dance. Jog. Jump. Do whatever you want but exercise atleast 3 times a week.
Sleep earlier. Before 11 preferably.
Whatever you do, don't back answer a teacher.
Allow yourself to relax but don't overdo it.
Choose your friends carefully. Keep 2 or 3 close friends.
Don't just blabber everything about anything. Think before you speak
Don't involve yourself in any sorts of drama. Clear everything out before it even starts cause it's definitely gonna backfire if you don't
Choose your friends carefully. I mean, very carefully.
Time is investment, use it to your advantage.
For exams, solve past year question papers!!!
Have a doubt in something? Go ask your teacher (it will save you the trouble)
YouTube has a wide variety of videos for you to learn from
Study everyday. Just for an hour. It's more than enough.
Read. Read. Read. Write. Write. Write. Anything.
Honestly, get a study group. (I mean it. Don't study together in the same place. Just send important questions and ask doubts.)
Study things that were thought in previous classes. You will be behind the class but it definitely helps during exams/tests.
Most of all, try to enjoy. You won't get back your highschool years. I realise that now.
I did a similar post a few months ago. The mistakes that I made during my junior year. You can find it here.
Hope this helps! :D
The one thing that school definitely did -> Mess up my sleep schedule.
Day 3 [Table In HTML]
Day 1 [Introduction To HTML]
Day 2 [Multimedia Elements In HTML]
Line by line explanation:
Defines a table,
border : This attribute adds a simple border to the table.
style : Used to add some styling to the webpage. Can be used with any tag.
Border spacing: Adds space between table cells.
Text-align : Aligns the text in the table.
Contains the header section of the table.
Represents a table row
Represents a table column
Holds the body of the table → main data (menu items).
Used for individual data cells in the table.
<table> <thead> <tr> <th> Column Head 1 </th> <th> Column Head 2 </th> </tr> </thead> <tbody> <tr> <td> Row 1 Data = Column 1 </td> <td> Row 1 Data = Column 2 </td> </tr> </tbody> </table>
Final Output
------------------------------
Hope it helps :)
It doesn't matter if someone you know has completed the whole material twice or thrice, what matters is how much of it you actually remember.
Sadly, our education system does not test how much we know, it only tests how many of the questions we can answer. So, the content you put in your answers matters more than what you know.
So, you're doing good, just don't stop and focus on your own progress. :)
Reminder: It doesn't matter if you're "behind" from others. It's alright if you feel like people have accieved more than you. Life isn't a race of who can do more in their first 30 years. Hell, I see teenagers saying they have failed or that they aren't good enough, when things like that are not in the least important. You have so many years infront of you, no one's chasing you down. Don't beat yourself up.
Today was alright, I guess. My project finally got accepted by our computer teacher, like after suffering for a week or two we finally completed.
Nothing much to update here so....
Did some accounts sums
Completed 40% of English assignment
Completed 20% of Arabic assignment
I've been meaning to wake up at 5:30 from tomorrow to start studying. Let's see... O-O
Day 4 [Link Tag In HTML ]
Introduction To HTML
Day 2 [Multimedia Elements In HTML]
Day 3 [Table in HTML]
Line By Line Explanation:
: Anchor tag (used for links)
href = It stands for Hyper Text Reference. You paste the URL of the link here
Text between the tags : What the user clinks
The first link will open google in the same tab. If you want the link to open in a new tab, then you use the target attribute.
Target="_blank" : Opens the link in a new tab
Final Output
____________________
Hope it helps :)
So... I'm kinda new here, so hi. What can you find on my blog? Study tips, rants about books, anything quotes and literature and self care tips.
So... Welcome :))
I can't say that I'll be frequent on this, I've created this blog just as a motivation for me to study and get more productive.
A little bit about myself... My name is Isabelle, I'm currently ending my Junior year in highschool. I was homeschooled for two years after the pandemic and this is just like some of the things that I've followed through my middle school and high school journey.
Again, I won't promise to be consistent but I'll try my best! :D
|| Isabelle || INFP-T || Study tips || Self improvement || Books ||
293 posts