engaging-computing / phpSENSE

An educational data analytics platform.
http://isenseproject.org
14 stars 10 forks source link

Edit session data can't handle text fields #585

Closed fgmart-zz closed 11 years ago

fgmart-zz commented 11 years ago

Take a look at this:

http://isenseproject.org/edit.php?exp=537&ses=6569

The name field comes up as "0". There should be text in in.

mmcguinn commented 11 years ago

Edit handles the text fine and loads it into mongo. it must not be getting read out correctly (woopse this is hassan)

mmcguinn commented 11 years ago

Something is still wrong here - you can't edit strings that are in quotes, and strings in quotes pick up '\'s as escape characters (that are displayed).

stowellm commented 11 years ago

The string: "I have no name" got turned into: \I have no name\
Shouldn't the backslashes here be removed? Note to Skittles: this is not broken in "edit".