function run()
{
    $getQuestion = function () {
        $question = rand(1, 20);
        return $question;