-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix upload ảnh ✓ - Fix nhập câu hỏi trực tiếp trên web bị mã hóa 1 số ký tự ✓ - Sửa lại giao diện xem lại bài trực quan hơn ✓ - Thêm chức năng sau khi Admin xác nhận, học sinh mới có thể xem chi tiết bài thi ([email protected]) ✓ - Thay đổi cách thức gửi đáp án của học sinh (sữa lỗi đáp án chọn không trùng với đáp án trong bảng câu hỏi và đáp án có nội dung ảnh) ✓
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
v3.4.1 (xx/xx/2019) | ||
#3410 | ||
v3.4.1 (17/03/2019) | ||
|
||
- Fix upload ảnh ✓ | ||
- Fix nhập câu hỏi trực tiếp trên web bị mã hóa 1 số ký tự ✓ | ||
- Sửa lại giao diện xem lại bài trực quan hơn ✓ | ||
- Thêm chức năng sau khi Admin xác nhận, học sinh mới có thể xem chi tiết bài thi ([email protected]) ✓ | ||
- Thêm nhập nội dung ảnh cho câu hỏi và câu trả lời | ||
- Thêm nhập nội dung ảnh cho câu hỏi và câu trả lời ✗ | ||
- Thay đổi cách thức gửi đáp án của học sinh (sữa lỗi đáp án chọn không trùng với đáp án trong bảng câu hỏi và đáp án có nội dung ảnh) ✓ | ||
|
||
v3.4.0 (18/02/2019) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ Xem thêm tại [CHANGELOG](CHANGELOG.md) | |
|
||
- Thêm tùy chọn nhập bộ câu hỏi từ file word. (Cảm ơn bạn [email protected]) | ||
- Giáo viên có thể thêm câu hỏi vào ngân hàng đề (admin sẽ duyệt câu hỏi) | ||
- Thêm người dùng mới "Giáo viên bộ môn" ([email protected]) | ||
- Hiển thị số tin nhắn chat, thông báo chưa đọc | ||
- Thêm tự động cập nhật phiên bản phần mềm | ||
- Thêm logs lưu vết tất cả các thông tin liên quan đến việc thay đổi dữ liệu trong cơ sở dữ liệu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ class Config | |
{ | ||
const TITLE = 'Hệ Thống Trắc Nghiệm Online'; | ||
const COPYRIGHT = "Copyright © 2016 Nong Van Du"; | ||
const VERSION = "Release 3.4.0"; | ||
const VERSION = "Release 3.4.1"; | ||
const OWNER = "Nông Văn Du (Dzu)"; | ||
const CONTRIBUTOR = ""; | ||
const EMAIL = "[email protected]"; | ||
const RELEASE = "18/02/2019"; | ||
const RELEASE = "17/03/2019"; | ||
const TIMEZONE = "Asia/Bangkok"; | ||
} |