Add: Typing Examination - basic files
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user