Community issues news story: (75%)***please select a community news issue from australia***Write a 300-word hard news story that involves a community issue. Conduct original interviews, including at least one interview with a member of the community being covered. Ensure your story is balanced, ethical and fair. You must include a source list when you submit your news story for assessment that provides telephone and/or email contact details for each person you interviewed.Reflective piece (25% weighting):Write a 400-word, fully referenced, reflective piece discussing how you have applied journalistic practice, theory and journalism ethics principles to this newswriting assignment. You can refer to the Study Guide, textbook, readings from the dossier and additional scholarly research in this piece. You should include at least five scholarly references.700 words in total
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 });

