openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

Make sure we're stripping user input properly before storing question data #7

Closed boonebgorges closed 8 years ago

boonebgorges commented 8 years ago

We will be storing the problem for display on questions (see #2). In this process, we should be sure that any filled-in answers (values for the input elements) have been cleared, at least for the purposes of display, at least in the context where the same question data is used for multiple WP threads.

boonebgorges commented 8 years ago

This is no longer an issue, as inputs are being converted to underscores.