All correct answers and rewards

The second part of the In Truth's Steps mini-game in Genshin Impact's Akademiya Extravaganza event is finally available. Like the first part, players must go to the NPC named Bahar and listen to and analyze her story. Once that is done, they must find out the truth and correctly answer all the questions presented by the event organizer.

Just like before, Genshin Impact players can ask Bahar a few questions of their own to obtain several hints. After answering all of Bahar's questions correctly, players can also earn several in-game rewards, such as Primogem, Mora, and Gala Excitement.


fortnite-promotional-banner

Genshin Impact guide to complete In Truth's Steps Part II challenge

Read the story carefully (Image via Genshin Impact)
Read the story carefully (Image via Genshin Impact)

In the second part of the In Truth's Steps mini-game, Bahar will narrate a new story for you. This time, the narrative is about a student Bahera, and his unnamed mentor in Akademiya. Read the story and carefully analyze it to avoid missing any important details.

Ask Bahar questions to get hints (Image via Genshin Impact)
Ask Bahar questions to get hints (Image via Genshin Impact)

Once you're done reading the story, ask Bahar a few questions of your own. You will begin with only one question but can unlock more options as you obtain more information. Once you think you have acquired enough info, click on Find the Truth to complete the challenge.

Here is a list of all four questions from Part II of In Truth's Steps and their answers:

1) Why was his mentor angry?

  • Because he could not obtain the letter.

2) Who was it who last came in contact with the letter?

  • The Darshan staff member who was in charge of passing on the letter.

3) Where was the letter?

  • The mentor's office.

4) What was within the letter?

  • The keys to the office.

For reference, the truth is that Bahera went on a trip for his research and accidentally brought his mentor's office keys with him. Upon his teacher's request, Bahera sent the keys back to Akademiya via a letter, and the Darshan staff member in charge dropped the letter off at the office's letter slot. So now, the letter and office keys are stuck inside the locked office, and the mentor did not receive his keys.

Note: To get all the rewards in this challenge series, you'll need to complete Truth's Note Part 3.


In Truth's Steps Part II rewards

Part two challenge rewards (Image via Genshin Impact)
Part two challenge rewards (Image via Genshin Impact)

Here is a list of all the rewards that you can obtain after completing Part II of the In Truth's Steps mini-event in A Parade of Providence:

  • Primogems x30
  • Gala Excitement x100
  • Hero's Wit x3
  • Guide to Ingenuity x4
  • Varunada Lazurite Fragment x3

This is all for the Genshin Impact guide to completing the second part of In Truth's Steps. The final challenge of this mini-event will be unlocked in a few days' time.

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": 1491610, "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(1491610); 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(1491610) >= 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(1491610) .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 }); })();

You Might Also Like