University Students sitting down at together. Jeremy Cordeaux talks about Education and is it worth the money?

Is Higher Education in Australia Broken? Jeremy Cordeaux Thinks So

Education Profit Centres?

When did universities become profit centres instead of institutions of learning? That’s the question Jeremy Cordeaux asks in this eye-opening episode of The Court of Public Opinion. With rising tuition fees and “worthless” degrees, has Uni’s in Australia lost its way?

Jeremy Cordeaux recording in his garage on about education and more

The Commodification of Learning

Jeremy shares his concerns about how universities have shifted their focus from academic excellence to economic gain. From international students paying exorbitant fees to graduates receiving degrees that hold little value, the higher education system is under fire.

What Needs to Change in Education

Jeremy argues that universities should be held accountable for the quality of education they provide. He also calls for a closer examination of the connection between university profits and the devaluation of degrees.

University students laughing together at university

Education in Australia is Troubling

The state of higher education in Australia is troubling, and Jeremy Cordeaux is calling for reform. For a detailed analysis of this issue, listen to the full episode of The Court of Public Opinion.

Topic time in episode below: 05:02 – 07:12

Listen Below

Watch Below

Listen via Youtube Music

Jeremy Cordeaux recording the video in his garage.

Stream Jeremy Cordeaux LIVE

Multi-Global award winning broadcaster and journalist Jeremy Cordeaux AM will be streaming The Court Of Public Opinion LIVE every Friday 9am to Midday (ACST). To Listen, contact and call in to the show head to jeremycordeaux.com or Auscast Radio, right here at auscastnetwork.com.

Jeremy Cordeaux has worked successfully in all facets of the media: radio, television and print as well as marketing, promotions, public relations and media training.

He has gone from Office Boy to Presenter, Programme Manager, General Manager, Managing Director and Owner of three highly successful radio stations.

What Do You Think?

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });