WWTBAFM: Questions Manager

add($_POST[‘language’],$_POST[‘difficulty’],$_POST[‘question’],$_POST[‘a’],$_POST[‘b’],$_POST[‘c’],$_POST[‘d’],$_POST[‘answer’],$_POST[‘user’]);
if (isset($_POST[‘download’])) $page->download($_POST[‘language’]);
//if (isset($_GET[‘build’]) && $_GET[‘lang’]) $page->build($_GET[‘lang’]);
//if (isset($_GET[‘import’]) && $_GET[‘lang’]) $page->import($_GET[‘lang’]);
?>


Number of questions in database

Language Easy Middle Hard Total
English count(“ENG”,1); ?> count(“ENG”,2); ?> count(“ENG”,3); ?> count(“ENG”,0); ?>
French count(“FRA”,1); ?> count(“FRA”,2); ?> count(“FRA”,3); ?> count(“FRA”,0); ?>
Spanish count(“SPA”,1); ?> count(“SPA”,2); ?> count(“SPA”,3); ?> count(“SPA”,0); ?>
Italian count(“ITA”,1); ?> count(“ITA”,2); ?> count(“ITA”,3); ?> count(“ITA”,0); ?>
German count(“GER”,1); ?> count(“GER”,2); ?> count(“GER”,3); ?> count(“GER”,0); ?>
Dutch count(“NLD”,1); ?> count(“NLD”,2); ?> count(“NLD”,3); ?> count(“NLD”,0); ?>
Total count(0,1); ?> count(0,2); ?> count(0,3); ?> count(0,0); ?>

Get the latest questions file

Remember that a question file must contain at least 5 questions for each difficulty

Lotti is not responsable for the content of the questions’ file.

Please select language

Add a new question

Please, select the right difficult for your question!

Here is a list of supported chars.

Language
Difficulty
Question
Answer A
Answer B
Answer C
Answer D
Correct Answer
Your Nickname

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.