Tech issues with the above video? Use this link instead: https://cdnapisec.kaltura.com/index.php/extwidget/preview/partner_id/956951/uiconf_id/43830551/entry_id/1_88nm2khl/embed/dynamicGOALCritically analyze the details of your daily productivity and your use of digital productivity tools.EXPECTATIONSGREETING: Include a welcome that greets Team Bonner and your fellow classmates (For example: Hello Everyone!).PARAGRAPH 1: On average, how do you organize and plan (number of hours) your tasks each day (REMEMBER, there are only 24 hours in a day, provide a list of the number of minutes/hours for each task)?Sleep?Work?Eat?Engage in family time?Engage in volunteering, faith-based commitments, or other such activities?Engage in chores, errands, or related tasks?Watch TV, play video games, socialize, or engage in leisure activities?Dedicate to health and wellness (i.e. exercise, meditation, etc.)?Engage in any other activity/task not listed?Watch the Real Talk: Real Talk with Naomi Bishop: Time Management (5 pts) – Goal: 5 minutes?Read and complete Chapter 6 of the webtext (20 pts) – Goal: 1-2 hours?Take the quiz in Chapter 6 of the webtext (50 pts) – Goal: 30-45 minutes?Join the discussion (25 pts) – Goal: 30-45 minutes?What is the total number of hours for all tasks combined?PARAGRAPH 2: How do you manage your time?How are your priorities for your day affected by the course tasks?Do you have enough time to manage your CIS101 tasks effectively? Why or why not?Do you think that you will neWhat is your plan going forward for managing course tasks and your daily priorities?ed to extend deadlines for any course tasks due to a lack of time during the week?Do you see any areas to reassess or change in your daily practices?What device or process do you rely on most during the day to keep you organized?What is your plan going forward for managing course tasks and your daily priorities?What technology tools do you think are useful in managing your day?Are you considering any new technology tools to help you manage your day more effectively? Why or why not?
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 });