Directions: Conduct research to gain information to prepare a survey.
Conduct research on the legalization of marijuana. The length of the paper will be a minimum of 1 ½ to 2 pages. It will be double spaced with a 12 font size. You will cite your work in the body of the paper and prepare a work cited page (for the citations you may use MLA). Do not use Wikipedia (no credit). You will begin your work at the top of the first page (if you do not points will be counted off). Also, you will create a title page with your name and topic. Submit your work as a Word document (or PDF).
For your research, you may find information on the following (not limited to the following): medical marijuana, pharmaceutical interests, overcrowded prisons, who gains the power if legalized, Cartel situation, reason for being illegal, affects it has on the body, users lack of motivation.
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 });

