Listen to the article
Où a eu lieu la première Exposition universelle ? Quel volcan, entré en éruption en 79 ap. J.-C., a enseveli la ville de Pompéi ? Sous quel règne l’Empire ottoman atteint-il son apogée ? Voici neuf questions pour découvrir ou redécouvrir des faits historiques marquants, apprendre en jouant et stimuler votre mémoire.
Vous séchez sur une question ? Une réponse vous laisse sur votre faim ? A chacune correspond une leçon Mémorable. Cette application de culture générale, conçue par les journalistes du Monde, a été créée pour vous aider à approfondir vos connaissances dans de nombreux domaines, à mieux comprendre les enjeux de notre temps et à stimuler votre mémoire de manière agréable et efficace. Chaque leçon, élaborée sur un thème donné, propose des extraits d’articles tirés de nos archives depuis 1944, des infographies ou des vidéos, suivis de questions. A vous d’y répondre, avant de profiter de corrections immédiates et personnalisées, de pistes d’approfondissement, puis de révisions.
Avant d’approfondir votre culture générale avec Mémorable, voici notre test :
Question suivante
Refaire le quiz
Voir mon score
`
function pageScroll(target) {
console.log(‘scroool’, $(‘.quizcodeur-container’).offset().top)
$(‘html’).animate({
//scrollTop: $(‘.quizcodeur-container’).position().top – 80
scrollTop: $(target).position().top – 60
}, 1000);
};
function buildQuestion(){
/* ON GÈRE LE SCROLL SUR LA QUESTION */
if (qnum != 0) {
pageScroll(‘.quizcodeur-container’);
}
/* ON GÈRE LA PROGESSION DU QUIZ / NUM QUESTION */
$(« #question-number »).html(‘QUESTION ‘ + (qnum + 1) + « https://www.lemonde.fr/ » + dataquiz.length);
$(« .quiz-question »).html(dataquiz[qnum].question);
$(« .quiz-answers »).empty()
for(var i=0;i
}
/* ON CACHE LES ÉLÉMENTS DE LA QUESTION À MONTRER APRÈS LE CHOIX DU LECTEUR */
$(« .quiz-verdict »).hide();
$(« .next-question, .button-score »).hide();
if(qnum == dataquiz.length-1){
displayResults();
}
/* ON PRÉ-REMPLIT LA PARTIE VERDICT QUI SERA AFFICHÉE APRÈS SÉLÉCTION DE LA RÉPONSE */
$(« .quiz-verdict-short »).empty();
$(« .quiz-verdict-short »).removeClass(‘correct’);
$(« .quiz-verdict-short »).removeClass(‘incorrect’);
$(« .quiz-ws-data-details »).empty();
var html_out= » »;
$(« .quiz-explanation »).html(dataquiz[qnum].correct);
checkAnswer();
/* FIN DU PRÉ-REMPLISSAGE */
}
function checkAnswer(){
$(‘.item-answer’).on(‘click’, function(){
if (qnum == 0) {
pageScroll(‘.quizcodeur-container’);
}
$(‘.item-answer’).off();
$(‘.item-answer’).css(« cursor », « default »);
$(‘.item-answer span’).css(« opacity », « 0.3 »);
var correct = dataquiz[qnum].bonnereponse;
if(parseInt($(this).attr(‘answer-num’)) == correct){
$(this).addClass(‘correct’);
$(this).append( »);
$(« .quiz-verdict-short »).addClass(‘correct’);
$(« .quiz-verdict-short »).html(« Bonne réponse »);
score++;
}
else{
$(this).addClass(‘incorrect’);
$(this).append( »);
$(« .quiz-verdict-short »).addClass(‘incorrect’);
$(« .quiz-verdict-short »).html(« Mauvaise réponse »);
$(« div[answer-num=' » + dataquiz[qnum].bonnereponse + « ‘] »).addClass(‘correct’);
$(« div[answer-num=' » + dataquiz[qnum].bonnereponse + « ‘] »).append( »);
}
// GESTION DES PICTO SUR LES RÉPONSES PROPOSÉES
$(« .quiz-verdict »).show();
if(qnum == dataquiz.length-1)
$(« .button-score »).show();
else
$(« .next-question »).show();
});
}
function nextQuestion(){
$(« .next-question »).on(‘click’, function(e){
qnum++;
buildQuestion();
});
}
function displayResults(){
var link = document.URL;
$(« .button-score »).on(‘click’, function(){
$(« .quiz-question, .quiz-answers, .quiz-verdict »).hide();
$(« #question-number »).html(« VOTRE RÉSULTAT »);
/* ON GÈRE L’AFFICHAGE DES RÉSULTATS */
$(« .user-score »).html(‘Votre score : ‘ + score +
‘ ‘ + (score > 1 ? ‘bonnes réponses’ : ‘bonne réponse’) + ‘ sur ‘ + dataquiz.length + ‘‘)
/* JAUGE USER */
var elements = document.getElementsByClassName(‘module_decodeur_header’);
var requiredElement = elements[0];
var width = requiredElement.offsetWidth// * 0.78;
$(« .jauge-user .progress-correct »).css(‘width’, Math.floor(score/dataquiz.length*width) + « px »);
$(« .jauge-user .progress-wrong »).css(‘width’, Math.floor((1-score/dataquiz.length)*width) + « px »);
$(« .jauge-user .progress-cursor »).css(‘left’, Math.floor(score/dataquiz.length*width)-6 + « px »);
/* JAUGE LECTEURS
/* ON GÈRE LE PARTAGE SUR LES RÉSEAUX SOCIAUX */
var social_share = «
Partagez votre score sur les réseaux sociaux :
»
$(« .social-sharing »).html(social_share);
$(this).hide();
$(« .redo-quiz »).show();
$(‘.redo-quiz’).on(‘click’, function(){
redoQuizz();
})
$(« .quiz-results »).show();
});
}
function redoQuizz(){
done = true;
$(‘.quizcodeur-container’).empty();
$(‘.quizcodeur-container’).html(empty_shell);
score = 0;
qnum = 0;
buildQuestion();
nextQuestion();
}
//var pubStylesheet= »quiz-lemonde.css »;
var pub = ‘lemonde’;
var compte_twitter= »lemondefr »;
var button_ok = ‘false’;
var cdn = ‘//s1.lemde.fr/assets-redaction/quizodeur/v2.0.5/’;
var data_ws;
$(« .quizodeur-container »).html(«
Chargement en cours…
« )
//variables
var done = false,
bonnereponse,
qnumber,
score = 0,
qnum = 0;
// social media icons
var facebook = « « ;
var twitter = « « ;
var google = « « ;
$(« .quizcodeur-container »).empty()
$(« .quizcodeur-container »).html(empty_shell);
buildQuestion();
nextQuestion();
});
Ce quiz vous a plu ?
Allez plus loin et essayez gratuitement Mémorable.
Et vous pouvez faire, refaire ou partager nos tests :









