Skip to content

Releases: hpopov/AdaptiveTesting

First version of Adaptive Testing app pre-released

05 Mar 11:01
Compare
Choose a tag to compare

This release is the first one and still rough. It contains the basic back-end logic for the next actions:

  • test creation (defining test name and possible grades);
  • test population (question and answer option creation);
  • different rules definition (i.e. question_definition_rule or grade_mark_change_rule).

This version doesn't contain neither unit nor integration tests and was tested primarily by developer himself.