From: Michael G. <ga...@ma...> - 2006-09-20 17:59:47
|
I believe the current "parser" uses an initial space to separate the units from the number and thereafter there can be no spaces. (The regex expression looks for the last non- trailing space.) I'll try to remember to add the no spaces rule to the others on http://webwork.math.rochester.edu/spring00-phy121/help_units.html Can't do much more than that for now although I think Davide has plans to some day extend the parser so that it is a true parser of units instead of using regex expression matches. Take care, Mike On Sep 20, 2006, at 1:45 PM, John Jones wrote: > Hi, > > I received a complaint about this from a student. It doesn't seem > like > a big deal, but I thought I should bring it up in case people felt > that > a change should be made. > > There was a question where a correct answer was "17 ft/s". If spaces > are added or removed in certain ways, then the answer is marked wrong. > For example, "17ft/s" is wrong, as is "17 ft / s" and "17 ft /s". > > John > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > OpenWeBWorK-Devel mailing list > Ope...@li... > https://lists.sf.net/lists/listinfo/openwebwork-devel > |