It seems when people enter poll answers with ' in the string the board is adding in a \ to it. So saying something like. "yes, that's how I like it" turns into "yes, that\'s how I like it".
PHP being the wonderful language it is offers a function, stripslashes() to keep them from showing up in the output.
You might look at adding it into the code to make poll answers easier to read.