How to enforce Terms and Conditions

I’d like to make sure users read the terms and conditions (separate page) and answer a multiple choice question before they can submit the signup page. I’ve got answering the question part sorted out, but once they get it right I need to enable the submit button in the LightBox
Pseudo code

Terms and conditions page

export function agree_click(event){
wixWindow.lightbox(“registrationForm1”)
$w('#submit).expand

Hopefully this isn’t too tricky

Regards,

Andrew