TYPE OF ASSESSMENT GROUP POSTER PRESENTATION INSTRUCTIONS TO CANDIDATES This assessment is worth 40% of the overall module assessment.
COURSEWORK BRIEF Assignment outline Group presentation is worth 40% of your overall grade. In this outline, you will find explanations and instructions for group presentation.
Assignment aim The assignment aims to show your understanding of several key ideas and concepts covered in the module and your ability to apply those concepts in a meaningful way in group work.
The assignment will involve a combination of critical analysis and interpretation. Assignment task You will work in groups to produce a digital poster presentation applying six United Nations Sustainable Development Goals to an organisation of your choice.
You will need to provide a critical discussion around the extent to which the organisation can be seen to be responsibly aligning its strategies and operations to these Goals.
You must also provide further discussion around what strategic actions this organisation could take to further advance broader societal goals, with an emphasis on collaboration and innovation.
Groups will be required to record the presentation using Zoom or MS Teams and upload this onto Canvas by the date/time specified above.
Group members will receive a shared group mark, which may be adjusted according to individual contributions.
The academic referencing and citation style for this module is Harvard Referencing. More details can be found at: https://www.bradford.ac.uk/library/help/referencing-and-plagiarism/referencing/
Presentation Format: The presentation must last for 15 minutes. Each group member is to present him/herself and slides. · One student from each group to upload: o A PowerPoint presentation file onto Canvas submission box. o A video of the group presentation.
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 });