Here is mine SQL
````SELECT count(*) as total_questions,count(ma.answers) submitted_answers, count(if(ma.answer = concat(\'option_\',q.right_answer),1, NULL)