Add: maestro record page - writing record

This commit is contained in:
2019-09-09 11:19:22 +09:00
parent db0e4646fa
commit 42039e9bf6
3 changed files with 186 additions and 5 deletions
@@ -84,16 +84,16 @@ function activateMouseApp(activatedList) {
function getGroupName(groupName) {
switch(groupName) {
case "typing_practice_kor":
return "자리 연습 - 한글";
return "손가락 연습 - 한글";
case "typing_practice_eng":
return "자리 연습 - 영문";
return "손가락 연습 - 영문";
case "typing_test_kor":
return "타자 시험 - 한글";
return "단어/문장 연습 - 한글";
case "typing_test_eng":
return "타자 시험 - 영문";
return "단어/문장 연습 - 영문";
}