.e-contact-buttons-var-7{--e-contact-buttons-chat-button-padding-block-end:16px;--e-contact-buttons-chat-button-padding-block-start:16px;--e-contact-buttons-chat-button-padding-inline-end:20px;--e-contact-buttons-chat-button-padding-inline-start:20px;--e-contact-buttons-chat-button-gap:8px;--e-contact-buttons-horizontal-offset:0;--e-contact-buttons-vertical-offset:0}.e-contact-buttons-var-7.has-h-alignment-end .e-contact-buttons__chat-button-container,.e-contact-buttons-var-7.has-h-alignment-start .e-contact-buttons__chat-button-container{padding-inline:0}@media (max-width:ELEMENTOR_SCREEN_MOBILE_MAX){.e-contact-buttons-var-7.has-mobile-full-width{width:100%}.e-contact-buttons-var-7.has-mobile-full-width .e-contact-buttons__chat-button-container{width:100%;max-width:100%}.e-contact-buttons-var-7.has-mobile-full-width .e-contact-buttons__chat-button{width:100%}}.e-contact-buttons-var-7 .e-contact-buttons__chat-button,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]),.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]{border-radius:0;color:var(--e-contact-buttons-button-icon);display:inline-flex;font-size:18px;font-weight:500;gap:var(--e-contact-buttons-chat-button-gap);height:-moz-fit-content;height:fit-content;line-height:28px;padding-block-end:var(--e-contact-buttons-chat-button-padding-block-end);padding-block-start:var(--e-contact-buttons-chat-button-padding-block-start);padding-inline-end:var(--e-contact-buttons-chat-button-padding-inline-end);padding-inline-start:var(--e-contact-buttons-chat-button-padding-inline-start);width:-moz-fit-content;width:fit-content}.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]) svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button] svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button svg{height:1em;width:1em}.e-contact-buttons-var-7 .e-contact-buttons__chat-button:focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:hover,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):hover,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:hover{color:var(--e-contact-buttons-button-icon-hover)}import React, { useEffect } from 'react'; import { PhotoIcon, TrashIcon } from '@heroicons/react/24/outline'; import { __ } from '@wordpress/i18n'; import { addFilter } from '@wordpress/hooks'; import { RangeControl } from '@wordpress/components'; import { MediaUpload } from '@wordpress/media-utils'; import { useStateValue } from '../../store/store'; import { getDataUri, sendPostMessage } from '../../utils/functions'; import { initialState } from '../../store/reducer'; // import ToggleSwitch from '../../components/toggle-switch'; const SiteLogo = () => { const replaceMediaUpload = () => MediaUpload; const [ { siteLogo }, dispatch ] = useStateValue(); // const [ showTitle, setShowTitle ] = useState( true ), // toggleTitle = () => setShowTitle( ( prev ) => ! prev ); addFilter( 'editor.MediaUpload', 'core/edit-post/components/media-upload/replace-media-upload', replaceMediaUpload ); const onSelectImage = ( media ) => { const mediaData = { id: media.id, url: media.url, width: siteLogo.width, }; if ( window.location.protocol === 'http:' ) { getDataUri( media.url, function ( data ) { mediaData.dataUri = data; updateValues( mediaData ); } ); } else { updateValues( mediaData ); } }; const dispatchPostMessage = ( action, data ) => { sendPostMessage( { param: action, data, }, 'astra-starter-templates-preview' ); }; const updateValues = ( data ) => { dispatch( { type: 'set', siteLogo: data, } ); dispatchPostMessage( 'siteLogo', data ); }; const removeImage = () => { updateValues( initialState.siteLogo ); }; const onWidthChange = ( width ) => { const newLogoOptions = { ...siteLogo, width, }; dispatch( { type: 'set', siteLogo: newLogoOptions, } ); dispatchPostMessage( 'siteLogo', newLogoOptions ); }; // const handleOnChangeToggleTitle = () => { // dispatchPostMessage( 'siteTitle', ! showTitle ); // toggleTitle(); // }; useEffect( () => { if ( !! astraSitesVars?.isRTLEnabled ) { const rangeControl = document.querySelector( '.components-range-control__wrapper' ); if ( rangeControl === null ) { return; } // Range control slider styling for RTL. const currentValue = rangeControl.children[ 3 ].style.left; rangeControl.children[ 3 ].style.marginRight = '-10px'; rangeControl.children[ 3 ].style.removeProperty( 'margin-left' ); rangeControl.children[ 3 ].style.right = currentValue; rangeControl.children[ 4 ].style.removeProperty( 'transform' ); rangeControl.children[ 4 ].style.removeProperty( 'left' ); rangeControl.children[ 4 ].style.right = currentValue; rangeControl.children[ 4 ].style.transform = 'translateX(50%)'; } } ); return ( <>
There are a multitude of things that parents can do to help support their child\u2019s education. Best of all, most of them only require a small change of perspective or behaviour on your part.<\/span><\/p>\n Here are a few quick tips to give you some ideas on supporting your child\u2019s education journey:<\/span><\/p>\n Parents should aim to create a quiet study environment for your children. We urge you to minimise any possible distractions by setting the TV to a reasonable volume and refraining from noisy gatherings during their school term.<\/span><\/p>\n It makes a huge difference when students are able to focus on their study every day. And if space permits, we recommend giving your child their own study space. At a minimum, it needs a desk, chair and sufficient light for your child to study in. <\/span><\/p>\n Setting up a quiet study space allows your child to have a dedicated space where they only do work. This will make them less prone to distractions. It will also send a psychological signal to your child that you value their education enough to dedicate some space in your home to it. This may not sound very important, but your child will definitely pick up on it!<\/span><\/p>\n Kids often take a lot from what parents think about things, education included. Parents might unconsciously give the impression that the content taught in school is not important through remarks such as \u201cyou will never need that in real life\u201d or \u201cwhat are you learning that for?\u201d\u00a0<\/span>Even if some of these remarks might be true, it\u2019s important for to support the idea that learning is powerful. <\/span><\/p>\n Even if the specific content might not be useful, the way of thinking and the skills built up will likely be useful. For example, with Maths, parents could:<\/span><\/p>\n When done from an early age, these questions will convey the idea that Maths is important and has real-life benefits. <\/span><\/p>\n Parents can do the same thing with English, asking their children to:<\/span><\/p>\n Doing this encourages your child to use the skills that they\u2019ve learned in school in their day-to-day life. That then makes school seem much more useful. <\/span><\/p>\n It\u2019s important to foster a culture of education at home and help kids understand that the best way to get ahead in life is by investing effort into their education.<\/span><\/p>\n Fostering this culture of education does not mean that parents should put extra pressure on their kids to achieve. In fact, it\u2019s very important that parents don\u2019t put too much pressure on their kids. Some parents put immense pressure on their children from a very young age to do well at school. This only ends up making kids more upset rather than instilling in them a really strong work ethic. <\/span><\/p>\n This is because kids, when the pressure is too great, never get to experience the joy of their learning. <\/span><\/p>\n In their childhoods, especially before high school, children should be playing and exploring things rather than just learning how to work. There is a time and a place for kids to learn to put their heads down, but it can wait until the child is ready for it. Overactive parents tend to give students hours and hours of homework in addition to what they do at school. This can make students dislike the subject and it can ruin parts of their childhood. <\/span><\/p>\n It\u2019s important to remember that a good deal of education does not come from academics or the classroom. Endless worksheets will not make a child more intellectually curious or more empathetic. These skills can only be developed through experiences outside the classroom.\u00a0<\/span><\/p>\n From an early age, it is important to give children plenty of authentic opportunities to learn.\u00a0<\/span><\/p>\n Easy ways to make learning fun for children includes:<\/span><\/p>\n Parents can also make learning fun for purely academic subjects:<\/span><\/p>\n These are much more beneficial for students than forcing them to complete pages and pages of exercise questions!<\/span><\/p>\n Certainly, there are times when practice is important, but at least for young students, the priority should be to make them understand that learning is fun and rewarding. Plus, these experiences can help them develop into well-rounded adults too.<\/span><\/p>\n Everyone is different and they also learn differently. It is important for parents to recognise that and allow kids to learn in their own way.\u00a0<\/span>Some kids might prefer a more hands-on approach. For example, parents could buy 3D blocks for kids to play around with when learning about 3D solids.\u00a0<\/span><\/p>\n Students might prefer videos over textbooks. In that case, parents should allow students to watch videos rather than forcing them to be glued to their textbooks all the time. Other <\/span>kids learn best when listening to things rather than reading on page. For these kids, a podcast might be ideal.<\/span><\/p>\n It\u2019s important to play to your child\u2019s strengths and understand what their weaknesses are so you can work on them together. This isn\u2019t to say that if your child is not so strong at a very important skill that you should never teach them that skill, but that in cases where there is some choice, go with their strengths.<\/span><\/p>\n It is important for parents to recognise that doing well at school can be very difficult and time-consuming for their children. Students should always be encouraged to do their best and their achievements should be rewarded and recognised, no matter how small they may seem. This is because kids need something to show for their efforts. Otherwise, they can become demotivated very quickly. <\/span><\/p>\n Parents should not compare their children with other children, but instead compare kids to themselves: focus on how your child has improved in the past and what they continue to improve on to help with their motivation and their self-esteem. Doing this will mean that a child has more confidence in themselves and is more willing to engage in the difficult task of learning new things.<\/span><\/p>\n This final tip is perhaps the most important one, so it\u2019s been saved for last. One of the things that is most likely to help a child succeed is if they have a solid basis in any given subject. To do this for almost any subject at school involves giving your child a love of learning more in that subject area in their spare time. This will allow them to be learning beyond the classroom, and will give them a big advantage when it comes to their schoolwork. This tip is best applied to get great results in English.<\/span><\/p>\n One basic fact about English education has to be acknowledged: it cannot, by itself and its homework, give your child everything they need to succeed when dealing with literature.<\/span><\/p>\n This is true even when one invests in tutoring on top of the regular school education that your child is receiving. Really, the only way for a child to truly go above and beyond in the subject of English is to read widely and deeply in their own time. The fact is, that to have a good understanding of English, students need a good understanding of a wide range of books. <\/span><\/p>\n This will encourage your child to make connections across different works of literature they read, making their analysis both sharper and faster.\u00a0<\/span>As someone analyses more works of fiction, themes begin to repeat and patterns become more obvious. When a reader is able to recognise different patterns across works of fiction, they are able to recognise and apply those patterns with more accuracy in their actual analysis.<\/span><\/p>\n Consider a reader who has read a whole stack of poems, novels, and Shakespeare plays about the theme of love. If they were to encounter a new text that also deals with the theme of love, their analysis wouldn\u2019t have to start from zero. Instead, they would be able to incorporate many of the ideas they had learned up to that point about love and create a wonderful piece of analysis.<\/span><\/p>\n One way to give your child this sort of profundity and depth in their studies is to introduce them to the readings of the \u2018canon.\u2019 The canon is not something you would use to bring down a castle\u2019s walls but a collection or list of books which represents what most scholars would agree is the best work from any given time period or country. Every country has their own canon of works, but to give your child the best head-start in their studies, you can encourage them to read works from the 19th century British and Irish canon. Later, this can include some 20th century American works from their canon too. <\/span><\/p>\n Shakespeare is also a great choice, but only once your child has a solid grounding in their reading and is able to tackle the difficult language by themselves.\u00a0<\/span><\/p>\n As a jumping off point, you could consider letting your child read some of the works by Dickens, Austen, or if they\u2019re looking for something a little more adventure-like, Arthur Conan Doyle.<\/span><\/p>\n Teachers do a wonderful job of educating their students and ensuring they are prepared for life beyond the classroom. Parents have the ability to support teachers immensely by reinforcing, extending and encouraging learning. Supportive parents that discuss the value of education, create a quiet space at home for their kid\u2019s to learn and encourage them to participate in extra educational activities, often see their kid\u2019s enjoying school and performing their best.<\/span><\/p>\n At MWNS, we offer\u00a0primary school tutoring<\/a>\u00a0and\u00a0high school tutoring<\/a>\u00a0in Maths and English to ensure students understand their schoolwork, meeting the requirements set out by NESA and achieving grades they are proud of. All our Maths and English tutors tailor their lessons to the individual needs of our students. By working at a pace that suits and benefits each child, we are able to maximise their learning in an enjoyable environment.<\/p>\n \n We are known for our mission of \u201cBuilding Confident Learners inside and outside our classrooms<\/em>\u201c. We are experts in educating our students, helping them thrive at school and preparing them for life beyond the classroom. We want to ensure all lessons are related to what they are learning at school while ensuring students see the value in their education.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":" There are a multitude of things that parents can do to help support their child\u2019s education. Best of all, most of them only require a small change of perspective or behaviour on your part. Here are a few quick tips to give you some ideas on supporting your child\u2019s education journey: 1. Create a quiet […]<\/p>\n","protected":false},"author":8,"featured_media":11428,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[34,4],"tags":[],"class_list":["post-11424","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advice-for-parents","category-blog"],"yoast_head":"\n1. Create a quiet study environment<\/span><\/h2>\n
2. Value the importance of education<\/span><\/h2>\n
\n
\n
3. Don\u2019t put too much pressure on students<\/span><\/h2>\n
4. Make learning fun for students from a young age<\/span><\/h2>\n
\n
\n
5. Allow children to learn in their own way<\/span><\/h2>\n
6. Encourage students and celebrate their achievements<\/span><\/h2>\n
7. Give your child a reading habit<\/span><\/h2>\n
8. Analysis gets easier with practice!<\/span><\/h2>\n
Imagine this child\u2026<\/span><\/h3>\n
The canon<\/span><\/h3>\n
To conclude\u2026<\/span><\/h2>\n
More about Maths Words not Squiggles<\/span><\/h2>\n
\n\u0447\u0435\u0441\u0442\u043d\u044b\u0435 \u043a\u0430\u0437\u0438\u043d\u043e \u0441 \u0431\u044b\u0441\u0442\u0440\u044b\u043c\u0438 \u0432\u044b\u043f\u043b\u0430\u0442\u0430\u043c\u0438<\/a>
\n\u0431\u0435\u0437\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435 \u0431\u043e\u043d\u0443\u0441\u044b \u043a\u0430\u0437\u0438\u043d\u043e<\/a>
\n\u0438\u0433\u0440\u0430\u0442\u044c \u0432 \u043b\u0443\u0447\u0448\u0435\u043c \u043a\u0430\u0437\u0438\u043d\u043e \u043d\u0430 \u0434\u0435\u043d\u044c\u0433\u0438<\/a>
\n\u0431\u0430\u0437\u0430 \u043a\u0430\u0437\u0438\u043d\u043e \u0441 \u0431\u0435\u0437\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u043c \u0431\u043e\u043d\u0443\u0441\u043e\u043c<\/a>
\n\u043e\u043d\u043b\u0430\u0439\u043d \u043a\u0430\u0437\u0438\u043d\u043e \u0420\u043e\u0441\u0441\u0438\u0438<\/a>
\ncasino oyunu<\/a>
\n<\/span>
\nOur Maths and English tutoring is available\u00a0in centre<\/a>\u00a0(Central Coast Tutoring<\/a>, Eastern Suburbs Tutoring<\/a>, Inner West Tutoring<\/a>, Northern Beaches Tutoring<\/a>, South Sydney Tutoring<\/a>, Sutherland Shire Tutoring<\/a><\/span>) and\u00a0online<\/a>. Whether you are looking for a\u00a0Maths tutor<\/a>\u00a0or an\u00a0English tutor<\/a>, MWNS is able to help build your child\u2019s confidence.<\/p>\n