Skip to content

Commit

Permalink
Change spaced repetition numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
digitapex committed Sep 30, 2018
1 parent 735cbda commit d818740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
public class SpacedRepetitionModel {

private static final int REPETITION_FOR_WRONG = 10;
private static final int REPETITION_FOR_CORRECT = 2;
private static final int TIMES_TO_ANSWER_TO_REMOVE = 3;
private static final int REPETITION_FOR_CORRECT = 20;
private static final int TIMES_TO_ANSWER_TO_REMOVE = 5;


public List<Noun> getUpdatedNounList(List<Noun> nounList, Noun noun, boolean isCorrect) {
Expand Down

0 comments on commit d818740

Please sign in to comment.