Whene i write my string

i am writing
var mystring:hello world ;
and the test always tell me that it is false

if you went to writ a string you have to add double quotes " " like :“Hello World!!”

or you can use the single quotes ’ ’ like :‘Hello World’