In February, 2016, a publicity stunt on Instagram by NTUC Income came under muchcriticism by the public.Reference: http://www.straitstimes.com/lifestyle/entertainment/actress-rebecca-lims-post-onretirement-not-meant-to-mislead-anyone-ntuca) Analyse the publicity stunt by NTUC Income. By referring to the Singapore Code ofAdvertising Practices (SCAP) Guidelines, identify two major advertising controversies ofthe publicity. To what extent do you agree that the NTUC Income has breached theadvertising code? Explain your answer.Reference to SCAP: https://asas.org.sg/Portals/0/Images/ASAS/docs/SCAP%202008.pdf(50 marks)b) Discuss the characteristics of digital media technologies that make it a boon as well as abane in NTUC Income’s move to create this publicity stunt on Instagram.(30 marks)c) Pay attention to language, organization and APA citation and referencing in your writing.(20 marks)Your answer should be about 1000-1200 words. Marks will be deducted for excessive length.
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 });

