Shop
Quest Quest for Active Communities Test Drive The Quest Test Drive is a one day review of your performance against Quest Best Practice. It is und.. Product #: QACTD16 Regular price: $550.00
$550.00 100
Your shopping cart is empty!
Quest for Active Communities Test Drive
Brand: Quest
Product Code: QACTD16
Availability: 100
The Quest Test Drive is a one day review of your performance against Quest Best Practice.
It is undertaken by an experienced Quest Assessor, and provides an instant indication of your progress in a simple user friendly format.
With no score, no pass or fail, the emphasis is on reviewing systems and practice, helping the team to go in the right direction.
');
}
if (data['success']) {
$('#review-title').after('
' + data['success'] + '
');
$('input[name=\'author\']').val('');
$('textarea[name=\'review\']').val('');
$('input[name=\'rating\']:checked').attr('checked', '');
}
}
});
});
// Function to active reviews tab
activeReviewsTab = (function () {
$('#productTab a[href="#reviews"]').tab('show');
});
// Function to update price when options are added
updatePrice = (function () {
var siteUrl = 'https://www.questnbs.org/';
$.ajax({
type: 'POST',
url: siteUrl + 'index.php?option=com_eshop&view=product&id=18&layout=price&format=raw',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'html',
success: function (html) {
$('#product-price').html(html);
}
});
})
$(document).ready(function () {
$('.image-additional').slick({
dots: false,
infinite: false,
speed: 300,
slidesToShow: 3,
touchMove: false,
slidesToScroll: 1
});
});
})