Christina Charles has responded to your discussion post in CM107 – Practice Your Writing As I read your initial post I had a difficult time following because I don’t really follow politics because it stresses me out. I thought your post would be a challenge for me and that it was! In your post you said “Trump said that when he looks in the mirror, he sees a man of 35.” I thought of a question I would like to pose for you. Do you think the physical age is important or the mental age? Why do you think this? I think that mental age matters because that is what will be the enthusiastic part of him if he becomes president. If he says he feels young, then I feel like he will be the most active. As I read “Reading Strategies” by Kimberly Post Rowe she discusses various ways for us to create reading habits and one of the tools she discussed was Pyramid notes. I think this also would have been helpful for you as you read. I found it helpful reading my article as I have a hard time putting my thoughts and facts together to make a good paragraph. Another thing that was discussed in our Learning Activities was Pre-Reading. I think this would have helped you as well because it would have helped find the Maid idea in order to absorb other important things in the article. It also would have provided you with questions. Having questions makes for a better experience in active listening. collapse
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 });

