Skip to content
Snippets Groups Projects
  1. Apr 16, 2019
    • Matt Petro's avatar
      Check regular expression box by default · e5c57562
      Matt Petro authored
      e5c57562
    • Matt Petro's avatar
      Scorer fixes · 0329debc
      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.
      0329debc
  2. Mar 27, 2019
    • Matt Petro's avatar
      Changes to automarkable behavior · 03f2e153
      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.
      03f2e153
    • Matt Petro's avatar
      Fixed min score behavior · 6d585043
      Matt Petro authored
      6d585043
    • Matt Petro's avatar
      Support fall-back '*' answers. · 926bf267
      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.
      926bf267
  3. Mar 26, 2019
  4. Mar 25, 2019
  5. Mar 22, 2019
Loading