/text2test

Make your text to a test

Primary LanguageJavaScriptMIT LicenseMIT

#text2test The application is intended for educational organisations, as a supplementary tool for language courses, which can be used for individual learning, homeworks, tests, etc. The text2test is programmed in PHP and JavaScript/jQuery, so it should be possible to install the app on any server. It is open source, so you can use it free of charge and without any restrictions.

##Installation

  1. Make sure you have Apache, PHP, MySQL, gettext and Composer installed
  2. Clone the repo to a folder on your server
  3. Import the file "install/text2test.sql" to your MySQL
  4. Edit _config.php and rename it to config.php
  5. Run composer install on application's root folder to install dependences