Exact syntax of 'name' column in CHOICES sheet

Hi,

Whatever variable name I put in 'name' column in 'choices' sheet, I try to replace empty spaces with underscores, just as a good programming practice. However, I recently noticed that even if there is space in between words, it still works fine in the form. Is it OK to have empty spaces in between the words here? Is it just a precaution/good practice to have them, or it can always work successfully without it too?

Thanks,
Saad

Makes sense. The quotes included when evaluating selected choice names for instance selected(${question1},'out of school') already caters for this programmatically. However, you might run into problems when you want to ship the data and analyze in other platforms so you rather stick to the best practices.