Best Practices From the Field

https://mursion.wpengine.com/wp-content/uploads/2018/02/Box-3.png

Mursion Client Success Team, November 2018

November 2018








Give learners 30 minutes at a time to focus on one leadership simulation. The learner practices the interaction, gets immediate feedback from the host avatar, and then dives right back in to practice the areas of challenge. This kind of practice builds soft-skills just like we build muscle – through repetition. By getting specific, individualized feedback, the learner has an opportunity to focus on what they most need.

 

Using Mursion in group workshops on-site or remotely

Embedding simulation experiences in course work aligned with the curriculum provides opportunities to put specific best practices and techniques into action.  Interactions can be “paused” to incorporate immediate feedback and then “resumed.”

 

In group settings, other students can record observations or collect data on the interaction. This can create rich discussions and a supportive community to take risks and celebrate achievements.

 

Remote lab experiences can be done with a coach and individual, or a small group of learners, all signing on from different locations. For optimum focus during the simulation, turn off the camera and mute the mics of everyone except the participant while engaged with the virtual characters.

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_5cab391fa55c6() {
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab391fa55c6’).val()); //alert(paged);
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab391fa55c6’).val()); //alert(valMaxPage);
if (paged > valMaxPage) { //alert(‘hide’);
$(‘.loadMore_base_shortcode_resources_5cab391fa55c6’).hide();
} else {
$(‘.loadMore_base_shortcode_resources_5cab391fa55c6’).show();
}
}
checkLoadMoreButton_base_shortcode_resources_5cab391fa55c6();
sameHeights(“.resources-eh”);
$(“.loadMore_base_shortcode_resources_5cab391fa55c6”).on(“click”, function () {
getResourcesData_base_shortcode_resources_5cab391fa55c6(‘click’, ‘load’);
});
$(“.resource-filters_base_shortcode_resources_5cab391fa55c6 select”).on(“change”, function () {
getResourcesData_base_shortcode_resources_5cab391fa55c6(‘select’, ‘load’);
getResourcesData_base_shortcode_resources_5cab391fa55c6(‘select’, ‘maxPage’);
});
function getResourcesData_base_shortcode_resources_5cab391fa55c6(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_5cab391fa55c6’).val());
//
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab391fa55c6’).val());
var filters = {};
if (mode === ‘select’) {
var paged = 1;
}
$(“.resource-filters_base_shortcode_resources_5cab391fa55c6 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_5cab391fa55c6”).val(2);
$(“#maxPage_base_shortcode_resources_5cab391fa55c6”).val(data);
checkLoadMoreButton_base_shortcode_resources_5cab391fa55c6();
} else {
$(“.resource-items_base_shortcode_resources_5cab391fa55c6”).html(data);
sameHeights(“.resources-eh”);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab391fa55c6”).append(data);
sameHeights(“.resources-eh”);
if (paged >= valMaxPage) {
$(‘.loadMore_base_shortcode_resources_5cab391fa55c6’).hide();
}
$(‘#paged_base_shortcode_resources_5cab391fa55c6’).val(paged + 1);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab391fa55c6”).html(‘No data found’);
$(‘.loadMore_base_shortcode_resources_5cab391fa55c6’).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_5cab391faabe2() {
var paged = parseInt($(‘#paged_base_shortcode_resources_5cab391faabe2’).val()); //alert(paged);
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab391faabe2’).val()); //alert(valMaxPage);
if (paged > valMaxPage) { //alert(‘hide’);
$(‘.loadMore_base_shortcode_resources_5cab391faabe2’).hide();
} else {
$(‘.loadMore_base_shortcode_resources_5cab391faabe2’).show();
}
}
checkLoadMoreButton_base_shortcode_resources_5cab391faabe2();
sameHeights(“.resources-eh”);
$(“.loadMore_base_shortcode_resources_5cab391faabe2”).on(“click”, function () {
getResourcesData_base_shortcode_resources_5cab391faabe2(‘click’, ‘load’);
});
$(“.resource-filters_base_shortcode_resources_5cab391faabe2 select”).on(“change”, function () {
getResourcesData_base_shortcode_resources_5cab391faabe2(‘select’, ‘load’);
getResourcesData_base_shortcode_resources_5cab391faabe2(‘select’, ‘maxPage’);
});
function getResourcesData_base_shortcode_resources_5cab391faabe2(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_5cab391faabe2’).val());
//
var valMaxPage = parseInt($(‘#maxPage_base_shortcode_resources_5cab391faabe2’).val());
var filters = {};
if (mode === ‘select’) {
var paged = 1;
}
$(“.resource-filters_base_shortcode_resources_5cab391faabe2 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_5cab391faabe2”).val(2);
$(“#maxPage_base_shortcode_resources_5cab391faabe2”).val(data);
checkLoadMoreButton_base_shortcode_resources_5cab391faabe2();
} else {
$(“.resource-items_base_shortcode_resources_5cab391faabe2”).html(data);
sameHeights(“.resources-eh”);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab391faabe2”).append(data);
sameHeights(“.resources-eh”);
if (paged >= valMaxPage) {
$(‘.loadMore_base_shortcode_resources_5cab391faabe2’).hide();
}
$(‘#paged_base_shortcode_resources_5cab391faabe2’).val(paged + 1);
}
} else {
$(“.resource-items_base_shortcode_resources_5cab391faabe2”).html(‘No data found’);
$(‘.loadMore_base_shortcode_resources_5cab391faabe2’).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...