Programming Languages: Java
License: OSI-Approved Open Source
browse code,
statistics,
last commit on 2012-05-16
svn co https://javaquiz.svn.sourceforge.net/svnroot/javaquiz javaquiz
caverdude committed revision 68 to the Java Quiz SVN repository, changing 1 files.
2012-05-16 19:35:03 PDT by caverdude
caverdude committed revision 67 to the Java Quiz SVN repository, changing 1 files.
2012-05-13 11:25:26 PDT by caverdude
caverdude committed revision 66 to the Java Quiz SVN repository, changing 1 files.
2012-05-12 20:00:58 PDT by caverdude
caverdude committed revision 65 to the Java Quiz SVN repository, changing 1 files.
2012-05-12 18:00:15 PDT by caverdude
caverdude committed revision 64 to the Java Quiz SVN repository, changing 6 files.
2012-05-12 16:31:47 PDT by caverdude
caverdude committed revision 63 to the Java Quiz SVN repository, changing 1 files.
2012-05-04 09:33:37 PDT by caverdude
caverdude committed revision 62 to the Java Quiz SVN repository, changing 1 files.
2012-05-02 17:00:24 PDT by caverdude
caverdude committed revision 61 to the Java Quiz SVN repository, changing 1 files.
2012-05-02 13:40:46 PDT by caverdude
A Leitner system would have to store in the test for a given individual information about the test and each question, after each test. In Leitner test a question is tested periodically. Once a day, once every 2 days once every 3 days, 4 days and 5 days. If a question is answered correctly it is promoted to where it is asked less frequently. If it is answered incorrectly at any point it is...
2012-05-02 11:04:20 PDT by caverdude
This is for when test become very large. We could randomly pick a %age of the number of question in the test file for questioning. What if we managed to get a test up to the size of 1000 questions? The only problem in doing a basic implementation of this is that a given test might pick too many questions from on area of the study, and yet leave other areas nearly or totally untested. Further...
2012-05-02 10:55:17 PDT by caverdude