Current Affairs Quiz 38
Stay informed the smart way!Test your awareness of current affairs with our weekly news quiz, carefully curated from the most important events and headlines of the past week. A quick, engaging way to revise what matters most..

function CheckAns(question, answer) { if (answer != ans[question]) { if (!done[question]) { done[question] = -1; swal({ title: 'You got it wrong!', type: 'error', html: 'Right answer is: '+ ans[question] + ' : ' + corans[question] + '
' + exp[question] + '.', showCloseButton: true, showCancelButton: false, confirmButtonText: ' OK!', cancelButtonText: '' }) } else { swal("Sorry!", "You have already attempted this question!", "error"); } } else { if (!done[question]) { done[question] = -1; score++; swal({ title: 'Well done!', type: 'success', html: 'Right answer is: '+ ans[question] + ' : ' + corans[question] + '
' + exp[question] + '.', showCloseButton: true, showCancelButton: false, confirmButtonText: ' OK!', cancelButtonText: '' }) } else { swal("Sorry!", "You have already attempted this question!", "error"); } } } function Test_result() { if (score == tot_ques) { swal("Outstanding!", "You have scored 100%!\n Thank you for visiting us. Hope you have enjoyed it.\n Visit again for more quizzes updated regularly", "success"); } else if (score >5) { swal("Good!", "You have scored " + score + " out of " + tot_ques + "\n Thank you for visiting us. Hope you have enjoyed it. \n Visit again for more quizzes updated regularly", "success"); } else if (score <=5) { swal("Work Hard!", "You have scored " + score + " out of " + tot_ques + "\n Thank you for visiting us. Hope you have enjoyed it. \n Visit again for more quizzes updated regularly", "success"); } }

0 Comment to "Current Affairs Quiz 38"
Post a Comment
Thank you for leaving your comment. Your comment will appear here after moderated by the administrator. Only comments having proper names of the person with a genuine content will be considered for publishing.