Skip to content

Commit

Permalink
Merge pull request #6 from meesudzu/beta
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
meesudzu authored Nov 5, 2018
2 parents 0917d03 + 351213c commit de435da
Show file tree
Hide file tree
Showing 72 changed files with 2,237 additions and 1,457 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.2.0 (06/11/2018)

- Nâng cấp chức năng tạo đề thi của quản trị viên ✓
- Có thể chọn môn, chọn khối, chọn số câu hỏi của từng chương trong đề thi ✓
- Hệ thống sẽ lấy ngẫu nhiên các câu hỏi theo điều kiện đã chọn để tạo đề thi ✓
- Mỗi học sinh khi chọn đề thi để làm bài sẽ có bộ câu hỏi được lấy từ bộ câu hỏi của đề thi sau khi đã được trộn thứ tự các câu hỏi và câu trả lời. ✓
- Nâng cấp chức năng làm bài của học sinh ✓
- Thay đổi giao diện trang làm bài/thi trực quan, nhiều chức năng hơn ✓
- Hệ thống sẽ lưu lại trạng thái làm bài và thời gian còn lại của học sinh. Khi gặp sự cố hoặc học sinh lỡ tay đóng trình duyệt đang mở, khi mở lại trang làm bài tập sẽ vẫn lưu lại trang thái các câu đã làm và thời gian còn lại. ✓
- Có thể xem lại thông tin bài làm và điểm bất cứ khi nào cần. ✓
- Hỗ trợ thêm các môn có thể kiểm tra/thi bằng hình thức trắc nghiệm
v3.1.3 (29/09/2018)

- Fix chức năng thêm câu hỏi qua file (cho phép hiển thị ảnh trong nội dung câu hỏi) ✓
Expand Down
1 change: 0 additions & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- Chạy domain/install.php để tiến hành cài đặt và cấu hình hệ thống
- Sửa tài khoản gửi email quên mật khẩu tại /controllers/controller_login.php dòng 113 và 114
- Tài khoản mặc định

tài khoản: admin
mật khẩu: 123456
- Để thử nghiệm hệ thống với bộ cơ sở dữ liệu cho sẵn, vui lòng import file tại /res/files/test_data.sql
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@ Mục tiêu: Xây dựng hệ thống trắc nghiệm online cho các trường
Xem tại [CHANGELOG](CHANGELOG.md)<br />
## Sắp Có

- Nâng cấp chức năng tạo đề/Làm bài
- Thêm nhiều dạng bài tập hơn
- Cập nhật thêm nhiều môn học có thể kiểm tra bằng hình thức trắc nghiệm

- Thêm nhiều dạng bài tập trắc nghiệm hơn
- Hỡ trợ nhiều dạng thông tin có trong câu hỏi hơn như hình ảnh, âm thanh, video...
[Hướng dẫn sử dụng](GUIDE.md)
## Ảnh Demo (Chụp Từ v3.1.0)
## Ảnh Demo (Chụp Từ v3.2.0)
![INSTALL](demo-images/install.png)
![Đăng nhập 1](demo-images/login-1.PNG)
![Đăng nhập 2](demo-images/login-2.PNG)
![DEMO](demo-images/1.png)
![DEMO](demo-images/4.1.png)
![DEMO](demo-images/4.2.png)
![DEMO](demo-images/4.3.png)
![DEMO](demo-images/2.png)
![DEMO](demo-images/3.png)
![DEMO](demo-images/4.png)
![DEMO](demo-images/5.png)
![DEMO](demo-images/6.png)
![DEMO](demo-images/7.png)
![DEMO](demo-images/8.png)
![DEMO](demo-images/9.png)
![DEMO](demo-images/10.png)
![DEMO](demo-images/11.png)
## Lưu ý
Trên GitHub chỉ lưu từ v2.0.1 trở đi.<br />
Xem thêm tại [CHANGELOG](CHANGELOG.md)<br />
Expand Down
Binary file modified demo-images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo-images/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo-images/4.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo-images/4.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo-images/4.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo-images/4.png
Binary file not shown.
Binary file modified demo-images/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resource/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class Config
{
const TITLE = 'Hệ Thống Trắc Nghiệm Online';
const COPYRIGHT = "Copyright © 2016 By Dzu";
const VERSION = "3.1.3";
const VERSION = "3.2.0";
const OWNER = "Nông Văn Du (Dzu)";
const CONTRIBUTOR = "";
const EMAIL = "dzu6996@gmail.com";
const RELEASE = "29/09/2018";
const RELEASE = "06/11/2018";
const TIMEZONE = "Asia/Bangkok";
}
53 changes: 0 additions & 53 deletions resource/controllers/controller.php

This file was deleted.

Loading

0 comments on commit de435da

Please sign in to comment.