diff --git a/resources/image/web/notification.png b/resources/image/web/notification.png new file mode 100644 index 0000000..4c1b2e8 Binary files /dev/null and b/resources/image/web/notification.png differ diff --git a/src/web/client/license_timer.html b/src/web/client/license_timer.html index 46a3714..4bd6adf 100644 --- a/src/web/client/license_timer.html +++ b/src/web/client/license_timer.html @@ -166,5 +166,98 @@ } +
점수 저장에 앞서 반드시 학생이 준비하는 시험 과목을 버튼에서 선택 또는 직접 입력해주세요.
+시험 문제 풀이를 시작하면서 시작 버튼( )을 눌러주세요. 다음에 이어하려면 반드시 일시 정지 버튼( )을 눌러서 멈춰주세요.
+타이머 앱을 사용하실 때에는, IE와 Chrome보다는 Edge나 다른 브라우저의 사용을 권장합니다.
+ (Chrome 브라우저에서도 Notification 알림을 사용할 수 있도록 작업중입니다. 내년 상반기 예정)
| # | +IE (MS) | +Edge (MS) | +Chrome (구글) | +Firefox, Safari, ... | +
|---|---|---|---|---|
| Notification 알림 | +X | +O | +X | +O | +
| (Alert 팝업창) 타이머 웹브라우저 실행중일 때 |
+ Alert 팝업창 실행됨 | +Notification 알림 | +Alert 팝업창 실행됨 | +Notification 알림 | +
| (Alert 팝업창) 다른 윈도우 작업중일 때 |
+ X | +Notification 알림 | +작업표시줄 아이콘 점멸 | +Notification 알림 | +
| (Alert 팝업창) 타이머 웹브라우저가 최소화 상태일 때 |
+ X | +Notification 알림 | +X | +Notification 알림 | +
웹 페이지에서 이벤트가 발생했을 때, 웹 브라우저가 표시해주는 팝업창입니다.
+
+