Business Strategy
Planning Template for Learning Outcome 2 ‘Be able to formulate a new strategy’
This template gives you headings that will guide you to addressing the three assessment criteria in LO2
2.1 Organisational Audit
Produce an Organisational Audit for Lafarge Tarmac
Company Profile
(products, markets, revenues, key personnel etc)
Strategic Position
(Current strategy – consider Porter’s generic strategy, capabilities, core competences)
Benchmarking
(How could the company use Benchmarking to achieve its goals or address its weaknesses)
Value Chain Analysis
(analyse the value-adding activities of Lafarge Tarmac)
Strengths and Weaknesses
(based on the analysis above, what are the strengths that give Lafarge Tarmac an advantage? What are its weaknesses that need to be addressed?)
2.2 Environmental Audit
Carry out an Environmental Audit for Lafarge Tarmac
PESTLE Analysis
Five Forces Analysis
Opportunities and Threats
(what are the external opportunities and threats to the company based on your analysis above?)
2.3 Stakeholder Analysis
(Explain the significance of Stakeholder Analysis for Lafarge Tarmac when developing a new strategy)
(Complete the stakeholder grid for Lafarge Tarmac)
Power/Influence High Keep Satisfied
Key Players
Low Minimal Effort
Keep Informed
Low High
Level of Interest
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 });