- Apr 16, 2019
-
-
Matt Petro authored
-
Matt Petro authored
- Strip extra whitespace in regexp answers. This has a small risk of changing the meaning of patterns, but it results in cleaner expressions. - Convert tabs to spaces. Students can paste tabs into the editor and they should be treated as spaces. - Add parens around patterns so that expressions like "A|B" work correctly.
-
- Mar 27, 2019
-
-
Matt Petro authored
The documentation doesn't specify what to do when not automarking, so I made some guesses on what to return. Will fix later if needed.
-
Matt Petro authored
-
Matt Petro authored
Answer '*' or '.*' is treated as a special case and matches after all other answers. This can be used to assign a special score and feedback to responses that don't match any known pattern so that they can be graded manually.
-
- Mar 26, 2019
-
-
Matt Petro authored
-
Matt Petro authored
-
Matt Petro authored
-
- Mar 25, 2019
-
-
Matt Petro authored
-
Matt Petro authored
There are only needed for the demo authoring page.
-
- Mar 22, 2019
-
-
Matt Petro authored
-
Matt Petro authored
-
Matt Petro authored
-