The purpose of this assessment task is for students to reflect on significant communication
issues arising from their studies or personal life. The issues may be drawn from positive or
negative communication experiences at home, Uni or work. For example: you may have had
an argument with someone. How did you resolve the issue? How would you relate differently
next time? What specific communication concepts and practices could you apply to this
particular issue? Marking criteria will assess the following: Quality of insight, range of topics,
ability to link your reflections to communication concepts and theories, application of theory
(in-text referencing), quality of writing and presentation. The reflective journal marking guide
can be accessed on Moodle.
Instruction files
comm_studies_reflective_journal.pdf(19,30 KiB)
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 });

