You are required to submit an individual report of 3,000 10% words, which can be based on an organization or idea of your own choice.
The strategic analysis must be related to a recognised aspect of business policy, strategic management or the philosophical underpinning of a particular methodology within the public or private sector strategic management domain.
If your analysis is of an organisation then do not submit a functional analysis; for example do not submit a strategic marketing analysis or a strategic human resource analysis. You should be applying the concepts and models from the topics that are within the module to your chosen organisation.
The report must be written in a recognised style, i.e. table of contents, introduction, main analysis, conclusions, recommendations, references and bibliography. You must apply the Harvard system of referencing in your report.
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 });

