This is to announce your final group assignment for this term which has a 25% load of the total grade.
In order to speed up the process, students are expected to work together in their assigned groups. The assignment is to write a paper (20%) as well as present (5%) the answers of the following questions for the company allocated:
What is the company’s vision and mission?
Which mission component the company seems to be focusing on?
How is the company expanding its business? (In the past and going to in the future)
Identify and explain the type of strategy (ies) which the company is following Based on Porter’s generic strategies.
General instructions:
Use the information provided by each company on their official website.
Answer each question using the knowledge learnt in the course so far.
Selecting the company out of the list and work load distribution between members in each group is the responsibility of the group.
This assignment is aimed to develop both your analytic and critique skills using strategic management theories. Therefore, take advantage of this opportunity to acquire such skills before graduation.
Each member is expected to participate in writing the paper as well as the presentation. During the presentation, all members are expected to attend. Members who choose not to attend will NOT share the points gained for the presentation.
The guide lines and schedule of the 2nd part of this assignment (presentation, 5%) will be announced shortly.
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 });

