Enable q2 only if q1 was blank

I have two questions q1 and q2. I would like to enable q2 only if q1 was blank, how do I write an enabling condition for that?

You can use the following expression in the enabling condition for q2: !IsAnswered(q1)