Add: Typing Examination - basic files

This commit is contained in:
2019-06-20 17:32:22 +09:00
parent fb183ac525
commit b9ca4a0ba9
9 changed files with 1138 additions and 3 deletions
@@ -98,6 +98,12 @@ TypingTextManager.prototype.makeTestContents = function(arr) {
this.add(this.getShuffledArray(arr));
}
TypingTextManager.prototype.makeExaminationContents = function(arr) {
this.init();
// getExaminationArray : slice too long sentence by proper words and last space
this.add(arr);
}
TypingTextManager.shuffledArray = function(arr) {