Skip to content

BoxOfQuestions specs and MVP implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@hhzl hhzl released this 20 Dec 00:21
· 136 commits to master since this release
  • Construction is now

    var lw = LW.BoxOfQuestions(LW.LWdb('learnWords'));
    lw.importFrom(wordlist);

  • Library file is generated and may be included with <script src="<path>/LW.js"></script>

  • See updated demo.html in public directory

  • Added shuffle function for lw.getAnswerOptions()

  • SPEC now uses ECMAscript 6 with node 6.9.2

  • README updated.

  • 27 specs, 0 failures, 1 pending spec