This component is assessed individually. Each student is required to write a learning journal during the course of the
semester to collect ONE article from press sources (newspapers, and magazines and so on).
The purpose of this assessment is to analyse the chosen article using the Global Management Model used in the unit by Steers, Nardon, Sanchez-Runde
(2013).
The Learning Journal will include a copy of the collected article, plus 6-pages write-up (using 12 point font, 1.5 line spacing)
answering the following four questions:
* What do you see as challenges for a global manager?
* Discuss the area(s) (cultural, organisational or situational environments) in which a global manager needs to develop a
good understanding.
* Discuss the global management skills that need to develop in order for a manager to be effective and successful?
* Is/are there any ethical implication/s? If there is/are, what is/are they?
In this assessment, a student needs to take time in choosing an article carefully so that a suitable article is chosen. To be able
to tackle the questions above, students are allowed and expected to make projections and assumptions, based on the
contents of the article.
This assessment requires you to produce a well-written and well-researched write-up and to use a minimum of 12 references
from scholarly sources. The writing should be in scholarly style.
Note that the Chicago referencing system is the only
acceptable referencing system for written work in this unit.
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 });

