A string constant had no ending quotation mark

All strings need a beginning and ending pair of quotes. This error message indicates that there is an odd number of quotation marks in the expression. For instance:

Q: "hello
E: A string constant had no ending quotation mark.

Make sure all your quotes are matched.