Hogwarts Legacy has a fair amount of NPC missions where you get to help out your classmates or have a unique interaction with them to obtain some exciting rewards.
While these side quests do not impact the RPG’s main narrative much, they do add a bit of flavor to your school year in Hogwarts, allowing you to get to know your classmates a bit better.
While many of these NPC quests are quite easy to accomplish, specific missions are trickier, and many in the Wizarding World community seem to be stuck on them.
One of these Hogwarts Legacy side missions is the quiz that Sophronia Franklin puts you through when you try to obtain the Book of Intermediate Transfiguration. Additionally, she will quiz you every time you interact with her, with each successful attempt providing you with XP and rewards.
Today’s guide will go over all the questions that Sophronia Franklin will ask you as a part of her questline, their answers, and the rewards you can obtain for successfully answering them.
Here are all the questions that Sophronia will ask you in Hogwarts Leagcy and their answers:
Question 1:Before the invention of the Golden Snitch, which magical creature was used in a game of Quidditch?
Question 2: Which potion is commonly referred to as Liquid Luck?
Question 3: The Tale of the Three Brothers involves which magical artifacts?
Question 4: Which ball in Quidditch is the largest?
Question 5: True or false: Polyjuice Potion allows the drinker to change species.
Question 1: What governmental body directly preceded the Ministry of Magic?
Question 2: Which dragon breed is the smallest?
Question 3: Who founded the village of Hogsmeade?
Question 4: The Hidebehind was accidentally created by cross-breeding a ghoul with what magical creature?
Question 5: What is the only spell known to repel a Lethifold?
Question 6: Who published the Law of Elemental Transfiguration?
Question 7: What does the Hogwarts motto translate to?
Question 8: Which magical creature is the only one to produce eggs through its mouth?
Question 9: Where is the Ilvermorny School of Witchcraft and Wizardry located?
Question 10: What is the most powerful love potion known to wizardkind?
Question 1: Emeric the Evil was killed in a duel against whom?
Question 2: If a Chaser keeps their hand on the Quaffle as it goes through the goal, what foul are they committing?
Question 3: A bite from a Mackler Malaclaw has the unusual side effect of causing what?
Question 4: What plant excretes Stinksap?
Question 5: The Pepperup Potion evolved from a remedy crested by which 12th-century wizard?
Question 6: In The Wizard and the Hopping Pot, what does the elder wizard leave for his son in the Hopping Pot?
Question 7: The Snallygaster is native to which region of the world?
Question 8: Who is the muggle knight featured in The Fountain of Fair Fortune?
Question 9: The world’s largest Kelpie is also known by what other name?
Question 10: Who was the first Minister for Magic?
As mentioned, for the first Sophronia quiz you take, you will only be rewarded with the Book of Intermediate Transfiguration. For the other quizzes, here are the rewards that you can look forward to
Potions are some of the best ways to make difficult encounters easier in Hogwarts Legacy. Hence players are advised to invest some time answering Sophronia’s questions to get some free potions.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1398633, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1398633); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1398633) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1398633) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ2jpbyzwNJon6ifp5a%2Ftb%2BMpZygmZOuerSxz6GpqKaZlnqnvsCnoqWhnmK%2BtrXZZp6uoZSaeqK4y2aYp6unmr%2B0edCunKysXaeyuK3Rnao%3D