function mcq_record_mode_controller() { // Capability check if (!current_user_can('manage_options')) { wp_die(__('You do not have permission to access this page.', 'mcq-test-creator')); } // Nonce and test ID $test_id = isset($_GET['test_id']) ? intval($_GET['test_id']) : 0; $nonce = isset($_GET['nonce']) ? $_GET['nonce'] : ''; if (!$test_id || !wp_verify_nonce($nonce, 'mcq_record_mode_' . $test_id)) { wp_die(__('Invalid security token.', 'mcq-test-creator')); } // Build presentation data $presentation = mcq_build_presentation($test_id); if (!$presentation) { wp_die(__('No questions found in this test.', 'mcq-test-creator')); } // Render the view, capture output, and exit cleanly (no admin chrome) ob_start(); require_once MCQ_PLUGIN_DIR . 'views/record-mode.php'; $html = ob_get_clean(); wp_die($html); } Who was awarded the Nobel Peace Prize in 2001? - DocMCQs
Ad
Sponsored by Sir Tauqeer
CLICK HERE TO JOIN SIR TAUQUEER WHATSAPP GROUP
FOR PREPARATION CLASSES AND JOBS UPDATES
Join Now

Who was awarded the Nobel Peace Prize in 2001?

A. Kofi Annan
B. Nelson Mandela
C. Jimmy Carter
D. Malala Yousafzai
Correct Answer: A. Kofi Annan

The Nobel Peace Prize in 2001 was awarded to Kofi Annan, jointly with the United Nations. Annan, then Secretary-General of the United Nations, was recognized for his work towards a better organized and more peaceful world, emphasizing human rights and conflict resolution. His leadership at the UN during a challenging period was highly commended.

  • Nelson Mandela was awarded the Nobel Peace Prize in 1993 for his work in ending apartheid in South Africa.
  • Jimmy Carter received the Nobel Peace Prize in 2002 for his decades of untiring effort to find peaceful solutions to international conflicts.
  • Malala Yousafzai was awarded the Nobel Peace Prize in 2014 for her struggle against the suppression of children and young people and for the right of all children to education.

Leave a Comment

Join Our WhatsApp Channel ×
Scroll to Top