Home>Article>Backend Development> what is phpems
PHPEMS system is an open source Chinese online examination system. The system is developed based on PHP. It is a domestic high-quality system that integrates online examination, video playback and other functions and is easy to operate.
System functions:
1. Strengthen training tests and make individual connections on knowledge points (recommended Study:PHP Video Tutorial)
2. Random test paper practice, the system automatically selects questions for practice
3. Manual test paper contact, manually compose test papers through the teacher platform Form test papers for simulation exercises
4. Support the coexistence of subjective and objective question types. Subjective question scoring can be set to student self-evaluation and teacher back-end scoring
5. Support question generation (such as English reading comprehension , one question stem has multiple sub-question types) randomly selected
6. Supports the examination room function, and can open a separate examination room for a single user
7. Supports question collection, redoing wrong questions, Exam records and other functions
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 it 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.
The above is the detailed content of what is phpems. For more information, please follow other related articles on the PHP Chinese website!