Skip to content

Commit

Permalink
v2.4.0 Robustness and adaptivity
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jan 5, 2017
1 parent ee3e659 commit f9774c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
== v2.4.0 (WIP)
* `_studentCode` string can be used for code evaluation tests
* `npm test` tests the evaluation on provided exercise solutions
== v2.4.0 Robustness and adaptivity
* Change: question numbering is now global: no more id collisions
* Feature: no longer limited to 1 quizz + 1 code exercises
* Feature: variants are applied on solutions too, when displayed
* Feature: custom exercise titles using Markdown (optional)
* Feature: new auto-evaluation backend: `auto-eval` (on submit only)
* Feature: `npm test` tests the evaluation on provided exercise solutions
* Feature: `_studentCode` string can be used for code evaluation tests
* Bug fix: allow evaluation code on same line of `_runStudentCode()`
* Bug fix: better browser support for Firefox and Safari
* Optimization: disabled Polymer routing, buggy and useless
* Refactoring: renamed classes and scripts, more self-explanatory

== v2.3.0 Student auto-evaluation, thanks to `realtime-eval` backend mode
* backend logic selected from config (e.g. firebase, realtime-eval, or none)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-test",
"version": "2.3.0",
"version": "2.4.0",
"description": "Exercise/exam software for evaluating JavaScript students' progress",
"repository": {
"type": "git",
Expand Down

0 comments on commit f9774c3

Please sign in to comment.