This informal, reflective assignment has a few parts. It′s due here on Discussion Board by 1159Pm on May 27, or it′s late and will receive a very low grade or none at all. You′re reflecting on stuff that you read, plus writing about yourself. Also please be sure to write a short but meaningful review of one other person′s work for this and the other assignments (not the final exam though) I hope you enjoy this assignment. Here goes: 1.) Your Vision statement (explanation of this below). 2.) Write about a few things you learned from the English Review (posted on Begin Here Page) 3. Write about a few things you learned from Elements of Style (website below) 4.) Review of Rapunzel (folktale) by the Bros Grimm (just listen to this, website is below. Story.nory.com Rapunzel) 5.) conclusion. Tie it up, end on a high note. Keep the reader thinking. An ending does more than just repeat stuff from the intro… Explanation: This vision statement more or less comes out of life coaching and it′s based on a variety of ideas and practices from ancient and modern times. A biography (Greek for bio or life) is your life. It′s a good tool for focusing on yourself and any issues or problems you are looking to solve, such as improving your writing, your GPA, getting in better health, starting a business, writing a song or story, improving your ethics or friendships, etc. You can follow my questions exactly, or loosen up and modify this. It′s up to you. Here goes the Vision Statement structure: Who are you? Discuss one thing about education you are intent on improving? Who is helping you? What obstacles stand in your way? What is your time-line for achieving this? And what sort of results do you expect?
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 });