Develop an information literacy plan for a specific group, i.e. 1st year students, high school students, parents, members of the public …etc.
You should include ALL the following in your Information Literacy IL plan
• A description of the group you are designing the program for
• The aims and objectives and learning outcomes of your plan
• An outline of your program
• The design elements of the program, e.g. Specific activities, assessments, method of delivery
• Factors that influenced the design of your program, e.g. technology, language, learning styles.
• What Information Literacy standards or theories have influenced your plan
• Examples of at least five lesson plans.
Required Lesson Plan Title:
Three factors for Healthy Lifestyle: Nutrition, Sleep and Exercises
See uploaded templete
see links : uncompleted example
http://mediasmarts.ca/sites/mediasmarts/files/pdfs/lesson-plan/Lesson_Selling_Obesity.pdf
http://www.healthliteracy.worlded.org/docs/family/curricula.html
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 });

