Home > Article > Backend Development > PHPEMS online mock exam system source code, phpems mock exam system_PHP tutorial
This system is mainly used to build online exam systems, such as driving license, English and other practice systems.
1. System functions:
1. Strengthen training tests and individually connect knowledge points
2. Random practice exercises , the system automatically extracts questions for practice
3. Manually compose the test papers through the teacher platform to form test papers for simulation practice
4. Support subjective and objective question types Coexist, subjective question scoring can be set to student self-evaluation and teacher back-end scoring
5. Supports 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 question collection, wrong question redoing, test recording and other functions
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. Be sure to save it in utf8 without BOM format.
3. Set the data directory and files/attach directory to be readable and writable (777 permissions)
4. The installation can be completed after completing the above 3 steps.
Front-end address:
Domain name/index.php
Back-end address:
Domain name/index.php?core-master
Default administrator:
Username: peadmin
Password: peadmin
2014-10-08 (2.1) Changed functions
1. Modified 2.01 known bugs
2. Added After-class practice system
3. Add a single-page single-question display format
4. Add a random question volume ratio mode (according to knowledge points and difficulty) Freely matched test papers, advanced applications are more difficult and require a longer period of study to master)
5. Added exam mode selection, you can choose to use only the official exam mode separately.
www.mycodes.com
http://www.bkjia.com/PHPjc/906475.html