Repository files navigation
Redirects to /accounts/login/
Controls the login authentication.
$_POST
logging_in - Empty POST variable to check if there's a login going on
email - The user's email
password - The user's password
remember - If login should be remembered
$_POST
No POST required/available
Returns JSON with entire category database
$_POST
No POST required/available
Yet to be developed, currently showing type 0 categories
$_POST
No POST required/available
/questions/bycategory/$categoryId
Yet to be developed, currently all question from category $categoryId
$_POST
No POST required/available
Shows question with id $id
$_POST
No POST required/available
Show question with id $id with answer
$_POST
answer - Choosen answer for the question
Shows interface to choose what categories user want
$_POST
No POST required/available
/questions/search/$categories /$perCategory /
Shows $perCategory questions from categories $categories
$_POST
No POST required/available
Show multiple questions in one page, id's returned from func_get_args();
$_POST
No POST required/available
Show multiple questions in one page with answer highlighted, id's return from func_get_args();
$_POST
No POST required/available
About
Free online questions and tests
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.