Students will research and analyze an organization of their choice (organization chosen: Underwear brand Bras’n’things), applying concepts learned in lectures and tutorials. This will take the form of a ‘Strategy Planning Workbook’ with the headings below forming the basis of the research and analysis, which is expected to be in depth, presented concisely and insightful.
There is no prescribed layout. This is a business document that would be used to assist in management decision making. The group assessment task will be based on an organization that is the subject one of the individual assessments completed by members of that group. Historically, an individual assignment with a high mark leads to a group assignment with a high mark. Layout, spelling, grammar and flow of the document are all subject to marking.
This is a 300 level assignment and expectations are much higher than for a 100 or 200 level assignment. An individual assignment must be submitted in order to pass the subject.
You are expected to use ICMS library resources for your research and you must use and reference at least one relevant academic journal article to support your analysis.
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 });

