Assessment for conditionals test 2

The link above is to my conditionals test skill 2. I want an assement and to know why my code is not working.

this link below is for the page to the test

change this:

if{machineActive){

to:

if(machineActive){

and this:

response = You know some things, but that\'s a pretty bad score. Needs improvement';} 

to:

response = 'You know some things, but that\'s a pretty bad score. Needs improvement';}

also change all === to >=

Thank you very much.