5 things you must see at Training 2019

https://mursion.wpengine.com/wp-content/uploads/2018/02/pasted-image-0.png

February 2018








Are you attending Training Magazine’s Conference and Expo February 25-27 in Orlando FL? If not, there is still time to register! If you want to stay abreast of the latest and greatest in emerging tech, here are some events happening that you won’t want to miss:

Emerging Technology track – this year, there is a dedicated track for emerging learning technology with up to 12 total sessions for all things related to AR, VR, AI/ML, and simulations for learning. Check out the schedule here. The Verizon 5G Experience Bus – a unique, immersive, and interactive experience that showcases how the super-fast 5G technology will revolutionize the ways we learn, explore and play. YOU get a chance to experience what this what this future 5G-powered connected world looks and feels like. A reservation is required for a 30-minute demo that includes AR, VR, interactive screens, and 4K video. Reserve your slot online.Our session pick: “Unlock Human Potential through Virtual Reality Simulation” Learn how Best Western’s award-winning “I Care – Every Guest Every Time” program is applying virtual reality with 25,000 frontline employees to elevate customer service. You will get to experience a live demo of an award winning simulation. Room Baja, Wednesday February 27 at 11:00 AM. Read more about the session here.The Training Technology Test Kitchen on the expo floor (booth #115) is offering 25+ sessions designed for sharing innovative tools, new media, and approaches to integrating technology into learning. Master Chefs are available to talk about design, discuss “recipes” (quick how-to guides), and provide hands-on sharing. Demos are running all day Monday and Tuesday here.At Mursion’s booth #616, come experience one or all three scenarios for leadership development in Mursion’s experiential VR simulator: having performance discussions, communicating difficult changes, and conducting competency-based interviews. Expo hours will be from 11-5 on Monday and Tuesday.

We hope to see you there!

You might also be interested in

Christensen Institute says Mursion is a disruptor and ‘Innovator Worth Watching’

08 February 2019

Is Mursion a disruptive innovator worth watching? Clayton Christensen Institute says yes.

Read More

Load more
ajax load more
// if(2 > 2){
// alert(‘ok’);
// }else{
// alert(‘notok’);
// }
function sameHeights(selector) {
var selector = selector,
query = document.querySelectorAll(selector),
elements = query.length,
max = 0;
if (elements) {
while (elements–) {
var element = query[elements];
if (element.clientHeight > max) {
max = element.clientHeight;
}
}
elements = query.length;
while (elements–) {
var element = query[elements];
element.style.height = max + ‘px’;
}
}
}
(function ($, window, document) {
// Check load more [show/hide button]
function checkLoadMoreButton_base_shortcode_resources_5cab398ad49a6() {
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab398ad49a6’).val()); //alert(paged);
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab398ad49a6’).val()); //alert(valMaxPage);
if (paged > valMaxPage) { //alert(‘hide’);
$(‘.loadMore_base_shortcode_resources_5cab398ad49a6’).hide();
} else {
$(‘.loadMore_base_shortcode_resources_5cab398ad49a6’).show();
}
}
checkLoadMoreButton_base_shortcode_resources_5cab398ad49a6();
sameHeights(“.resources-eh”);
$(“.loadMore_base_shortcode_resources_5cab398ad49a6”).on(“click”, function () {
getResourcesData_base_shortcode_resources_5cab398ad49a6(‘click’, ‘load’);
});
$(“.resource-filters_base_shortcode_resources_5cab398ad49a6 select”).on(“change”, function () {
getResourcesData_base_shortcode_resources_5cab398ad49a6(‘select’, ‘load’);
getResourcesData_base_shortcode_resources_5cab398ad49a6(‘select’, ‘maxPage’);
});
function getResourcesData_base_shortcode_resources_5cab398ad49a6(mode, maxPage) {
// We’ll pass this variable to the PHP function example_ajax_request
var atts = {“resource_types”:[],”show_featured”:””,”show_default_featured”:””,”show_filters”:””,”show_category_label”:””,”show_date”:{“show_date_choice”:”true”,”true”:{“date_format”:”d F Y”,”date_position”:”bottom”}},”filter_entries”:[],”load_more_text”:”Load more”,”posts_number_per_row”:”1″,”posts_number_per_row_tab”:”1″,”posts_number_per_row_mobile”:”1″,”posts_number_per_page”:”1″,”order_by”:”date”,”order”:”DESC”,”layout”:{“layout_choice”:”default”}};
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab398ad49a6’).val());
//
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab398ad49a6’).val());
var filters = {};
if (mode === ‘select’) {
var paged = 1;
}
$(“.resource-filters_base_shortcode_resources_5cab398ad49a6 select”).each(function (index) {
if ($(this).has(‘option:selected’)) {
//console.log(‘Select number ‘ + index + ‘: ‘ + $(this).val());
//console.log($(this).attr(“name”));
filters[‘”‘ + $(this).attr(“name”) + ‘”‘] = $(this).val();
}
});
// This does the ajax request
$.ajax({
url: ‘https://mursion.wpengine.com/wp-admin/admin-ajax.php’, // or example_ajax_obj.ajaxurl if using on frontend
type: ‘post’,
data: {
‘action’: ‘get_blog_data_copy’,
‘atts’: atts,
‘featured_id’: 0,
‘ajax’: true,
‘paged’: paged,
‘filters’: filters,
‘dataType’: maxPage,
},
beforeSend: function(){
$(‘#load-more-image’).show();
},
complete: function(){
$(‘#load-more-image’).hide();
},
success: function (data) {
//alert(data);
//alert(mode);
// alert(maxPage);
// This outputs the result of the ajax request
if (data != 0) {
if (mode === ‘select’) {
if (maxPage === ‘maxPage’) {
$(“#paged_base_shortcode_resources_5cab398ad49a6”).val(2);
$(“#maxPage_base_shortcode_resources_5cab398ad49a6”).val(data);
checkLoadMoreButton_base_shortcode_resources_5cab398ad49a6();
} else {
$(“.resource-items_base_shortcode_resources_5cab398ad49a6”).html(data);
sameHeights(“.resources-eh”);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab398ad49a6”).append(data);
sameHeights(“.resources-eh”);
if (paged >= valMaxPage) {
$(‘.loadMore_base_shortcode_resources_5cab398ad49a6’).hide();
}
$(‘#paged_base_shortcode_resources_5cab398ad49a6’).val(paged + 1);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab398ad49a6”).html(‘No data found’);
$(‘.loadMore_base_shortcode_resources_5cab398ad49a6’).hide();
}
},
error: function (errorThrown) {
console.log(errorThrown);
}
});
}
})(jQuery); // or even jQuery.noConflict()

Mursion wins learning tech award at Brandon Hall

22 December 2018

Mursion, a pioneer in using virtual reality (VR) for emotional intelligence training, wins the gold from Brandon Hall Group’s Excellence in Technology Awards for the third year in a row.

Read More

Best Practices From the Field

22 February 2018

Make the most of your leadership development simulations by engaging in immediate repeat practice.

Read More

5 things you must see at Training 2019

22 February 2018

Are you attending Training Magazine’s Conference and Expo February 25-27 in Orlando FL? If not, there is still time to register! If you want to stay abreast of the latest and greatest in emerging tech,

Read More

// if(2 > 2){
// alert(‘ok’);
// }else{
// alert(‘notok’);
// }
function sameHeights(selector) {
var selector = selector,
query = document.querySelectorAll(selector),
elements = query.length,
max = 0;
if (elements) {
while (elements–) {
var element = query[elements];
if (element.clientHeight > max) {
max = element.clientHeight;
}
}
elements = query.length;
while (elements–) {
var element = query[elements];
element.style.height = max + ‘px’;
}
}
}
(function ($, window, document) {
// Check load more [show/hide button]
function checkLoadMoreButton_base_shortcode_resources_5cab398b2bbeb() {
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab398b2bbeb’).val()); //alert(paged);
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab398b2bbeb’).val()); //alert(valMaxPage);
if (paged > valMaxPage) { //alert(‘hide’);
$(‘.loadMore_base_shortcode_resources_5cab398b2bbeb’).hide();
} else {
$(‘.loadMore_base_shortcode_resources_5cab398b2bbeb’).show();
}
}
checkLoadMoreButton_base_shortcode_resources_5cab398b2bbeb();
sameHeights(“.resources-eh”);
$(“.loadMore_base_shortcode_resources_5cab398b2bbeb”).on(“click”, function () {
getResourcesData_base_shortcode_resources_5cab398b2bbeb(‘click’, ‘load’);
});
$(“.resource-filters_base_shortcode_resources_5cab398b2bbeb select”).on(“change”, function () {
getResourcesData_base_shortcode_resources_5cab398b2bbeb(‘select’, ‘load’);
getResourcesData_base_shortcode_resources_5cab398b2bbeb(‘select’, ‘maxPage’);
});
function getResourcesData_base_shortcode_resources_5cab398b2bbeb(mode, maxPage) {
// We’ll pass this variable to the PHP function example_ajax_request
var atts = {“resource_types”:[],”show_featured”:””,”show_default_featured”:””,”show_filters”:””,”show_category_label”:””,”show_date”:{“show_date_choice”:”true”,”true”:{“date_format”:”d F Y”,”date_position”:”bottom”}},”filter_entries”:[],”load_more_text”:””,”posts_number_per_row”:”3″,”posts_number_per_row_tab”:”2″,”posts_number_per_row_mobile”:”1″,”posts_number_per_page”:”3″,”order_by”:”date”,”order”:”DESC”,”layout”:{“layout_choice”:”default”}};
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab398b2bbeb’).val());
//
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab398b2bbeb’).val());
var filters = {};
if (mode === ‘select’) {
var paged = 1;
}
$(“.resource-filters_base_shortcode_resources_5cab398b2bbeb select”).each(function (index) {
if ($(this).has(‘option:selected’)) {
//console.log(‘Select number ‘ + index + ‘: ‘ + $(this).val());
//console.log($(this).attr(“name”));
filters[‘”‘ + $(this).attr(“name”) + ‘”‘] = $(this).val();
}
});
// This does the ajax request
$.ajax({
url: ‘https://mursion.wpengine.com/wp-admin/admin-ajax.php’, // or example_ajax_obj.ajaxurl if using on frontend
type: ‘post’,
data: {
‘action’: ‘get_blog_data_copy’,
‘atts’: atts,
‘featured_id’: 0,
‘ajax’: true,
‘paged’: paged,
‘filters’: filters,
‘dataType’: maxPage,
},
beforeSend: function(){
$(‘#load-more-image’).show();
},
complete: function(){
$(‘#load-more-image’).hide();
},
success: function (data) {
//alert(data);
//alert(mode);
// alert(maxPage);
// This outputs the result of the ajax request
if (data != 0) {
if (mode === ‘select’) {
if (maxPage === ‘maxPage’) {
$(“#paged_base_shortcode_resources_5cab398b2bbeb”).val(2);
$(“#maxPage_base_shortcode_resources_5cab398b2bbeb”).val(data);
checkLoadMoreButton_base_shortcode_resources_5cab398b2bbeb();
} else {
$(“.resource-items_base_shortcode_resources_5cab398b2bbeb”).html(data);
sameHeights(“.resources-eh”);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab398b2bbeb”).append(data);
sameHeights(“.resources-eh”);
if (paged >= valMaxPage) {
$(‘.loadMore_base_shortcode_resources_5cab398b2bbeb’).hide();
}
$(‘#paged_base_shortcode_resources_5cab398b2bbeb’).val(paged + 1);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab398b2bbeb”).html(‘No data found’);
$(‘.loadMore_base_shortcode_resources_5cab398b2bbeb’).hide();
}
},
error: function (errorThrown) {
console.log(errorThrown);
}
});
}
})(jQuery); // or even jQuery.noConflict()

by Mursion

Subscribe for the latest Mursion articles and updates.

By clicking the sign up button above, you consent to allow Mursion to store and process the personal information submitted above to provide you the content requested. View our Terms and Conditions.

Related Blog Posts

  • This WFH Life Part II
    April 20, 2020

    This WFH Life Part II

    “Get a proper desk with a proper monitor and keyboard....

  • Practice Makes Perfect: How VR can Elevate Sales Training
    June 7, 2019

    Practice Makes Perfect: How VR can Elevate Sales Training

    Practice Makes Perfect: How VR can Elevate Sales Training by...

  • Christensen Institute says Mursion is a disruptor and ‘Innovator Worth Watching’
    February 8, 2019

    Christensen Institute says Mursion is a disruptor and ‘Innovator Worth Watching’

    Christensen Institute says Mursion is a disruptor and ‘Innovator Worth...