You will only be doing PART C! of the paper. Part A and B are done by someone else. I will attached the draft of Part A and B, so you know what our proposed program is. Feel free to use some of the same sources as they used in Part A and B. However please write your own bibliography for the sources you use.
You have two options for this final assignment: Option one involves writing up a case study of an existing CBAE activity (excluding those mentioned in chapter eight of the course text), noting its principles and practices. Option two involves designing an approach and describing the CBAE principles you would use for a CBAE activity that you would like to develop.
This is an analytical assignment and you are expected to use the course text and readings to engage with CBAE principles and concepts from a critical perspective.
For either option, you will organise yourselves in groups of three by inviting class mates from your section of ADHE 330 to work with you. Marks awarded to each group member will be based on her/his contribution to the assignment.
Write a paper in which you select an issue in your community that is compelling to you, one for which you would like to develop a CBAE program or activity. Your paper should address three key areas:
a) A detailed description of the issue or problem and the community context: What is the issue or problem? Who are involved? How you would go about developing and designing a CBAE activity or program related to that issue/context?
b) Critically analyze what principles, values or foundations of CBAE would be key to the design or approach you want to take. Discuss your positionality and provide an analysis of oppression and social injustice in relation to this program using the course readings.
c) Provide a final commentary on the central differences between your proposed program and a similar existing program.Throughout your paper, make links to the assigned readings and include references to additional readings that provide information on the context or problem. You should also attach at least one image related to your ideas.
I have attached a list of assigned for your convenience, however I do not have the links to them.
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 });

