UCAT Score Hack
console.log(JSON.stringify({
exam: result.exam,
anonymised_data: {
centre: result.registration.centerID,
date: result.registration.deliveryDate
}
}, null, 2))
Go on inspect element on the page that has your UCAT scores and click 'console'. Paste in the above code.