Project description
You are a consultancy company that has been tasked with providing training for Aspen Technologies.
They are starting to deliver Service Level Agreements as an add-on to their existing business of providing large companies with computer/ networking hardware.
Your task is to write a report that covers these outcomes listed below and can be delivered to their management team.
Outcome 1 Know how to provide technical advice and guidance
1. Identify how technical advice and guidance can be used
2. List the types of information which can form the basis of technical advice and guidance
3. Identify organisational procedures which can apply to the provision of technical advice and guidance
4. Identify circumstances where technical advice and guidance should be provided proactively rather than reactively in response to customer requests (eg to rectify known faults, to provide new functionality).
Outcome 2 Be able to provide reactive technical advice and guidance to customers on a range of topics
1. Identify the purposes for which technical advice and guidance is required
2. Check that customers are entitled to receive the requested technical advice and guidance
3. Communicate effectively with customers to obtain specified information to enable correct technical advice and guidance to be provided
4. Interpret given technical information to produce advice and guidance in response to customer requests
5. Communicate technical advice and guidance to customers in a given format and style, confirming customer understanding of the information provided
6. Follow organisational procedures for responding to customer requests including the timely escalation of those for which technical advice and guidance cannot be provided or does not resolve the request
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

