| Body Part | Joint | Start Position | Movement | Plane | Axis | Muscle/Action | Agonist muscle | Synergist muscle | Antagonist muscle |
| Right hand- Thumb | carpometacarpal | Opposition / Flexion | Sagittal?? | Medial/lateral ?? | Contraction | ||||
| Right hand 2nd& 3rd finger | Radioulnar joint? | Abduction | |||||||
| 3rd& 4th finger | adduction | ||||||||
| 4th & 5th finger | abduction | ||||||||
| Right arm | |||||||||
| Right wrist | Supination?? | ||||||||
| Head | Extended?? Or hyperextension? | ||||||||
| Her back | Hyperextension | ||||||||
| Left arm | |||||||||
| Left hand thumb | adduction | ||||||||
| Left hand 2nd-5th fingers | Abduction | ||||||||
| Left wrist | Supination?? | ||||||||
| Right leg | Hip joint ?? | ?? | |||||||
| Right leg | Knee joint ? | Extension?? | |||||||
| Right foot | |||||||||
| Left leg | Hip joint | ||||||||
| left leg | Knee joint?? | ||||||||
| Left foot |
Movement Analysis Organizational Chart
Remember each body part can have more than one movement.
****After completing the chart, you have to put all data into an essay form. Make sure you complete it in order, that way it would be easy to read and comprehend.
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 });

