Used to build online examination systems, such as driving license, English and other practice systems.
1. System functions:
1. Strengthen training tests and make individual connections to knowledge points
2. Randomly compose papers for practice, and the system automatically selects questions for practice
3. Manually compose papers and form test papers through the teacher platform for simulation practice
4. Supports the coexistence of subjective and objective question types, and subjective question scoring can be set to student self-evaluation and teacher background scoring
5. Support random selection of question types (such as English reading comprehension, one question type with multiple sub-questions)
6. Supports the examination room function, and can open a separate examination room for a single user
7. Supports functions such as question collection, wrong question redoing, and exam records.
2. System operating environment
php(5.2,5.3)+mysql5.0
3. Installation method
1. Import pe.sql into the database using phpmyadmin
2. Set the database parameters in the lib/config.inc.php file, and be sure to save them in utf8 without BOM format.
3. Set the data directory and files/attach directory to be readable and writable (777 permissions)
4. After completing the above 3 steps, the installation can be completed.
Front desk address:
domain name/index.php
Backend address:
Domain name/index.php?core-master
Default administrator:
Username: peadmin
Password: peadmin
2015-12-01 (3.1) Change function
1. Fix known bugs in 3.0
2. Add score analysis statistics on the teacher’s side
3. Optimize system security
4. The editor adds an audio upload module