PART 1——
Please review the term Semantic Space (We also talked about it during Chapter 3 and 7) and how it connects to declarative memory.
They key to forming memory is not in the Details – but how the details are connected to each other.
Step 1:
Please describe a memory from last week. Include as much detail as you can remember to explain it to the class. NO TRAMUA DUMPING PLEASE.
Think of a birthday Party that you can remember going to when you were little. Describe what came to your mind immediately when you read that. Why did it pop in there?
Step 2:
Explain how another student’s memory is the same as yours – or how it is different.
PART 2———
ask some questions about illusions and sensations!!
PART 3——-
Learning is all about changing your behavior.
So what do you want to know about learning!!
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 });

