Home  >  Article  >  Backend Development  >  PHPEMS online mock exam system source code, phpems mock exam system_PHP tutorial

PHPEMS online mock exam system source code, phpems mock exam system_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:15:113761browse

PHPEMS online mock exam system source code, phpems mock exam system

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.


>

Detailed description: http://php.662p.com/thread-534-1-1.html

Recommend a PHP The source code of the online examination system is preferably completely unencrypted

PHPEMS is an online mock exam system developed based on PHP+Mysql, which can suit your requirements. And it runs quickly.


What are the functions of the online mock exam system?

You can download the source code online and use it. It is suitable for people who are about to deal with some computer-based exams, and it also serves as a mock test question during the exam. Including online answering, submitting answers, and automatic marking function!
Recommended: www.cn700.com

www.mycodes.com


http://www.bkjia.com/PHPjc/906475.html

truehttp: //www.bkjia.com/PHPjc/906475.htmlTechArticlePHPEMS online simulation examination system source code, phpems simulation examination system This system is mainly used to build online examination systems, such as driver's license, English and other practice systems. 1. System functions: 1. Intensive training...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn