Commit Graph

13 Commits

Author SHA1 Message Date
Mark Moser
76e7401cec provide error mesages for all question types 2017-04-17 16:40:08 -05:00
Mark Moser
0a9bf96e24 move /review to /admin/results 2016-09-22 14:19:44 -05:00
Mark Moser
27ef8565f3 test suite refactor 2016-09-14 17:05:37 -05:00
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
a977c0ceb3 refactor quiz processing
completes #60
2016-09-02 17:51:35 -05:00
Mark Moser
2b55fed1bc live coder seeding - completes #16 2016-08-23 21:54:53 -05:00
Mark Moser
225f402c0f fixed attachment test 2016-08-17 14:26:54 -05:00
Mark Moser
30971357af updates progress bar accuracy
The progress bar now accounts for live coders that have opted for
"finish later"

Address part of issue #63
2016-08-12 12:44:19 -05:00
Mark Moser
5f395dcf41 live coder refactor fixes #36 and #50 2016-08-08 17:08:20 -05:00
Mark Moser
e6358beec8 move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00
Mark Moser
5cac3af354 fixes #39 making sure question attachements show up everywhere 2016-08-04 20:56:17 -05:00
Mark Moser
330126d672 fixes #30 - edit from summary with out js 2016-08-03 10:50:17 -05:00
Mark Moser
ef47334853 Rails5 init 2016-07-26 11:59:23 -05:00