Assessment 2: 30% 2500-3000 word report
Report Format Style: Long Report (See assessment guidelines on Moodle for exact format)
Assessment task:
Planning is central to the theory and practice of management. It is one of the four key management functions, and is defined by Schermerhorn (2014 p. 200) as:
“…the process of setting objectives and determining how to accomplish them”
By definition then, planning is concerned with both “ends” (what we are aiming for) and “means” (how to get there).
Discuss and compare the role of goal-setting within two different types of planning. Such types of planning may include strategic planning, operational planning, scenario planning etc.
How can organisations adapt their approach to planning to deal with high levels of uncertainty regarding the future? Is planning even possible or worthwhile under such conditions?
Students should aim for a minimum of ten (10) peer reviewed journal articles, in addition to other research.
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 });

