Part 2: Research
Next, learn more about the profession you have chosen at the following Web site:
U.S. Department of Labor: Bureau of Labor Statistics Occupational Outlook Handbook
http://www.bls.gov/ooh/home.htm
Use this Web site by either typing the profession of your choice in the “Search” window or by clicking on the category closest to your choice in the list that begins with “Child care workers.” Once you have selected one of these categories, scroll down to review all of the information. (Generally, the information is pertinent to most occupations in a specific category. However, the “Earnings” section at the bottom of the page provides specifics as well as links to information on related careers.)
Part 3: Share and Learn
Finally, share your Career Profile with your colleagues in this course by posting your completed Career Profile in the Doc Sharing area (located at the top of the classroom). Save your Career Profile as CP+last name+your first initial. Post your Career Profile to the Doc Sharing area by Day 7 of Week 8.
Then, review at least two Career Profiles posted by your colleagues.
For this assignment, submit:
Your Career Profile
A 1-page summary of the following:
The insights you gained about career opportunities in the field
How this information might impact your own career choices and/or professional development
You will also be expected to reference at least 2 other students Career Profiles
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 });

