.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 ( <>
Proofreading your HSC Creative Writing piece is quite the challenge for most students. It can feel almost impossible to turn off our inner critic so we can let the words flow… Then it can be equally difficult to cast an impartial eye over our own creative work. This is because creative writing is subjective, but your markers and teachers are looking for something in particular.<\/p>\n
Creative writing can often be the most challenging text type for HSC students to master.<\/strong> Often, digging deep and creating a piece that effectively weaves figurative techniques as well as in depth themes can cause frustration. Moreover, this frustration tends to increase the more time you are allowed to work on the creative piece. Students may run out of time to thoroughly edit their work, in turn missing out on getting their best possible marks. This guide will hopefully show you how to effectively proofread and edit your work, potentially reducing the associated frustration.<\/p>\n Narratives are all about exploring a theme and bringing a story to life. Read your story out to someone you know and have them critique your work. If the person reading it feels as if you did not do something with the characters or themes, change it accordingly.<\/p>\n Knowing is half the battle, right? When you know what type of piece you intend to create; you can edit accordingly. As a rule, shorter narratives do not need dialogue. If you have placed dialogue in your short piece, edit that to be a description instead.<\/p>\n On the other hand, remember if you are using dialogue, remember that dialogue only serves three purposes:<\/p>\n We recommend you edit your dialogue so that it serves at least one of those purposes.<\/p>\n In addition, if you do utilise dialogue, remember these points:<\/p>\n Simple right?<\/p>\n Finally, remain consistent in your themes and narrative perspective. Edit out words that change perspective randomly and make sure your diction retains the consistent throughout. This can be tricky, so don’t be afraid to ask for help if you need it!<\/p>\n Like dialogue, descriptions, subplots, plot points and other writing in your piece serves only three purposes; to explore a theme, to explore characterisation or to further the plot. Sometimes we need a fresh set of eyes to see where these sections are, our English tutor<\/a>s are experts at teaching you how to spot these elements for yourself.<\/p>\n Ask yourself this\u2026<\/p>\n If not, remove these dead sections and replace them with live ones.<\/p>\n If you do not have a stimulus and are writing a freestyle piece, this may not apply to you. But often you are required to write to a stimulus – especially in preliminary and HSC trials and exams. If you’ve already sat your in-class assessments for Reading to Write and Module C: Craft of Writing, you’ll want to go carefully through the module rubrics<\/a> and past papers<\/a> on the NESA site.<\/p>\n Re-read that assessment or stimulus and ask yourself (or one of our skilled Senior English tutors) the following:<\/p>\n It is important to remember that if this creative writing piece is for an assessment, that heavily determines what you can and cannot write about. Stuck for creative inspo? Maybe it’s time to ditch doing English alone and have a chat to your adults about\u00a0high school tutoring…<\/a><\/p>\n Hopefully by applying these four tips for proofreading your HSC creative writing piece,\u00a0 you can alleviate the stress associated with your assessment and edit it to perfection.<\/p>\n Our English tutor<\/a>s would love to critique and help you build on your writing skills. Enrol with us<\/a> and we can show you all the tips and tricks to mastering an innovative creative piece!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":" Proofreading your HSC Creative Writing piece is quite the challenge for most students. It can feel almost impossible to turn off our inner critic so we can let the words flow… Then it can be equally difficult to cast an impartial eye over our own creative work. This is because creative writing is subjective, but […]<\/p>\n","protected":false},"author":8,"featured_media":6884,"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":[35,4,31],"tags":[],"class_list":["post-6883","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advice-for-students","category-blog","category-hsc"],"yoast_head":"\n1. Ensure that your story makes sense!<\/h2>\n
2. Know the type of piece you are aiming to write<\/h2>\n
\n
\n
3. Remove \u201cboring\u201d portions of your narrative and liven them up!<\/h2>\n
\n
4. Re-read your assessment notification and critically analyse if you have fulfilled each point<\/h2>\n
\n