Current Issue Critical Thinking
Read the following excerpt from “Understanding Digital Kids (DKs): Technology & Learning in the New Digital Landscape,” an article regarding learning today:
Recently, there were two recent cover stories in Time Magazine: Their conclusion was that children today are different. In fact, based on what we now know from the neurosciences and psychological sciences, what we’re now beginning to understand is that children today are FUNDAMENTALLY different than we are in the way they think, in the way they access, absorb, interpret, process and use information, and in the way they view, interact, and communicate in the modern world because of their experiences with digital technologies. If this is the case, it holds profound implications for all of us personally and professionally (Jukes, 2008, p. 14).
Reflect on this selection and respond to the following questions:
What are your thoughts on this statement?
Do you feel today’s learner has a different way of learning than in the past? Defend your position.
In your future role, how will you use this information?
What implications does this have for your future role?
Carefully review the Grading Rubric for the criteria that will be used to evaluate your journal entries
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 });

