More than half of parents feel they would be in their ‘dream job’ now, if they’d had better career guidance during their teenage years.
The study of 2,000 parents of children aged 11-18 who go to a non-fee paying school found 69 per cent also think they would have benefited from more regular conversations with their own parents about future job options.
Instead, 37 per cent admitted they ‘fell into’ their career.
The advice they wish they’d been given around their future work life included venturing outside your comfort zone, doing what’s right for you and always asking if you have a problem.
As a result, 84 per cent are now actively looking to guide their children on this, with 32 per cent believing job satisfaction is more important than money.

jQuery(document).ready(function($) {

// We only want these styles applied when javascript is enabled
$(‘.gal_content’).css(‘display’, ‘block’);

// Initialize Advanced Galleriffic Gallery
var gallery = $(‘#thumbs_68440_2’).galleriffic({
delay: 0,
numThumbs: 0,
preloadAhead: 0,
enableTopPager: false,
enableBottomPager: false,
imageContainerSel: ‘#slideshow_68440_2’,
controlsContainerSel: ‘#controls_68440_2’,
captionContainerSel: ‘#caption_68440_2’,
loadingContainerSel: ‘#loading_68440_2’,
renderSSControls: true,
renderNavControls: false,
playLinkText: ”,
pauseLinkText: ”,
enableHistory: false,
autoStart: false,
enableKeyboardNavigation: true,
syncTransitions: false,
defaultTransitionDuration: 300,

onTransitionOut: function(slide, caption, isSync, callback) {
slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
},
onTransitionIn: function(slide, caption, isSync) {
var duration = this.getDefaultTransitionDuration(isSync);
slide.fadeTo(duration, 1.0);

// Position the caption at the bottom of the image and set its opacity
var slideImage = slide.find(‘img’);
caption.fadeTo(duration, 1.0);

},
onPageTransitionOut: function(callback) {
//this.hide();
setTimeout(callback, 100); // wait a bit
},
onPageTransitionIn: function() {
var prevPageLink = this.find(‘a.prev’).css({‘opacity’: ‘0.3’ , ‘display’ : ‘inline-block’, ‘cursor’ : ‘default’});
var nextPageLink = this.find(‘a.next’).css({‘opacity’: ‘0.3’ , ‘display’ : ‘inline-block’, ‘cursor’ : ‘default’});

// Show appropriate next / prev page links
if (this.displayedPage > 0)
prevPageLink.css({‘opacity’ : ‘1’ , ‘display’ : ‘inline-block’, ‘cursor’ : ‘pointer’});

var lastPage = this.getNumPages() – 1;
if (this.displayedPage < lastPage)
nextPageLink.css({‘opacity’ : ‘1’ , ‘display’ : ‘inline-block’, ‘cursor’ : ‘pointer’});

this.fadeTo(‘fast’, 1.0);
}

});

/**************** Event handlers for custom next / prev page links **********************/

gallery.find(‘a.prev’).click(function(e) {
gallery.previousPage();
e.preventDefault();
});

gallery.find(‘a.next’).click(function(e) {
gallery.nextPage();
e.preventDefault();
});

});

The survey was commissioned by The Gatsby Foundation as part of its Talking Futures campaign, which aims to help parents talk to children about education

Source article

Load More Related Articles
Load More By Entertain The Kids
Load More In Career
Comments are closed.

Check Also

Top 18 activities those with a physical condition struggle to do – including sleep

  Millions of Brits are unable to exercise, sleep or endure long journeys in the car …