Description
Imagine that you are leading a political group and all of your members have little to no experience with the political process. In order to prepare them you have decided to create an orientation for them that will explain political activism.
1. * Determining where to aim your activism
* How do you decide who to target?
* How do you determine what kind of activity you will engage in?
* How do you decide what type of tactics you will use?
2. * Examples of direct/indirect tactics
* How will you decide which to use and why?
3. * How to gauge if the group is effective
* How do you know if you have met your goals?
* How do you know how long to keep the group going?
4. * How to collaborate with other groups
* How do you work with competing needs?
* What are the benefits/drawbacks of collaboration?
5. * How to use the media
* TV, radio, social media, etc?
* What are some of the dangers of media coverage?
6. * How to prepare for setbacks
* What are some important reasons why an interest group would not be successful in achieving their goals?
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 });