Demonstrate ROI and Unlock Decisions

Demonstrate ROI and Unlock Decisions
Business-Critical Intervention
What does it cover?
This Intervention is designed to help salespeople demonstrate ROI to increasingly sceptical clients and customers, and to work with stakeholders in a virtual medium to unlock decision processes that are often getting gridlocked at the C-Suite. This business-critical intervention draws on two modules from Imparta’s award-winning 3D curriculum:
Proving Value
Impact: Conversion Rate; Sales Cycle Time
Create a compelling Value Proposal to quantify the potential impact of your solution, expressed in the customer’s own terms. (Consider Strategic, Tactical, Political and Individual value.)

Managing
Stakeholders
Impact: Win Rate
May key customer stakeholders in terms of influence and alignment. Develop strategies to improve the political support for your solution.

");
});
$(".dot").eq(0).addClass("current-dot");
jQuery('#slick').on('afterChange', function (event, slick, currentSlide) {
console.log("afterChange");
linelength = $( ".line>div").width()*(2/3);
dotVal = ( $("#slick .slick-center").attr("data-pointer"));
//slideVal = ( (dotVal/100)*linelength ) - ($(".center").width() )/2;
slideVal = ( (dotVal/100)*linelength );
currIndex = ($( "#slick .slick-current").attr("data-slick-index"));
console.log(slideVal);
$( ".failure").html("Typical Failure Points
"+failurep[currIndex]);
$( ".bc-label").html(bcstage[currIndex]);
// $( ".failure").fadeOut().next().delay(500).fadeIn();
$( ".line>div.dotted" ).animate({ marginLeft: '-'+slideVal+'' }, 300);
$( ".line>div.dotted>.dot" ).each(function( index ) {
$(this).removeClass("current-dot");
});
$( ".line>div.dotted>.dot" ).eq(currIndex).addClass("current-dot");
});
});