PHPEMS online simulation test system is mainly used to build online test systems, such as driving license, English and other practice systems.
System functions
1. Strengthen training tests and make individual connections on knowledge points
2. Randomly compose papers for practice, and the system automatically selects questions for practice
3. Manually compose the test papers, and use the teacher’s platform to manually compose the test papers 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.
System operating environment
php(5.3-5.6)+mysql5.0
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
PHPEMS online mock exam system update log
v7.0 bulk2021-10-07
1. Backend interface optimization
2. Rewrite the certificate function and add online certificate generation
3. Add background to view course learning progress
4. Fix known bugs
v6.1 bulk2020-08-25
1. Add WeChat one-click login
2. The editor supports picture pasting
3. Fix known bugs
v6.0 bulk2019.09.24
1. Optimize the mobile version
2. Question cap questions support multiple question types
3. Optimize formal exams
4. Optimize courses
5. Fix known bugs