// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

The Kids Are Alright?

How parents can help their kids manage school-related stress



Worrying signs

Your child may show a reluctance to go to school, complaining of stomach aches or headaches. They may suffer from panic attacks, demonstrate irritability, or may have problems sleeping.


“I’ve got to get this done… now!”

The best way to ease pressure is to tackle the tasks that are of the most importance first. Developing routines and scheduling work will make the workload more manageable and ease the pressure of homework and deadlines.


Talk… just talk

Talking often helps when things get difficult or you want to find a cause for anxiety. Often, one particular issue is causing problems - trepidation about looming exams and tests or worrying about meeting target grades for example.


Use the Network

Make sure they spend time with supportive friends and family. Supportive relationships can help to increase mental wellness. Find out how their day has gone or whether anything interesting or exciting has happened. It’s also a great way of assessing if they are anxious about school.


Play

School is a demanding place so it is important that they have downtime where they can relax, especially if they seem overwhelmed. Developing a schedule is a great way to focus attention on a task so why not schedule free time too. They can use that time to do some exercise, walk the dog or watch some TV for example.


… Beware!

Life is full of distractions, such as social media, gaming and the internet. Some distractions are addictive and may take up more and more of their time. This makes it difficult to complete any work they need to do. It’s best that you schedule these activities so that they can make use of the time available to them.


Time for bed…

It's well established that a good night’s sleep is important, even more so if you are stressed. Good routines can help manage stress. Make sure that there is a definite, fixed time when work stops. This means that there is a period, before going to bed, to relax and unwind ready for that 8 to 10 hours of quality sleep.

6 views0 comments
bottom of page