Vocal Assessment

Vocal Assessment with Mary@Singing Strong

It’s time to learn that song and make it better!

Receive feedback so that you can sing your song with confidence and joy.

  • Choose a song
  • Make a recording
  • Upload the file to Mary
  • Mary will review your performance and give you feedback
  • You’ll receive feedback which will include all the great things you are doing as well as suggestions on how you can improve.
  • Mary will give you the details on how to upload the recording via dropbox

 

  • Let’s get started. I can’t wait to hear you sing!
  • Fill in the form below and make the one off payment.

function initPayPalButton() { paypal.Buttons({ style: { shape: ‘rect’, color: ‘gold’, layout: ‘vertical’, label: ‘paypal’, }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{“description”:”Vocal Assessment”,”amount”:{“currency_code”:”AUD”,”value”:30}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert(‘Transaction completed by ‘ + details.payer.name.given_name + ‘!’); }); }, onError: function(err) { console.log(err); } }).render(‘#paypal-button-container’); } initPayPalButton();