ForeFlight’s moving map screen provides nearly every piece of information a VFR or IFR pilot needs over the course of a flight. Take our latest quiz and see if you know how to access some of its hidden features.
(function($)
{
$(document).ready(function()
{
function init()
{
FB.init({
appId : ”, // App ID
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
// Use real facebook api button.
FB.getLoginStatus(function(response) {
$(‘.wpvq-facebook-yesscript’).show();
$(‘.wpvq-facebook-noscript’).hide();
});
// Trigger on FB Real Share Button
$(‘.wpvq-facebook-share-button’).click(function(e)
{
FB.ui({
method: ‘feed’,
link: ‘https://ipadpilotnews.com/2022/11/foreflight-quiz-advanced-map-challenge/’,
name: wpvq_facebook_caption,
caption: ‘https://ipadpilotnews.com/2022/11/foreflight-quiz-advanced-map-challenge/’,
description: wpvq_facebook_description,
picture: wpvq_facebook_picture
}, function (response) {
});
e.preventDefault();
});
}
// Load the trigger function on init
// TODO : just “init();”.
if(window.FB) {
init();
} else {
window.fbAsyncInit = init;
}
});
})(jQuery);
(function(d){
var js, id = ‘facebook-jssdk’, ref = d.getElementsByTagName(‘script’)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(‘script’); js.id = id; js.async = true;
js.src = “//connect.facebook.net/en_US/all.js”;
ref.parentNode.insertBefore(js, ref);
}(document))
How can you display VFR Flyway Planning Charts on the moving map?
Correct! Wrong!
When the NOTAMs layer is enabled on the map, what is the significance of an area highlighted with yellow shading?
Correct! Wrong!
How can you quickly find the nearest airport in ForeFlight?
Correct! Wrong!
When approaching to land at an airport, how can you display a final approach path aligned with the planned landing runway?
Correct! Wrong!
What do the yellow and red colors indicate for terrain when the Hazard Advisor layer is enabled?
Correct! Wrong!
How can you display the legend and side panel of VFR Sectional or IFR En Route chart on the map?
Correct! Wrong!
When flying with an ADS-B receiver, how can you display ground-based traffic on an airport diagram?
Correct! Wrong!
Where can you find a written description about surface Hot Spots for an airport?
Correct! Wrong!
While briefing an instrument approach, you see a snowflake icon and temperature listed in the briefing strip. What does this mean and where in ForeFlight can you find more information?
Correct! Wrong!
When viewing the Aeronautical map overlay, how can you determine the MEA for an airway?
Correct! Wrong!
Share the quiz to show your results !
Facebook
Facebook
Just tell us who you are to view your results !
ForeFlight Advanced Map Challenge You got out of 10 right!
Share your results :
Facebook
Facebook
Twitter
Google+
var quizId = 18;
var totalCountQuestions = 10;
var askEmail = false;
var askNickname = false;
var forceToShare = false;
var i18n_wpvq_needEmailAlert = “You have to give your e-mail to see your results.”;
var i18n_wpvq_needNicknameAlert = “You have to give your nickname to see your results.”;
var wpvq_share_url = ‘https://ipadpilotnews.com/2022/11/foreflight-quiz-advanced-map-challenge/’;
var wpvq_facebook_caption = ‘I got %%score%% out of 10 right ! And you ?’;
var wpvq_facebook_description = ‘ForeFlight Advanced Map Challenge’;
var wpvq_facebook_picture = null;