Strategy 1: Writing Traits (6 + 1 writing traits
Strategy 2: ?
1. Description of the strategies and why you chose it.
2. How the strategies contribute to literacy learning.
Description /analysis
3. Where and when during the literacy block you would use this.
4. How it is used.
5. How you would evaluate the success of the strategy for student learning ad progress.
6. Limitations of the strategy that need to be considered.
7. Where and when during the literacy block you would use it (i.e. modelled, shared, guided or independent reading/writing)
How you would use it.
8. In text referencing and a reference list. Minimum of three references per strategy.
Important note: Please do no use the following strategies; Read aloud, Shared reading, Guided reading, Independent reading, Writing, Word study and Role play.
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 });

