I am currently do intern hours at a Compton High school and since I have completes my hours I have noticed more and more females getting pregnant, getting abortions and using it as an excuse to drop out of school. I have even seen the boys that get the girls pregnant drop out and make statements either ” I have to get a job” or ” schools is a waste of time ill just stay home and take care of my kid” with that lack of knowledge the hold with not knowing that they are children who need education and that bringing a child in the world does not mean quit. the school provides some education on teen pregnancy but not a lot.. they used to provide sex education but a lot of those programs have been cut due to a lot of changes in people changing their sexuality
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 });

