Read:
Grant. Contemporary Strategy Analysis. Chapter 6. pp. 142-158 only.
Grant. Contemporary Strategy Analysis. Chapter 2, pp. 35-36, 45-50 only
Answer these question
– Why did LEGO’s first turnaround effort (Ploughman, 1999-2004) fail and its second attempt (Knudstorp, 2004-2010) succeed? Compare the two turnaround efforts in detail.
– On page 8, Knudstorp refers to LEGO’s “core”. What is the core of a company and how would you know if you are moving away from it? How would you characterize LEGO’s core?
– As Knudstorp, what would you decide regarding the new line of board games: (a) don’t go there because it’s outside the core, (b) launch one version that targets only boys, or (c) launch a version that targets both boys and girls? In reaching your recommendation, please consider the consequences for operations, marketing, and play experience.
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 });

