refactor: Remove word type based scoring
This commit is contained in:
parent
8575232454
commit
f1a1c2531c
@ -160,10 +160,3 @@ export function vocabToReviewCard(vocab: IVocab): IReviewCard[] {
|
|||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function typeToPoints(type: VocabType) {
|
|
||||||
switch (type) {
|
|
||||||
// Nomen: 2P + 1 (Wenn richtig)
|
|
||||||
//
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
Reference in New Issue
Block a user