-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 07, 2024 at 03:43 AM
-- Server version: 8.0.40
-- PHP Version: 8.3.13

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `idipiaco_assignments`
--

-- --------------------------------------------------------

--
-- Table structure for table `assignment_messages`
--

CREATE TABLE `assignment_messages` (
  `id` bigint UNSIGNED NOT NULL,
  `student_id` bigint UNSIGNED DEFAULT NULL,
  `assignment_id` bigint UNSIGNED DEFAULT NULL,
  `file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `assignment_messages`
--

INSERT INTO `assignment_messages` (`id`, `student_id`, `assignment_id`, `file`, `message`, `created_at`, `updated_at`) VALUES
(1, 1, 7, '1622291523.jpg', 'test', '2021-05-29 07:02:02', '2021-05-29 07:02:03'),
(2, 4, 11, NULL, 'hi hope u r doing great', '2021-08-10 03:16:18', '2021-08-10 03:16:18'),
(3, 7, 17, NULL, 'Test', '2021-08-29 03:06:59', '2021-08-29 03:06:59'),
(4, 7, 17, NULL, 'I want to add one more assignemnt', '2021-08-29 03:15:02', '2021-08-29 03:15:02'),
(5, 11, 18, NULL, 'hi i need my moneu back tody', '2021-08-29 03:48:34', '2021-08-29 03:48:34'),
(6, 54, 34, '1662939740.docx', 'need to do Lpsolve and simul8 system to write my essay', '2022-09-11 18:12:20', '2022-09-11 18:12:20'),
(7, 54, 34, '1662939763.docx', 'lpsolve and simul8', '2022-09-11 18:12:43', '2022-09-11 18:12:43');

-- --------------------------------------------------------

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES
(2, 'Auditing', 'auditing', '2021-05-18 03:55:43', '2021-05-18 03:55:43'),
(3, 'Cost Accounting', 'cost-accounting', '2021-05-21 01:00:14', '2021-05-21 01:00:14'),
(4, 'Leadership and Management', 'leadership-and-management', '2021-10-14 00:22:19', '2021-10-14 00:22:19'),
(5, 'Certificate IV in Commercial Cookery', 'certificate-iv-in-commercial-cookery', '2021-10-14 00:27:19', '2021-10-14 00:27:19'),
(6, 'Carpentry', 'carpentry', '2021-10-27 23:47:47', '2021-10-27 23:47:47');

-- --------------------------------------------------------

--
-- Table structure for table `category_types`
--

CREATE TABLE `category_types` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `category_types`
--

INSERT INTO `category_types` (`id`, `name`, `image`, `slug`, `created_at`, `updated_at`) VALUES
(4, 'Assignments', '60a244efcffcf-800x600.png', 'assignments', '2021-05-17 04:56:55', '2021-05-17 04:56:57'),
(5, 'Essay', '60a2452e9f329-800x600.png', 'essay', '2021-05-17 04:57:58', '2021-05-17 04:58:00'),
(6, 'Case Study', '60a2454851660-800x600.png', 'case-study', '2021-05-17 04:58:23', '2021-05-17 04:58:26'),
(7, 'Home Work', '60a2455bce276-800x600.png', 'home-work', '2021-05-17 04:58:43', '2021-05-17 04:58:45'),
(8, 'Course Work', '60a2457162b6b-800x600.png', 'course-work', '2021-05-17 04:59:05', '2021-05-17 04:59:07'),
(9, 'Proof Reading', '60a245a20e483-800x600.png', 'proof-reading', '2021-05-17 04:59:53', '2021-05-17 04:59:55'),
(10, 'CDR', '60a246c6aa002-800x600.png', 'cdr', '2021-05-17 05:04:46', '2021-05-17 05:04:48'),
(11, 'HND', '60a246d524886-800x600.png', 'hnd', '2021-05-17 05:05:00', '2021-05-17 05:05:02');

-- --------------------------------------------------------

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `short_name` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `name`, `short_name`, `created_at`, `updated_at`) VALUES
(1, 'Australia', 'AU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 'China', 'CN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Japan', 'JP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'Thailand', 'TH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 'India', 'IN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'Malaysia', 'MY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'Korea, Republic of', 'KR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 'Singapore', 'SG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 'Hong Kong', 'HK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 'Taiwan, Province of China', 'TW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 'United States', 'US', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 'Cambodia', 'KH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'Philippines', 'PH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'Viet Nam', 'VN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, 'Norway', 'NO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, 'France', 'FR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(18, 'Poland', 'PL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(19, 'Netherlands', 'NL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(20, 'United Kingdom', 'GB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(21, 'Germany', 'DE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(22, 'Spain', 'ES', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(23, 'Italy', 'IT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(24, 'Ireland', 'IE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(25, 'Czech Republic', 'CZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(26, 'Denmark', 'DK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(27, 'Portugal', 'PT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(28, 'Sweden', 'SE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(29, 'Congo, The Democratic Republic of The', 'CD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(30, 'Turkey', 'TR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(31, 'Finland', 'FI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(32, 'Russian Federation', 'RU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(33, 'United Arab Emirates', 'AE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(34, 'Greece', 'GR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(35, 'Brazil', 'BR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(36, 'Austria', 'AT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(37, 'Belgium', 'BE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(38, 'Luxembourg', 'LU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(39, 'Uganda', 'UG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(40, 'Armenia', 'AM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(41, 'Mauritius', 'MU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(42, 'Argentina', 'AR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(43, 'Uruguay', 'UY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(44, 'South Africa', 'ZA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(45, 'Bulgaria', 'BG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(46, 'Israel', 'IL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(47, 'Estonia', 'EE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(48, 'Iraq', 'IQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(49, 'Switzerland', 'CH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(50, 'Ukraine', 'UA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(51, 'Lithuania', 'LT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(52, 'Moldova, Republic of', 'MD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(53, 'Uzbekistan', 'UZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(54, 'Slovakia', 'SK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(55, 'Kazakhstan', 'KZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(56, 'Romania', 'RO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(57, 'Croatia', 'HR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(58, 'Georgia', 'GE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(59, 'Slovenia', 'SI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(60, 'Saudi Arabia', 'SA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(61, 'Latvia', 'LV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(62, 'Iran, Islamic Republic of', 'IR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(63, 'Canada', 'CA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(64, 'Mexico', 'MX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(65, 'Syrian Arab Republic', 'SY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(66, 'Kuwait', 'KW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(67, 'Bahrain', 'BH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(68, 'Lebanon', 'LB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(69, 'Qatar', 'QA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(70, 'Oman', 'OM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(71, 'Jordan', 'JO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(72, 'Cyprus', 'CY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(73, 'Azerbaijan', 'AZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(74, 'Zambia', 'ZM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(75, 'Zimbabwe', 'ZW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(76, 'Palestine, State of', 'PS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(77, 'Serbia', 'RS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(78, 'Hungary', 'HU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(79, 'Iceland', 'IS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(80, 'North Macedonia', 'MK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(81, 'Angola', 'AO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(82, 'Liechtenstein', 'LI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(83, 'Jersey', 'JE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(84, 'Seychelles', 'SC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(85, 'Bosnia and Herzegovina', 'BA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(86, 'Kyrgyzstan', 'KG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(87, 'Tajikistan', 'TJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(88, 'Isle of Man', 'IM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(89, 'Guernsey', 'GG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(90, 'Malta', 'MT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(91, 'Gibraltar', 'GI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(92, 'Libya', 'LY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(93, 'Virgin Islands, British', 'VG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(94, 'Yemen', 'YE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(95, 'Belarus', 'BY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(96, 'Reunion', 'RE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(97, 'Martinique', 'MQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(98, 'Chile', 'CL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(99, 'Guadeloupe', 'GP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(100, 'Panama', 'PA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(101, 'Guam', 'GU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(102, 'Virgin Islands, U.S.', 'VI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(103, 'Puerto Rico', 'PR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(104, 'New Zealand', 'NZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(105, 'Bangladesh', 'BD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(106, 'Pakistan', 'PK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(107, 'Indonesia', 'ID', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(108, 'Papua New Guinea', 'PG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(109, 'Trinidad and Tobago', 'TT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(110, 'Kenya', 'KE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(111, 'Colombia', 'CO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(112, 'Costa Rica', 'CR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(113, 'Macao', 'MO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(114, 'Ecuador', 'EC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(115, 'Sri Lanka', 'LK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(116, 'Venezuela, Bolivarian Republic of', 'VE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(117, 'Jamaica', 'JM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(118, 'Saint Lucia', 'LC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(119, 'Cayman Islands', 'KY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(120, 'Peru', 'PE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(121, 'Curacao', 'CW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(122, 'Egypt', 'EG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(123, 'Barbados', 'BB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(124, 'Nigeria', 'NG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(125, 'Bahamas', 'BS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(126, 'Dominica', 'DM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(127, 'Nepal', 'NP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(128, 'Turkmenistan', 'TM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(129, 'Tokelau', 'TK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(130, 'Maldives', 'MV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(131, 'Afghanistan', 'AF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(132, 'New Caledonia', 'NC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(133, 'Fiji', 'FJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(134, 'Mongolia', 'MN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(135, 'Wallis and Futuna', 'WF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(136, 'Albania', 'AL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(137, 'Montenegro', 'ME', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(138, 'San Marino', 'SM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(139, 'Monaco', 'MC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(140, 'Myanmar', 'MM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(141, 'Faroe Islands', 'FO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(142, 'Greenland', 'GL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(143, 'Brunei Darussalam', 'BN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(144, 'Bermuda', 'BM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(145, 'Saint Martin (French Part)', 'MF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(146, 'Antigua and Barbuda', 'AG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(147, 'Liberia', 'LR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(148, 'Ghana', 'GH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(149, 'Tanzania, United Republic of', 'TZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(150, 'Botswana', 'BW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(151, 'Mozambique', 'MZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(152, 'Madagascar', 'MG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(153, 'Namibia', 'NA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(154, 'Sudan', 'SD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(155, 'Cameroon', 'CM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(156, 'Malawi', 'MW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(157, 'Gabon', 'GA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(158, 'Mali', 'ML', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(159, 'Benin', 'BJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(160, 'Chad', 'TD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(161, 'Cabo Verde', 'CV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(162, 'Rwanda', 'RW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(163, 'Congo', 'CG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(164, 'Gambia', 'GM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(165, 'Lesotho', 'LS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(166, 'Morocco', 'MA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(167, 'Algeria', 'DZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(168, 'Guinea', 'GN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(169, 'Eswatini', 'SZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(170, 'Burkina Faso', 'BF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(171, 'Somalia', 'SO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(172, 'Sierra Leone', 'SL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(173, 'Niger', 'NE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(174, 'Central African Republic', 'CF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(175, 'Togo', 'TG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(176, 'South Sudan', 'SS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(177, 'Burundi', 'BI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(178, 'Equatorial Guinea', 'GQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(179, 'Senegal', 'SN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(180, 'American Samoa', 'AS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(181, 'Mauritania', 'MR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(182, 'Djibouti', 'DJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(183, 'Comoros', 'KM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(184, 'British Indian Ocean Territory', 'IO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(185, 'Saint Kitts and Nevis', 'KN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(186, 'Tunisia', 'TN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(187, 'Mayotte', 'YT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(188, 'Bhutan', 'BT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(189, 'Nauru', 'NR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(190, 'Dominican Republic', 'DO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(191, 'Vanuatu', 'VU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(192, 'Samoa', 'WS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(193, 'Micronesia, Federated States of', 'FM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(194, 'French Polynesia', 'PF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(195, 'Timor-Leste', 'TL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(196, 'Tonga', 'TO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(197, 'Honduras', 'HN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(198, 'Bolivia, Plurinational State of', 'BO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(199, 'El Salvador', 'SV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(200, 'Guatemala', 'GT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(201, 'Nicaragua', 'NI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(202, 'Belize', 'BZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(203, 'Northern Mariana Islands', 'MP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(204, 'Paraguay', 'PY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(205, 'French Guiana', 'GF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(206, 'Andorra', 'AD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(207, 'Niue', 'NU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(208, 'Kiribati', 'KI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(209, 'Marshall Islands', 'MH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(210, 'Palau', 'PW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(211, 'Solomon Islands', 'SB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(212, 'Tuvalu', 'TV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(213, 'Guyana', 'GY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(214, 'Suriname', 'SR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(215, 'Holy See', 'VA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(216, 'Eritrea', 'ER', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(217, 'Ethiopia', 'ET', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(218, 'Guinea-Bissau', 'GW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(219, 'Sao Tome and Principe', 'ST', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(220, 'Cuba', 'CU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(221, 'Grenada', 'GD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(222, 'Haiti', 'HT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(223, 'Saint Vincent and The Grenadines', 'VC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(224, 'Falkland Islands (Malvinas)', 'FK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(225, 'Cote D\'ivoire', 'CI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(226, 'Saint Barthelemy', 'BL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(227, 'Anguilla', 'AI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(228, 'United States Minor Outlying Islands', 'UM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(229, 'Turks and Caicos Islands', 'TC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(230, 'Aruba', 'AW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(231, 'Saint Pierre and Miquelon', 'PM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(232, 'Sint Maarten (Dutch Part)', 'SX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(233, 'Aland Islands', 'AX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(235, 'Norfolk Island', 'NF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(236, 'Lao People\'s Democratic Republic', 'LA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(237, 'Bonaire, Sint Eustatius and Saba', 'BQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(238, 'Montserrat', 'MS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(239, 'Cook Islands', 'CK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(240, 'Antarctica', 'AQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint UNSIGNED NOT NULL,
  `question` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `question`, `answer`, `created_at`, `updated_at`) VALUES
(1, 'Do I need a business plan?', 'She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down.For request general express unknown are. Esteems it ye sending reached as. Longer lively her design settle tastes advice\r\n\r\nImpossible considered invitation him men instrument saw celebrated unpleasant. Put rest and must set kind next many near nay. He exquisite continued explained middleton am. Voice hours young woody has she think equal. Estate moment he at on wonder at season little. Six garden result summer set family esteem nay estate. End admiration mrs unreserved discovered comparison especially', '2021-06-01 23:26:02', '2021-06-01 23:26:02'),
(2, 'How long should a business plan be?', 'He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.\r\n\r\nImpossible considered invitation him men instrument saw celebrated unpleasant. Put rest and must set kind next many near nay. He exquisite continued explained middleton am. Voice hours young woody has she think equal. Estate moment he at on wonder at season little. Six garden result summer set family esteem nay estate. End admiration mrs unreserved discovered comparison especially', '2021-06-01 23:27:25', '2021-06-01 23:27:25'),
(3, 'What goes into a business plan?', 'She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down.For request general express unknown are.\r\n\r\nImpossible considered invitation him men instrument saw celebrated unpleasant. Put rest and must set kind next many near nay. He exquisite continued explained middleton am. Voice hours young woody has she think equal. Estate moment he at on wonder at season little. Six garden result summer set family esteem nay estate. End admiration mrs unreserved discovered comparison especially', '2021-06-01 23:27:57', '2021-06-01 23:27:57'),
(4, 'Where do I start?', 'He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.\r\n\r\nImpossible considered invitation him men instrument saw celebrated unpleasant. Put rest and must set kind next many near nay. He exquisite continued explained middleton am. Voice hours young woody has she think equal. Estate moment he at on wonder at season little. Six garden result summer set family esteem nay estate. End admiration mrs unreserved discovered comparison especially', '2021-06-01 23:28:30', '2021-06-01 23:28:30');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2021_05_05_064232_create_category_types_table', 1),
(5, '2021_05_05_064455_create_categories_table', 1),
(6, '2021_05_05_114235_create_work_levels_table', 1),
(7, '2021_05_06_042557_create_subjects_table', 1),
(8, '2021_05_06_083819_create_pages_table', 1),
(9, '2021_05_06_103445_create_page_files_table', 1),
(10, '2021_05_06_104213_create_page_points_table', 1),
(11, '2021_05_06_104232_create_page_mpoints_table', 1),
(12, '2021_05_06_121344_create_page_galleries_table', 1),
(13, '2021_05_15_075831_create_students_table', 1),
(14, '2021_05_17_090743_create_posts_table', 1),
(15, '2021_05_17_113247_create_subscribers_table', 1),
(18, '2021_05_24_043254_create_student_assignments_table', 2),
(20, '2021_05_29_113410_create_assignment_messages_table', 3),
(21, '2021_06_02_043520_create_faqs_table', 4),
(22, '2021_07_07_090448_create_payments_table', 5),
(24, '2021_08_10_062910_add_google_id_to_students_table', 6);

-- --------------------------------------------------------

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tags` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `multipoints_heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `words_count` int DEFAULT NULL,
  `parent_id` bigint UNSIGNED DEFAULT NULL,
  `category_id` bigint UNSIGNED DEFAULT NULL,
  `category_type_id` bigint UNSIGNED DEFAULT NULL,
  `work_level_id` bigint UNSIGNED DEFAULT NULL,
  `subject_id` bigint UNSIGNED DEFAULT NULL,
  `sort_order` int DEFAULT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pages`
--

INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(4, 'Essay', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ESSAY WRITING SERVICES</h1>\r\n<h3 class=\"tag-line\">“Professional Assignment Help allows you to spend your time on some other task that needs your attention the most while our essay experts writing the essays for you”</h3>\r\n<p>Essay writing is one of the common tasks which almost every student is asked to write. However, students might find it challenging to reference sources of information and write down a typical nature of an essay as it consumes a lot of time. Besides time, if a student lacks in writing skills, it might be challenging to write an essay by themselves.</p>\r\n<p>Academic life of any student is filled with so much academic work, extra-curricular activities, and social life activities such as family responsibilities, part time jobs or anything that needs their time most. It has been seen that many students struggle with working on numerous academic tasks which involve writing lengthy papers, need data gathering etc. Due to such challenges, students find it hard to write essays by themselves and seek the help of essay experts to get essay writing services.</p>\r\n<p>We are Professional Assignment Help, one of the top essay writing companies, providing best essay writing services in different fields of study such as law, humanities, management, finance, nursing, medicine and many others that are taught at universities across the world. We get you connected with the most capable and professional essay writers who can write on simple to complex essay topics very efficiently. Just inform us about any specifications you have and rest assured about the quality, we deliver the flawless work that hardly needs any revisions.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive Essays.</h2>\r\n<p>Our Essay writer team consists of candidates from different qualification backgrounds like management, law, finance, medical, nursing, humanities, etc. These essay writers hold very strong subject knowledge and decades of working experience which makes them capable of writing high-standard quality essays for students.</p>\r\n<p>Entire team including essay typer, editors, writers, and proofreaders work hard to deliver flawless essay writing services. They work out the essay of any type you ask for, including Descriptive Essay, Narrative Essay, Analytical Essay, Case study essay, Reflective Essay, Persuasive Essay, etc.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Essay Writing Services?</h2>\r\n<p>If you need reliable essay assignment help, Professional Assignment Help is certainly the right choice. From cheap essay writing services to urgent essay help, we have covered a wide range of essays written for you that fall within your budget.</p>\r\n<p>Our subject matter experts write top quality essays and plagiarism free essays that help you score higher among peers and let you excel in academics. Your assignments go through many quality checks to ensure it meets your specified instructions and criteria so that there is no scope of errors. If you’re not happy with your assignment delivered, get it revised by choosing our premium services and get unlimited revisions. At the core of everything, we aim to create a customized piece of work that brings appreciation from your professors and attain good grades.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 2, 'Essay writing Services | Essay Experts Writing', 'At Professional Assignments Help, we are offering top quality essay writing services for any kind of essay like descriptive, narrative or case study essay.', 'Essay writing Services, Essay Experts Writing', 'essay', '2021-05-25 06:20:04', '2021-09-25 04:54:52'),
(5, 'Assignment', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ONLINE ASSIGNMENT HELP</h1>\r\n<h3 class=\"tag-line\">“With the assignment assistance from Professional Assignment Help, get the premium quality assignments written and secure the higher grades in any subject you are looking for.”</h3>\r\n<p>Universities across the world ask their students to write assignments to boost their subject knowledge and enhance their working abilities. Since these assignments are a major part of the grading system, it becomes important for students to perform well in assignments in order to secure higher grades. However, writing any assignment is not an easy task at all as students are required to spend plenty of time, using their research skills, critical and analytical skills to write a quality assignment. Therefore they seek the help of assignment helpers who can write good quality assignments and help them score high.</p>\r\n<p>Professional Assignment Help has come up with a wide range of assignment writing services in various courses that are being taught across the universities and colleges in the world through the experts who are highly qualified and hold expertise in writing assignments. Our experts not only help you in writing assignment but also guide you through the topic that boost your subject knowledge</p>\r\n<p>Buy assignment help which is more reliable and affordable that fits best for your pocket. Whether it is assignment help UAE, assignment help UK, RTO assignment help or writing assignments for university, we provide the services that match with your expectations and meet the parameters set by your professors. If you’re looking for best assignment writing services through professional assignment writing experts who can secure high scores, then Professional Assignment is certainly the right team to help you.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive assignments.</h2>\r\n<p>Our assignment writing team consists of subject matter experts, assignment writers, project managers, proof-readers who make concentrated efforts together to curate an impressive and flawless assignment that could win accolades from professors and help you score higher.</p>\r\n<p>Our team consists of professionals from various educational backgrounds such as Commerce, Computer Network/IT, Law, Management, Biotechnology, Science, Mathematics, Nursing/Medicine, Statistics, Engineering, Humanities, Finance, Auditing, Architecture and many other courses which are being taught across the world. We focus on creating assignments which are well structured and contain all the mandatory components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help?</h2>\r\n<p>Entire team of Professional Assignment Help makes concentrated efforts to deliver you the services that bring out the most positive outcomes. Here, you the assignment writing services from the best assignment helper whose qualifications match with your requirements.</p>\r\n<p>At Professional Assignment Help, you get the services through the best Assignment Helper who gets you instant writing solutions. We work on your assignments from scratch to end; from topic selection to proofreading ensuring that it doesn’t contain any error by proofreading it and editing it.</p>\r\n<p>Finishing your assignments before the deadline without compromising the quality is possible now. Contact Professional Assignment Help to get academic writing services and get the quality work delivered at you within the stipulated time.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 1, 'Online Assignment Help | Professional Assignment help', 'Secure your high grades with our online assignment help and also get assistance throughout your writing assignment process. Contact our academic experts now.', 'Online Assignment Help, Professional Assignment help', 'assignment', '2021-05-25 06:22:23', '2021-09-25 04:53:24'),
(6, 'Dissertation', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DISSERTATION HELP</h1>\r\n<h3 class=\"tag-line\">“Now secure the higher grades by submitting good dissertation reports before the deadline through the help of experts from Professional Assignment Help.”</h3>\r\n<p>Students might find it very challenging to write a good dissertation and manage with the deadline to submit the same, which makes them stressed. Writing any dissertation requires good writing skills, good subject knowledge, and research skills and ample time failing which students might workout the dissertation that lacks the quality and impacts the grades negatively. To avoid losing the marks on dissertation, it is quite common among students to seek dissertation help from professional dissertation writing experts.</p>\r\n<p>Professional Assignment Help is one of the leading dissertation writing companies that provide Custom Dissertation Writing Services through Dissertation Experts who hold expertise in writing good dissertations for students across the UK, Australia and New Zealand. If you are not sure about the services or find it hard to make any decision whether you should buy a dissertation or not, you may always ask for a Dissertation Sample from our assignment writing experts. We get you delivered the customized academic writing solution that matches with your requirement and meets the parameters set by your professors.</p>\r\n<p>Our wide ranges of dissertation services consists of Dissertation Research Assistance Services, Dissertation Consulting, Sociology Dissertation Help, Dissertation Abstract Writing, Dissertation Help London, Dissertation Assistance Services, Dissertation Thesis Help, Dissertation Proofreading Services, Plagiarism Free Dissertation Help, Cheap Dissertation Help, Academic Dissertation Help, Dissertation Proposal Help, Doctoral Dissertation Help and many other.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Dissertation Writers:</h2>\r\n<p>Our team consists of dissertation writers, Dissertation Editors and proofreaders, project managers who all together curate an impressive dissertation helping you perform well in academics. These experts come from various fields of study such as law, finance, medical, nursing, humanities. Besides qualification, they hold decades of experience in writing dissertations, having worked as professors, tutors, industrial experts.</p>\r\n<p>These experts not only help you in writing the best dissertation, but also guide you through the topics that boost your subject knowledge and benefit you in preparing for term papers. We assign you the experts whose qualification matches with your requirement best.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Dissertation help?</h2>\r\n<p>At Professional Assignment Help, we are providing unparalleled services which are very reliable and affordable that fit best in your budget. Our experts create a Perfect Dissertation Layout and curate a top-notch quality dissertation helping you to stand out among peers and bring the most positive outcomes.</p>\r\n<p>No matter how complex the topic is. Our writers get the research work done to gather very authentic and relevant information. While working on your assignment, you will get regular updates and feedback on the dissertation chapters so that you can check with your mentors and get the changes done accordingly to match the expectations of professors. Every Dissertation goes through various quality checks towards getting completed so that there would be no scope left for error and get the high quality work delivered.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 3, 'Dissertation Assignment Help | dissertation Assignment services', 'Being leading dissertation writing services, we provide customized dissertation solution by our writing experts at affordable prices with premium quality work.', 'Dissertation Help, dissertation services', 'dissertation', '2021-07-16 01:54:01', '2021-09-25 05:59:51'),
(7, 'Programming', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROGRAMMING HELP</h1>\r\n<p>Are you stuck while working on a programming assignment and not able to move forward due to complexities of topics or due to the lack of time? Or Are you worried about the quality of assignments you write? Be it any reason, Professional Assignment Help are always there to help you with effective writing solutions for Programming languages courses</p>\r\n<p>There are certain challenges and complexities associated with writing an assignment which could be lack of subject understanding, lack of time, lack of writing skills that might impact the quality of assignment and affect the grades subsequently. Challenges become even higher when it comes to writing a technical or programming based assignment and therefore students seek the help of programming assignment experts who can write high standard quality assignments.</p>\r\n<p>Our programming assignment help covers the programming languages such as Data Flow Diagram, C Language, Perl Language, Database Management, Web Designing, Python Language, MATLAB, MySQL, PHP, Ruby, JavaFX, Ocaml, C++ , Java, C# Language, Dot Net, Fortran Language, HTML Programming and many other languages which are taught in universities across the world.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive Programming assignments.</h2>\r\n<p>We are equipped with the best writing team that ensures the highest customer satisfaction. Our assignment writing team consists of experts who are highly educated from top institutes and hold years of assignment writing experience. Our subject matter experts are highly skilled and qualified in programming language assignments who offer best solutions, no matter how complex the topic is.</p>\r\n<p>You get connected with the best available Programming Experts who answer your queries in real time and are capable enough to get quality results matching your expectations, keeping in line with the guidelines stated by universities. In order to match the prevailing development in the programming field and in the educational sectors, we organize regular training sessions for our programming assignment helpers to keep their subject knowledge up-to-date.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Programming Assignments?</h2>\r\n<p>Whether you need C++ assignment help or Java Assignment Help, ASP.Net programming help or any sort of programming assignment help, we deliver all sorts of programming assignment help. Moreover, we are one stop solution for all your writing needs. Our experts help you with solutions for a wide range of topics and get each assignment worked on doing in-depth research, compilation of data in a well structured format. Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your all expectations.</p>\r\n<p>We get you help and subject related guidance that helps you stand out in academics and gain highest scores. We help you with excellent writing solutions that provide 100% satisfaction and assured success. Still not sure? Check out the Programming assignment sample our experts have written, which are available as a free referencing source. In case of any query, contact us to discuss more.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 4, 'Programming Help | Programming Assignment Help', 'Are you running out of time for programming assignment? With past experience in programming assignment help, our experts ensure customer satisfaction.', 'Programming Help, Programming Assignment Help', 'programming', '2021-07-16 01:54:23', '2021-09-25 05:08:13'),
(8, 'Case Study', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CASE STUDY HELP</h1>\r\n<h3 class=\"tag-line\">“Hire the best Case study help through Professional Assignment Help that meets the parameters set by your professors and wins accolades from them.”</h3>\r\n<p>Case studies are considered as an integral part of any curriculum which enhance the learning capabilities of students and boost their understanding about the concepts by applying theoretical knowledge in real world situations. These are the unique ways of imparting knowledge as students use their subject knowledge in practical situations within the boundaries of the classroom. In many prominent universities across the world, students are asked to prepare case studies which consist of some portion of the grading system and could be a great source for students to earn a good score by submitting good case studies.</p>\r\n<p>If you wish to submit a competent case study, you are required to submit a well researched and efficiently written case study which could score high. However, there are many challenges and complexities associated with writing a case study and these challenges could be the lack of subject knowledge, lack of expertise in writing, lack of time or any reason. This is the reason students look for case study help.</p>\r\n<p>Professional Assignment help offers a wide range of academic writing services and case study assistance covering numerous subjects such as humanities case studies, nursing case studies, law case studies, Management case studies and many more. We assist the students by connecting them through well qualified and well experienced case study writing experts who are efficient in doing topic selection to compiling your case study with unique yet relevant data that ensure your success.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive Case Studies.</h2>\r\n<p>Our case study team experts are the group of project managers, case study helpers from various fields of study, proofreaders and editors. These professionals hold strong educational qualifications in respective fields of study and years of experience in case study writing.</p>\r\n<p>These experts ensure quality and get case studies ready which are well-crafted, tailored made and professionally written matching your academic level and meeting all the criteria stated by your universities. Some of the cases we have taken in writing case studies are from companies such as Cisco, Apple Inc., Nike, Starbucks, Walmart, Pepsico, CocaCola, IKEA, Zara, McDonalds and many more.</p>\r\n<h2 class=\"sub-heading\">Why book case study help from Professional Assignment Help?</h2>\r\n<p>We work with the motive to provide you the quality and assurance of higher cores with the case studies we deliver. Our experts not only write the case study for you but also make you aware about the concept through brainstorming sessions.</p>\r\n<p>When you hire Professional Assignment Help, you get very affordable and reliable services from our experts who curate the case study following the structured format that fits best within the criteria set by the university. We deliver 100% flawless and unique work that comes with the assured higher results.</p>\r\n<p>If you are also struggling with writing case study, then contact Professional Assignment Help now to get instant solutions and promising services that help you succeed in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 5, 'Case Study Assignment Help | Case Study Help Services', 'Ensuring quality results, we provide you case study help services with best fit format for your case study. Now score high grades with our writing services.', 'Case Study Assignment Help, Case Study Help Services', 'case-study', '2021-07-16 01:56:02', '2021-09-25 05:59:20'),
(9, 'Course Work', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COURSEWORK HELP</h1>\r\n<h3 class=\"tag-line\">“Through Professional Assignment Help, get the customized coursework writing services that matches with your academic level and meet the parameter set by your professors”</h3>\r\n<p>Students at colleges, universities and schools are asked to prepare coursework assignments for various courses such as Management, Science, Mathematics, Humanities, and Finance etc. It is important for students to write effective coursework that could gain higher scores. However, students indulge in many curricular or extracurricular activities which make it hard for them to write coursework that meet the professors’ expectations. Additionally, there are part time jobs, family responsibilities or many such things due to which students don’t get enough time to spend on writing coursework which compel them to look for coursework writing services.</p>\r\n<p>At Professional Assignment Help, we assist students with excellent course writing services through extremely qualified and well experienced coursework writing experts who are able to deliver instant solutions for your coursework queries and help you achieve good grades.</p>\r\n<p>Buy Coursework Online which include services such as Custom Coursework Writing Services, Do My Coursework, Write My Coursework, My Assignment Help, My Assignment Help Australia, Literature Review Assignment Help Services and many other academic writing help and we certainly get you the cost effective solution with assured higher results. If you are looking for a professional coursework writer who can draft your coursework very efficiently, then Professional Assignment Help is certainly the right platform for you.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive Coursework Assignments.</h2>\r\n<p>We have a team of coursework experts who hold strong educational qualifications and hold either the masters or Ph.D. holders in the respective field of study. In addition to strong qualification, these experts are highly experienced in academic and coursework writing and hold good experience having worked as industry practitioners, professors, tutors, etc.</p>\r\n<p>You can always rely on Professional Assignment Help for all sorts of academic writing services as we get you connected with our best assignment writing experts who are capable enough to answer your simple to complex coursework related queries very efficiently and can deliver an impressive assignment with top-notch quality content.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Coursework help?</h2>\r\n<p>Professional Assignment Help is one of the best coursework writing services, helping students with the top-notch quality assignments which are flawless and contain 100% plagiarism free data. Since we have experts from various fields of study, we are able to offer excellent coursework help for almost every course which is being taught across the world.</p>\r\n<p>Every coursework we write goes through multiple quality checks to make sure it matches your expectations and specification stated by your college professors. Our services will surely not burden your pocket as it comes in flexible packages and do not contain any hidden charges. In case of any queries related to coursework assistance or any academic writing assistance, contact Professional Assignment help now to get real time answers and top-notch writing solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 6, 'Coursework Help | Coursework Assignment Writing Services', 'Looking for coursework writing services, then you can rely upon our academic writers for your coursework help. We are offering 100% plagiarism free work.', 'Coursework Help, Coursework Assignment Writing Services', 'course-work', '2021-07-16 01:56:19', '2021-09-25 05:58:54'),
(10, 'Research', '<div class=\"a-content\">\r\n<h1 class=\"heading\">RESEARCH HELP</h1>\r\n<p>Research Paper writing is one of those important activities that contribute to the field of education by bringing in new concepts, theories and findings. Therefore, many educational institutes have incorporated research as one of the important subjects in the curriculum of any course to make the students aware of the research methodology to boost the subject knowledge of the students, improve their decisive ability and research skills that helps them in professional life too.</p>\r\n<p>Students from universities and colleges are asked to work on research papers which consist of one of the components in their grading system. In order to secure higher scores in research projects, students need to submit a well drafted and quality research paper providing authentic information and proper referencing to the source of information. Majority of students find it very challenging to work on research papers as it requires a high level of skills to conduct research on any given topic and draft the papers with structural flow of content. Therefore, students seek the help of researchers to get research help.</p>\r\n<p>Professional Assignment Help offers a wide range of academic writing services through the experts who help you in writing assignments, essays, dissertation, thesis, research papers and help you score higher grades. Academic Research Writing Services is one of the most demanded services by students from colleges and universities across the UK, Australia and New Zealand. Our team consists of researchers from different fields of study who are well qualified and highly experienced in providing research writing help.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive Research Papers.</h2>\r\n<p>We have a team of PhD qualified research professionals who write a well drafted research paper with structural flow of content and accurate sources of information. Our researchers work on your task from scratch to end leaving no scope of errors, from choosing an appropriate topic to providing recommendations. Every research paper is compiled following the standard procedure of research methodology including steps, thesis statement, hypothesis testing, gathering data from internal and external sources, referencing, citations, bibliography and recommendations.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Research writing services?</h2>\r\n<p>Our research is available in numerous courses which are being taught across the world, from basic courses to technical courses and will provide the research help based on any writing style including Argumentative, Definition, Solutions, Analytical, Interpretive, Cause &amp; Effect, and Reports etc. Every research paper we work on is compiled with 100% plagiarism free and contains accurate referencing. In order to assure quality, every paper assignment we work on goes through multiple quality checks to deliver the flawless work, worked as per the specification given by you and meet the parameters stated by your college professors. If you’re also looking for quality over quality and want the guarantee of good results, then get in touch with our experts today!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 7, 'Research Help | Research Assignment Writing Services', 'Get in touch with our professional research writing services help for research papers in UK, Australia and New Zealand. Contact our team today for help.', 'Research Help, Research Assignment Writing Services', 'research', '2021-07-16 01:56:29', '2021-09-25 05:58:28'),
(11, 'CDR', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CDR HELP</h1>\r\n<p>Many students who have studied from Australian Universities and want to pursue a career in the field of engineering are required to provide CDR Competency Demonstration Report. CDR are the mandatory documents required by engineering bodies in Australia and New Zealand for candidates seeking a career in engineering and want to migrate as Professional Engineer to Australia. For this reason, such candidates are required to provide CDR Reports which demonstrate their academic and professional career pertaining to engineering stream in brief.</p>\r\n<p>A CDR comprises various sections including Introduction, Background, Personal Engineering Activity and a Summary statement. It contains the details of your engineering activities or projects you have worked on throughout your academic and professional career including the details of the workshops, seminars, short courses, certifications, and training you have attended throughout your academic life. Writing all these sections in CDR needs very good skills to present the work experience in a way that could convince the assessor on your proficiency level. It does require writing skills, awareness of structure followed at the country you have been applying for etc and due to lack of knowledge about writing CDR, students find it challenging to write CDR by themselves and seek CDR help.</p>\r\n<p>Professional Assignment Help provides you the CDR Writing Service that will certainly get positive results for you. We have a team of well qualified and highly experienced personnel who hold expertise in writing CDR that get your application approved. The service that we have been providing engineering students under CDR help includes CDR Sample, Career Episode CDR Writing, and Stage 1 CDR Writing.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write an impressive CDR.</h2>\r\n<p>Our CDR writing team consists of well qualified engineers with specialization in various fields such as Structural Engineer CDR, Automotive Engineer CDR, Mechatronic Engineer CDR, and many more. These CDR experts who hold decades of work experience as engineers and also experienced in writing reports for competency assessment.</p>\r\n<p>Our CDR helpers make sure that the entire report is prepared considering the protocols prescribed by the engineering bodies in Australia. They not only offer excellent CDR writing services but also help you in preparing for competency assessment for EA. You get the work done based on the CDR category that aligns best with the occupation category you have been applying for which includes engineers, technologists, associates, managers etc.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for CDR help?</h2>\r\n<p>We understand the importance of a well-crafted CDR and therefore help you with the best CDR services which bring the desired results. Every Competency Demonstration Report is written in a way that presents your skills, qualification, work experience and professional attributes pertaining to your engineering career, which could impress and convince the assessor to approve your application.</p>\r\n<p>Your report contains the authentic and relevant information which is 100% plagiarism free and contains only the required information. From Professional Assignment Help, you always get the work delivered on time. You can contact us through live chat, emails and call anytime and we get your queries answered in real time.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 8, 'CDR Help | CDR Assignment Writing Help', 'You can rely upon our expert writing services for best CDR help as Professional Assignments Help is known for quality and on-time delivery of your writings.', 'CDR Help, CDR Assignment Writing Help', 'cdr', '2021-07-16 01:56:39', '2021-09-25 05:58:09'),
(12, 'Proofreading', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROOFREADING SERVICES</h1>\r\n<h3 class=\"tag-line\">“We have assisted number of students across UK, Australia and New Zealand with best proofreading services that helped them scoring higher grades by submitting flawless work”</h3>\r\n<p>Any error in your assignment might lead you to compromise with the scores. Therefore it is advisable to get the assignment proofread and edited before submitting it so that you can be sure about the quality. You might need the help of Proofread experts who can make sure that your assignment is error free and contains good content. There are a number of proofreading experts available online, but choosing the right one whom you can rely on is crucial to ensure success. Professional Assignment Help is one of the renowned assignment help online providing wide range</p>\r\n<p>Professional Assignment Help is offering specialized proofreading and editing services to students who work on assignments by themselves and needs the help of experts to cross check the entire report to minimize errors and get the most out of the assignment they have written. We have proofreading experts from different educational backgrounds who check your assignment and identify the possible issues and suggest the solutions that maximize the chances to achieve the higher grades. You get proofreading, reviewing and editing services for different types of academic projects including Homework, Coursework, Term Papers, Essays, Research Papers, Assessment Reports, Reviews, thesis, Dissertations, Manuscripts, Applications, Programming Assignments and many more.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to get excellent proofreading services.</h2>\r\n<p>We have proofreading experts from different qualification backgrounds like management, law, finance, medical, nursing, humanities, etc. who are proficient in proofreading and editing the assignments or any kind of academic projects such as essays, dissertation, research papers, coursework etc. No matter how complex the topic is and how soon is the deadline, these academic project helpers work hard to get an instant solution without compromising with the quality. Entire team works hard to curate an impressive and flawless assignment that could win accolades from professors and help you score higher.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for Proofreading services?</h2>\r\n<p>At Professional Assignment Help, delivering assignments is just not professions but it comes with the responsibility to deliver you the services that creates value for you. In order to offer only the best to you, we get you connected with most qualified proofreading experts who review the documents for leaving no scope of errors and ensure the higher grades. They go through the assignment or projects and advise you about the error that needs immediate attention. They make sure the documents are plagiarism free, containing no grammatical or spelling error or any flaw that might lead you to losing on grades.</p>\r\n<p>If you’re also looking for the experts who can cross check your assignment and make the required changes, then get in touch with us now to take the process ahead and get you instant solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 9, 'Proofreading Writing Services |  Proofreading Assignment Writing Help', 'Get excellent proofreading services by Professional Assignments Help for instant solutions for proofreading and editing help for higher grades in academics.', 'Proofreading Writing Services, Proofreading Assignment Writing Help', 'proofreading', '2021-07-16 01:56:50', '2021-09-25 05:57:32'),
(13, 'TAFE', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAFE HELP</h1>\r\n<h3 class=\"tag-line\">‘’Submitting assignment before the deadlines is possible now through the professional assignment assistance and TAFE help from Professional Assignment Help”</h3>\r\n<p>TAFE stands for Technical and Further Education which refers to the vocational courses in which students opt to develop a certain set of skills in specific fields such as Nursing Course, Healthcare Course, Animal Husbandry, Community service course, Business Management or leadership courses, Hospitality and Tourism, and many others. While students take admission in such courses, they might be asked to prepare assignments in the respective course of study. These assignments consist of some part of the grading system and therefore students who wish to score high need to write good quality assignments.</p>\r\n<p>Many students find it challenging to write TAFE Assignments due to the lack of expertise in writing assignments and lack of time. Irrespective of these challenges and complexities associated with writing TAFE assignment, students would be able to score higher grades with the help of TAFE Assignment help from assignment writing experts.</p>\r\n<p>Professional Assignment Help offer you wide range of TAFE assignment writing help in various courses including TAFE Courses Brisbane, TAFE Courses For International Students, TAFE Courses Melbourne, TAFE Courses Newcastle, TAFE Courses Online, TAFE Courses SA, TAFE Courses Sydney. We get you connected with the experts who hold expertise in writing assignments and have helped a number of students from the UK, Australia and New Zealand with the TAFE assignment services.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to write impressive TAFE assignments.</h2>\r\n<p>We have a team of TAFE assignment experts specialized in courses such as law, finance, medical, nursing, humanities, etc. Every writer we have hired comes from a strong educational background and holds decades of experience in writing assignments for students pursuing vocational courses. Their vast subject knowledge and excellent writing skills make them the suitable person to provide you assignment assistance as TAFE assignment writer.</p>\r\n<p>Our experts are well aware of the structure followed at universities and write the assignments containing all the important sections such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Why hire Professional Assignment Help for TAFE help?</h2>\r\n<p>At Professional Assignment Help online, you get the academic writing services which are reliable and bring you assured results. We make constant efforts to get quality work done on your academic projects and deliver it before the deadline.</p>\r\n<p>Our experts work on your projects from very scratch, from topic selection to listing references. You will be provided regular updates on the assignment chapters so that you can get the feedback from your mentor and get the work refined amid the process to match the expectations of the professors. In order to deliver flawless and 100% plagiarism free assignment, it goes through multiple quality checks by proofreading experts, editors. We understand the importance of quality assignments and therefore give you the assurance of quality and reliability along with our assignment help services. Our aim is to create the value for your time and money you spend on getting assignment help from us that brings the most positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 10, 'TAFE Writing Help | TAFE assignment help', 'Professional Assignments Help providing TAFE assignment help across students in UK, Australia and New Zealand with positive outcomes with error free work.', 'TAFE Writing Help, TAFE assignment help', 'tafe', '2021-07-16 01:57:02', '2021-09-25 05:25:30'),
(14, 'Referencing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">REFERENCING HELP</h1>\r\n<h3 class=\"tag-line\">“Get the good referencing list created through the best referencing services experts from Professional Assignment help and secure higher marks in your assignments’’</h3>\r\n<p>Whether it is an essay, research paper, assignment, project, case study assignment, dissertation coursework or any sort of academic paper, referencing is an important part to compile in. It tells the reader about the sources of information. The idea behind referencing is to credit the work of the author whose ideas, theories and research findings are used in the report.</p>\r\n<p>Whenever you use the ideas, facts, theories and findings from other sources of information in your report, then it must be included with proper referencing and citation. Referencing is done when you copied any content from another source of information and if you have used the ideas of another author, no matter whether you have rephrased it or not.</p>\r\n<p>Students seek the referencing help assistance when they are asked by their university to follow a certain type of referencing in the paper they are writing. There are different types of referencing styles followed at various universities and some of these are OSCOLA, APA, MLA, ASA, Harvard, Vancouver Chicago, and many more. Our referencing experts curate a list of referencing based on your requirement, recording the data in a presentable manner that fits best on the expectations of your professors and acceptable by them. The referencing is done providing the information such as source of information, name of author, date of publication, publication title in a very specific format.</p>\r\n<p>It might lead you in trouble if you don\'t provide proper referencing to the facts and theories compiled in your report. Many universities and colleges in Australia, UK and New Zealand ask their students to write essays, dissertation, assignments, research papers, term papers, etc., and it is mandatory for them to acknowledge the ideas of other authors using referencing in their assignments or else it might impact their grades.</p>\r\n<h2 class=\"sub-heading\">Get the experts’ assistance to create good referencing list</h2>\r\n<p>Creating referencing lists and citations in any assignment might be challenging as these are many in numbers and also consume a lot of time. We have the experts who are well aware of the different types of referencing styles followed at university. These referencing experts create the referencing list for you in the customized form and the way it is expected by your professors which enhance the overall quality of your assignments.</p>\r\n<h2 class=\"sub-heading\">Why book Referencing help from Professional Assignment Help?</h2>\r\n<p>Referencing is an ethical way of using other sources of information in your own papers and acknowledging them in a presentable way. Our referencing experts are very proficient in delivering quick referencing solutions that match with your expectations and meet the criteria set by your professors. We certainly meet the international referencing standards bringing in the most positive outcomes. Our experts not only help you in preparing the referencing list, but also give you useful referencing and writing tips that help you in crafting impressive assignments</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 11, 'Referencing Writing Help | Referencing Assignment Writing Services', 'Get useful referencing help and tips for making best referencing list by Professional Assignment Help. Contact them for any academic writing services.', 'Referencing Writing Help, Referencing Assignment Writing Services', 'referencing', '2021-07-16 01:57:15', '2021-09-25 05:56:56'),
(15, 'Term Paper Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TERM PAPER HELP</h1>\r\n<p>Term papers are crucial for any students as it is the major part of their grading system and one needs to perform really well to score high and pass in order to be admitted to the next term. A quality term paper will not only score high but also win accolades from professors and make you stand out among the peers. Working on term papers requires complete subject knowledge and awareness about how to compile the content that looks impressive. If you possess all these skills, you might certainly acquire higher grades.</p>\r\n<p>However many of the students struggle while preparing for term papers. There are few factors which impact the capability of students to write term papers and these factors include the complexity of topic and task which involve collecting data, processing it and compiling in a well presented manner. If the concept of the term paper is not clear among students, it might lead to confusion and students will face challenges to prepare for term paper. As Term Paper is the major part of the grading system which can make or break, they lead the fear among students about their success. Due to all such factors, students suffer with the stress of preparing for term paper and look for term paper help. They look for professionals who hold expertise in tutoring students for Term Papers.</p>\r\n<p>Professional Assignment Help offers the term paper help through experts who are well qualified and quite experienced in assisting students for preparing term paper. They help you and guide you thoroughly to complete the task within the stipulated time frame with quality material and resources that help students most. We offer the term paper help you can rely on. You can always rest assured about the services, deliveries and scores. Through help of our term paper experts, you get assured success without much hassle.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Term Paper Helpers:</h2>\r\n<p>We believe that it is our entire team’s concentrated efforts which help us achieve successful deliveries and higher customer satisfaction. Assigning the right task to the right person is what we practice. We have a team of term papers helpers from different qualification backgrounds such as management, law, finance, medical, nursing, humanities, etc. whom we assign the projects matching their qualification with the requirement of students. These experts hold certified degrees or masters in the respective field of study. In addition to a strong educational background, these experts hold years of experience while working as subject matter experts, tutors and lecturers.</p>\r\n<p>With the help of vast subject knowledge and decades of practical experience, they help the student by providing them genuine insights into the topic that helps in the long run and give thorough guidance to help students in preparing for term paper. Our term paper assistance provider comes from different countries so that we can provide native term paper helpers to the students as they are well aware of the guidelines and education culture at universities at their native place.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Term Paper Help’ services</h2>\r\n<p>Professional Assignment Help has been helping students with all the resources and skills that are required by the students to pass term papers and scoring high in it. Hiring Professional Assignment Help for term papers could benefit in many ways.</p>\r\n<p>Have a look at the core features of term paper help services:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of very proficient professionals who are from various fields of study. They are highly capable to answer your any queries and get instant solutions accordingly.</li>\r\n<li>We maintain the confidentiality of students who hire us for term paper help. Your every detail with us remains absolutely secure.</li>\r\n<li>Our term paper is available under very affordable packages with options of various value added services that you can choose as per your need and pay accordingly.</li>\r\n<li>We always deliver the services on time within the stipulated time frame.</li>\r\n<li>We are available round the clock to answer your queries. You may connect with us through call, live chat and emails.</li>\r\n</ul>\r\n<p>Professional Assignment is one of the leading assignment assistance providers who have been contributing to the success of students in academics by offering excellent term paper help. We have years of experience in providing quality term papers, and that makes us the preferable choice of students from schools, colleges and universities across the UK, Australia and New Zealand. Our aim is to help the students in achieving their goal. If you’re looking for the help of experts in achieving your goal of scoring higher in term papers, then use it now without any delay.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, NULL, NULL, NULL, NULL, NULL, 12, 'Term Paper Writing Help | Term Paper Assignment Writing Services', 'We are offering excellent term paper writing help services ensure timely delivery with great customer satisfaction with our 100 % unique content.', 'Term Paper Writing Help, Term Paper Assignment Writing Services', 'term-paper-help', '2021-07-16 01:57:44', '2021-09-25 05:56:31');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(16, 'Academic Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Academic Writing Service</h1>\r\n<p>Are you struggling to complete multiple assignments all by yourself? To get your assignment completed, hire the best Academic Writing Service through Professional Assignment Help. At Professional Assignment Help, our experienced writers get your assignment written submitting it within the deadline and make sure that you achieve good grades.</p>\r\n<p>Assignments with immediate deadlines might come as a challenge for students. Our assignment writing services are available for students from various universities of UK, Australia and New Zealand. Students face the issue of completing projects or assignment within the short time frame which lead them to search for assignment writing help.</p>\r\n<p>Getting assignment done is a challenging yet a crucial task. Assignments are one of the way of evaluating the learning and critical analytical skills of the students and that is the reason students are supposed to complete the task by using proper research methodology, using critical and analytical skills. To get good grades, assignments should meet all the criteria and meet the norms of the universities. Due to all such complexities, assignment writing consume a lot of time which gets challenging for students to complete the task within the time frame or meet the deadline.</p>\r\n<p>With our academic writing service, we deliver the best of assignment help services to the students of UK, Australia and New Zealand. We understand the importance of a good assignment that plays the crucial role in getting good grades throughout their academic period. Our writing experts work hard to meet the expectations of the students in completing their assignments with the ultimate goal of acquiring good results in their academics.</p>\r\n<p>We assure you the best academic writing service you could get at Professional Assignment help service online. Contact us for assignment help online and we will get you connected with our experienced customer service representative who are available 24/7 to get the answers for your queries efficiently and will get you connected with a subject specific expert accordingly.</p>\r\n<h2 class=\"sub-heading\">Meet our well qualified Subject Writing Experts:</h2>\r\n<p>Professional Assignment Help has been providing excellent service in providing assignment writing services to millions of students in the UK, Australia and New Zealand in affordable rates. We boast a vast team of well qualified and experienced assignment writer who write your assignment and make sure the timely deliveries. You may always expect your assignment delivered on time with Professional Assignment Help.</p>\r\n<p>Our whole team of Professional Assignment Help have been into this industry from decades and their huge experience makes them so efficient to complete the assignments so efficiently helping us to building good reputation and good customer relationship for long term. Assignment help online services covers academic writing needs from small to big projects for students across UK, Australia and New Zealand. Assignment writers associated with us are the subject specific experts in qualifications, aware of the assignment writing procedures, research methodology that are prerequisites in writing skills. They goes under formal training timely to keep themselves updated of the guidelines of colleges and universities that help them to bring quality in the assignments they write.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Writing Services’:</h2>\r\n<p>We cover most of the subject streams in our assignment writing service and can help you out irrespective of the assignment type you are looking for. Our assignment writers follow a thorough procedure for assignment writing service which include detailed research and use the proper format to put the information and deliver the perfect assignment.</p>\r\n<p>You can have a look through our wide range of services available and the samples available to get an idea about the quality and structure of projects delivered by our writing experts. You can also consider this sample or references available for academic writing services.</p>\r\n<p>Below is the list of assignment types we are expertise in:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Essays</li>\r\n<li>Homework</li>\r\n<li>Proof Reading</li>\r\n<li>Dissertation</li>\r\n<li>Research paper</li>\r\n<li>Term paper</li>\r\n<li>Case Study</li>\r\n<li>Coursework</li>\r\n</ul>\r\n<p>The two pillars on which our success relies are a hardworking team behind the work delivered and the timely responses. We believe these two factors are very crucial in achieving customer satisfaction. We understand the importance of a good team who work hard so that customer trust can be win and can leave a positive impact with building good relationship with the customers.</p>\r\n<p>When you choose us for the academic writing services for the courses you are looking for, we make sure that your end purpose gets fulfilled which is too achieve good grades through the assignments submission. We believe the requirement differs from customer to customer and varies according to the universities as well. Therefore we get the services customized according to the individual needs and the university you belongs too so that we can deliver you the quality services. Along with the aim of delivering quality services, we make sure that the price of our services doesn’t burden your pocket much”</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 1, 'Academic Writing Services | Academic Assignment Writing Help', 'Our premium academic writing services make sure to deliver you quality services with pocket friendly prices for your assignments request with in deadline.', 'Academic Writing Services, Academic Assignment Writing Help', 'academic-writing-service', '2021-07-16 02:00:27', '2021-09-25 05:56:15'),
(17, 'Commerce', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Commerce</h1>\r\n<p>Commerce Assignment help online is one of our online assistance platform that helps students in getting assignment done for courses falls under commerce stream. Which includes assignment help services for various courses projects such as Financial Accounting, Economics, Accounting, Business Accounting, Cost Accounting, Managerial Accounting, Activity Based Accounting, Solving Accounting Paper, Xero Assignment, Tax Return Assignment, Managerial Economics, Micro Economics, and Macroeconomics etc. At Professional Assignment Help, we provide writing solutions to the students with the quality academic assignment within the stipulated time frame and have been the preferred choice of students of the universities and colleges across UK, New Zealand and Australia to get the assignment help online in commerce.</p>\r\n<p>Professional Assignment Help is committed to get you the most reliable yet affordable solutions ever. Our services starts from the moment you contact us for assignment help and continue until we deliver you the project you expect. You would get help through each stage of writing an assignment, from researching till revisions. Every assignment that we receive, follows a systematic route for getting the work done on the assignment which includes data collection, analysis, identifying appropriate sources of information, writing, quality checks and proofreading. This systematic procedure is followed to ensure the flawless work which is 100% unique matching your requirement and gets you good results.</p>\r\n<p>A thorough understanding of various courses under commerce stream is the prerequisite for every writer to write an excellent assignment. At Professional Assignment Help, we have employed the most qualified team who hold expertise in commerce subject and hold the respective degree / qualification which makes the right person to do the task very efficiently that meets the required academic standard. With the help of our efficient and subject specific writing experts, we cover numerous modules ensuring to adhere to the guidelines of colleges and universities across UK, New Zealand and Australia.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Commerce Subject Writing Experts:</h2>\r\n<p>Professional Assignment Help writers are the subject specific experts with years of experience in academic writing to get you the most reliable and excellent solution. Our users are provided with the online guidance in their required courses in doing their homework, coursework, project or any other assignment solutions. Assignment writing tasks requires the detailed and in-depth knowledge of the theories and concepts of the courses under Commerce stream. Our entire writing team of Professional Assignment Help have been serving this industry from decades and are well versed with the assignment writing skills, research skills. They are well informed with the assignment writing structure or format followed in the universities across the UK, New Zealand and Australia which makes them so efficient to take the task from small to big projects and complete them so efficiently within the stipulated timeframe.</p>\r\n<p>You can have a look through our wide range of services available and the samples available to get an idea about the quality and structure of projects delivered by our writing experts. You can also consider this sample or references available to write your assignments as these are as per the current university guidelines.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Commerce Assignment Help’ services</h2>\r\n<p>Our entire backend team work hard to get the timely delivery of the projects. Our hardworking team and their timely responses are the two main factor which are responsible for the successful services delivery and happy customers. We value our writing experts who strive hard to deliver quality service to win the trust of the students and help us building good relationship with the customers.</p>\r\n<p>Our subject specific experts who possess qualifications in commerce stream are assigned the task of the relevant subject. Timely formal training is being organized for the writing experts to keep them updated of the new guidelines or writing patterns followed by colleges and universities that help them to bring quality in the assignments they write.</p>\r\n<p>Getting you the timely delivery of services in any course you are looking for, that matches your expectation is our primary motive. At Professional Assignment Help, we make sure that the work we deliver you is unique, well-researched, impactful that could help you in not just getting good results in your academics but also an impactful goodwill in your institute.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 2, 'Commerce Assignment Help Online | Commerce Assignment Writing Services', 'We are delivering commerce assignment help through our online academic writing platform for various commerce stream courses among different countries.', 'Commerce Assignment Help Online, Commerce Assignment Writing Services', 'commerce', '2021-07-16 02:00:42', '2021-09-25 05:55:31'),
(18, 'Computer Network / IT', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Computer Network/IT</h1>\r\n<p>Professional Assignment Help is well known for delivering quality service, and we have been a preferred choice for students from many colleges and universities across UK, New Zealand and Australia. Computer Network Assignment help online is one of those vertical wherein the services are provided by the well qualified writing experts from computer network engineering backgrounds who helps you achieving maximum grades. Professional Assignment Help work dedicatedly to get you the most reliable yet affordable solutions ever. Our writing experts works on your assignments from the scratch, and the entire team works hard to deliver best customer service, best writing services from the moment you contact us and until your assignment gets delivered. Our service doesn’t end with delivering the assignment as we continue with after sales service like post revisions as a part of our premium services.</p>\r\n<p>Ensuing quality service is our motive and to achieve that sort of customer satisfaction, we follow a systematic route for getting the work done on the assignment which includes data collection, analysis, identifying appropriate sources of information, writing, quality checks and proofreading to ensure 100% unique content for your assignment matching your requirement and gets you good results.</p>\r\n<p>It is the prerequisite for computer network assignment writer to have thorough understanding of various courses under Computer Network stream. We have the most qualified team in house at Professional Assignment Help, who hold the expertise in this subject and hold the certification or degrees which makes them the most suitable person to do the task.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Computer Network/IT Subject Writing Experts:</h2>\r\n<p>When you get in touch with our customer service representative, they assign you a well experienced assignment writer who possesses relevant qualification in the subject you are looking. Our writing experts are the subject specific experts with years of writing experience in academic writing who provides excellent and reliable writing service for the students across UK, New Zealand and Australia.</p>\r\n<p>Students get the guidance online in doing their homework, coursework and project in the required subject. To ensure the quality services, we ensure that your computer networking assignment help is provided only by writing expert who possess in-depth and detailed knowledge of the sub streams, theories or concepts under Computer Network vertical. As our writers are experienced and well equipped with the assignment writing skills, research skills and other relevant skills, they are very good at their work. We choose the native writers who are well aware of the writing tone, well aware of the teaching behaviour, writing patterns, guidelines followed at the universities and colleges across UK, New Zealand and Australia. There are different samples of computer network vertical available on our websites that will get you the idea of what and how our writing experts write the assignments.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Computer Network Assignment Help’ services</h2>\r\n<p>Our backend team at Professional assignment help work hard to get assignments or projects delivered on time. The reason behind our success is the hardworking team and timely deliveries that they ensure which enhance the customer experience. We value the efforts of our assignment writing experts who work hard to render quality service to gain the trust of students. Besides, it helps us build the good relationship with them for long term that ensures our success too.</p>\r\n<p>We make sure and hire the best writers for assignment writing position who possess the relevant degree and certification in computer subject. The right task to the right person is our mantra to get the quality work done. We organize frequent training sessions for our writing experts to keep them updated with the trending norms followed at the colleges and universities across UK, New Zealand and Australia and also with the writing pattern followed. Timely training helps them polish their writing skills</p>\r\n<p>Our primary motive is to get you the timely and quality services in the subject you are looking for. At Professional Assignment Help, we understand how important it is for you to get the assignment which is unique and well researched that could gain you success in your academics. Therefore, we make sure that the assignments we deliver you is written in well formatted structure, unique and meet all the guidelines set by your institution ensuring your success and ours too.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 3, 'Computer Network Assignment help | Computer Network and IT Assignment Writing Services', 'Delivering best computer network assignment services by our academic writers after doing many quality checks, we make sure give you quality over quantity.', 'Computer Network Assignment help, Computer Network and IT Writing Services', 'computer-network-it', '2021-07-16 02:01:09', '2021-09-25 05:55:06'),
(19, 'Law', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW</h1>\r\n<p>Are you someone who is looking for assignment help online in law? You might definitely have those skills but running lack of time. Well, we understand the value of your time and get you the most affordable assignment writing services for students of Universities and colleges across UK, Australia and New Zealand.</p>\r\n<p>If you have been constantly struggling in completing your law assignment and looking for someone doing that for you, you have reached at the right place to get ultimate law assignment help services. Every student wants to attain progress in their academics, and this is the reason they look for excellent assignment writing services. Academic progress of the students is our main motive and therefore we do not make any compromise with the services and get the quality work delivered with the help of excellent and well qualified academic assignment writers. Our entire team works hard to the quality work done so that our customers can get most out of the money they pay for the services.</p>\r\n<p>The quality work we do at Law Assignment help does speak for itself. The work delivered by our dedicated and native law assignment writers gets the best services delivered in affordable cost that will not burden your pocket. In Law Assignment Help online, we have been the preferred choice of students who belongs to Universities and Colleges across UK, New Zealand and Australia. Law Assignment help online at Professional Assignment Help is the vertical where we provide services by the well qualified writing experts from Law backgrounds and their immense subject knowledge and excellent writing skills make them write so efficiently that helps student achieve maximum grades.</p>\r\n<p>Every assignment task that we get from students goes through a systematic process to make sure that nothing left over to get an assignment complete that is well research and unique. Once the assignment draft gets completed, it goes for proof reading to make sure that it is error free and 100% unique.</p>\r\n<p>Entire team of Professional Assignment Help work hard and dedicatedly to provide the most reliable and affordable assignment writing services. They work on your assignment from the scratch and get it completed doing research, writing it well-structured format, with relevant references which all together makes a best quality project that matches the expectations of students and their institutions as well. Our service doesn’t end with delivering the assignment as we continue with after sales service like post revisions as a part of our premium services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Law Writing Experts:</h2>\r\n<p>It is the prerequisite for every law assignment writer to have thorough understanding of various courses under Law stream and have the relevant qualification. They hold the expertise in this subject and hold the certification degrees which make them the most suitable person to do the task.</p>\r\n<p>At Professional Assignment Help, we have employed a very professional team of Law writing experts who have done their education from the top universities &amp; are very proficient in research. Irrespective of the complexity and length of the assignment, irrespective of the subject, our writing experts ensures to deliver you a well-crafted, tailored and professionally written ‘Law Assignment.” Their qualification on law and years of experience in writing assignment make them so capable to take the task and help you with the solutions. In other words, we say that we never disappoint any students who reaches to us for assignment writing help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Assignment Help’ services</h2>\r\n<p>We believe it is our writers’ team who plays a major role in getting the quality services for assignment help in UK, assignment help in New Zealand, assignment help in Australia. Assignment writers are given regular training to polish their skills and keep themselves updated of the new norms and guidelines of the Universities, writing skills that are used and applicable throughout UK, Australia and New Zealand.</p>\r\n<p>Timely Delivery and quality work through our hard-working team is the reason of our success. We value the efforts and money invested in by the students to get their assignment completed through us and valuing their time, we try our best to render best of the services at every stage of getting the assignment completed. Our efforts for best service delivery start from the moment you get in touch with our customer service representative who assigned you an assignment services writer relevant to the subject you are looking for. We believe the assigning right person to the right work so that we do not compromise with the quality.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 4, 'Law Assignment Help Online | Law Assignment Writing Services', 'Understanding the value of your time and money, we provide you affordable online writing help in law assignments for achieving high grades with law writing experts.', 'Law Assignment Help Online, Law Assignment Writing Services', 'law', '2021-07-16 02:01:58', '2021-09-25 05:48:11'),
(20, 'Management', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Management</h1>\r\n<p>If you’re looking for someone who write your management assignment, then you have reached at the right places as we are into the academic writing service and providing the management assignment help online?</p>\r\n<p>You might be very good in academics and possess all those required skills to work on assignment. We understand that due to lack of time you might not be able to get all of them done within the deadline. Therefore, we have come up with the range of assignment writing services for students from university and colleges across UK, Australia and New Zealand. While we work on your project, you can focus and invest your time on core academics work. At Professional Assignment Help, we get you the most affordable assignment writing services for students of Universities and colleges across UK, Australia and New Zealand.</p>\r\n<p>Professional assignment help have been the preferred assignment help online services providing academic writing service to students who are pursuing management studies. Our Management assignment writers help you get higher grades and success in academics through writing impressive assignments, projects, research papers, essays and any form of academic writing help required in management topics.</p>\r\n<p>Requirement, approach and perception differs from student to students for any management assignments and research papers. There cannot be ‘one rule applicable on all’ specifically while doing management assignments such as case study analysis and interpretation. Therefore, we offer customize writing services for every student who come to us for assignment help online services. Our writing or subject specific experts understand your specific requirement and work hard to meet your expectations, adhering with the guidelines of the universities and colleges to get them excellent grades in management assignments.</p>\r\n<p>We at Professional Assignment Help work passionately to offer you the most quality and affordable assignment writing services throughout UK, Australia and New Zealand. Our subject specific experts understand the requirement and study the topic thoroughly and gather the data and facts to include in the assignment. The information gathered while doing research gets compiled in a well-structured format with proper references. With all these systematic works, to get an assignment completed ensures that we deliver a best quality project that matches the expectations of students and their institutions as well.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Management Writing Experts:</h2>\r\n<p>For every management assignment writer, it is the prerequisite for them to have relevant qualifications and have thorough understanding of theories and concepts under management. Our management assignment writers hold the expertise in the management subject and hold the certification which makes their most suitable person to do the management assignment.</p>\r\n<p>We make sure that the assignment delivered to you matches all the criteria set by your professor. Irrespective of the complexity and length of the assignment, our assignment writing experts ensures to deliver the quality ‘Management assignment help’ which is well-crafted, tailored made and professionally written. The years of experience and qualification in Management program make them the most efficient academic writing service provider that achieve the customer satisfaction and help us building good reputation in the assignment help online market.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Management Assignment Help’ services</h2>\r\n<p>The core features of our Management Assignment Help Online consist of the hard-working team behind the entire work we do and the timely deliveries of the projects assigned to our subject specific experts. Professional Assignment writers play an immense role in achieving customer satisfaction by delivering the quality work within the stipulated time frame for the students who look for assignment help in UK, assignment help in New Zealand, assignment help in Australia. There are provisions of regular training to our assignment writers so that they can keep themselves updated with the changes in the education sector, polish their writing skills which are the essence to write quality assignment writing service.</p>\r\n<p>We put in extreme efforts to get achieve the customer satisfaction by providing quality service at each stage of assignment writing services.We put in extreme efforts to get achieve the customer satisfaction by providing quality service at each stage of assignment writing services. We understand their efforts and give the best of our services at each service delivery point, from the moment they get in touch with us, until the time we deliver their completely written and checked assignment.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 5, 'Management Assignment Help | Management Assignment Writing Services', 'Your search for online management assignment help will end as we are known for expert writing services for any kind of management sector academic work.', 'Management Assignment Help, Management Assignment Writing Services', 'management', '2021-07-16 02:02:10', '2021-09-25 05:51:19'),
(21, 'Biotechnology', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOTECHNOLOGY</h1>\r\n<p>Students from University across UK, Australia and New Zealand who are looking for biotechnology assignment help have landed at the right places to get the assignment help online. Professional assignment help is the best academic writing service provider where we have embedded an experienced backend team to provide excellent customer service and the qualified subject specific experts who manages doing assignments for students so efficiently. Now assignment help online is just a call away.</p>\r\n<p>We understand very well that the terms and concepts under the umbrella term of biotechnology are quite complicated and exceptional are required to succeed in this stream. If you are too finding it difficult to do the biotechnology assignment, projects or research work within the deadline, then connect with Professional Assignment Help right away.</p>\r\n<p>There might be many other reasons too for the college goers which made them to seek assignment help service such as the social life of the students, their daily schedule, or their personal interest. If you too find it difficult to get an assignment done by yourself, call us immediately without hesitating. We are here to get you all support required for biotechnology assignments writing. When you hire the assignment writing service provide, you save your valuable time that could be further used to do some other more important academic activities.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Biotechnology Writing Experts:</h2>\r\n<p>Our writing experts possess in-depth knowledge on the various topics of biotechnology and other subject relevant to this stream. They can very efficiently draft and assignment which helps you scoring higher in academics. Irrespective of the length and complexity of the assignment, be it a term paper, be it a research paper, a dissertation, an essay, or any other academic writing task, our subject specific experts possess the expertise in writing adhering to the guidelines of the universities across UK, Australia and New Zealand.</p>\r\n<p>We make sure that every assignment writer we hire and assign to you possess the degree and certification in a particular course in which we provide services. Similarly for Biotechnology assignment writing experts, it is the prerequisite for them to have degree or certification in biotechnology or any relevant qualifications. Having a thorough understanding of theories and concepts applicable in biology enable them to craft an assignment which have relevant topic information. It’s not the subject knowledge that is mandatory for the writers to have, they must be well aware of the writing skills, research skills, must be aware of the writing guidelines, teaching patterns, evaluation pattern applicable at the educational institutions over there.</p>\r\n<p>In order to get success in what we do, we also need you to succeed first and that is the reason we ensure that the assignment delivered to you matches all the criteria set by your universities and it is unique among all the submitted assignments. No matter how complex the assignment is, no matter how lengthy it would be, our writing experts are very experienced to meet all the challenges comes on the way while working on your assignment. Their years of experience and qualification in Biotechnology program equipped them with the vast subject knowledge and make them the most efficient academic writing service provider.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Biotechnology Assignment Help’ services</h2>\r\n<p>We are highly proud of our hard-working team at each touch points of Professional Assignment Help online as they are the people who brings smiles on the customer faces getting them most quality work with timely answers and deliveries. We strive hard to get you the most affordable and reliable services at each of assignment writing services. We value the time, and money student invests in us with a trust of getting back the results surely and we put in extreme efforts to keep on their trust.</p>\r\n<p>We take care of your requirement from the moment you get in touch with us until the time we get you the solution provided in the form of assignments or projects curated for you to get good results in academics. We have curated the academic writing services in such a way that will not burden your pockets which means you get the best services at affordable rates with the aim of building the long-term relationship with you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 6, 'Biotechnology Assignment Help | Biotechnology Assignment Help Services', 'Services provided by our online writing services for biotechnology assignment help will take care of all the needs of the customer requirements.', 'Biotechnology Assignment Help, Biotechnology Assignment Help Services', 'biotechnology', '2021-07-16 02:02:27', '2021-09-25 05:54:14'),
(22, 'Science', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SCIENCE</h1>\r\n<p>Professional Assignment Help caters all the academic writing needs of the students from universities in UK, Australia and New Zealand. We are help for students who have been constantly facing difficulties in completing assignments due to the complexity of the topic or may be lack of time or can be any other reason.</p>\r\n<p>We understand very well that the theories and principles under the umbrella of science stream are quite complicated. It is just not you who are facing trouble with writing assignment, there are many who find it difficult to complete multiple assignments some of which you might be able to do by yourself, while to get done some of them, you need to outsource help from proficient writers. Those who are looking for science assignment help online have landed on the right platforms to get the science assignment assistance online, be it science or any other subject.</p>\r\n<p>Have a look on some of our assignment writing services:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With the help of our assignment writing experts, you could get you all unfinished assignments that have been piled up on your table.</li>\r\n<li>We help in getting your papers customized wherein you just need to give us the instructions on how to get them done.</li>\r\n<li>You can get any of your science paper corrected and edited with the help of our science writing experts.</li>\r\n<li>We paraphrase and restructure the entire paper as per your requirement which is 100% plagiarism free.</li>\r\n</ul>\r\n<p>The student across UK, Australia and New Zealand have trusted us and have been constantly getting our services for science assignment help online. Professional assignment help online service provider is the best assignment help provider which is well staffed with quite an experienced team be it in customer service department or in be the team of assignment writers. If you have looked for the assignment help online from someone who can craft your assignment who is unique and well-written format, do contact Professional Assignment Help, we are just a call away from you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Science Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you the services of very professional science assignment writers who can help you quality science assignment help. Have trust on us, we get the most reliable and affordable service through best assignment writers for this purpose. The team is chosen with most care and consideration given to the quality and proficiency of the work they are supposed to do on the role they are assigned. We hire the most eligible writers for the assignment writing services who hold the degree and certification in science or relevant course. Having a thorough understanding of what to do and how to do along with the vast subject knowledge is the prerequisite for every writer who join us. It’s not only the subject knowledge that matters, writers must also be well aware with the techniques of writing a science assignment.</p>\r\n<p>Our academic writers are well experienced professionals and this is the reason you should consider while choosing Professional Assignment Help where you get science assignment help consisting unique ideas.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Science Assignment Help’ services</h2>\r\n<p>We understand the value and time student invest with us and therefore Professional Assignment Help always promises the students of the best grades. We take pride in our highly qualified assignment writers who work hard to get the assignment completed following a systematic procedure and make sure that it matches the expectation of students. We offer affordable and reliable services that gets you:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The guarantee to always deliver the top-quality paper to you</li>\r\n<li>The guarantee to deliver the projects and assignments on time</li>\r\n<li>The guarantee to keep the prices low that doesn’t burden your pocket.</li>\r\n<li>The guarantee that we will not let you compromise on the quality of the paper written even after the low prices.</li>\r\n<li>The guarantee to be available 24/7</li>\r\n<li>The guarantee to take all the responsibilities even after submission with unlimited revisions</li>\r\n</ul>\r\n<p>We understand and take utmost care of your requirement from the moment you get in touch with us until we get you delivered the final assignment that contribute to increase your grades and get success in academics. We have curated the academic writing services in such a way wherein every step towards getting an assignment completed aims to assure best services to you and build the long-term relationship with you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 7, 'Science Assignment Writing Experts | Science Assignment Help', 'We guarantee you quality science assignment help services that will match your expectation and deliver you best quality assignment work on time with low prices.', 'Science Assignment Writing Experts, Science Assignment Help', 'science', '2021-07-16 02:02:46', '2021-09-25 06:05:54'),
(23, 'Mathematics', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATHEMATICS</h1>\r\n<p>Mathematics is one of those subjects which most of the students really hate. Topic under mathematics stream such as Algebra, trigonometry, geometry, calculus, number theories are different fields which are quite complicated to understand. Most of the times, getting done a mathematics assignment is really a nightmare to many students and the reason behind it not only because it is difficult but also due to lack of training received to the students. If you are one among those students who find it difficult to do a mathematics assignment, we are here to help you with that. We are Professional Assignment Help online who are catering all the academic writing needs of the students from universities in UK, Australia and New Zealand. We help you score higher in your Maths exams and also help you in solving problems related with Mathematics assignments.</p>\r\n<p>We understand the problems students have been facing with mathematics assignment preparation and thus have come up with various services related to maths assignment help online along with premium services. Now, you can outsource the help for assignment writers who can do your mathematics assignments so efficiently and can manage well with the deadlines too. We have a team of very efficient and dedicated subject matter experts or assignments writers who carries a vast experience in the mathematics assignment writing along with the subject knowledge. Our writing experts understand your specific requirements and work on your assignments meeting those specific requirements. We are serving this industry from a long time and have been delivering quality academic writing services to students from UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Mathematics Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help has employed a very dedicated team of Mathematics academic writers who possess good subject knowledge and all the prerequisite skills set that is must for any Mathematics academic writing services provider or in any Mathematics assignment writer. Our writers are well qualified and have certification or degree in Maths subject. Some of them are Ph.D. holders too and are very efficient in doing researches. Our Mathematics Assignment Help online vertical covers the various subjects under Mathematics such as Algorithms, Algebra, Trigonometry, Number theory, Calculus and many others. With the help of very efficient and qualified writers, we are able to assure you with effective Mathematics assignment help online solutions for any topic you have been looking for. At Professional Assignment Help, we offer you the most reliable and affordable service delivered by best assignment writers for mathematics assignment writing solutions.</p>\r\n<p>If you too have been looking for the mathematics assignment help online from a writer who can curate your assignment doing good research and in well-written format which is full of unique ideas that could gain you higher grades, do contact Professional Assignment Help as we are just a call away from you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Mathematics Assignment Help’ services</h2>\r\n<p>Students’ life is full of activities be it social or academic life. Since it’s a time duration which becomes an experience for you on a later stage, we wish you to get the best out of this duration and create memories while managing your grades too and get success which is the main purpose of you pursuing a degree course at University. We understand the value of your time and efforts you put into to gain good results in academics, we join you in getting these efforts succeed. Professional Assignment Help always promises students of the quality services and good grades in your academics projects. Our highly qualified assignment writers work hard to complete your assignments or project meeting your specific requirements and attaining the results that you wanted to achieve. Every assignment we work on goes through a systematic procedure to get the quality intact.</p>\r\n<p>Our services ensure you the guarantee.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To get you the top-quality paper delivered which is tailored as per your needs.</li>\r\n<li>To deliver the services on time with quick reverts.</li>\r\n<li>To bring the cost down and manage the prices that doesn’t burden your pocket.</li>\r\n<li>To be available for you 24/7 to answer your queries anytime when you need.</li>\r\n</ul>\r\n<p>We take care of your requirement since the very beginning of the service and keep in touch with you constantly and gets you the updates until we deliver to you the completed assignment that contribute to increase your grades and get success in academics. With our quality services, we hope to build the relationship that last longer.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 8, 'Mathematics Assignment Writing Experts | Mathematics Assignment Help', 'Getting a hard time while doing mathematics assignment and in search of qualified assignment writing experts, then our Ph.D holders are here for your rescue.', 'Mathematics Assignment Writing Experts, Mathematics Assignment Help', 'mathematics', '2021-07-16 02:03:00', '2021-09-25 06:08:19'),
(24, 'Nursing/Medicine', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Nursing/ Medicines</h1>\r\n<p>Professional Assignment Help brings you the nursing assignment help. With the help of our knowledgeable writers, we bring out the best information of the subject with technicalities involved in it. The nursing assignment is a subject methodology aims to bring out latest facts and information required for the development in nursing field. We cater and have wide range of services in academic writing for the students from universities in UK, Australia and New Zealand.</p>\r\n<p>Prominent universities across the world providing nursing as a subject to gain medical expertise. Assignment is a way to polish and evaluate their comprehensive skills such as decision making, critical thinking and their interpersonal skills too. When it comes to write a Nursing assignment or medical assignment, students often face difficulties in getting them completed. There are several factors responsible for this such as lack of time, multiple assignments with same deadline, exam preparations, part time jobs and many other such reasons. And this is time when they need the help from experts who can get them Nursing assignment help online or medical assignment help online.</p>\r\n<p>Sometime students face difficulty due to complexity of the topic given for assignments and then as well they need the help of subject matter expert to help them with the complex topics. The composition of nursing or medical assignment need active participation and lots of hard work from students. It requires immense research to be done, along with the validation of information and facts.</p>\r\n<p>If you are running short of time and having any problem in regards to your nursing assignment help, it is advised to take help of nursing assignment writing experts from Professional Assignment Help.</p>\r\n<p>Have a look on some of our Nursing Assignment Help services:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help you to finish all the assignment meeting the deadlines, no matter how close the submission date is.</li>\r\n<li>We write assignments as per your requirement and instruction given by you.</li>\r\n<li>We get your assignment corrected and edited with the help of our nursing assignment writing experts.</li>\r\n<li>If you need to get a paper, paraphrase and restructure, we get it done for you which is absolutely unique and plagiarism free.</li>\r\n</ul>\r\n<h2 class=\"sub-heading\">Services by our well qualified Nursing Writing Experts or Medical Writing Experts:</h2>\r\n<p>Assigning right job to right person is key to get quality work delivered. At Professional Assignment Help, we follow this rule and assign nursing or medical assignments to tutors who are experts and well experienced in this field.</p>\r\n<p>Our Nursing assignment writing experts or Medical assignment writing experts hold the nursing certification or relevant degree in medical sector which make them the right person to your assignment. We hire the most eligible writers for the assignment writing services who carry vast subject knowledge and required writing skills or writing techniques applicable at the universities in UK, Australia and New Zealand.</p>\r\n<p>We understand how important it is for to get quality assignments done because that impacts your grades. Rest assured and leave your worries with us, we have been serving the industry since long and higher customer satisfaction rates.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Nursing Assignment Help’ services</h2>\r\n<p>We appreciate your time and value the money you put in to get our services. Professional Assignment Help ensure students to get the assignments delivered help you gaining good grades. We assure you to deliver quality work at very affordable rates. One of our core feature includes the systematic procedure to work on assignments and projects request we receive from students across UK, Australia and New Zealand. Most of our nursing assignment writers are native writers who are well aware of the guidelines and writing patterns followed at the universities.</p>\r\n<p>Professional Assignment Help gets you the guarantee:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To deliver top-quality paper written at affordable cost.</li>\r\n<li>To meet deadline without compromising with the quality of the project.</li>\r\n<li>To get online assistance 24/7.</li>\r\n<li>To give aftersales service even after delivering the project with unlimited revisions as our premium services.</li>\r\n</ul>\r\n<p>When you get success, we get success too. We understand your requirement the moment you contact us and make sure to withstand your expectation by working hard at each stage of getting an assignment done. Our academic writing services are curated in a way that ensures quality at each stage and promise you to get the best results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 9, 'Nursing Medical Assignment Help | Nursing Assignment Help Services', 'Searching for nursing or medical assignment online help, then our writing services will finish all your work keeping all the requirements and deadline in mind.', 'Nursing Medical Assignment Help, Nursing Assignment Help Services', 'nursingmedicine', '2021-07-16 02:03:16', '2021-09-25 06:11:54');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(25, 'Statistics', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STATISTICS</h1>\r\n<p>Most of the students could find statistics as very tricky subject to deal with. Statistics subject includes lots of equations, formulas and various methods of statistics, data interpretation, etc. It is a very vast subject and most of the students hire Statistics assignment writing help to do assignments, homework or projects for them. Apart from the complexity of the subject, other reason could be the lack of time as their daily scheduled might be filled up with many academic activities, classroom sessions, extracurricular activities, and their social life too.</p>\r\n<p>Statistics Assignment Help online is the services wherein we help the students with their statistics problems. So, let us help you with statistics assignment help and write a quality paper that could gain your higher scores. When you opt us to get you statistics assignment help from us, we assure you to deliver the best quality product which will get you appreciation from your professors. Our in-house team have professional writers, and we have native writers regionally who helps student to write their assignments very efficiently and with quality content.</p>\r\n<p>Statistics assignment writing is an art to convey data in statistical form which is easy to understand. But while writing a Statistics Assignment, there are certain steps which are involved in writing an exceptional assignment and not everyone is expert in doing that. And here Professional Assignment Help online get you this exceptional assignment writing service available at affordable cost.</p>\r\n<p>Since the time we have stepped into this industry, our hard work has enabled us to gain the trust of the student from various universities across UK, Australia and New Zealand and have been providing our academic writing services and mathematics assignments help online. Customer satisfaction is the motive we want to attain at every stage be it the customer service area or the assignment writing department at Professional Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Statistics Writing Experts:</h2>\r\n<p>Name us the subject, and we will get you the quality services. No matter what subject it is, no matter how complex the project is, we have wide range of academic writing services in covering lots of subjects. We are specialized in any kind of Statistics Assignment Help, or Statistics Homework help you need. Our experienced writers are always ready to get you the solutions for your Statistics Assignment writing needs.</p>\r\n<p>We have hired very professional statistics assignment writers who can help you with quality science assignment help. All assignments writers are chosen following very strict hiring procedure which ensures that everyone we hire possess all the required writing skills and have immense subject knowledge. Our Statistics assignment writing experts hold the degree in statistics subject or certification in relevant courses. Thorough understanding of the writing process and subject knowledge is very crucial and must to have for every write we have employed. Apart from this, we provide opportunity for assignment writers to keep themselves updated with the latest trends and guidelines followed at universities across UK, New Zealand and Australia.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Statistics Assignment Help’ services</h2>\r\n<p>Any organization get success when their customers are happy. We too, believe that your success ensures our success. With the help of our qualified and experienced Statistics assignment writers who deliver assignment on time to keep the customer satisfaction high with quality work. We follow a trajectory to get your assignments completed which ensures that our work matches the expectation of students.</p>\r\n<p>The core feature of our Statistics Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>While writing statistic assignment, the most important and first step is to select the topic that is unique and catches the attention</li>\r\n<li>Every statistics assignment or project we get are composed following the in-depth research and analysis in the subject</li>\r\n<li>Assignment or every work we do is supported with the references and authentic piece of evidence.</li>\r\n<li>We also help you ad give the references of the past events in relation to the subjects.</li>\r\n<li>Each piece of information is derived from the research and with proper understanding of it.</li>\r\n</ul>\r\n<p>Your requirements are considered high since the moment you get in touch with us. We keep working hard from starting to the time we deliver the assignments with a main motive to get customer satisfaction and to build long-lasting relationship with you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 10, 'Statistics Assignment Help online | Statistics Assignment Writing Experts', 'Stuck with the statistics assignments problems, hiring Professional Assignments Help will do in-depth research after looking into your assignment requirements.', 'Statistics Assignment Help online, Statistics Assignment Writing Experts', 'statistics', '2021-07-16 02:03:30', '2021-09-25 06:15:02'),
(26, 'Engineering', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ENGINEERING</h1>\r\n<p>Engineering is an extremely vast subject encompasses various specialized fields further such as chemical engineering, electrical engineering, etc. These each specialized fields are very complex too. Hence the assignment of these all engineering fields are quite complicated and very challenging to do. This is the reason Engineering students seek assignment help online and help of assignment writing service provider who can write their engineering assignment very efficiently without compromising the quality.</p>\r\n<p>Over the years, many professional assignment writers have come who have been handling the assignment queries and writing assignments for students. Thankfully, you’re not required to spend sleepless nights working on assignments anymore. If you too have been seeking engineering assignment help online, then you have landed to the right platform. This is the reason Engineering students seek assignment help online and help of assignment writing service provider who can write their engineering assignment very efficiently without compromising the quality. We are Professional Assignment Help online, providing you the most reliable solution to your engineering assignment help following your instructions. We are just a call away from you.</p>\r\n<p>Our professional engineering assignment helpers have helped a lot of students with the top quality assignment writing solutions. We are quite experienced in providing all sort of academic writing solutions whether it is writing a research paper, a project, homework, term paper, thesis or anything, we are here to help you. Irrespective of complexity of the topic and subject, we will get it done for you with the quality work that is well researched content, 100% unique and informative. We have been into this industry and have been proving engineering assignment help in UK, engineering assignment help in Australia, engineering assignment help in New Zealand. Every step we take aims to achieve higher customer satisfaction because we believe when you’re happy, we succeed.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Engineering Writing Experts:</h2>\r\n<p>We have numerous subjects covered under our engineering assignment help online such as assignment help in Chemical Engineering, Mechanical, Electrical, Civil Engineering, Electrical Engineering, Electronics Engineering, Petroleum Engineering, Software Engineering, Agricultural Engineering, Aeronautical Engineering, Biomedical Engineering, Material Engineering, Mechanical Engineering and many more. Name us a topic, and our assignment helpers will get you ready the required solutions.</p>\r\n<p>We have hired a professional with decades of experience and subject matter experts as a part of our writing team who are available in UK, Australia and New Zealand. They are well aware of the native guidelines and writing tone followed at colleges and universities. All assignments writers are chosen following very strict hiring procedure which ensures that everyone we hire possess all the required writing skills and have immense subject knowledge. They are the engineering degree holders, certification holders and some of them are Ph.D. holder.</p>\r\n<p>In short we can say that, at Professional Assignment Help, we are equipped with the team consist of best writers, veteran professors, subject matter experts, industrial practitioners, to offer the best to students with assured good results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Engineering Assignment Help’ services</h2>\r\n<p>The success mantra for us is to keep customer happy. Our customer are students and getting good quality work is not just a job but a responsibility too as it effect the academic grades. With the help of our qualified and experienced Engineering assignment, we aim to deliver content which go through a systematic route of working that ensures that the content is informative, unique and well researched.</p>\r\n<p>The core feature of our engineering assignment help includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assures that your engineering assignment is handed over to the right person who is well equipped with the subject knowledge.</li>\r\n<li>We keep our rates nominal that meets your budget without compromising the quality.</li>\r\n<li>Following a systematic way of work for assignment ensures that it comprises of quality content only.</li>\r\n<li>We intact to your instructions and guidelines circulated by your university and work accordingly.</li>\r\n<li>Meeting deadlines and quick replies are crucial to get good service experience for you and we do that.</li>\r\n</ul>\r\n<p>Overall, while we get engineering assignment writing order from you, we understand your requirements and work hard to deliver the best possible writing solutions. We keep all your requirements on priority and hope to build long-term relation with the students.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 11, 'Engineering Assignment Help | Engineering Assignment Writing Experts', 'Our engineering writing service provider give you best assistance while solving engineering assignments without neglecting the quality and work as per guidelines.', 'Engineering Assignment Help, Engineering Assignment Writing Experts', 'engineering', '2021-07-16 02:03:48', '2021-09-25 06:17:57'),
(27, 'Humanities', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES</h1>\r\n<p>Humanity is the study of philosophy of mankind. It is basically the practice of humanities. This subject includes a lot of creativity and exploration. Humanity is one of those fields of study which stimulates the thoughts and gives insight into numerous fields to those who practice it. It covers many things such as curating romantic poetry, plans for economic models, expressing thoughts in the art forms, knowledge of various cultures and civilizations, history of mankind, ideas to build prosperous future and many more things.</p>\r\n<p>Students find this subject interesting where they can use their creativity and secure higher grades. However, while they actually get into the practicality of academic life their daily routine become so packed with daily classrooms sessions, extra-curricular activities and their social life. Working on any assignments or paperwork need ample time to perform research and writing the lengthy assignments. Many students then find it difficult to complete assignments meeting the deadline due to their busy schedule.</p>\r\n<p>At Professional Assignment Helps, our Humanities Assignment Helpers have been helping students with top quality assignment writing solutions all over UK, New Zealand and Australia. We cover all sort of academic writing needs of the students including research paper, a project, homework, term paper, thesis or any kind of academic writing homework. No matter how complex the topic is, we take the order and perform the research to process out the information to get you deliver the assignment which is 100% unique, informative and error free.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Writing Experts:</h2>\r\n<p>Our Humanities Assignment Help online covers numerous subject and benefit humanities students in many ways. It covers further service verticals such as Psychology Assignment Help, Social Science Assignment Help, Public Relations Assignment Help, Humanities Assignment Help, Human Resource Assignment Help, Geography Assignment Help, Philosophy Assignment Help, Agroecology Assignment Help, History Assignment Help, English Assignment Help, Public Health Assignment Help, Tourism Assignment Help, Early Childhood Education Assignment Help, and Sociology Assignment Help.</p>\r\n<p>Each and every single writer we have employed is an expert in writing humanities assignments and have good writing skills. They all come from humanities background and some of them are degree holders in humanities and while some carries certification in the relevant field. Beyond qualification, they carry years of experience in assignment writing help. Since we hire the native writer to handle assignment writing orders in their own country as they are well equipped with the guidelines and writing tone followed at educational institutes over there. All assignments writers are chosen following very strict hiring procedure which ensures.</p>\r\n<p>To be more effective and efficient in what we do, we have equipped our team with best writers, veteran professors, subject matter experts, industrial practitioners, with the motive to offer only best to students with assured good results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Assignment Help’ services</h2>\r\n<p>At Professional Assignment Help online, get yourself engaged with the top humanities assignment writers and get us your assignment writing order once you are convinced with our experts and take decision accordingly. We aim to offer unique opportunities to get engage with our tutors at the very beginning itself to clear all doubts and make your requirement very clear to them.Tutors understand your requirements so that they can work on assignments or projects accordingly to deliver top quality solution to your academic writing problems, adhering to the guidelines and absolutely plagiarism free.</p>\r\n<p>The core feature of our humanities assignment help includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assures to assign the humanities assignment to the most eligible writer who possesses required subject knowledge and skills.</li>\r\n<li>Get Humanities assignment writing service at affordable prices that are not heavy for your pocket.</li>\r\n<li>We work you assignment following a systematic way to ensure quality and make sure it meets the expectations of the students.</li>\r\n<li>We never get late and always make timely deliveries without compromising quality.</li>\r\n</ul>\r\n<p>Our every step aims to achieve extreme customer satisfaction because when you are satisfied with our services, we get success. We aim to be the preferred assignment help providers for students across UK, Australia and New Zealand not in humanities but covering numerous other subjects too. With our quality service delivery, we hope to build long-term relation with you and help you always with your academic writing needs.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 12, 'Humanities Assignment Help | Humanities Assignment Help Services', 'Neglecting the complexity, humanities assignment writing experts will deliver premium and error free online assignment services for other subjects too.', 'Humanities Assignment Help, Humanities Assignment Help Services', 'humanities', '2021-07-16 02:04:04', '2021-09-25 06:19:51'),
(28, 'Finance', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCE</h1>\r\n<p>Finance is a study of money management which basically deals with numbers. It is one of the lucrative choices of career for number of reasons. With great performance at finance in academics, a student can really get huge opportunities in their career. Hence, having the proper understanding and in-depth knowledge of theories and concepts in finance is must for students. To enhance finance knowledge and their skills, institutes gives many projects, assignments to students so that they can work using their research skills, critical and analytical skills.</p>\r\n<p>Though doing assignment by themselves is important to polish their skills, but many students find it difficult to get the assignments completed on time meeting the deadlines. This is the reason they seek for assignment writers’ help who can get their finance assignments completed within the deadlines without losing the quality of the content and authenticity of information. So even if you don’t do assignments by yourself, you can still get every assignment written by Finance Assignment writing experts who can help you gain higher grades while saving your time too.</p>\r\n<p>Professional Assignment Help caters the needs of such students who are looking expert services in Finance Assignment Help online. We have been providing academic assignments writings services to the students from universities in UK, Australia and New Zealand. While joining hands with us for your assignment writing requirements, we get you assigned the well qualified assignment writing experts who understand your requirement and work on your task accordingly which can get you high scores. We cover wide ranges of services from homework to term paper, research papers or any sort of academic writing needs.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Finance Writing Experts:</h2>\r\n<p>Our Finance Assignment Help online covers numerous subject and benefit humanities students in many ways. It covers further service verticals such as Finance Assignment Help, Financial Services Assignment Help, Finance Planning Assignment Help, Capital Budgeting Assignment Help, Financial Statement Analysis Assignment Help, FOREX Assignment Help, Corporate Finance Assignment Help, Behavioural Finance Assignment Help, and Actuarial Science Assignment Help.</p>\r\n<p>An efficient writer would be able to deliver quality work and we make sure to deliver every project which is very high in quality content. To bring the quality in our work, we have chosen the quality workforce to service customer. Every assignment writing experts at Professional Help online is a subject matter expert in Finance and have qualification in Finance background itself. Along with the qualifications, they also carry years of experience in finance assignment writing services which make them quite an aware deep understanding of Finance subject. Most importantly, for each region we provide services through native writers who are the best person as they are aware of the guidelines and writing tone followed at educational institutes in their own country. What makes us more efficient and effective is our team which includes best writers, veteran professors, subject matter experts, industrial practitioners, with the motive to offer only best to students with assured good results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Finance Assignment Help’ services</h2>\r\n<p>On-board Professional Assignment Help, we get you connect with our finance assignment writing experts who answer your queries at best and provide you the solutions. While having discussions with our writers, you can discuss with them as we are quite transparent. The moment you contact us and inform us about the services, our tutors understand your requirements and get them implemented accordingly while writing the assignment.</p>\r\n<p>There are reasons you should consider choosing, and those reasons are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment is assigned to the most eligible writer who deliver you the best services.</li>\r\n<li>For Humanities assignment writing, we get you the most reliable and affordable services that sounds good for your pocket.</li>\r\n<li>A trajectory has been followed while working on your assignment such as following research methodology, following guidelines, using analytical skills to ensure we deliver quality, just not service.</li>\r\n<li>We are known for timely deliveries and 24/7 availability with quick responses.</li>\r\n</ul>\r\n<p>We are growing every single day and the reason behind is our happy customer. When you are happy, we take a step towards the success. We are striving against head with the aim to be the preferred assignment help providers for students across UK, Australia and New Zealand in every service we offer and hope to develop a strong bond with the happy customer.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 13, 'Finance Assignment Help | Finance Assignment Help Services', 'Our professional finance assignment help services will keep in touch with you while the whole process of writing assignment providing best writing solutions.', 'Finance Assignment Help, Finance Assignment Help Services', 'finance', '2021-07-16 02:04:17', '2021-09-25 06:22:05'),
(29, 'Auditing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AUDITING</h1>\r\n<p>Auditing is basically a methodology which examines certain assertions put across by different various organizations in connection with payoffs. Auditing mainly focuses on the getting the information which is called “report” that is crucial for the company to survive in the market. These reports include the financial and non-financial data that helps in identifying key factors responsible for business growth. Auditing is an interesting field of study, however many students pursue their careers in accounting instated of auditing. But over the last few years, it has been seen that interest of students in Auditing has increased towards being an auditor.</p>\r\n<p>Auditing process involves a systematic and independent approach in interpreting financial data or statements of an organization. Auditing assignment might be technical at times, but it could be easy if someone knows how to gather the information and processed them to be written in assignment that could generate valuable information.</p>\r\n<p>Working on any assignment or homework need ample of time. However, due to the busy schedule, social life it becomes hard for students to dedicate plenty of time of working assignments, especially when they have many pile dup on the table and deadline is soon. Other reason could be the lot more technicality of the topic which are difficult to handle for a student. Therefore, the student outsources the service of assignment help from professional assignment writers and gets their assignment done.</p>\r\n<p>If you are also an Auditing student who need Auditing Assignment Help, get in touch with us now. We are Professional Assignment Help online, providing assignment help online for students from UK, New Zealand and Australia. We are providing wide range of academic writing services such as assignment help online, essay writing, Dissertation, Programming, Case Study, Homework, Course Work, Research, Proofreading, Referencing, etc. or any sort of academic writing help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Auditing Writing Experts:</h2>\r\n<p>As we mentioned that we are growing with the happier student who is our customers joining us and have shown their trust. This could have possible because of the experienced team we have.</p>\r\n<p>Our Auditing assignment writing team has well qualified writing who have done their education in the Auditing itself or have auditing background. They are the degree holder in Auditing, while some of them are PH. D holders too. Not just that, along with the relevant qualification background, they hold years of assignment writing experience which made them the very suitable candidate to justify their work at Professional Assignment Help. Moreover we hire the native writers as we understand that a native assignment writer is more aware of the writing tone, guidelines, teaching patterns, evaluation pattern followed at universities at their own country. Our Auditing assignment writers are available in New Zealand to cater the assignment writing help from students in New Zealand, Australia for students there and in UK too.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Auditing Assignment Help’ services</h2>\r\n<p>Our assignment writing services always promises students for the higher scores in their assignments. Our entire team be it assignment writer or customer service work very hard to get every work done in a systematic way adhering to the students instructions and criteria followed at their educational institute. We promise you to get the most affordable services with quality work.</p>\r\n<p>The core feature of our Auditing Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>While writing an Auditing assignment, we make sure that the topic chosen is unique and relevant to the concept.</li>\r\n<li>Our writer do in-depth research before starting working on assignment to gather relevant and authentic data that can be interpreted to generate valuable result.</li>\r\n<li>Every piece of information collected and incorporated in assignment is supported with proper references.</li>\r\n<li>We ensure to deliver assignments on time to meet the deadline.</li>\r\n<li>Though we aim to make timely delivery but we make sure that quality of the assignment will not be affected.</li>\r\n</ul>\r\n<p>Getting you more than your expectation is what we dream. Your requirements are considered most and kept in mind from the moment you get in touch with us until we deliver your order. There is no scope we left for error, because we understand it is important for you to get good grades. Our assignment writing services are designed in such as way where every step add more quality to the assignment and bring you the desired results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 14, 'Auditing Assignment Help | Auditing Assignment Help Services', 'Our auditing assignment writers caters online writing help across New Zealand, Australia, and UK too stick to the writing format of the educational institute.', 'Auditing Assignment Help ,  Auditing Assignment Help Services', 'auditing', '2021-07-16 02:04:28', '2021-09-25 06:23:22'),
(30, 'Architecture Assignment Help Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ARCHITECTURE ASSIGNMENT HELP ONLINE</h1>\r\n<p>Architecture is the study of engineering that includes designing of buildings and their execution. They are trained to prepare the designs of house, buildings, brides, etc. and help in getting them constructed as per the plan. It is basically the amalgamation of different branches in which students are expected to build up clear knowledge of various engineering concepts like mechanical, civil, etc.</p>\r\n<p>Assignments are given to polish the research skills, critical and analytical thinking of students. It also helps the students to enhance their knowledge by reading about additional theories or findings through assignment. Doing all that definitely need ample time. However, many students tends to compromise these qualities added in their assignment as due to the busy schedule, lack of time and end up piling lots of work on the table. Therefore, the student outsources the service of assignment help from professional assignment writers and gets their assignment done.</p>\r\n<p>If you are an Architecture student struggling to complete your assignment, do contact Professional Assignment Help online now. We are providing our assignment writing services for students in UK, New Zealand and Australia. Our academic writing services include helping in writing assignment, essay, Dissertation, Programming, Case Study, Homework, Course Work, Research, Proofreading, Referencing, etc.</p>\r\n<p>The student across UK, Australia and New Zealand have shown their trust and getting writing service from us. We aim to expand our Professional Help Online family and continue to work hard to get happier students. We are well equipped with a quite experienced team who make sure that the work we deliver is unique and well-written format. Don’t be late in getting Help from Professional Assignment Help, and let us start working before deadline catches us.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>A good writer can craft a good story. Similarly, a good architecture student can craft a good architecture assignment. We hire candidates for the architecture assignment writer position who has good academic background in architecture or relevant field. Our architecture assignment writers hold relevant degree and certification in architecture course. Some of them are Ph.D. holder who are expert in performing researches. Along with it, they carry a year of experience in assignment writing services.</p>\r\n<p>We believe that hiring native writer could benefit us in achieving more quality work as there are familiar with the writing structure, guidelines, teach patterns, etc. These architecture assignment writer are available in UK, Australia and New Zealand providing assignment writing help for students in their own home country. We have made sure that our assignment writer are aware of what to do and how to do. Having the vast subject knowledge with good writing skills is the prerequisite for every writer who join us.</p>\r\n<p>Our writers first understand your requirement and specification for an Auditing assignment to be written. Doing that helps them to work on assignment and deliver something which meets your expectations and criteria.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Architecture Assignment Help’ services</h2>\r\n<p>While you make an order with us for Architecture Assignment Help online, we promise for the quality work and the assignment that ensures you higher scores. We work hard towards getting your assignment completed keeping it as per your instructions and criteria mentioned by you. We promise you to offer the reliable work at very affordable rates that matched your budget.</p>\r\n<p>The core feature of our Architecture Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The first and foremost step towards working for an assignment includes the finding of the topic which is unique and relevant to the concept.</li>\r\n<li>Getting authentic information through in-depth research is what we do so that we can compiled them in assignment which looks more informative</li>\r\n<li>Every piece of information collected and compiled in assignment will be given proper references.</li>\r\n<li>We promise for timely delivery of assignments without compromising with the quality of assignments.</li>\r\n</ul>\r\n<p>Going beyond your expectation is what we aim for. We get your requirements noted since the begging you get in touch with us and make sure that to convey the same at every stage your assignment go through. Since it is about your academic grades, we left no stone unturned in curating an assignment that comprise of quality content, uniqueness and matches the expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 15, 'Architecture Assignment Help Online | Architecture Assignment Help Services', 'Now polish your architecture writing with our assignment online help and tips given by our academic writing experts and beat the deadline and increase the grades.', 'Architecture Assignment Help Online , Architecture Assignment Help Services', 'architecture-assignment-help-online', '2021-07-16 02:05:03', '2021-09-25 06:24:40'),
(31, 'Assignment Help UK', NULL, NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, 'assignment-help-uk', '2021-07-16 02:05:23', '2021-07-16 03:46:47'),
(32, 'Assignment Help UAE', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT HELP UAE</h1>\r\n<p>Student life no more than an experience in itself. It is important for them to focus on their studies along with other extra social life activities. There are numerous colleges/universities in UAE where students pursue among various courses available. Student life is full of activities, amazing opportunities, life events, etc. Moreover they have social life too. Along with that comes the academic curriculum and working on project, assignments are part of it.</p>\r\n<p>It might be daunting for students to get all the assignments done by themselves. To save you from working on assignments that have been piling up on your table, Professional Assignment Help provide service of Assignment Help UAE. Hire Professional Assignment Help online to get all sort of academic writing services through very experienced assignments writers. We understand you have a lot to do in your academic that boost your learning capabilities which need your attention the most. While we write assignments on your behalf, you get enough time to spend on core academic activities that benefit you most.</p>\r\n<p>Our academic writing services include cover various for of writing projects such as assignment, essay, Dissertation, Programming, Case Study, Homework, Course Work, Research, Proofreading, Referencing, etc. Since many years, we have been providing quality services in Assignment Help UAE and many happy students have become the regular hirers of our services. We continue to work hard to keep expanding with happy students joining us. We are well equipped with a quite experienced team who make sure that the work we deliver is unique and well-written format. Don’t be late in getting Help from Professional Assignment Help, and let us start working before deadline catches us.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We hire the most capable and eligible assignment writer who can provide quality service to students. Every writer we hire is well qualified and expert in writing assignments. They all are degree holders and have done masters. Some of them are also Ph.D. holders. Their immense subject knowledge and research skills make them most eligible to write an effective assignment. Beyond qualification, they carry years of experience in assignment writing help. Moreover, we hire the native writer to handle assignment writing orders from the students of their own country as they are more aware of the culture at universities. In order to be more effective and efficient in our work, we have employed best writers, veteran professors, subject matter experts, industrial practitioners, in our writing team so that we can offer only best to students with assured good results.</p>\r\n<p>We train our assignment writers for what they are supposed to do and how. There is a systematic way of completing an assignment and we make sure that every assignment follows that trajectory. Our assignment writers make a note of your every requirement in the very beginning itself and make sure that the assignments is done accordingly meeting your instructions and criteria given by university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Help UAE’ services</h2>\r\n<p>While you make an order with us for an assignment help online, you will be assigned an assignment writer who will be one touch point for you to make the communication easy and error free. For Assignment Help UAE, we promise students for the quality work and the assignment that ensures you higher scores in academics. We constantly work hard to get the order delivered as per your instructions and criteria mentioned by you. We assure you the quality work that too with affordable rates with options of premium services.</p>\r\n<p>The core feature of our Assignment Help UAE services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Whether it is the topic or the content for the assignment, we make sure that every content is gathered doing proper research and is unique.</li>\r\n<li>Every information is compiled in a systematic way and in well-structured format in an assignment.</li>\r\n<li>We give proper referencing in the assignment to assure that authentic information is compiled.</li>\r\n<li>One of our core feature is the timely delivery and quick responses to the queries. Our customer services is available 24/7 to respond you.</li>\r\n</ul>\r\n<p>We aim to deliver you beyond your expectation and providing value for money services. We ensure that you don’t have to compromise with the quality of the assignment in any way. It should bring the ultimate aim of achieving higher scores that is our aim too because when u grow and get success, we as a service provider grow in the market.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 5, NULL, NULL, NULL, NULL, 17, 'Assignment Help UAE | Assignment Help UAE Services', 'We are delivering assignment help in UAE ensuring good grades in academics and really work hard for academic writing as per your instructions and needs.', 'Assignment Help UAE, Assignment Help UAE Services', 'assignment-help-uae', '2021-07-16 02:05:44', '2021-09-25 06:29:06'),
(33, 'Academic Essay Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACADEMIC ESSAY WRITING SERVICES</h1>\r\n<p>Academic life of any students is filled with so much of academic work, extra-curricular activities, social life activities which over all becomes a life time experienced to cherish. It has been seen that many students struggles with working of completing academic tasks as their daily scheduled remained very busy. Their other reasons are their family responsibilities and part time work out of which they hardly get any time to invest of writing academic papers.</p>\r\n<p>Any easy writing involves some kind of requirements, technicalities and supposed to meet the criteria given by professors with meeting page requirements. It is supposed to work applying critical and analytical thinking skills. Due to these complexities, many students find it challenging to write their homework, essays and other academic papers and end up piling them up on the table or losing the quality of the assignment if they have to work by themselves.</p>\r\n<p>However, there is a solution to it. Many students hire Essay assignment help or essay writing services to get their essays written through essay writers without losing the quality of contact and also help them scoring higher. This has become very common now due to the student’s busy schedule. If you’re also looking for best essay writing services, then we recommend you to contact us today to order any subject or any academic project you want us to write.</p>\r\n<p>We are Professional Assignment Help providing essay writing service to the students from the universities in UK, Australia and New Zealand. You can hire the most eligible essay writers in the subject you’re looking at very affordable rates. You only need to mention us you specific requirements while processing your order and leave your all work to us while you get engage in other important work you have.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers:</h2>\r\n<p>Our Essay writer team consist of candidates from different qualification background like management, law, finance, medical, nursing, humanities, etc. We have varieties of essay writers who possess vast subject knowledge of their own subject. They do hold degree and certification and some of them are Ph.D. holders. Not just that, along with the relevant qualification background, they hold years of assignment writing experience which made them the very suitable candidate to justify their work as an Essay writer for essay assignment help. Moreover we hire the native writers as they are aware of the study culture at universities at their own country. Our best essay writers are available in New Zealand Australia and in UK too.</p>\r\n<p>Our entire team work very hard constantly to make your assignments which are high in quality. No matter for which subject you enquired for, we get you best help with best writer and getting quality work done. Our well qualified essay writers are expert in writing any type of essay such as Descriptive Essay, Narrative Essay, Analytical Essay, Case study essay , Reflective Essay, Persuasive Essay, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Essay Writing Services’</h2>\r\n<p>At Professional Assignment Help, we have designed our essay writing service in a way that get you all sort of help you need for the essay. Considering your requirement, we match and get you connected with a best essay writer who is qualified and have experience in essay writing.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to our most eligible essay writer who possess qualification and experience in required subject.</li>\r\n<li>Your assignments go through many quality checks to ensure it meets your specified instructions and criteria so that there is no scope of errors.</li>\r\n<li>We make sure the essay delivered is complied with unique content, 100% plagiarism free.</li>\r\n<li>If you’re not happy with your assignment delivered, get it revised by choosing our premium services and get unlimited revisions.</li>\r\n<li>We make timely deliveries and available for you 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>Our essay writers create a customized piece of work that brings appreciation from your professors and attain good grades. Getting you more than your expectation is what we dream for. We add quality to your order at each step and achieve you the end results. We believe the more customer satisfaction we achieve, the more we will grow with building long term relationship with you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 4, NULL, NULL, NULL, NULL, 1, 'Academic Essay Writing Services | Academic Essay Writing Services Online', 'Hire our academic writing services for well-written essays by our professional writers for getting better results in academic. Leave all your worries to our experts.', 'Academic Essay Writing Services, Academic Essay Writing Services Online', 'academic-essay-writing-service', '2021-07-16 02:07:42', '2021-09-25 06:30:55'),
(34, 'Law', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW</h1>\r\n<p>Law subject is full of events, and it could be very challenging for students to write law essays without any help. It is not just the complexity of a subject that made students to hire the essay writers, there could be many other reasons too. Academic life is full of activities, be it classroom activities or abilities in social life. You should be focusing more on the activities which enhance you learning capabilities and need your attention most. Working on any essay or any sort of academic writing work need ample time to perform research and writing the lengthy assignments. Many students then find it difficult to complete assignments meeting the deadline due to their busy schedule. Therefore, they need the help of essay writers who can write Law Essays for them providing quality work done that could gain higher scores.</p>\r\n<p>If you too have been constantly struggling in getting your Law essays completed and seeking help of best Law Assignment writers, then you have reached at right place wherein you will get ultimate law assignment help services. Therefore, they need the help of essay writers who can write Law Essays for them providing quality work done that could gain higher scores.</p>\r\n<p>Professional Assignment Help is the best law essay writing service and have been providing essay writing service for students in UK, USA and New Zealand. With Professional Assignment Help, you get excellent law essay writing service through best law essay writers who are subject matter experts. Our law experts understand the complexities of the subject and help you solving those complexities very efficiently. We help you achieve higher scores through writing very impressive law essays reducing your burden and getting you opportunity to focus more on very important tasks.</p>\r\n<p>Entire team of Professional Assignment Help work hard and dedicatedly to provide the most reliable and affordable assignment writing services. They work on your assignment from the scratch and get it completed doing research, writing it well-structured format, with relevant references which all together makes a best quality project that matches the expectations of students and their institutions as well. Our service doesn’t end with delivering the assignment as we continue with after sales service like post revisions as a part of our premium services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Law Writing Experts:</h2>\r\n<p>To make sure, we deliver the best. We hire the best essay writer to work for Professional Assignment help. It is the prerequisite for every law essay writer to have in-depth subject knowledge with relevant qualification and must possess good writing skills. Having a thorough understanding of various courses under Law stream is must for them. Moreover, we train to get them expertise in Law so that they keep enhancing their knowledge and polish their writing skills and keep themselves updated with changes in education industry.</p>\r\n<p>We are well equipped with best essay writers who have done their education from the top universities &amp; are very proficient in doing research. Irrespective of the complexity and length of the assignment, irrespective of the subject, our writing experts ensures to deliver you a well-crafted, tailored and professionally written ‘Best Law Essay writers’ who can provide best essay writing services and essay writer help. In other words, we say that we never disappoint any students who reaches to us for assignment writing help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Essay Writing Help’ services</h2>\r\n<p>Our essay writing services is designed in such a way that doesn’t leave any scope of error. We get you all sort of essay writing services that is reliable and affordable for your pocket. We understand your requirement and assign you the best available Law essay writers to take forward your task.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You should consider choosing Professional Help to get essay writing services. The core features of our Law Essay Writing services are:</li>\r\n<li>We get you connected with very eligible essay writer who possesses qualification and experience in required subject.</li>\r\n<li>Every assignments go through rigorous quality checks to deliver the essay which meets the expectation of students.</li>\r\n<li>We deliver the work which is compiled with authentic and relevant information and 100% plagiarism free.</li>\r\n<li>Get unlimited revision facility available with our premium services available.</li>\r\n<li>We do make timely deliveries and assist students 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>Our essay writers get quality work done that meets your end results along with appreciation from professors. Offering beyond expectations is our motive. Our quality work helps us achieve customer satisfaction. The happier our customer are, the more we will grow and build a strong bond with them.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 4, NULL, NULL, NULL, NULL, 2, 'LAW Assignment Writing Services | LAW  Assignment Help Online', 'Struggling in search of best law assignment writing services having great experience, then we are here for you to write your long law essays with accuracy', 'LAW Assignment Writing Services, LAW  Assignment Help Online', 'law-1', '2021-07-16 02:07:54', '2021-09-25 06:33:37');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(35, 'Management', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Management</h1>\r\n<p>Essays are important part of curriculum which aims to enhance writing skills, learning capabilities and gain valuable business insight in students. Students get to learn many new theories and concepts by way of writing essays. Management is a subject which more looks into the practical picture of work environment or we can say the business environment.</p>\r\n<p>Not just writing essays, while pursuing management, students have to engage themselves in many extracurricular activities which enhance their interpersonal skills which are important too. Student’s life is filled with so much of academic work, extra-curricular activities important to brush up all their skills, social life activities, part time jobs, family responsibilities which are important too. Due to lack of time out of this busy schedule, many students’ struggles with completing written academic tasks and get them score card impacted.</p>\r\n<p>Management in itself is a vast subject which becomes complex for students to understand. Due to these complexities, they find it hard to work on assignment by themselves. Therefore, they look for Management Assignment writers help and get their assignment done. But getting the best essay writer might be a challenge because that could impact your grades if it doesn’t meet the university standards and worked according to guidelines. Therefore, choosing is a right one is important. Are you also seeking someone who can write your management essay very efficiently? If yes, then you have reached at the right place. We are Professional Assignment Help online we have been providing best essay writing service and writing management essay help online.</p>\r\n<p>We aim to provide exceptional quality of work for students who look for Management Essay writing Help. Our very dedicated and native management assignment writers take up your writing order and gets the best services delivered in affordable cost trying match your budget. We have been the preferred choice of students across UK, Australia and New Zealand who hire us for their all academic writing needs. This vertical of essay writing service consists of MBA Essay writing service, MBA Essay Help, Business Essay Help or related subjects.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Management Essay Writing Experts:</h2>\r\n<p>For our academic assignment writers, we have made it mandatory to have strong qualification background in the respective field and also have good writing skills. Our management essay writer does keep thorough understanding of theories and concepts under management and sub subjects of management which make them well equipped with the subject knowledge. Additionally, we give preference to those who hold years of experience in Management Essay writing services.</p>\r\n<p>We make sure that every essay assignment we deliver matches all the criteria set by your professor and matches your opinion regarding the topic. We handle the complexities with ease because of the vast subject knowledge of our essay writers carry. Our essay writing experts ensures to deliver the quality ‘Management essay writing help’ an essay which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Management Essay Help’ services</h2>\r\n<p>The reasons behind the quality services of Professional Assignment Help are their writers and their entire backend team. We all work hard to achieve customer satisfaction by delivering the quality work within the stipulated time frame for the students who look for essay writing help These writing professionals are well experienced and highly skilled who compiled strong opinions and statement while designing management essays. Have a look at our core feature of Management Essay Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to our most eligible essay writer who possess qualification and experience in required subject.</li>\r\n<li>Every assignments follow as route to go through which ensures that there is no scope of error and it meets all the criteria.</li>\r\n<li>Our essay writers get you 100% unique and authentic content which gets you appreciations and make you score higher.</li>\r\n<li>You get optional facility of unlimited revisions as a part of our premium service you choose additionally.</li>\r\n<li>We make sure to deliver the projects on time and respond your queries quickly.</li>\r\n</ul>\r\n<p>We put in extreme efforts to get achieve the customer satisfaction by providing quality service at each stage of assignment writing services. We ensure adding value to your essay written at each service stage so that you score high and get best results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 4, NULL, NULL, NULL, NULL, 3, 'Management Assignment Help | Management Essay Help Services', 'Management essay sometimes gives you hard time, then expert writing services will add value to the submissions while scoring good grades in academics.', 'Management Assignment Help, Management Essay Help Services', 'management-1', '2021-07-16 02:08:07', '2021-09-25 06:36:29'),
(36, 'Nursing/Medicine', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Nursing/ Medicines</h1>\r\n<p>Nursing is not just a profession but it is a community service too. To excel in nursing field, it requires students to have thorough understanding of the subject, its code of conduct and theories that could be applied in the practical situation related to nursing care and medical sector. To upgrade the subject knowledge of medical students and brush up their skills, students are given many practical tasks, projects, written assignment to work.</p>\r\n<p>These bunches of assignments and other academic tasks bring challenges for the students to complete them in a way that could gain higher scores and should get submitted within the deadline. There are several factors responsible for this such as lack of time, multiple assignments to be submitted within very short time, exam preparations, practical’s, industrial visits, part time jobs and many other such reasons related to academic or social life. Therefore, they need the help from experts who can write best nursing essay for them that scores higher.</p>\r\n<p>We are Professional Assignment Help providing best essay writing services to students from universities across UK, New Zealand and Australia. With the help of our knowledgeable writers, we bring out the best information of the subject with technicalities involved in it. If you are also struggling to complete so many academic projects piling up on your table, then get in touch with Professional Assignment Help now to get the excellent writing services though our very well qualified and experienced essay writers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Nursing Essay Writing Experts or Medical Essay Writing Experts:</h2>\r\n<p>It has been believed that assigning right job to right person save time and also ensure the quality in work. With the same belief, we make sure your assignment or essay goes in right hand who have the capability to do that. At Professional Assignment Help, we have hired the nursing or medical candidates who hold the strong educational background in the medical field. Some of them are master’s degree holder while some of them are Ph.D. holders too. Apart from qualification in Nursing, they hold decades on experience in writing best essay writing service to students in UK, Australia and New Zealand.</p>\r\n<p>They are the most eligible person to get you best essay writing help in the subject you are looking for as they have vast subject knowledge to handle the complexities of a subject and do have the expert writing skills applicable at the universities in UK, Australia and New Zealand. You can be rest assured and leave your all essay writing worries with us and focus your time on the activities which require you the most.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Nursing Essay Help’ services</h2>\r\n<p>With Professional Assignment Help a student gets the essay written that get them very good grades and appreciation from professors. Behind every quality work, there is hard work of our very efficient essay writers who make sure that there is no scope of error in your assignment.</p>\r\n<p>If you are looking for best Nursing Essay writing service, you should consider us. Have a look at our core features that aims to benefit you:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the most eligible essay writer who has the relevant qualification and experienced in required subject.</li>\r\n<li>We do work on every assignment doing proper research for gathering data which are relevant and unique, compiling them in well-structured format.</li>\r\n<li>We do make a note of your requirements since the very begging and same has been conveyed at each stage your essay goes so that it meets your expectation and criteria given by university.</li>\r\n<li>You get a plagiarism report along with your assignment to ensure the content written is 100% plagiarism free.</li>\r\n<li>With our premium services, you get facility to get unlimited revisions until you are full satisfied with your assignment.</li>\r\n<li>We do timely assignment delivery and our customer support service is available 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>We believe when you succeed. We succeed too. Getting you quality service at affordable rates is our objective. We value your time and make sure you don’t have to compromise with the quality in any way. Our services are designed keep in mind the students requirements that aim to achieve high customer satisfaction rate and best results in your academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 4, NULL, NULL, NULL, NULL, 4, 'Nursing Essay Writing Experts | Medical Essay Writing Experts', 'Having huge experience of writing services in medical and nursing essay help, our Ph.D holders will handle all the writing work with great care.', 'Nursing Essay Writing Experts, Medical Essay Writing Experts', 'nursingmedicine-1', '2021-07-16 02:08:28', '2021-09-25 06:37:45'),
(37, 'Humanities', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES</h1>\r\n<p>Humanity is the subject full of creativity and exploration. It is one of those fields of study which stimulates the thoughts and gives insight into further numerous fields. Humanities is the study of mankind. Many students take interest into this subject as they can use their creativity and can reach many interesting industries to make build their career.</p>\r\n<p>Though the subject is interesting to study, but working of written assignments sometimes gets very time consuming which students avoid to do. When they enter into the academic life their daily routine become so packed with classrooms sessions, extra-curricular activities, their social life, part time jobs, family responsibility, etc. Working on any written homework or paperwork need ample time as one need to gather data by searching through multiple websites, many e-books and books and then you get an assignment completed. Writing a lengthy essay with informative content is equally challenging. This is reason students hire and outsource the academic writing services to get their homework done without investing their own time on it.</p>\r\n<p>You must stop your search for the best essay writing help here if you are looking for any high quality of Humanities Essay writing help. We are ‘Professional Assignment Help’ who have been providing best essay writing help for students in UK, Australia and New Zealand. With us, you can get excellent essay writing services in Humanities through our team who are expert in subject knowledge and carry years of experience in assignment writing. Having years of work experience and strong education background make them more efficient academic writing service provider which aims to achieve the customer satisfaction and help us building good reputation in the assignment help online market.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Essay Writing Experts:</h2>\r\n<p>Under Humanities Essay writing services, we cover essay writing services for English Essay Help, Literature Essay Help and History Essay Help. To provide writing assistance for all of these services, we have hired the subject knowledge expert who holds relevant degree and certification in Humanities subject. Along with relevant qualification, they do hold years of academic writing experienced which made them more eligible to do their task efficiently. We understand that different country has different teaching structure, and the guideline differs as well. Writing pattern also differ from university to university. A writer is well aware of the writing style followed at their own country, and that is why we prefer to hire the native writer to handle essay writing orders received from their territory. To be more effective and efficient in our service delivery, we have equipped our team with best writers, subject matter experts, industrial practitioners, with the motive to offer only best to students with assured good results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Essay Writing Help’ services</h2>\r\n<p>With Professional Assignment Help online, we get you the opportunity to engage with our writing expert to have thorough discussion on the assignment where in you mention all your specification and instruction that should be incorporated in the essay. They understand and make a note of your requirements the moment you order writing service and work on essays accordingly.</p>\r\n<p>Have a look at core features of our essay writing services and consider us to help you in fulfilling writing needs:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with most eligible essay writer who have strong education background and experience in required subject.</li>\r\n<li>We make sure your assignment gets complied with authentic and unique content gathered through research leaving no scope of errors.</li>\r\n<li>If you’re not happy with the work done on your assignment and get it revised using one of our premium services available.</li>\r\n<li>We always ensure timely deliveries and available 24/7 with our customer support facility to respond queries received from students.</li>\r\n</ul>\r\n<p>We never compromise with the quality and authenticity of the assignment or any essay we deliver which is customized and worked according to your expectations. We aim to be the best essay writing services provider for students across UK, Australia and New Zealand. Every step towards offering services ensures. Providing high customer satisfaction rate and in humanities but covering numerous other subjects too. With our quality service delivery, we hope to build long-term relation with you and help you always with your academic writing needs.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 4, NULL, NULL, NULL, NULL, 5, 'Humanities Essay Writing Experts | Humanities Essay Writing Help Services', 'Our online essay writing help related to humanities will assist you 24/7 with your queries and deliver you most efficient written academic writings.', 'Humanities Essay Writing Experts, Humanities Essay Writing Help Services', 'humanities-1', '2021-07-16 02:08:44', '2021-09-25 06:38:53'),
(38, 'Dissertation Writing Services', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DISSERTATION WRITING SERVICES</h1>\r\n<p>It is very challenging for students to write a dissertation which gets stress to majority of them. It requires students to use their critical and analytical skills to work on assignments. Every assignment needs a proper research to be done to do the task that could bring appreciation. Moreover, it requires focus and ample time to work.</p>\r\n<p>Academic life of the students is full of exploration and experience that are to be cherished always. They are supposed to make a balance in their academic life and social life. There are many reasons due to which students find it very difficult to get all the assignment done by themselves. Writing a dissertation in itself is a very lengthy task which needs time to indulge in research work and compile information in structured way. To get solutions for their writing needs, student hire the academic writing service providers and get their assignments, projects or dissertation done.</p>\r\n<p>If you are also looking for the writer who can get you best dissertation written then you must stop your search here. We are ‘Professional Assignment Help’ who have been providing academic assignments writings services for students in UK, Australia and New Zealand. With us, you can get experts assignment writing services through our team who are expert in subject knowledge and carry years of experience in assignment writing.</p>\r\n<p>Professional Assignment Help online has brought you most reliable and very affordable services that could match your budget. We have been providing best academic dissertation help to students helping them to standout in academics by writing quality dissertation proposals that could get instant approval and bring you the desired results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Dissertation Writers:</h2>\r\n<p>Our dissertation writing team consist of candidates from the different educational background with different subjects like law, finance, medical, nursing, humanities, etc. Every dissertation writer hold degree and certification in the relevant subject. Some of the writer are Ph.D. holders who possess excellent research skills. Not just that, along with the strong educational background, they hold years of assignment writing experience which made them the suitable candidate to justify their work as a Dissertation writer providing best dissertation writing services. Moreover we hire the native writers from UK, Australia and New Zealand as they are aware of the study culture at universities at their own country.</p>\r\n<p>Our entire team work very hard to make your assignments meeting your expectations and university criteria. We focus of working dissertation in well-structured format comprised of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Dissertation Writing Services’</h2>\r\n<p>With Professional Assignment Help, you can be rest assured to get the best work done by experts on dissertation report that ensures high scores. Every dissertation writer of Professional Assignment Help online work very hard to get quality work done before your project deadline come.</p>\r\n<p>You may have a look at core features of Dissertation writing services and consider choosing us to write you dissertation:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter how complex the topic is. Our writers get the research work done to gather very authentic and relevant information.</li>\r\n<li>We do provide you regular updates and feedback on the dissertation chapters so that you could convey your perspective and get done the work completed accordingly.</li>\r\n<li>Every Dissertation goes through various quality checks towards getting completed so that there would be no scope left for error and get the high quality work delivered.</li>\r\n<li>We promise you to get the work done which 100% plagiarism free and as per the university guidelines.</li>\r\n<li>We are never late to make deliveries and responding student queries quickly through our customer support available 24/7.</li>\r\n</ul>\r\n<p>While working with us for your dissertation writing, you will never be disappointed and will never have to compromise with the quality of work. We understand the importance of quality assignments as they impact your grades and therefore we keep in mind that work we do should meet the end result which is attaining higher scores. When we provide high quality work, our customers who are students get required results in academics. This is how we aim to grow and build the long-term relationship with students.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 1, 'Dissertation Writing Services | Dissertation Assignment Help', 'Get your dissertation report written by our online writing services meeting all the needs before meeting deadline with in-depth research of the topic.', 'Dissertation Writing Services, Dissertation Assignment Help', 'dissertation-writing-services', '2021-07-16 02:09:43', '2021-09-25 06:41:50'),
(39, 'Law', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW</h1>\r\n<p>Writing a Law Dissertation could me as difficult as a practical Law case while someone is in a profession. This subject in itself is full of events, and students find it very difficult, write and work on assignments which include many complexities and technicalities. Working on any dissertation or in-depth report is very complex and needs ample time to gather the data by doing research and analyses.</p>\r\n<p>Students’ life is full of activities and entirely packed with the academic or other social activities. These academic activities strengthen their learning capabilities. Therefore, you should require to focus your time on those activities while you get your Law Dissertation done through a good assignment help provider.</p>\r\n<p>We are Professional Assignment Help providing excellent writing service to students across UK, Australia and New Zealand. If you’re looking for the best Law dissertation service, we are here to help you out. While placing your Dissertation writing order with us, you get the most experienced Law dissertation writer service who can get best results in your academics. We help you grow and get success by considering us to handle all your academic writing requirements whether it is for Law or any other subject.</p>\r\n<p>At Professional Assignment Help, we have got a very experienced team who get all the hard work done your request to match your expectation and ensures quality services. We aim to make our services affordable for every student who wish to get assignment writing help online. We have kept our services affordable with optional premium services.</p>\r\n<p>We have been the preferred choice of assignment help service online and best dissertation service provider for many students. With Professional Assignment Help, you just not only get assignment help but their subject matter experts also make you understand the topic and the information compiled so that it could bring more value and seem authentic while you present it.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Dissertation Writers:</h2>\r\n<p>Our Law dissertation writing team consist of candidates who possess very strong subject knowledge of law and its affiliated subjects such as International Law, Administrative Law, Interdisciplinary Law, Business Law, Criminal, etc.</p>\r\n<p>They are the degree holders and researchers hold Ph.D. degree which made them eligible to handle your task very conveniently and efficiently. Additional to strong qualification background, our Law dissertation writers do hold decades and years of experience in providing assignment help to students across UK, Australia and New Zealand.</p>\r\n<p>We assured assigning the right task to the right person who possesses the relevant qualification help us to deliver quality work. Our aim to get the work done following the criteria given by your universities and present it in well-structured format comprised of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Dissertation Writing Services’</h2>\r\n<p>If you order LAW dissertation writing services from Professional Assignment Help, we promise you to get the excellent work done through our subject matter experts. We make sure you get higher scores and appreciation from faculties for the dissertation report. Our entire team from customer service to writer work very hard to deliver best and achieve higher customer satisfaction.</p>\r\n<p>Have a look at our core features of Law Dissertation writing services and get us the opportunity to serve you:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Irrespective of the subject and topic complexities, our researcher get you the very relevant, tailored made content and authentic information delivered.</li>\r\n<li>Our writer keep in touch with you and get you the feedback and updates on the dissertation chapters so that they could get your expectations matched.</li>\r\n<li>We do multiple quality check to get the error free dissertation and very high quality work delivered.</li>\r\n<li>Our content is gathered through research and compiled in a well-structured format. It is ensured that the entire report is 100% plagiarism free and matches university guidelines.</li>\r\n<li>Timely deliveries and quick response are our core features. Our customer service is available 24/7 to answer student queries.</li>\r\n</ul>\r\n<p>Rest assured with our services, we will not disappoint you and provide you the excellent services. We get you the assignment help online at very affordable rates that doesn’t burden your pocket and bring value to your money. We believe in growing together and build strong bond with students who connect with us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 2, 'Law Dissertation Writing Services | Law Dissertation Writing', 'Law dissertation needs deep research and analysis, so Professional Assignments Help provides you with writing services in this regard across various countries.', 'Law Dissertation Writing Services, Law Dissertation Writing', 'law-2', '2021-07-16 02:09:54', '2021-09-30 00:16:55'),
(40, 'Management', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MANAGEMENT</h1>\r\n<p>While pursuing management degree, students might have to work on final dissertation. Dissertation is one of the academic tasks which aims to check and evaluate the work done by a student during a specific time period. It aims to enhance the learning capabilities of students. Since it require to do research to gather the data and compile them in a well-structured format to present further, it is very time consuming. Though it could be easier if you have proper guide to select the topic and proper research methodology knowledge. However, students find it challenging to complete the dissertation by themselves because of lack of time and it could be difficult for students to invest ample time out of their busy schedule.</p>\r\n<p>In case, if you’re also facing the time issues and finding it difficult to complete dissertation with valuable work, we are here to help you with any kind of academic writing help you need. At Professional Help Online, we get you the most reliable and quality work delivered which ensures good results. We strive hard to deliver top notch online dissertation writing services through our very qualified writing experts. Our Management Dissertation writing services is available to the students who are pursuing management courses from universities across UK, Australia and New Zealand. No matter how close the deadline is, while you order the assignment help from Professional Assignment Help, you can count on us. We do not compromise with quality in any case and get the excellent work done.</p>\r\n<p>We have a huge team of Management experts who can deal with any and every subject in Management including Strategic management, Supply chain management, Operation management, Human resource management, financial management etc. They help you find unique topic and authentic information to write best dissertation. If you are looking for a very professional dissertation writing service in Management, contact us now without any delay and we make sure to left no stone unturned to get you best results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Management Dissertation Writers:</h2>\r\n<p>We are well equipped with the team of expert’s professional dissertation writers from various fields of education that enable us to cover all the subject in dissertation writing very efficiently. Our dissertation writing help online covers various subject including Environmental Dissertation Help, Philosophy Dissertation Help, Marketing Dissertation Help, Business Dissertation Help, Nursing Dissertation Help, Economics Dissertation Help, Journalism Dissertation Help, Engineering Dissertation Help, Chemistry Dissertation Help, Law Dissertation Help, Biology Dissertation Help</p>\r\n<p>They are the degree holders and researchers hold Ph.D. degree which made them eligible to handle your task very conveniently and efficiently. Additional to strong qualification background, our Law dissertation writers hold years of experience in providing assignment help to students.</p>\r\n<p>We assured assigning the right task to the right person who possesses the relevant qualification help us to deliver quality work. Our aim to get the work done following the criteria given by your universities and present it in well-structured format comprised of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Management Dissertation Writing Services’</h2>\r\n<p>We have a strong foothold in the assignment help services and have catered thousands of students with their assignment writing needs in all subjects. Besides this, we have provided various value added services which a student looks while they look for dissertation help online.</p>\r\n<p>We are the best choice for providing dissertation help online, have a look at our core features:</p>\r\n<ol class=\"listing\">\r\n<li>Our main focus is on providing finest quality of dissertation papers so that you could get highest possible grade. Every piece of content in dissertation is worked out with immense care and responsibility to deliver unique project.</li>\r\n<li>Our professional dissertation writers make sure that every dissertation report is drafted in a well-structured format. Our experts are well aware of the dissertations structure and guidelines followed by different universities across UK, Australia and New Zealand. Therefore you can trust them and get good doctoral dissertation help.</li>\r\n<li>We get you delivered 100% authentic and plagiarism-free content which is gathered following a detailed research process and compile the information which is authentic and relevant to your topic.</li>\r\n<li>We offer you the best price for dissertation writing services making sure it is affordable for your pocket and get you value for money.</li>\r\n</ol>\r\n<p>Professional assignment help online get you the premium services and customized management dissertation help online to satisfy the requirements of the UK, Australia and New Zealand. We guarantee you the best results at best price to build strong relationship with students.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 3, 'Management Dissertation Writers | Management Dissertation Writing Services', 'Get top-notch management dissertation writing help by our expert writers. You can trust Professional Assignments Help to get your work done on time.', 'Management Dissertation Writers, Management Dissertation Writing Services', 'management-2', '2021-07-16 02:10:06', '2021-09-30 00:18:06'),
(41, 'Biotechnology', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIO TECHNOLOGY</h1>\r\n<p>Getting a bio technology dissertation can be a very onerous requirements that science students are supposed to meet. No matters if you are a college student or a Ph.D. students, writing a dissertation report would not be easy. It requires ample time to work on any detailed assignments. Even for the students who is good in academics, getting these sort of tasks completed will be a major issue. You must have the skills to collect the date and process them further to filter out the relevant information, interpret those using statistical tools. Students are supposed to gather the information following the detailed research process and put them all in a well-structured format. This sort of complexity in getting the dissertation paper completed makes it very challenging for the students to complete the task within the deadlines due to time limitations they have.</p>\r\n<p>Due to these time issues, many students hire the dissertation writing experts who gets provide the Bio Technology assignment writing services online within the deadlines assuring high grades. If you are also facing such sort of problems and seeking the expert dissertation writing services, then we are here with our Bio technology writing team to help you out in a way you required the task to be done, in short ‘matching your expectations’.</p>\r\n<p>With Professional Assignment Help, you get the excellent writing service at very affordable prices that falls within your budget and with value added services too. Our dissertation help with professional assistance is available for students across UK, Australia and New Zealand. While placing your order for Dissertation writing services with us, we get you connected with most experienced Bio technology dissertation writer services who delivered the quality services and best results. Within Bio-Technology, there are several branches and out of them the major ones are Zoology, Botany, Physiology, Microbiology, Molecular Biology, Biochemistry, Biotechnology, Pharmacology, Genetics, Ecology, Evolutional Biology, Neuroscience, Marine Biology, Anthropology etc. No matter what is the subject and how complex is the topic, we get you the quality services and assured best results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Bio Technology Dissertation Writers:</h2>\r\n<p>At Professional Assignment Help, we have hired a well-qualified and experienced team who get you assured results by completing you tasks matching your expectation and as per the universities guidelines.</p>\r\n<p>These bio technology dissertation writers possess the strong educational background in the respective field which makes them best suitable person to take the bio technology dissertation writing help. Each of our dissertation writing experts got hired following a strict selection process where they have to go through subject test, skills tests, research ability and their understanding of university standards. Going through a rigorous process ensures that we hire a right person at right place which is mandatory to achieve quality in services delivered and also to achieve customer satisfaction. All our biotechnology dissertation writers hold degree and Ph.D. certification in the respective field along with years of writing experience. Our experts also undergo timely trainings to enhance and update their knowledge keep them up with the changing environment in the education industry.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Bio Technology Dissertation Writing Services’</h2>\r\n<p>With Professional Assignment Help, you can rest assured of the results as we promise to deliver the best and value for your money. We get the excellent professional assistance on your projects through our dissertation experts which ensures higher scores.</p>\r\n<p>The core features of our Bio Technology Dissertation Writing Services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide tailored writing services according to your instructions and guidelines given by your university which made them relevant and easy for you to understand while presenting it at your university.</li>\r\n<li>Our biotechnology experts help you finding a unique perspective for your bio-technology dissertation topic whether it’s a simple topic or complex one.</li>\r\n<li>Every assignment our experts work on goes through rigorous quality checks to ensure it consist of all the required components and can get the error free dissertation delivered.</li>\r\n<li>Entire dissertation report is compiled with authentic and relevant content gathered through research and compiled in a well-structured format.</li>\r\n</ul>\r\n<p>Our dissertation writing experts doesn’t only assist you in writing quality assignment but they also help in brushing up you knowledge skills to improve career proficiencies. At professional assignment help, we aim to form a stronger bond with students who join hands with us and trust us to offer services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 4, 'Bio Technology Dissertation Writers | Bio Technology Dissertation Writing Services', 'We assure you the best results and quality in biotechnology dissertation help as per mentioned universities guidelines by our dissertation experts.', 'Bio Technology Dissertation Writers, Bio Technology Dissertation Writing Services', 'biotechnology-1', '2021-07-16 02:10:21', '2021-09-30 03:50:05'),
(42, 'Engineering', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ENGINEERING</h1>\r\n<p>Engineering is the branch of science which focus of designing the mechanism and innovations used in practical life. It deals with designing machines, building architectures, etc. This is the stream where you can apply your subjective and practical knowledge of mathematics, science and knowledge that can be applied to design a product. While engineering degree gets you many opportunities from career perspective, completing the course with good grades is pretty challenging. While pursuing the course, students get lots of assignments or writing projects on which they are supposed to work on by themselves within the deadline. Writing a dissertation or any other assignment related with the engineering subject is quite challenging for students.</p>\r\n<p>Any written assignments which are part of curriculum requires time to complete. It consumes time as it involves choosing a topic, research for the information, filtering them, processing them to interpret in summarized form and compiling all these information in a well-structured format is necessity to get good scores. Failing on any single ground or parameter affects the overall quality of the assignment, so is your grade and you cannot take chances. Moreover, meeting the deadline is another major issue. Many students find it difficult to work on dissertations due to lack of time and ended up piling them up on the table.</p>\r\n<p>To help students with such academic writing needs and dissertation help online, we have been offering excellent assignment help online for students across UK, Australia and New Zealand. For engineering students whether for graduates, post graduates and doctorates, we have come up with immaculate online engineering dissertation help through experts who have profound understanding on engineering concepts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Engineering Dissertation Writers:</h2>\r\n<p>We have the team of engineering professionals who carry practical experience and in-depth knowledge of engineering subjects. Every dissertation writer hold the degree in their specialized field of study, and they are Ph.D. certified experts. Besides educational background, we make sure that they are well versed with university standards and efficient to meet the requirements of students in regards to engineering dissertation writing needs.</p>\r\n<p>Our in-house writing experts are provided regular and given opportunity to update themselves with the changes in the education industry and brush up their writing skills which would help us achieving quality in service delivered. Our writers are specialised in writing dissertation in the branches such as Civil Engineering, Mechanical Engineering, Electronic Engineering, Chemical Engineering, Aeronautical Engineering, Software Engineering, Agricultural Engineering, etc.</p>\r\n<p>At Professional Assignment Help, we assign right task to the right person who possesses relevant qualification. This is how we achieve quality in our services and achieve 100% customer satisfaction. We aim to get the work done according to the expectation of students, following the criteria given by universities and present it in well-structured format consisting all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Engineering Dissertation Writing Services’</h2>\r\n<p>When you opt for Professional Assignment Help for dissertation writing services, you can rest assured with the quality of work that is done through best research and ensures higher grades. We aim to get the work done according to the expectation of students, following the criteria given by universities and present it in well-structured format consisting all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our very experienced writer is able to handle the complexities and challenges associated with engineering dissertation writing services and help you finding the best solutions.</li>\r\n<li>We get done your dissertation after conducting deep research work to gather the information which is relevant to the topic, authentic and unique.</li>\r\n<li>Once you are assigned an assignment writer who stays in touch with you throughout to give you feedback on the chapters, so that you can take feedback from your supervisor on every chapter to make the final work qualitative enough to get accolades.</li>\r\n<li>You can be rest assured with the quality of content which is plagiarism free 100% unique work to gather through research and complied in standard format and as per the guidelines of university.</li>\r\n</ul>\r\n<p>We aim to deliver the writing solutions that can create value for you by winning accolades and higher scores in academics. Our services are reliable and affordable, matching your budget. To achieve quality in services and get customer satisfaction, we do quality checks throughout to maintain the quality of dissertation writing services, so that we can be the preferred choice of students for writing services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 5, 'Engineering Dissertation Writers | Engineering Dissertation Writing Services', 'At Professional Assignments Help, engineering dissertation writing services include all branches of the engineering field for your writing needs.', 'Engineering Dissertation Writing Services, Engineering Dissertation Writers', 'engineering-1', '2021-07-16 02:10:34', '2021-09-30 03:51:41'),
(43, 'Humanities', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES</h1>\r\n<p>Humanities is a subject enriched with cultural knowledge which comprises of various other subjects such as arts, linguistics, philosophy, history, cultural studies, etc. Writing any sort of detailed assignment need ample time from students as it impact on grades. Students are supposed to get the task done following the criteria given by the professor and it must be compiled with relevant and unique content. Collecting the data in itself is a very time intensive activity and putting them all in structured format needs writing skills, critical and analytical skills and so on. With all such challenges and complexities associated with writing a dissertation, students find it challenging to work on the dissertation and submit them meeting the deadlines. Therefore, they seek the help of dissertation writing service provider who can get everything done and meeting the end result of scoring high.</p>\r\n<p>At Professional Assignment Help, we have been the trusted dissertation writing help provider who get you the required assistance in Humanities Dissertation. Keeping in mind the peculiarities associated with every subject under humanities, we provide customized humanities dissertation writing services which helps you in getting good grades and win accolades from your professors.</p>\r\n<p>We help you perform well in academics by providing you excellent humanities dissertation writing services based on unique, authentic piece of content. Students pursuing course in humanities or in any of its sub-categories, can avail distinct dissertation writing services to get higher grades and move ahead in the field of humanities.</p>\r\n<p>At Professional Assignment Help, we have got a very experienced team who get all the hard work done your request to match your expectation and ensures quality services. We aim to make our services affordable for every student who wish to get humanities dissertation assistance online. We have kept our services affordable with optional premium services to fit in the budget for every student. While placing your Humanities Dissertation writing services order with Professional Assignment Help, you get most efficient and experienced Humanities dissertation writer who work on the dissertation with full dedication.</p>\r\n<p>We have been the preferred choice of students from universities across UK, Australia and New Zealand and have gain reputation by delivering online assignment help services since long. Our specialized dissertation writing services ensures to meet your expectation and keeping it according to your professor’s expectation which overall ensures good results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Dissertation Writers:</h2>\r\n<p>You get your Humanities dissertation written by experts who are experienced and possess immense subject knowledge. We hire Humanities dissertation experts following the rigorous process that ensures hiring of the right person at the right role. These Humanities writing experts hold the degree in relevant courses and hold doctorate degree which make them the most suitable person to take dissertation writing tasks. Besides strong educational background, we make sure they have proper understanding of university guidelines, syllabus and expectations in terms of research work.</p>\r\n<p>Moreover, we get them go through regular training to keep them updated with the changing scenarios of the education industry and improving their writing skills to match with the changing writing patterns. They are trained to conduct research work in clear and reliable manner that makes it easy for you to understand the concepts implied while collecting the data.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Dissertation Writing Services’</h2>\r\n<p>At Professional Assignment Help, we get you the dissertation writing assistance through certified tutors, subject specific experts who assure delivering high quality work which hardly needs ant modifications further which saves your time. We have all the reason compel you to choose us for dissertation assistance.</p>\r\n<p>The core features of Humanities Dissertation Writing services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our dissertation experts get you regular updates on chapters compiled so that you can take feedback from the supervisor to refine the work and get excellent final dissertation ready.</li>\r\n<li>We handle the challenges and complexities related to the subjects and topic with ease as our experts are highly knowledge and hold years of experience in writing dissertation work.</li>\r\n<li>Every Humanities dissertation goes through multiple quality check to ensure that it meets all the criteria and compiles with 100% plagiarism free content which is unique and relevant to the topic given.</li>\r\n<li>We do timely deliveries of dissertations and available with our 24/7 customer support service to answer your queries.</li>\r\n</ul>\r\nWith the aim of high-quality service delivery, we aim to increase our community by compelling students through our excellent services to trust us for their academic writing requirements. We get you most reliable and affordable services that bring you value and get you good grades by improving academic performance in Humanities subject.</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 6, 'Humanities Dissertation Writers | Humanities Dissertation Writing Services', 'Humanities dissertation help will let you customized your dissertation writing with the great dedication of our assignment specialist for improving your grade score.', 'Humanities Dissertation Writers, Humanities Dissertation Writing Services', 'humanities-2', '2021-07-16 02:10:47', '2021-09-30 03:56:11');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(44, 'Thesis Help Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">THESIS HELP ONLINE</h1>\r\n<p>For every students who are pursuing post-graduation program or doctorate, it is mandatory for them to go work on a detailed research work and write a thesis paper on a topic which hold different perspective and unique perception. The motive behind writing a professional thesis paper is to come up with the detailed information, researched data and its findings to the summarize manner. The entire thesis writing process consume lots of time and therefore it becomes challenging for students to write thesis which meets the professor’s expectation and can win accolades.</p>\r\n<p>There are many students who runs short in time and finding it challenging to fulfil the requirements of research work. This sort of complexities and challenges in writing thesis compel the students to hire thesis writing experts who can write thesis for them very efficiently within the required timeframe. There are numerous thesis writing services available online, but choosing the right one who can fulfil your expectations is very important.</p>\r\n<p>At Professional Assignment Help, we get you the excellent thesis help online, that help to reduce stress you have due to piled up assignments. Our professional thesis writing experts take up your task and get into a detailed discussion, noting down your expectations and any specification need to be considered while writing. Post discussion, if you are satisfied with their solutions, you can order thesis writing services through us.</p>\r\n<p>We have been the preferred choice for students across UK, Australia and New Zealand in providing thesis writing services. If you are also struggling with multiple academic assignments and also looking for thesis writing assistance, then consider our thesis writing experts for helping you in scoring high by writing impressive papers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Thesis Writers:</h2>\r\n<p>Every thesis writing experts we have hired is selected through a rigorous hiring process that make sure we hire skilled writers who possess excellent subject knowledge. They have to go through the process when their subject knowledge is being checked and their research and writing skills too. These thesis writers hold the degree and Ph.D. certification in their respective field of study. In addition to that, they hold decades of work experience, they are industrial experts, practitioners who are in best position to write quality thesis papers.</p>\r\n<p>What help us achieving accuracy in the work we deliver is the accurate work allocation. When we receive any assignment writing order, we assign it to the best matching writer who hold the qualification and experience in that particular stream. They conduct in-depth research and work out a impressive thesis paper that gets you higher scores. Even if you have worked on your thesis already but looking for someone who can proofread and edit the same, then our tutor can get it done for you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Thesis Writing Services’:</h2>\r\n<p>With Professional Assignment Help, you get all areas covered which are essential components in any thesis paper. You get a final paper which is written in professional manner and meets all the parameters that are essential to maintain highest standards and win higher scores.</p>\r\n<p>The core features of our thesis writing services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts get ethical research work done on your thesis paper and make every effort to do in-depth research and finding answers to questions, making sure that it comprises of all the relevant sections of topics.</li>\r\n<li>They make sure the entire detailed researched data collected and analysed is compiled in a well-structured format and in presentable manner.</li>\r\n<li>For any thesis paper, it is important to provide accurate references and source of information. Our thesis writing experts make sure to give proper referencing along with citation wherever required.</li>\r\n<li>Ensuring the validity and reliability of your thesis paper, it is crucial to justify every argument with accurate references and reliable sources of information. Our thesis experts put equal emphasis on referencing as on writing of the thesis chapters along with proper in-text citations wherever required.</li>\r\n<li>Our writing experts make sure to deliver the thesis paper which is 100% plagiarism free. All the information compiled in paper is authentic and unique.</li>\r\n</ul>\r\n<p>Through our excellent writing services by subject matter experts, we help you achieving desired results in academics. To make our services affordable and fit in students’ budgets, we have been providing basic writing services along with premium value added services like unlimited revisions etc.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 6, NULL, NULL, NULL, NULL, 7, 'Thesis Writing Services | Thesis Help Online', 'Get your thesis papers done by our thesis writing services in the most presentable way meeting all the requirements for winning higher scores. Contact us.', 'Thesis Writing Services, Thesis Help Online', 'thesis-help-online', '2021-07-16 02:11:03', '2021-09-30 03:57:29'),
(45, 'Programming Language Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROGRAMMING LANGUAGE ASSIGNMENT HELP</h1>\r\n<p>Writing any academic assignment is always a very challenging and complex thing to do. It does require lots of time to write an assignment that is impressive and can get higher scores. Assignments are an important part of the curriculum which aims to enhance writing skills, learning capabilities and gain valuable critical and analytical thinking ability among students. While working on assignments, students get to learn many new theories and concepts by way of doing content research.</p>\r\n<p>Writing assignments in the programming language might be challenging too. Programming language is any formal language that is designed to communicate instruction to any computer. A programming language is used to design and write computer programs. Some of the programming languages are JAVA, C++, Basic, assembly, etc.</p>\r\n<p>These days since a student is filled with loads of curricular and extracurricular activities, they do part time jobs, they have family responsibilities and there are many such things due to which they find it difficult to get anytime that could be given to write any assignment. Due to these reasons, they look for assignment writing help who can do assignment writing on their behalf without compromising the quality and can be submitted by the deadline.</p>\r\n<p>Professional Assignment Help provides you instant Programming Language Assignment Help Online through excellent programming language experts who hold strong subject quality and years of writing experience. They are programming language teachers, experts in coding who write best assignments. We have been helping students of school, colleges, undergraduate and postgraduate students across the UK, Australia and New Zealand with Programming Assignment Helps. If you’re also seeking programming language assignment assistance, then we are the right place to serve you with best quality writing services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Programming Language Writing Experts:</h2>\r\n<p>In our assignment writing team, we ensure we hire a competent writer who holds strong qualification in computer programming language and also has prior writing experience. Our programming assignment writing experts hold either PhD or Masters’ degree in the respective field of study and this is the reason they are much efficient to write a detailed and impressive assignment.</p>\r\n<p>Our subject matter experts are highly skilled and qualified in programming language assignments who offer best solutions, no matter how complex the topic is. They are capable of getting you what you expect with the desired results. While you enquire us for the assignment help, we get you connected with the best available Programming Language Experts who answer your queries and make a note of your specifications if any. On the basis of it, we get the final work delivered that matches all the criteria set by your professor and matches your expectations.</p>\r\n<p>We have the best assignment writers who handle the complexities with ease because of the vast subject knowledge they carry. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Programming Language Assignment Help’ services:</h2>\r\n<p>Behind the quality services and happy customers, there is the entire team who work so hard to go beyond expectations. We aim to help you and guide you in programming Language Help. Quality brings excellent results and if you are also looking for quality, choose us to offer the best service you deserve to get.</p>\r\n<p>The core features of Programming Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts help you with solutions for a wide range of topics and get each assignment ready after detailed research and analysis of courses taught across the globe.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our Professional Assignment Experts get you an assignment which is compiled with 100% unique and authentic content gathered doing in-depth research.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance thoroughly that could improve your grades while you present the academic projects. We help you in getting cost effective and excellent writing solutions that provide 100% satisfaction with timely deliveries. As we understand the importance of quality assignments as they impact your grades and therefore we get you the services delivered which meet the end result which is attaining higher scores.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 1, 'Programming Language Assignment Help Services | Programming Language Writing Experts', 'Providing you the online writing help in programming language assignment services with wide range of topics covered by our top academic writers.', 'Programming Language Assignment Help Services , Programming Language Writing Experts', 'programming-language-assignment-help', '2021-07-16 02:13:03', '2021-09-30 03:58:59'),
(46, 'Programming Assigment Experts', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROGRAMMING ASSIGNMENT EXPERTS</h1>\r\n<p>Assignments and projects which are part of the curriculum have always been important as it aims to enhance writing skills, learning capabilities and gain valuable critical and analytical thinking ability among the students. While working on these written assignments, students get to learn many new theories and concepts by way of doing content research, their writing abilities improve and more importantly these are the ways to evaluate the understanding of subjects for students. Hence writing these assignments very precisely becomes more important as it brings you scores and the more you get, the more success you would get in academics.</p>\r\n<p>Assignments are important and writing them in the proper way is much more important. But it does require lots of time to write an assignment which your professor could find impressive and can offer you good scores. Due to lack of time and many other factors such as busy class schedules, family responsibilities, part time jobs, social life, etc., many students struggle to work on assignments and end up piling them up. Even if they work on assignments, they might end up compromising with the quality of content and subsequently it affects their grades. Therefore, to relieve themselves from working on detailed assignments and to save on time, many students outsource assignment writing help and take the help of assignment experts to write their assignments.</p>\r\n<p>Just like any other assignments, writing assignments in the programming language might be challenging too. Programming language is basically the language which is used to write computer programs. For example, C#, OOP, C++, JAVA, Pascal, Ada and many others. A student needs to have a better understanding of these languages so that they can write meaningful assignments. Professional Assignment Help offers you affordable and reliable Programming Language Assignment Help Online through programming language experts who hold strong subject quality and years of writing experience.</p>\r\n<p>We have been the preferred choice of students of school, colleges, undergraduate and postgraduate students across UK, Australia and New Zealand in providing Programming Assignment Helps. If you’re also looking for the best programming assignment experts, then we have the one for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Programming Language Writing Experts:</h2>\r\n<p>Through Professional Assignment Help, we get you connected with one of the most efficient programming assignment writers. Our assignment writer’s team consists of very knowledgeable and experienced writers who hold strong qualification in programming language and have years of experience in programming. They are teachers, experts in coding, and practitioners who make it very efficient to write your assignment very precisely, meeting your specifications and expectations. They either hold the master’s degree or doctorate in the respective field of study.</p>\r\n<p>The moment you contact us for programming help, we get you connected with competent subject matter experts who are in the best position to answer your programming assignment related queries and provide you the best solutions. In the beginning itself, they write down all the details which are supposed to be considered while writing assignments such as guidelines given by universities, your professor’s specifications, your understanding about topics and many other things which help us to match your expectations and the desired results. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our services through ‘Programming Assignment Help Online’:</h2>\r\n<p>Entire team of professional assignments help work very hard to deliver the best assignment help online. We aim to go beyond your expectations and win your trust to write academic assignments for you.</p>\r\n<p>The core features of Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter what subject it is and how complex a topic is! Our experts are very efficient to write on a wide range of topics doing detailed research and analysis.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your expectations.</li>\r\n<li>Your programming assignment gets compiled in well-structured format with all the components an assignment should have with 100% plagiarism free content.</li>\r\n<li>Assured timely delivery is what we are known for. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We get you help and subject related guidance that helps you stand out in academics and gain highest scores. Through us, you get cost-effective solutions which are 100% satisfactory and get assured best results. We believe quality through our services will bring excellent results. If you are looking for quality content in assignments that could win accolades, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 2, 'Programming Language Writing Experts | Programming Assignment Help Online', 'Our programming assignment expert, having doctorate or masters in coding, will provide you best solutions for your academic problems and gives better results.', 'Programming Language Writing Experts , Programming Assignment Help Online', 'programming-assigment-experts', '2021-07-16 02:14:27', '2021-09-30 04:01:14'),
(47, 'Data Flow Diagram Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATA FLOW DIAGRAM ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Helps bring you the Data flow diagram assignment help which allows students to get excellent services for Data Flow Diagram assignments. We help you in getting your assignments completed for any subject or any course from standard topic to complex topics. In Data Flow Assignment Help, different types of services are included such as project help, Level-0 DFD, Level-1 DVDs, a context diagram, Logical data flow diagram, Physical data flow diagram and many more.</p>\r\n<p>Data Flow Diagrams are the flow diagram which measures the flow of information for any particular process or system. In this, various types of symbols such as circles, rectangles, short text symbols, arrows outputs and direction between each and every destination are utilized. It is basically represented in a simple and hand-drawn overview process, and can also be referred to as graphical representation through which the data flows within the information system. It is specially designed for the modelling and analysis of the data process system.</p>\r\n<p>The key elements of Data-Flow Diagrams are:-</p>\r\n<ol class=\"listing\">\r\n<li><span class=\"span-heading\">Process –</span> In this function, calculations are done and data get sorted based on logic. It directs the flow of date according to the rules of business. It can also be referred to as a method that generates output.</li>\r\n<li><span class=\"span-heading\">External entity – </span>It is referred to as the outside system that generally receives and sends the data and performs the communication system which has been designed. It can be considered as the sources and destinations of the information that are used in and out in the system.</li>\r\n<li><span class=\"span-heading\">Data flow –</span> Data flow is basically the route through which data flow from store to process within the external entities. It represents the interface which exists in between the different components.</li>\r\n<li><span class=\"span-heading\">Data store –</span> This is basically the repository of files where a basic amount of information is stored for later use which is used in the database table and applied for creating membership forms.</li>\r\n</ol>\r\n<p>Data Flow Diagrams assignments are important to evaluate their understanding of the correct system of flow. Even if students are able to write on their own, sometimes they need help and guidance from experts. Professional Assignment Help get you DFD assignment help through Programming assignment experts or designing experts’ assignments who hold strong subject knowledge and years of writing experience in DFD.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Data Flow Diagrams Assignment Writing Experts:</h2>\r\n<p>If you are also looking for an excellent and reliable data flow diagram assignment writer online, then Professional Assignment helps find you the one who can help and guide thoroughly in writing DFD assignments. Our professional data flow diagram assignment writers help the students in writing impressive assignments that could achieve good grades and let them succeed in academics.</p>\r\n<p>Our team of professional experts are well qualified as they hold master’s degree or relevant certification in the respective field of study. Along with that, they hold years of working experience in writing this specific subject, they are practitioners, teachers who are efficient enough to write impressive and quality content for your assignments that win accolades from university. These DFD experts help you with detailed information on a wide range of subjects and topics, whether it could be any Data Flow Diagram such as Logical data flow diagram, Physical data flow diagram and Context diagram.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Data Flow Diagram Assignment Help’ services:</h2>\r\n<p>We have been the preferred choice of students of school, colleges, undergraduate and postgraduate students across UK, Australia and New Zealand with Data Flow Diagram assignment help. We aim to deliver services that go beyond your expectations and bring you the desired results.</p>\r\n<p>The core features of Programming Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our DFD assignment writing experts help you with numerous topics under the DFD subject and get you the best writing solutions ready which is unique and impressive.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Every piece of content compiled in assignments is gathered through in-depth research and analysis to make it 100% unique.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We help the students in getting cost effective solutions which are value for money to them. We stand by them throughout to help them with proper knowledge of the topic and the content compiled so that they can present it with confidence and achieve good results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 3, 'Data Flow Diagrams Assignment Writing Experts | Data Flow Diagram Assignment Help Services', 'Professional designing experts look into your data flow diagram assignment carefully and deliver reliable online help with impressive results.', 'Data Flow Diagrams Assignment Writing Experts, Data Flow Diagram Assignment Help Services', 'data-flow-diagram-assignment-help', '2021-07-16 02:14:57', '2021-10-06 01:36:58'),
(48, 'Computer Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COMPUTER SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Assignments are a way to evaluate the subject knowledge of the students and also to test their research skills, critical and analytical thinking, assignments are incorporated in the curriculum. While writing assignments, students learn many new concepts by way of research and this is how their knowledge and skills get improved.</p>\r\n<p>Writing any assignment requires a lot of time as it requires intensive research work to gather the content which could be authentic and then process or filter the data and get it compiled in well-structured format. There are numerous assignment writing service providers who can write assignments for you on any topic. However, getting it done through experts’ matters. At Professional Assignment Help, you can ask for technology based assignment writing help, computer science assignment help or any programming assignment help. We get you assigned an expert who holds vast experience in writing on such subjects and help you achieve excellence.</p>\r\n<p>Computer Science is the branch which consists of various theoretical and practical disciplines such as Computer Programming, Programming Languages, Artificial Intelligence, System Programming, Operating Systems, Computer Graphics and Visualization, Computer Networks, Computer Graphics, DBMS (Database Management System), Data Structures and Algorithms, Software Engineering and many such subjects. Our well-known services under Computer science vertical are General-purpose programming languages, Object-oriented programming, Logic programming, System programming languages, Computer Science Solution, Computer Science Project, C Language, Declarative Programming Languages, C++ Language, Procedural Programming, Java, JavaScript, Visual Basic, Functional Programming, C# Language, MATLAB, Scripting Languages, HTML, Imperative Programming Languages, PHP Programming, Assembly Language, etc.</p>\r\n<p>The IT industry has been developing rapidly and so are the technologies. Writing technology based assignments becomes difficult as students’ lacks clarity. However, our Computer Science assignment experts help you in writing assignments based on any technology and or on any topic very efficiently.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Computer Science Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you connected with experts who hold strong educational qualifications such as Master Degree or Ph.D. in computer science stream or any relevant course. Additionally, they hold years of experience in writing assignments. We have a team of tutors, subject matter experts, lecturers, scholars who ensure the quality work because these experts are updated with the technologies and with the changing environment in the field of computer science.</p>\r\n<p>We organize regular training sessions for them to give them all opportunities to keep themselves updated and brush up their skills so that they can deliver high-quality assignments with more confidence and assured results.</p>\r\n<p>Our programming assignment is highly skilled and qualified to offer best solutions, no matter how complex the topic is and on any subject taught at various universities across the world. Our experts get into a discussion to understand and make a note of your specifications related to the assignment and get the work done accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Computer Science Assignment Help’ services:</h2>\r\n<p>We have been a preferred choice of students from universities and colleges across the UK, Australia and New Zealand and consistently working hard to keep their trust. If you’re also looking for programming help, then Professional Assignment Help is the right place.</p>\r\n<p>The core features of Computer Science Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With Professional Assignment Help, you get guaranteed quality work through experts who work and get your best solution with assured success.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that stands on your expectation and meets all the criteria set by your professor.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance thoroughly that could improve your grades while you present the academic projects. We help you in getting cost effective and excellent writing solutions that provide 100% satisfaction with timely deliveries. As we understand the importance of quality assignments as they impact your grades and therefore we get you the services delivered which meet the end result which is attaining higher scores.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 4, 'Computer Science Assignment Writing Experts | Computer Science Assignment Help Services', 'With advancements in the technology field, our writing experts deliver your computer science assignment help as per your topic or need to be based on related technology.', 'Computer Science Assignment Writing Experts, Computer Science Assignment Help Services', 'computer-science-assignment-help', '2021-07-16 02:15:24', '2021-10-06 01:36:41'),
(49, 'C Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">C ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is an excellent writing solution provider and assignment help online for students from universities across UK, Australia and New Zealand. We offer C Programming Language assignment help services for students who struggle and face problems in submitting assignments by the deadline and also need quality assignments written to get good scores.</p>\r\n<p>We understand the factors which compel you to hire assignment help. There are a number of complexities and challenges associated with writing assignments such as lack of research skills, lack of subject knowledge and lack of time too. Students these days have to indulge in many curricular and extracurricular activities that enhance and boast their overall personalities. There are part-time jobs, family responsibilities and many other things which make them unable to take out some time which can be focused on completing assignments which are time intensive tasks. Writing an assignment in itself is a lengthy task for which students need enough time to do research and collect data that could be compiled. Apart from this, there are certain parameters and guidelines that have to be followed while writing assignments. However, assignments are an important part of the curriculum which helps you gain marks and therefore you would not need to compromise on it.</p>\r\n<p>With Professional Assignment Help Online, you can get assignments written as per your needs and comfort. You can be rest assured with the services as get it delivered on time and you can also attain top grades with the help of our assignment help services. While providing services for C assignment Help, we can guide you in subject knowledge that will help in preparing for term papers or exams.</p>\r\n<p>You can ask for technology based assignment writing help, computer science assignment help or any programming language assignment help and we get you assigned an expert who holds vast experience in writing on such subjects and help you achieve excellence.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified C Assignment Writing Experts:</h2>\r\n<p>We have a team of C assignment help experts who are available 24/7 to help and provide you instant solutions for your programming assignment writing needs. These assignment writing experts are either Master degree holders or hold Ph.D. which makes the best person to help with assignment or programming help. Additionally, they hold years of experience in writing assignments, they are lecturers, scholars who ensure the quality work because of vast subjective knowledge and practical knowledge.</p>\r\n<p>These programming experts get many related subjects and topics covered such as Recursive functions, Syntax and Installation, Macros, Arithmetic Operators, Identifiers and Keywords, Memory structure, Arrays and Pointers, Break statement and many more.</p>\r\n<p>In order to assure quality in services and stay updated with the changing norms, we organize regular training sessions for them to give them all opportunities to keep themselves updated and brush up their skills so that they can deliver high-quality assignments with more confidence and assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘C Assignment Help’ services:</h2>\r\n<p>We have been a preferred choice of students and aim to stay higher in their choice list in providing assignment help services. If you’re also looking for someone who can help with good quality assignments and guarantee you assured results, then Professional Assignment Help is the best choice.</p>\r\n<p>The core features of C Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With Professional Assignment Help, you get guaranteed quality work through experts who work hard to deliver best solutions which help you gain success.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that stands on your expectation and meets all the criteria set by your professor.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We are a well-known assignment help provider who have been helping a number of students from the UK, Australia and New Zealand by providing top-notch assignment writing services in less time. While choosing Professional Assignment Help, you can be rest assured with the quality of assignment and invest your valuable time in other important tasks while we write your assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 5, 'C Assignment Help Services | C Assignment Help Experts', 'C assignment help services provide your quality assignments with their updated knowledge and skills of upgrading technology and assured you 100% unique results.', 'C Assignment Help Services, C Assignment Help Experts', 'c-assignment-help', '2021-07-16 02:15:42', '2021-10-06 01:36:33'),
(50, 'Perl Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PERL ASSIGNMENT HELP</h1>\r\n<p>Gaining good marks and appreciating remarks from professors make most of the students prominent among peers. This is the reason every student makes so many efforts to improve their performance during their academics. While you need to perform well in academics, you need to make sure you perform well in every task assigned by your professors. Assignments are one of those tasks in which every student wishes to perform best and submit best which can win the accolades and get appraised in the class.</p>\r\n<p>Professional Assignment Help brings you the excellent assignment writing help online for students from the UK, Australia and New Zealand. From basic courses to technical courses, we have a wide range of subject matter experts who write your assignment which gain good scores. Perl Assignment Help is one of our services in which we get students connected with programming language experts who can help and guide students about the topic they are looking for and can write assignments accordingly.</p>\r\n<p>Perl is one of the complex and high level programming languages and getting an assignment prepared in this language needs expertise and students must have the knowledge about it. Due to lack of expertise, students face many challenges in managing concepts of this language and couldn’t work on assignments efficiently. Therefore, they look for Programming language experts to help them get programming assignment help. We provide Under Perl programming assignment help, we provide service such as Perl Programming, Data Types in Perl, Functions in Perl, Arrays, Pointers, DBMS, Trees, Stacks, Queues, Hash Table, Perl Programming Project, Perl Problem Statements, Perl Programming Question and Solution, Perl Variables, Strings, Sorting, Linked Lists, Perl Coding, Perl Operators and many more.</p>\r\n<p>With Professional Assignment Help Online, you can get customized programming which assignment help which boost your confidence while submitting it. We promise you to get affordable and reliable services ensuring higher scores. While providing services for Perl Assignment Help, we guide you to enhance your understanding about the topic which would help you in preparing for exams.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Perl Language Assignment Writing Experts:</h2>\r\n<p>While you opt for Perl Language Assignment Help from you, we get you connected with Computer Language writing experts or programmers who are available 24/7 to help and provide you instant solutions for your programming assignment writing needs. These assignment writing experts are either Master degree holders or hold Ph.D. who made the best person to help with assignment or programming help. Additionally, they hold years of experience in writing assignments. They are lecturers, scholars who ensure quality work because of vast subjective knowledge and practical knowledge.</p>\r\n<p>Our writing experts offer the highest-quality solutions and are efficient enough to perform sensitive tasks as well as answer the most complex problems with ease. They provide students the guidance and support in handling tasks and problems with a motive to deliver beyond students\' expectations. We select these writing experts through a rigorous selection process and every process ensures we select the best knowledgeable and skilful person.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Perl Language Assignment Help’ services:</h2>\r\n<p>When you approach us for Perl assignment help, we make a concerted effort to fulfil your requirements and deliver best so that we can be your preferred choice in providing assignment help. In case you\'re also struggling with any programming assignment or Perl Language Assignment Help, then contact us for an instant solution.</p>\r\n<p>The core features of Perl Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Selecting an appropriate topic for assignment is crucial for an impressive assignment. Our experts provide you complete guidance with the topic selection process utilizing their experience.</li>\r\n<li>Every assignment is prepared after having proper understanding of the queries and specifications from the student side.</li>\r\n<li>We get your assignment ready following in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to stand on your trust of providing excellent assignment writing services at affordable prices. We assure each student that they are at the right place and your assignment is being handed over in right hands.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 6, 'PERL Assignment Help | Perl  Assignment Help Experts', 'Due to the complexity of the PERL programming language, our customized online assignment help will promise you a reasonable solution without facing any problems.', 'PERL Assignment Help, Perl  Assignment Help Experts', 'perl-assignment-help', '2021-07-16 02:15:59', '2021-10-06 01:36:13'),
(51, 'UML Assignment Help |', '<div class=\"a-content\">\r\n<h1 class=\"heading\">UML ASSIGNMENT HELP</h1>\r\n<p>Assignments are an important part of the curriculum which aims to evaluate the subject knowledge of the students and also aims to enhance writing skills, learning capabilities, gaining valuable critical and analytical thinking ability among the students. An impressive assignment can really help you win higher scores and thus assignments, particularly the well written and quality assignments are important and play a crucial role in your success in academics. However, it has always been challenging when it comes to writing any academic assignment especially if it’s a technology based assignment.</p>\r\n<p>There are many challenges and complexities associated with writing assignments. It is a time intensive activity. In order to write effective assignments, students need to have strong subject knowledge and good research skills to write a quality assignment, however sometimes due to complexity of the topic and lack of time they end up writing an assignment which lacks the expectation and subsequently they compromise with the quality and couldn’t score high. These complexities and challenges make them look for assignment assistants online or for experts who write good assignments gaining higher scores in academics.</p>\r\n<p>Professional Assignment Helps has brought you the most affordable and reliable services for UML assignment help. Students are provided the best programming assignment help. Unified Modelling Language (UML), is an object modelling and specification language that is used in software engineering. Many students face difficulties and get stuck.</p>\r\n<p>Sometimes students found difficulties and stuck with the UML diagram due to lack of time for completing assignments and this is where our Professional Programming writing experts get you the instant help and work out an excellent Unified Modeling Language diagram model for your assignment which helps you in gaining high scores. Our UML Assignment Help include the services such as Use Case Diagram, Class Diagram, Object Diagram, Sequence Diagram, Collaboration Diagram, Activity Diagram, Interactive Diagram, Component Diagram, Deployment Diagram, etc. online.</p>\r\n<p>We have been the preferred choice of students across the UK, Australia and New Zealand. While getting service from us, you get connected with the best programming assignment experts for UML assignment help. We not only help in writing assignments but also guide you thoroughly about the topics so that help you in preparing for exams as well.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified UML Assignment Writing Experts:</h2>\r\n<p>If you are looking for quality and assured good results, that Professional Assignment Help is certainly a right place for you. We have a team of writing experts who are well qualified and possess years of practical experience as they are teachers, practitioners, subject matter experts due to whom they have all the abilities to solve even the complex problems with so ease. We hire professionals who have a strong educational background in respective fields and are experienced as well. They are either master’s degree holders or doctorates.</p>\r\n<p>While hiring, they go through a rigorous selection process to make sure they possess all the skills that are required to write excellent and quality assignments, have good writing skills, have good research skills and are updated with the education culture. Our UML assignment experts help you with detailed information on a wide range of subjects and topics and help you write the assignment by which you win accolades and get praised among peers.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘UML Assignment Help’ services:</h2>\r\n<p>We offer the high standard solutions and promise you the quality with assured results. Being the most reliable programming assignment help, we aim to be more and more popular and get connected with more students to get them programming help. Our motive is to deliver the services that create value to money and time you invest with us.</p>\r\n<p>The core features of UML Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With our UML assignment help, we get you connected programming assignment experts who help you with the topic selection which is the crucial part of any assignments and get you the best writing solutions.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our experts do in-depth research to find our relevant content and process them further to compile in well-structured format with content which is 100% plagiarism free.</li>\r\n<li>Timely deliveries of assignments are our priority. We are available 24/7 and get real time answers to your queries.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you get the cost-effective solutions that create value for you and help you score higher on academics. If you’re struggling with writing an assignment, contact us now to get quick UML assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 7, 'UML Assignment Help | UML Assignment Writing Experts', 'Professional Assignments Help aims to give you UML assignment help by our programming experts ensuring quality writing services at reasonable prices.', 'UML Assignment Help, UML Assignment Writing Experts', 'uml-assignment-help', '2021-07-16 02:16:19', '2021-10-06 01:35:57');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(52, 'Data Structure Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATA STRUCTURE ASSIGNMENT HELP</h1>\r\n<p>Many universities and colleges include assignments in the curriculum to enhance the writing skills, learning capabilities of students which also aim to gain valuable critical and analytical thinking ability in them. Along with improving these skills, they also upgrade their subject knowledge while they surf and gather content to compile in assignments. They get to learn new concepts and theories of that particular subject. By helping you with assignments, their knowledge and skills get evaluated and get them opportunities to gain scores to rank high among peers. Hence writing these assignments very precisely becomes more important as it brings you scores and the more you get, the more success you would get in academics.</p>\r\n<p>Assignments are a crucial part of the curriculum and hence writing them very precisely is much more important. Many students face challenges in writing assignments as there are many complexities associated with it, especially the time factor, writing skills and subject knowledge. Any student who is not confident with subject knowledge and writing skills face more difficulties. Apart from that there are students who don’t get much time to invest in writing assignments due to many reasons such as busy academic schedule, family responsibilities, part time jobs, etc. To overcome these challenges and complexities associated with assignments, students hire professional writing experts who get them written so quickly and very efficiently.</p>\r\n<p>The challenges get so high when it comes to writing technical assignments such as Data Structure Assignment Help. Professional Assignment Help provides you all sorts of technical assignment help through well qualified and professional experts. If you’re looking for the Data Structure Assignment Help, you come to the right place.</p>\r\n<p>Data Structure is basically the study of the ways to store data in computer memory. In short, it’s a set of processes that includes defining, storing, accessing and manipulating data. Through Data Structure Assignment Help, we provide you complete knowledge of diagrams, notations along with examples. We get you the most reliable, affordable, and customized assignment services through experts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Data Structure Assignment Writing Experts:</h2>\r\n<p>Our assignment writer’s team consists of very knowledgeable and experienced writers who hold strong qualifications in Data Structure and in the relevant field of study. We hire writers who hold master degrees and PH.D in the respective field. In addition to qualification, they are experienced and professional who have worked either as industry practitioners, teachers, coders, etc.</p>\r\n<p>When you contact us programming assignment help, we get you connected with competent subject matter experts who have the abilities to answer your simple to complex programming assignment related queries and offer you the best solutions. While you get in touch with them, they understand the specification from your side and any criteria specified by your professor, so that assignment could be written accordingly and matches your expectations meeting all the criteria specified by professors. Our experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Data Structure Assignment Help Online’:</h2>\r\n<p>Entire team of professional assignments help work very hard to offer services beyond expectations and attain maximum customer satisfaction by offering error free programming help online. We aim to reach up to more students and be their preferred choice of assignment help provider. We offer the services that create value for you in the form of highest scores in academics.</p>\r\n<p>The core features of Data Structure Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts have the abilities to solve even the complex queries very efficiently due to the vast knowledge they have.</li>\r\n<li>No matter what subject it is and how complex a topic is! They are very efficient to write on a wide range of topics doing detailed research and analysis.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your expectations.</li>\r\n<li>Your programming assignment gets compiled in well-structured format with all the components an assignment should have with 100% plagiarism free content.</li>\r\n<li>We are known for assured timely delivery. Our customer support remains available 24/7 to answer your queries at any time.</li>\r\n</ul>\r\n<p>With professional assignment help, with assignment help you get help and guidance about the topic that benefits you while preparing for exams. We promise to get you cost-effective solutions which are 100% satisfactory and gain best results in academics as we believe when you get success which head towards success too.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 8, 'Data Structure Assignment Help | Data Structure Assignment Help	Experts', 'Our experienced data structure assignment writers will help you in solving your simple to complex programming problems with proper care and research.', 'Data Structure Assignment Help, Data Structure Assignment Help	Experts', 'data-structure-assignment-help', '2021-07-16 02:16:42', '2021-10-06 01:35:18'),
(53, 'Database Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATABASE MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Are you struggling with doing Database Management Assignment and submitting it by the deadline? Get help from programming experts to get solutions for Database Management assignment very quickly.</p>\r\n<p>Professional Assignment Help is one of the best assignment help providers who have been helping students all over UK, Australia and New Zealand with assignment help in numerous subjects taught across the world. Assignments are an important part of the curriculum and also a way to evaluate the overall performance of the students. By doing assignments, students get to learn many new theories and concepts related to the subject and upgrade their subjective knowledge. In addition to that, their writing skills, research skills, analytical skills get improved. Apart from this, assignments are the way to gain scores and improve your ranking.</p>\r\n<p>Hence, writing an impressive assignment is very important if you want to score high. However, there are many challenges and complexities associated with it. Writing an academic assignment is always very challenging and when it comes to writing a technical assignment, things become more complex. Strong subject knowledge and research skills are required to write an excellent essay. Moreover, ample time is required to write an assignment. Students are engaged with lots of activities and their daily routine is entirely packed with curricular and extracurricular activities which are important too to improve overall personalities. Due to the lack of time, students find it very difficult to write assignments by themselves and submit by the deadline. This is the reason, many students hire assignment writers who get their assignments written and they can submit it on time.</p>\r\n<p>Professional Assignment Help gets you the various programming based assignment help and Database Management Assignment Help is one among them. Database Management is the set of programs to access the interrelated data. It is used by enterprises to store information. It is basically a computerized record keeping system. If you feel not very confident in writing Database Management Assignment or facing time issues, do get in touch with us now to help through programming experts. Our Database Management experts make sure you get the excellent assignment written and get higher scores.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Database Management Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we hire competent writers who hold strong qualifications in database management or other relevant fields of study and also have prior good practical understanding and writing experience. The writing experts we hire either hold PhD or Masters’ degrees in the respective field of study. Due to their vast subject knowledge and decades of practical experience, they are more capable of solving standard to complex topics and delivering the best assignment.</p>\r\n<p>You get connected with these programming experts in the very beginning itself and they remain the one contact for you until your assignment is delivered. They understand your queries and make a note of specification and any particular format to be followed so that our writers can curate an assignment that matches your requirement and also stand out on all the parameters set by your mentor or professor.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Database Management Assignment Help’ services:</h2>\r\n<p>We promise each student who is looking for help in writing an assignment that your assignment is in the right hands. You get the most genuine solutions and get customized services as per your academic level.</p>\r\n<p>The core features of Database Management Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our professional writing experts are well qualified and help you with solutions for a wide range of topics. Your assignment gets written after doing in-depth research on the topic and selecting the best pieces of content to compile.</li>\r\n<li>Every assignment goes through multiple quality checks to assure that it matches the specification mentioned by the students and meets all the parameters.</li>\r\n<li>We make sure that your assignment is 100% plagiarism free and every piece of information is relevant and authentic.</li>\r\n<li>We are well known for timely deliveries and ensure students can deliver the assignments before the deadline arrives. We are available 24/7 to answer your queries quickly.</li>\r\n</ul>\r\n<p>By choosing Professional Assignment Help, you get the assurance of quality service at an affordable cost. Our experts help and guide thoroughly with the topic of assignment so that you can understand it and present the assignment in the class confidently. Not just assignment help, we help you with exam preparation as well. We work very hard to keep the promise made with the students and deliver them solutions which help them attain higher grades and success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 9, 'Database Management Assignment Help | Database Management Assignment Experts', 'Get quick help for database management assignments by our online programming writing experts as per your academic levels that match your needs.', 'Database Management Assignment Help, Database Management Assignment Experts', 'database-management-assignment-help', '2021-07-16 02:17:13', '2021-10-06 01:34:59'),
(54, 'Web Designing Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">WEB DESIGNING ASSIGNMENT HELP</h1>\r\n<p>If you are facing any problem in writing your Web designing assignment, then you are on the right platform. We are Professional Assignment Help who get you instant solutions for web designing assignments.</p>\r\n<p>Assignments are the way of scoring marks and if your assignment is excellent and best among the peers, you not only get good marks but also get praised by the professor for your good performance. We understand the importance of assignment and understand how important it is for you to score high.</p>\r\n<p>Writing an assignment has always been challenging for students because there are certain challenges and complexities associated with writing assignments such as lack of research skills, lack of subject knowledge and lack of time too. Even if students have the writing skills and subject knowledge to write an assignment efficiently, but due to lack of time they find it hard to write the assignment by the deadline as writing an assignment is really a lengthy task. However, as assignments are an important part of the curriculum which helps you gain marks and therefore you would not need to compromise with the quality and with your grades too.</p>\r\n<p>Professional Assignment Help you in writing excellent assignments on a wide range of subjects taught across the world. We offer web designing help for students who lack knowledge of web designing concepts and struggle in submitting assignments by the deadline and also need quality assignments written to get good scores.</p>\r\n<p>Web design is basically the planning and creation of a website which includes the components such as product or brand information, user interface, site structure, layout, navigation, colours, fonts and images. Having a thorough understanding of entire concepts under this subject is important to write an impressive assignment. Our web designing assignment experts who are well qualified and experts of web designing write Web Designing assignments for you which are compiled with relevant pieces of content which is gathered after in-depth research and compiled in well-structured format that is impressive.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Web Designing Assignment Writing Experts:</h2>\r\n<p>When you ask us for any technology based assignment help including computer science or any programming language assignment help, we get you assigned an expert who holds immense practical experience along with the subject knowledge in related fields and write an assignment which helps you achieve excellence.</p>\r\n<p>We have a team of tutors, practitioners, professors, etc., who are available to get you instant solutions for web designing assignments. Our programming experts or web designing experts are either Master degree holders or Ph.D. holders which make them the best person to assist you with web designing and other technology based assignment help. Our experts help with various services related to the web designing field such as static and dynamic website, graphic designing, responsive web site design, adobe, PHP, html, JAVA etc.</p>\r\n<p>In order to achieve excellence in services we offer, we organize regular training to our experts giving them the opportunity to stay updated with the changing guidelines and brush up their writing skills accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Web Designing Assignment Help’ services:</h2>\r\n<p>We have been a preferred choice of students from all over the UK, Australia and New Zealand in providing best programming assignment help. We aim to stay up on the list and keep up on the promise of delivering high quality assignments.,/p&gt;</p>\r\n<p>The core features of Web Designing Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get assured quality work done on your assignment through experts who on every assignment are prepared after understanding the specifications and instruction from students to match your expectation.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content doing in-depth research and compiled them in well-structured format with proper citations and referencing.</li>\r\n<li>The assignment delivered will be 100% plagiarism free and every information compiled in it is absolutely authentic and relevant to the topic.</li>\r\n<li>We offer affordable assignment writing services that match your budget and have options of various premium value added services such as unlimited revisions, etc. to add in the package.</li>\r\n<li>We promise timely delivery and are available 24/7 to answer your queries in real time.</li>\r\n</ul>\r\n<p>If you’re also looking for someone who can help with good quality assignments and guarantee you assured results, then Professional Assignment Help is the best choice. While we write your assignments, you can invest your time into something more important without any worry of assignment.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 10, 'Web Designing Assignment Help | Web Designing Assignment Experts', 'Our web designing assignments experts help you dealing with your preferred choice of assignments with premium writing services in a well-written format.', 'Web Designing Assignment Help, Web Designing Assignment Experts', 'web-designing-assignment-help', '2021-07-16 02:18:07', '2021-10-06 01:34:48'),
(55, 'Python Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PYTHON ASSIGNMENT HELP</h1>\r\n<p>Writing assignments are a crucial part of academics which enhance the writing abilities in students and also upgrade their knowledge. While assignments are crucial, working on them very precisely is what matters. A well-curated assignment can really help in increasing your knowledge and also get you good scores.</p>\r\n<p>But it is not that easy! There are certain challenges and complexities associated with writing assignments especially when it is a technology based assignment. These challenges are lack of writing abilities, lack of subject knowledge, lack of technical understanding and practical knowledge, and mostly lack of time. Students these days are so engaged in their day to day activities which are packed with busy class schedules, curricular or extracurricular activities, social responsibilities or part time jobs. It can be anything among these due to which students find it difficult to get time to write assignments.</p>\r\n<p>To solve these challenges and complexities with ease and proficiency, Professional Assignment Help has brought to you the assignment help online by programming experts. We have many programming language experts who possess practical experience and also have good writing abilities which help you in writing assignments that could score high among peers.</p>\r\n<p>Python Assignment Help is one of the assignment services among the programming assignment help in which we connect the students with Python language experts who answer your standard to complex queries in real time. Through these experts, you could get an understanding of Python and concepts very precisely.</p>\r\n<p>Python is a high-level general-purpose programming language which is human friendly coding and quite popular among the programming community. It allows the programmer writing programs in fewer lines of code. It has now been used as a programming language in schools and colleges to teach students the fundamentals of programming. The various topics and services that are covered under Python Assignment Help are building web application backend, hardware programming, web programming, creating cross application platform, Python Question, CPython, Jython, Graphics, PyQt, PyQt5, Python Programming Python Code, Python Projects, Python Modules and Libraries, Ipython, IDLE and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Python Assignment Writing Experts:</h2>\r\n<p>We have a team of experts who hold a strong educational background and have done either Master Degree or Ph.D. in programming languages or in the relevant stream. In addition with qualification, they hold years of experience working as practitioners, teachers, tutors and also possess good writing skills.</p>\r\n<p>With our Python Language Experts, you get plagiarism free assignments which are compiled with thoroughly researched and authentic content. At Professional Assignment Help, we make sure to deliver high-quality work before the deadline arrives. These experts have the abilities to offer best solutions, no matter how complex the topic is and on any subject taught at various universities across the world. Before starting a writing assignment, our experts understand and make a note of your specifications related to the assignment and get the work done accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Python Assignment Help’ services:</h2>\r\n<p>We have been providing services to students from universities and colleges across the UK, Australia and New Zealand and have been their preferred choice. We consistently work hard to keep their trust and assuring best quality services delivered. If you’re also looking for any programming help or help for any programming language, then Professional Assignment Help is the right place to get the help.</p>\r\n<p>The core features of Python Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We work out the authentic document of content, which is customized for you and has been written as per your academic level. Our services are full of originality and creativity.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that fully matches your expectation and meets all the criteria set by your professor.</li>\r\n<li>Our experts deliver the plagiarism free assignment which is backed by authentic information and rigorous research.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Your assignment will be delivered within your desired timeframe. You can also reach us anytime through our 24/7 available customer support.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance thoroughly that boost your confidence while you present the academic project in the class and could boost your scores too. We help you with excellent writing solutions that provide 100% satisfaction and assured success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 11, 'Python Assignment Help | Python Assignment Help Services', 'With proper technical and practical knowledge of Python programming assignments, our writing experts focused on the key aspects of your writing requirements.', 'Python Assignment Help, Python Assignment Help Services', 'python-assignment-help', '2021-07-16 02:18:37', '2021-10-06 01:34:33'),
(56, 'ER Diagram Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ER DIAGRAM ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Helps get you the excellent ER diagram assignment help from standard to complex assignments through experts. Assignments are a crucial part of academics which enhance the writing abilities in students and also upgrade their knowledge. While assignments are crucial, working on them very precisely is more important to gain high scores.</p>\r\n<p>Many students face difficulties in writing assignments due to certain challenges and complexities associated with it. These challenges might be the lack of writing abilities, lack of subject knowledge, lack of technical understanding and practical knowledge, and might be lack of time. Any of these challenges compel students to look for experts who can write their assignments very efficiently.</p>\r\n<p>If you’re looking for someone who can write your ER Diagram assignment with responsibility and that assignment could bring you higher scores, then Professional Assignments is definitely the right place for you. We get you the high quality programming experts who write very high quality content for your assignment backed by in-depth research and 100% plagiarism free work. Not just ER Diagram assignment help, we have programming experts who have proficiency from basic courses to technical courses and can advise you the solutions even for the complex topic with so ease.</p>\r\n<p>ER stands for Entity Relationship Diagram which shows the way each entity is linked with one another. It is basically used during the process of software development to set up the database. Assignments related to ER needs a thorough understanding of concepts and theories related to it. Students need to have very strong knowledge to work on assignments which will be impressive and score higher.</p>\r\n<p>Under ER diagram assignment help, we get you the other related services such as ER (Entity relationship) Diagram, ER Diagram Online Project, Use Case Diagram, Object Diagram, Class Diagram, Sequence Diagram, Interactive Diagram, EER Diagram, UML State charts Diagram, UML Diagram, Component Diagram, Deployment Diagram, Analysis and Design, Activity Diagram, Collaboration Diagram and many other.</p>\r\n<p>We provide programming assignment help for the students of school, graduate and post graduates from universities and colleges across New Zealand, Australia and UK. Through us, you can achieve Excellence in academic in any subject be it for writing an assignment or writing thesis or term papers. We deliver quality that creates value.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified ER Diagrams Assignment Writing Experts:</h2>\r\n<p>We are a team of experts who can help and guide thoroughly in writing ER diagram assignments. Our team of professional experts are well qualified and very experienced too. They hold master’s degree or relevant certification and PH.D holder in the programming based courses or programs. Along with that, they hold years of working experience as tutor, practitioners, professor, etc. and also possess good writing skills and research skills.</p>\r\n<p>Due to vast subject knowledge and experience, they are the best person to help with ER Diagram assignment by writing impressive and quality content for your assignments that win accolades from university. These ERD experts help you with detailed information on a wide range of the subject and topics related to the subject and guide you thoroughly which boost your confidence to present it in the class and also helps you in preparing for exams.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘ER Diagram Assignment Help’ services:</h2>\r\n<p>When you get in touch with us for ER Diagram help or any programming help, we make concerted effort to fulfil your requirements and deliver best so that we can be your preferred choice in providing assignment help. In case you’re also struggling with any programming assignment or ER Assignment Help, then contact us for an instant solution.</p>\r\n<p>The core features of ER Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our ER Diagram assignment writing experts help you with numerous topics and get you customized services of assignment matching it with your academic level and deliver you high-quality assignments.</li>\r\n<li>Every assignment we work on goes through multiple quality checks to assure the quality of content included and to make sure it works according to the specifications given by you.</li>\r\n<li>We deliver assignments compiled in a well-structured format with content which is 100% plagiarism free, authentic and relevant to the topic.</li>\r\n<li>You can get in touch with us anytime. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>At Professional Assignment Help online, we help you with excellent writing solutions that provide 100% satisfaction and assured success. We are delivering solutions which are reliable and cost effective, creating value for your time and money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 12, 'ER Diagram Assignment Help | ER Diagrams Assignment Writing Experts', 'Professional Assignments Help will write ER diagram assignments for you which will bring great results in academic grades. We deliver the premium writings to you.', 'ER Diagram Assignment Help, ER Diagrams Assignment Writing Experts', 'er-diagram-assignment-help', '2021-07-16 02:19:01', '2021-10-06 01:34:21'),
(57, 'Algorithm Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ALGORITHM ASSIGNMENT HELP</h1>\r\n<p>Stuck with your Algorithm Assignment and deadline arriving soon? Contact Professional Assignment Help now to deliver you best Algorithm Assignment help through experts who write your assignment error free and help you gain higher scores.</p>\r\n<p>Students these days find it challenging to work on assignments due to some factors which are the lack of writing skills, lack of understanding about the topic, lack of research skills and lack of time as well. Students these days are so packed with the activities throughout the day and they hardly get any time to invest on writing assignments. When it comes to writing any technical assignments or programming related assignments, it becomes even more complex as the student doesn’t feel confident with their subject knowledge and couldn’t work on assignments efficiently.</p>\r\n<p>To get solutions to these challenges and complexities that students face, Professional Assignment has brought to you the programming help through programming experts. Among programming assignment help, we are offering Algorithm Assignment Help in which students are provided with best solutions and algorithms assignment assistance within the stipulated time frame and at very affordable cost within.</p>\r\n<p>The algorithm basically refers to a set of instructions used to solve problems in the methodical approach. Analysis of algorithms are used in determining the quantity of the resources required to execute it. In Programming, the algorithm must be written in such a way which could be applied in all programming languages to achieve similar output.</p>\r\n<p>Since the algorithm is a complicated subject and therefore, to work on any Algorithm assignments, students must have in-depth knowledge of the concepts of it. Due to lack of proficiency in this subject and complexity associated with algorithm assignments, students look for experts who can get these assignments written for them without compromising with the quality.</p>\r\n<p>If you are also looking for an expert who can write algorithm assignments for you, then certainly Professional Assignment Help will not disappoint you. Get in touch with us now, to get excellent writing solutions for any subject you have been looking for.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Algorithm Assignment Writing Experts:</h2>\r\n<p>We are a team of highly qualified algorithms assignment writers. These assignment writers are very knowledgeable and experienced which make them the best suitable person to take up your assignments and deliver them efficiently. Our algorithm writers hold strong qualifications in programming courses or in relevant streams. Along with qualifications, they hold years of experience working as industrial practitioners, tutors, lecturers and writers as well.</p>\r\n<p>While you get in touch with programming assignment help, we get you connected with our best available writers who have the abilities to answer your simple to complex algorithms assignment related queries and help you in working our very impressive assignment full of authentic and relevant content that is 100% plagiarism free.</p>\r\n<p>Before starting working on your assignment, we get you all the information, specification or any guidelines given by your professor or university. This helps us in working the assignment which matches your assignments.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Algorithms Assignment Help Online’:</h2>\r\n<p>We have been the renowned assignment help services in offering best programming assignment help to students of schools and colleges across UK, Australia and New Zealand. We work very hard and aim to deliver solutions beyond your expectations.</p>\r\n<p>The core features of Algorithms Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With their vast subject knowledge and prior experience, our experts have the abilities to solve even the complex queries with so ease and help you choose the best topic and do in-depth research to gather the content and get it compiled in well-structured format.</li>\r\n<li>To make sure the best quality gets intact with the assignments, it goes through multiple quality checks to recheck if all the components and specifications mentioned by you are incorporated in it.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>We are known for fast and timely delivery. Our customer support remains available 24/7 to answer your queries at any time.</li>\r\n<li>We help you and guide you thoroughly about the topic so that you can have a proper understanding of overall content written in it and this would also help you in preparing for exams.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory which help you win accolades and lead you towards success in algorithm courses.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 13, 'Algorithm Assignment Help | Algorithm Assignment Writing Experts', 'We make sure the quality while compiling the algorithm assignment help the students that may go through various checks by our experts.', 'Algorithm Assignment Help, Algorithm Assignment Writing Experts', 'algorithm-assignment-help', '2021-07-16 02:19:21', '2021-10-06 01:34:11'),
(58, 'MATLAB Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATLAB ASSIGNMENT HELP</h1>\r\n<p>Looking for professional MATLAB Assignment writing experts, here we have the solutions at Professional Assignment Help. No more stress due to sooner deadlines and complex assignments as Professional Assignment Help brought to you high-quality programming assistance through programming experts and gained excellent scores in assignments.</p>\r\n<p>Assignments have been a crucial part and included in the curriculum in schools and colleges. With the help of assignments, students get to improve their writing skills, learning capabilities, critical and analytical thinking and subject knowledge too. Also, these assignments could really score high if done in a proper way and full of quality content. Hence writing these assignments very precisely is very important as it helps you score high and make you stand out among peers. However, students find it very challenging to work on assignments by themselves and submit them by the deadline, especially when it is a programming based assignment.</p>\r\n<p>Matrix Laboratory, referred to as MATLAB is a proprietary programming language and high performing language used in technical computing. It is generally a combination of visualization, computation, and programming which helps in representing solutions in mathematical notation.</p>\r\n<p>Professional Assignment Help is offering MATLAB assignment services through highly qualified and experienced programming experts who have the capabilities to write even for complex topics very efficiently ensuring high scores. We help you with customized writing services matching with your academic level and as per the standards of the university. While writing a MATLAB assignment, students might face many challenges due to the technicality of the subject and often get stressed due to the technical nature of the subject and look for assignment writing services. We have been covering all sort of standard to complex services under the MATLAB Assignment assistance such as MATLAB Project, Linear Programming, Nonlinear Programming, Dynamic Programming, Programming Techniques, Graphical User Interfaces, MATLAB Solution, MATLAB Techniques, Graphical Analysis, Arrays, MATLAB Function, FORTRAN, Pascal and many others.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MATLAB Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you connected with very competent programming experts who will write an impressive MATLAB Assignment for you. To achieve excellence in our services, we make sure to hire the best writers who possess the required subject knowledge in a particular field of study and have practical experience too to answer the queries in the most efficient manner.</p>\r\n<p>We follow a rigorous hiring process while hiring assignment writers. On each and every stage, they are tested on their skills and subject knowledge. These programming experts or writing experts have completed a Master\'s degree in a relevant field or study and hold Ph.D. degree. In addition to that, they have prior experience of working in the programming either in the form of practitioner or tutors. They possess all the abilities to handle MATLAB queries or any programming based queries very efficiently.</p>\r\n<p>We organize regular training sessions for them to give them all opportunities to keep themselves updated and brush up their skills so that they can deliver high-quality assignments with more confidence and assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MATLAB Assignment Help Online’:</h2>\r\n<p>We have been into the assignment writing services for years and have been able to be the preferred choice of students across the UK, Australia and New Zealand. We aim to deliver services that are very satisfactory and match your expectations.</p>\r\n<p>The core features of MATLAB Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions even for the complex queries utilizing their vast subject knowledge and experience.</li>\r\n<li>Your entire assignment is backed by content which is gathered doing in-depth research and gets compiled in well-structured format.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. In addition to that, we have flexible packages in which you can choose add-ons as per your requirement.</li>\r\n</ul>\r\n<p>We promise you to offer high-quality service at very affordable rates that creates value for your money and time you spend with us. At Professional Assignment Help, we believe in growing together because when you succeed we get success too.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 14, 'MATLAB Assignment Help | MATLAB Assignment Writing Experts', 'Now gain good grades through our MATLAB assignments writing assistance at Professional Assignments Help without any worry. Now submit them before deadlines.', 'MATLAB Assignment Help, MATLAB Assignment Writing Experts', 'matlab-assignment-help', '2021-07-16 02:19:47', '2021-10-06 01:33:55'),
(59, 'Alice Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ALICE ASSIGNMENT HELP</h1>\r\n<p>Looking for subject matter experts who assist you with ALICE assignments and help you write an impressive assignment that could make you score high? Get help from experts for your programming assignments related queries instantly through Professional Assignment Help.</p>\r\n<p>Assignments are given basically to evaluate the subject knowledge of the students and also to evaluate the writing skills, research skills and other in the students. Not just evaluating, these assignments help students to brush up their skills and boost their subject knowledge as well. If done in a proper way, you can really score high in these assignments. Hence writing these assignments, doing detailed research and compiling the information in a well-structured format becomes important. But sometimes, working on assignments turns out to be a very challenging and complex process. Working on assignment is a time intensive activity as detailed research needs to be done to gather the contents. In addition to that, the student must have writing skills, good research skills and subject knowledge to write an impressive assignment. Due to lack of time and many other factors, students find it challenging to write on assignments and get stressed due to deadlines.</p>\r\n<p>When it comes to doing technology or programming based assignments, things become even more complex. To help students with assignments and relieve them from stress, we at Professional Assignment Help are providing all kinds of programming help be it for assignment writing or tutoring. ALICE Assignment is one of the programming assignment assistants wherein we connect students with programming experts who hold the expertise in ALICE Language and would be able to do the assignment very efficiently.</p>\r\n<p>ALICE stands for Alert, Lockdown, Information, Counter, and Evacuate. It is a visual and object based programming language consisting of 3D model objects. Using this language, one can create a program showing the social interactions between 3D characters. It’s an easy way to create animation, video in.MOV format and 3D games.</p>\r\n<p>Writing an assignment on ALICE might be tricky for some students due to lack of technical understanding and therefore the help of ALICE language experts is required. Professional Assignment Help is offering ALICE assignment services through high qualified and experienced programming experts who hold a strong educational background and very good experience of working with ALICE language. We have been covering all sorts of standard to complex services under the ALICE Assignment assistance such as Alice Assignment Question, Computing through Animation, Java Programming, Alice Projects, Alice Programming, Alice Assignment Solution, Alice Assignment Code and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified ALICE Assignment Writing Experts:</h2>\r\n<p>When you connect with Professional Assignment Help for ALICE Assignment help, we get you connected with the best programming experts we have, who will write an impressive ALICE Assignment for you. To achieve 100% customer satisfaction, we hire the programming experts who show the best of their skills during the hiring procedure.</p>\r\n<p>Our programming helps writers hold either a Master\'s degree in a relevant field or study or hold Ph.D. degree. In addition to that, they have prior experience of working in the programming either in the form of practitioner or tutors. With their vast subject knowledge and practical experience, they are the most capable people who can handle all sorts of queries related to ALICE Programming assignment help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘ALICE Assignment Help Online’:</h2>\r\n<p>We have gained the position among one of the best assignment writers providing assignment help and tutoring to students all over the UK, Australia and New Zealand. Our aim is to grow bigger and reach more students connected with us to achieve Excellence in academics.</p>\r\n<p>The core features of ALICE Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions for all sorts of standard to complex queries utilizing their vast subject knowledge and experience.</li>\r\n<li>Your entire assignment is backed by content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>From Professional Assignment Help, you get the promise of getting high-quality service at very affordable rates that creates value for you and helps you achieve Excellence in the academic field. If you’re looking for excellence too, get in touch with us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 15, 'ALICE Assignment Help | ALICE Assignment Help Online Services', 'We cover all ALICE programming assignments standards through the help of our professional academic writers. Get in touch with us for quality work.', 'ALICE Assignment Help, ALICE Assignment Help Online Services', 'alice-assignment-help', '2021-07-16 02:20:08', '2021-10-06 01:33:45');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(60, 'C++ Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">C++ ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is an excellent writing solution provider and assignment help online available for students from universities across UK, Australia and New Zealand. We offer a wide range of programming assignment assistance through various programming experts who are specialized in different programming languages. Out of many programming assignment writing services, C++ Programming Language assignment help is one of the most demanded assignment assistance we offer. Professional Assignment Help is the perfect place for the students who struggle and face problems in submitting assignments by the deadline and who also prefer quality assignments, to get high standard assignment writing services.</p>\r\n<p>C++ Programming Language is an object-oriented programming language developed by Bjarne Stroustrup. This programming language form the base of many other programming languages like C#, JavaScript and Python. It is one of the oldest programming languages. It basically creates a platform for the students to learn basic coding skills which are must to master many other trending programming languages. It consists of features which any high and low level programming languages consist of.</p>\r\n<p>Some of the important features of C++ Programming language are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is the simple language easy to work with and easy to learn</li>\r\n<li>Widely applicable in low-level programming languages and also used for general purpose.</li>\r\n<li>Highly efficient and quick framework</li>\r\n<li>Can be applied in different applications</li>\r\n<li>Programs get executed in fast pace as compared to any other programming languages</li>\r\n<li>Support with 7 different type of work style which give flexibility to program use their favourite style</li>\r\n<li>It consist of vast function library</li>\r\n</ul>\r\n<p>With Professional Assignment Help Online, you can get assignments written as per your requirement and guidelines stated by your university. You can be rest assured with the services as we get the most affordable and reliable services within the stipulated time frame and assured higher grades. While providing services for C++ assignment Help, our experts guide you with topics thoroughly that will help in preparing for term papers or exams.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified C++ Assignment Writing Experts:</h2>\r\n<p>We have a team of C++ programming experts who are available 24/7 to help and provide you instant solutions for your programming assignment writing needs. These assignment writing experts are either Master degree holders or hold Ph.D. which makes the best person to help with assignment or programming help. Additionally, they hold years of experience in writing assignments, they do have practical experience working with C++ language either as lecturers, scholars or IT Consultants who are well aware of the concepts of C++ language and able to give you genuine insights of the subject and related topics.</p>\r\n<p>Under C++ Assignment Help, you get range of services including C++ Programming Language Question, OOP C++ Data Types, Basic Code using C++ Language, Function in C++, C++ Operators, C++ Array, C++ Programming Language Solution, C++ Programming Language Projects, C++ String, Basic Input and Output function, C++ “Hello World” Program and many more.</p>\r\n<p>We also help in completing the incomplete C++ codes, rewriting the entire codes again, rectifying the errors from assignments and revising it as per your requirements. We always keep you updated about the progress on your assignment so that you can take feedback from your mentor accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘C++ Assignment Help’ services:</h2>\r\n<p>We have been a preferred choice of students and aim to stay higher in their choice list in providing assignment help services. If you’re also looking for someone who can help with good quality assignments and guarantee you assured results, then Professional Assignment Help is the best choice.</p>\r\n<p>The core features of C++ Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With Professional Assignment Help, you get guaranteed quality work through experts who work hard to deliver best solutions which help you gain success.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that stands on your expectation and meets all the criteria set by your professor.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We are a well-known assignment help provider who have been helping a number of students from the UK, Australia and New Zealand by providing top-notch assignment writing services in less time. While choosing Professional Assignment Help, you get the value against the time and money you invest with us and get assured results that let you excel in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 16, 'C++ Assignment Help | C++ Assignment Writing Experts', 'With the increasing demand for C++ assignment help by the students, we work really hard to write assignments according to your professor\'s criteria.', 'C++ Assignment Help, C++ Assignment Writing Experts', 'c-assignment-help-1', '2021-07-16 02:21:03', '2021-10-06 01:33:28'),
(61, 'JAVA Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">JAVA ASSIGNMENT HELP</h1>\r\n<p>Every student wishes to gain good marks, appreciating remarks from professors, and feeling prominent among peers. This is the reason every student makes high efforts to improve their performance during their academics. But if you are compromising with the performance in assignments due to lack of time or lack of subject knowledge, then we have got the solution for you, be it any kind of writing assistance you need.</p>\r\n<p>Professional Assignment Help has brought you the various kinds of assignment service online from basic courses to programming based subjects. Among programming assignments Help, JAVA assignment is one of the assignments help students look for. Due to the technicality involved in the subject and lack of understanding about the topic, students hire assignment writing experts to get them JAVA assignment help online.</p>\r\n<p>Java is one the object-oriented and high-level programming language, developed by Sun Microsoft. This programming language is widely used by programmers for web development and mobile applications. It was earlier named as ‘OAK’ by a group of small engineers, Later on it was acquired by Sun Microsoft who named it JAVA and developed further. There were some changes made to it to make it compatible and friendly for the World Wide Web.</p>\r\n<p>The key features of JAVA programming languages are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is Object-oriented,</li>\r\n<li>Quite familiar and easy to understand</li>\r\n<li>Easy to interpret, dynamic and threaded</li>\r\n<li>A Robust language</li>\r\n<li>Features neutral architecture</li>\r\n<li>Easy in execution delivering excellent performance</li>\r\n</ul>\r\n<p>Since the applications or usage of this language is vast in the IT industry and hence it offers many job opportunities to the students. It has become one of the most taught and opted programming courses at many universities. To enhance the working ability of the students with JAVA, many universities have incorporated JAVA assignments in their curriculum.</p>\r\n<p>If you are looking for JAVA Assignment Help, we get you connected with the best JAVA Programming experts who write an impressive assignment for you which helps you in securing higher grades. While providing assignment writing services, we guide you thoroughly to enhance your understanding about the topic which would help you in preparing for exams and increase subject knowledge. With Professional Assignment Help Online, you can get customized programming assignment help with guidance that boost your confidence while presenting it. We promise to offer affordable and reliable services ensuring higher scores.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified JAVA Assignment Writing Experts:</h2>\r\n<p>While you opt for JAVA Assignment Help from you, we get you connected with very efficient JAVA programing experts who are well qualified and well experienced to provide you instant solution for your programming assignment. These assignment writing experts are either Master degree holders or hold Ph.D. with specialization in JAVA language and hold years of experience in writing assignments related to JAVA. They are lecturers, scholars who ensure quality work because of vast subjective knowledge and practical knowledge.</p>\r\n<p>Our writing experts offer the highest-quality solutions and are efficient enough to perform sensitive tasks as well as answer the most complex problems with ease. They provide students the guidance and support in handling tasks and problems with a motive to deliver beyond students\' expectations. We select these writing experts through a rigorous selection process and every process ensures we select the best knowledgeable and skilful person.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘JAVA Assignment Help’ services:</h2>\r\n<p>When you approach us for JAVA assignment help, we make a concerted effort to fulfil your requirements and deliver best so that we can be your preferred choice in providing assignment help.</p>\r\n<p>The core features of JAVA Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Selecting an appropriate topic for assignment is crucial for an impressive assignment.</li>\r\n<li>Our experts provide you complete guidance with the topic selection process utilizing their experience.</li>\r\n<li>Every assignment is prepared after having proper understanding of the queries and specifications from the student side.</li>\r\n<li>We get your assignment ready following in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to stand on your trust of providing excellent assignment writing services at affordable prices. We assure each student that they are at right place and your assignment is being handed over in right hands. If you’re also struggling with JAVA Programming Assignment or any programming assignment, without any delay contact us now!.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 17, 'Java Assignment Help | JAVA Assignment Writing Experts', 'Being well connected with programming experts of JAVA assignment online help, our focus is to provide efficient writing solutions in this regard.', 'Java Assignment Help, JAVA Assignment Writing Experts', 'java-assignment-help', '2021-07-16 02:21:20', '2021-10-06 01:33:12'),
(62, 'Software Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOFTWARE ASSIGNMENT HELP</h1>\r\n<p>Writing an assignment is certainly a daunting task and if it is a programming assignment or software assignment, then it becomes even more challenging to write it and finish it on time. If you are not able to write your software assignment for any reason, contact us now to get best writing solution services and software assignment help. If you’re looking for a professional yet affordable assignment writing service provider, then Professional Assignment Help is surely the perfect team of experts to get in touch with.</p>\r\n<p>We understand the challenges and complexities associated with writing an assignment. These challenges could be lack of subject understanding, lack of time, lack of writing skills or anything which can impact on the quality of assignment and affects the grades subsequently. Therefore, due to lack of time and lack of subject knowledge, students prefer to hire programming expert’s assistance who can write high standard assignments for them to score higher.</p>\r\n<p>Software could be a program, a game, a framework to work on, or an application that can be run on the computer. There are typically two kinds of software which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>System Software which helps your system to operate just like Windows, MAC operating system etc.</li>\r\n<li>Application Software which needs to be installed on a system to perform specific tasks such as Adobe, Microsoft Office etc.</li>\r\n</ul>\r\n<p>Our Software Programmers and coding experts help you with all stages of a software process including Specification, Development, Validation and Evolution. Our main focus is to help students in a way they expect, offering the services that fit to your pocket, delivering the assignment which scores higher grades. The entire Software programming experts’ team is professional, experienced and friendly in nature. We offer all sorts of software assignment services from basic to the most technical and from older software to the trending softwares.</p>\r\n<p>There are wide range of services we provide under Software Assignment Help including Software Question, Software Testing, Software Project Management, Software Quality Management, Software Models, Waterfall Model, Spiral Model, Software maintenance, Software Implementation, Software Metrics, Software Complexities, Iterative Model, V-Shaped Model, Prototype Model and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Software Assignment Writing Experts:</h2>\r\n<p>In our assignment writing team, we ensure we hire the competent software programmer and assignment writer who holds strong qualification in Software programming language and also have prior writing experience. Our Software programming assignment writing experts hold either PhD or Masters’ degree in the respective field of study with specialization in specific software programs.</p>\r\n<p>Additionally, these subject matter experts hold years of practical experience in software coding functions as practitioners, programmers, coders, teaching professionals or as IT Consultant. They are able to offer best solutions utilizing their vast subject knowledge and plenty of practical experience. While you enquire us for the assignment help, we get you connected with the best available Software Programming Experts who answers your queries from basic to complex in real-time. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Software Assignment Help’ services:</h2>\r\n<p>We believe that it is our very efficient workforce including the assignment writing experts who have made it possible for us to be the best assignment helper. To achieve 100% customer satisfaction, there is the entire team who work so hard to go beyond expectations and deliver the work that creates value for our students. It is our vision to reach more students with our excellent and reliable assignment writing services.</p>\r\n<p>The core features of Software Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our Software experts assist you with wide ranges of software help including choosing unique topics for your assignment and doing research to gather relevant yet unique content.</li>\r\n<li>We have covered almost every software subject that is being taught in universities across the world.</li>\r\n<li>Every assignment we create goes through multiple rigorous quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our Professional Assignment Experts get you an assignment which is compiled with 100% unique and authentic content gathered doing in-depth research.</li>\r\n<li>We are never late with the assignment deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance on the subject thoroughly that could improve your grades consistently and give you genuine insights of the subject. We aim to help you with cost effective and excellent writing solutions that create value by improving your performance among your peers and lead you towards success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 18, 'Software Assignment Help | Software Assignment Help Services', 'We provide software assignment help from software testing to implementation and many more with aim of leading towards academic success with good grades.', 'Software Assignment Help, Software Assignment Help Services', 'software-assignment-help', '2021-07-16 02:21:42', '2021-10-06 01:32:56'),
(63, 'R Programming Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">R PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>Getting affordable yet reliable Assignment Help online is now possible at Professional Assignment Help Online. We have brought for you a wide range of programming assignments to help cover various programming languages, software programs and every subject that has been taught at the educational institutes across the world. R Programming Assignment is one of the assignment services we are providing to the students from universities and colleges across the UK, Australia and New Zealand.</p>\r\n<p>R Programming language is a software framework and environment utilized for statistical computing. It is created by Ross and Robert as an implementation for S Language which was created by John Chambers while he was at Bell Labs. This is an open source or freely available programming language that helps statisticians and Data Miners to get statistical and graphical techniques. R can be available as free software which runs on numerous platforms. R programming language is quite popular among statisticians and has lots of opportunities to offer for coming generations in terms of career.</p>\r\n<p>Some of the core features of R programming language are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>OS independence and can run on various platforms such as UNIX, Windows, Linux, FreeBSD, MacOS.</li>\r\n<li>Various Data structures such as metrics, array, data frames, vectors, lists etc.</li>\r\n<li>Interpreted language and can be integrated with high languages such as C, C++, or Fortran</li>\r\n<li>Facilitate with Flow control statements such as while, break, repeat, continue, if, return</li>\r\n<li>Includes functionality such as default parameters, generic, positional or named arguments, anonymous.</li>\r\n</ul>\r\n<p>Students sometimes find it very challenging for students to write assignments due to lack of subject knowledge, topic understanding, lack of writing skills, lack of time due to which you miss submitting by deadlines. To help the students in writing their assignments, there are many service providers who have been offering good assignment writing assistance ensuring higher grades.</p>\r\n<p>Professional Assignment Help offers a wide range of programming assignment writing services through our very capable programming experts who are specialized in different programming subjects. We have been covering all sorts of standard to complex topics under the Data Mining Assignment. If you are also struggling with the R programming Assignment and the deadlines are closer, then leave your worries with us. Invest your valuable time in something that needs your attention the most while our programming experts write your R Programming Assignment.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified R Programming Assignment Writing Experts:</h2>\r\n<p>If you are looking for high quality content and guaranteed higher grades, then Professional Assignment Help is certainly a right place for you. We have a team of writing experts who are well qualified and possess years of practical experience in R programming as a teacher, practitioners, subject matter experts and are very capable of writing even on complex topics very proficiently.</p>\r\n<p>We hire professionals who have a strong educational background in respective fields and are experienced as well. They are either master’s degree holders or doctorates. While hiring, they go through a rigorous selection process to make sure they possess all the skills such as research skills, writing skills, critical and analytical thinking abilities, subject knowledge etc. which are prerequisites. These R assignment experts help you with detailed information on a wide range of the topics covered under R assignment help and deliver the assignment that matches your academic level and keeping in line with guidelines stated by universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘R Programming Assignment Help’ services:</h2>\r\n<p>We offer the high standard solutions and promise you the quality which brings assured results. Being the most reliable programming assignment help, we aim to become more popular among the students and reach more students to get them programming help. Our motive is to deliver the services that create value to money and time you invest with us.</p>\r\n<p>The core features of R Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With our R Programming assignment help, we get you connected programming assignment experts who help you with the topic selection which is the crucial part of any assignments and get you the best writing solutions.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our experts do in-depth research to find our relevant content and process them further to compile in well-structured format with content which is 100% plagiarism free.</li>\r\n<li>Timely deliveries of assignments are our priority. We are available 24/7 and get real time answers to your queries.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you get the cost-effective solutions that create value for you and help you score higher on academics. We aim to make strong bonds with the students who connect with us. If you’re struggling with writing an assignment, contact us now to get quick R assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 19, 'R Programming Assignment Help | R Programming Assignment Writing Experts', 'R programming language is now becoming the most crucial part of the online assignment writing solutions at Professional Assignment Help.', 'R Programming Assignment Help, R Programming Assignment Writing Experts', 'r-programming-assignment-help', '2021-07-16 02:22:06', '2021-10-06 01:32:46'),
(64, 'Big Data Assignment Help|', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIG DATA ASSIGNMENT HELP</h1>\r\n<p>When we talk about technical courses, Big Data is one of those courses in which assignment help is demanded the most. Big Data is typically the collection of data. It is a large form of data gained and acquired from various mediums. It can be said to be similar to small data however it is vast in terms of volume consisting of terabytes or petabytes. This form of data is found as wide blocks of structured, semi-structured and unstructured data which helps in mining and extracting useful information out of bulk data. It is widely used in many big organizations for data analysis purposes which is referred to as business analytics. This refined data helps the business to plan strategically to achieve organizational goals. Using business analytics helps the organizations to fix the issues beforehand which results in improving performance and efficiency.</p>\r\n<p>Different types of data used in Big Data are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><span class=\"span-heading\">Structured Data</span> – Can be processed, stored and retrieved easily in a specific format. It is stored in an organized way that makes it accessible from the database.</li>\r\n<li><span class=\"span-heading\">Unstructured Data</span> – This form of data doesn’t have any structure. It is complex to process and analyse.</li>\r\n<li><span class=\"span-heading\">Semi Structured Data </span>– This form of data is a mix of Structured and Unstructured data.</li>\r\n</ul>\r\n<p>There are popular statistical tools used in Big Data and also gets covered under Big Data Assignment Help which are Talend, Apache Hadoop, Lumify, Apache SAMOA, MongoDB Apache Storm, Qubole, Cassandra, R Programming, CDH (Cloudera Distribution for Hadoop), Rapidminer, Datawrapper, Tableau, High-Performance Computing Cluster.</p>\r\n<p>Big Data has been widely used in Business Development activities, maintaining patients’ data in health and care industries, research and development industries, usage in private or government firms to control crime and power up social security, and many more. Career Opportunities are many under this stream and Big Data has been incorporated as a course in many of the universities.</p>\r\n<p>For many years, Professional Assignment Help has been offering impressive academic writing services to students across UK, Australia and New Zealand, and has become one of the renowned assignment helpers. If you’re also seeking Big Data Assignment Help or Programming assignment assistance, then Professional Assignment Help is the right place to serve you with best quality writing services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Big Data Assignment Writing Experts:</h2>\r\n<p>In the Big Data Assignment writing team, we have professionals who possess immense knowledge of the IT Industry and business management. We have hired the most eligible Data Scientist who helps you in writing impressive assignments.</p>\r\n<p>These assignment writers hold strong qualifications in Data Science or relevant courses and also have prior writing experience. Additionally, they hold years of practical experience in working as data scientists, big data engineers, practitioners, programmers, teaching professionals or as IT Consultant. They are able to offer best solutions utilizing their vast subject knowledge and plenty of practical experience. While you enquire for the assignment help, we get you connected with the best available Software Programming Experts who answer your queries from basic to complex in real-time. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Big Data Assignment Help’ services:</h2>\r\n<p>We believe that it is our very efficient workforce including the assignment writing experts who have made it possible for us to be the best assignment helper. To achieve 100% customer satisfaction, there is the entire team who work so hard to go beyond expectations and deliver the work that creates value for our students. It is our vision to reach more students with our excellent and reliable assignment writing services.</p>\r\n<p>The core features of Big Data Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our Big Data Assignment experts assist you with wide ranges of data analytics topics, choosing unique ones for your assignment and doing through research to gather relevant yet unique content.</li>\r\n<li>We have covered many services based on the concepts of Data Analytics or Big Data, which are being taught in universities across the world.</li>\r\n<li>Every assignment we create goes through multiple rigorous quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our Professional Assignment Experts get you an assignment which is compiled with 100% unique and authentic content gathered doing in-depth research.</li>\r\n<li>We are never late with the assignment deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance on the subject thoroughly that could improve your grades consistently and give you genuine insights of the subject. We aim to help you with cost effective and excellent writing solutions that create value by improving your performance among your peers and lead you towards success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 20, 'Big Data Assignment Help | Big Data Assignment Help Services', 'The Big Data assignment team possesses huge experience as Professional Assignment Help hires the most efficient Data Scientist for writing solutions and advice for you.', 'Big Data Assignment Help, Big Data Assignment Help Services', 'big-data-assignment-help', '2021-07-16 02:22:26', '2021-10-06 01:32:30'),
(65, 'Machine Learning Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MACHINE LEARNING ASSIGNMENT HELP</h1>\r\n<p>Assignment writing has always been a very complex and challenging task for many students. The challenges get even higher when they are required to write Programming Assignments. Professional Assignment Help has come up with all sorts of programming assignment help online to help the students from universities, schools or colleges across UK, Australia and New Zealand. Machine Learning has been one of the complex programming subjects in which assignment help is required the most. If you’re also facing the challenges in working on Machine Learning Assignment and need an expert who can write a high standard assignment for you, then get in touch with us now to get instant solutions.</p>\r\n<p>Machine learning is one of the fields of study in computer science which is related to statistical techniques that enable a computer to learn on its own by doing analysis of data and where actual programming is not required. This is referred to as an area of Artificial Intelligence in which machine learning is widely used for the development of computer applications, which benefit in accessing the data and utilizing it for learning without any human involvement. Machine learning process starts with observation of data to let the system do automatic learning without human intervention.</p>\r\n<p>In Machine Learning, algorithms are used to receive data as an input and statistical techniques are used to fetch the output, making sure that the output consists of change in data with update. The process which is applied in Machine is similar to the process used in data mining as these processes mainly focus on finding data for patterns and modifying or adjusting the outputs of the program accordingly.</p>\r\n<p>The key points in the process of Machine Learning are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Identification of required data set and getting them ready for analysis</li>\r\n<li>Opting the appropriate algorithm and applying them for machine learning</li>\r\n<li>Development of an analytical model, compatible with opted algorithm</li>\r\n<li>Train the model with data sets which are prepared for testing</li>\r\n<li>Operating the model for fetching the results</li>\r\n</ul>\r\n<p>Machine learning models are widely used in organizations to get help in taking beneficial decisions after going through the detailed data analysis. It is also used in the healthcare industry, for security and crime control divisions, financial services and many other industries. The usage of Machine Learning is vast and so are the career opportunities under the Machine Learning field.</p>\r\n<p>If you have opted for the course and are struggling with the Machine Learning Assignment and the deadlines, leave your worries with us. Invest your valuable time in something that needs your attention the most while our machine learning experts write your assignments.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Machine Learning Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help always promises high quality content and guaranteed higher grades and this has been made possible due to our very efficient and competent Machine Learning Experts. We have a team of writing experts who are well qualified and possess years of practical experience in Machine Learning as practitioners, subject matter experts and are capable enough to help you in writing from basic to complex topics with so ease.</p>\r\n<p>We hire professionals who have a strong educational background in respective fields of study with specialization in specific programs. They are either master’s degree holders or doctorates. These Machine Learning experts help you with detailed information on a wide range of topics and deliver the assignment that matches your academic level and keeping in line with guidelines stated by universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Machine Learning Assignment Help’ services:</h2>\r\n<p>We offer the high standard academic writing solutions when you book Machine Learning Assignment service from us. We promise the services which consist of quality and hard work that surely bring assured results. Our motive is to deliver the services that create value for you.</p>\r\n<p>The core features of Machine Learning Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With our Machine Learning Assignment help, we get you connected with computer science experts specialized in Machine Learning. They help you from choosing a unique topic to compiled content gathered through in-depth research.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our experts do in-depth research to find our relevant content and process them further to compile in well-structured format with content which is 100% plagiarism free.</li>\r\n<li>Timely deliveries of assignments are our priority. We are available 24/7 and get real time answers to your queries.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you get the benefits and genuine insights on the topics that help you in the long run. We offer the most affordable yet reliable services that help you in scoring higher in academics and let you excel in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 21, 'Machine Learning Assignment Help | Machine Learning Assignment Experts', 'For writing complex machine learning assignments online, we have experienced machine learning writing experts for your assistance to help.', 'Machine Learning Assignment Help, Machine Learning Assignment Experts', 'machine-learning-assignment-help', '2021-07-16 02:23:14', '2021-10-06 01:32:14'),
(66, 'Programming Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help brings you the excellent Programming assignment help online for students from the UK, Australia and New Zealand. From basic courses to technical courses, we have subject matter experts who are specialized in a wide range of programming languages and hold years of practical experience in programming and writing assignments.</p>\r\n<p>There are certain challenges and complexities associated with writing an assignment. These challenges could be lack of subject understanding, lack of time, lack of writing skills or anything which can impact on the quality of assignment and affects the grades subsequently. Challenges become even higher when it comes to writing a technical or programming based assignment. Programming language is any formal language that is designed to communicate instruction to any computer. A programming language is used to design and write computer programs. A student must have thorough understanding of programming languages in which they are required to write an assignment which consists of high quality content and would be able to score high. Therefore, due to lack of time and lack of subject knowledge, students prefer to hire programming expert’s assistance who can write high standard assignments for them to score higher.</p>\r\n<p>Professional Assignment Help offer excellent assignment writing services and programming assistance in various languages including DBMS, COBOL, Fortran, C, C++, Java, JavaFX, Visual Basic, JavaScript, C#, MATLAB, Adobe Flash, Silverlight, Assembly Language, Ruby, LISP, Python, PHP, APL, ASP, HTML, Delphi, AJAX, Python, Perl, PASCAL and various others which are being taught at the universities across the world.</p>\r\n<p>We provide you Programming Assignment Help through excellent programming experts who hold strong subject knowledge and years of writing experience along with practical experience working as programming language teachers, experts in coding. We have been helping students of school, colleges, undergraduate and postgraduate students across the UK, Australia and New Zealand with Programming Assignment Helps. If you’re also seeking programming language assignment assistance, then we are the right place to serve you with best quality writing services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Programming Assignment Writing Experts:</h2>\r\n<p>We are equipped with the best writing team that ensures the highest customer satisfaction. We make sure to hire competent writers who hold strong qualifications in programming language and also have prior writing experience. Our programming assignment writing experts either hold Masters’ degree or PhD in the respective field of study with specialization in different programming languages and they are assigned the assignments according to their qualification or specialization.</p>\r\n<p>Our subject matter experts are highly skilled and qualified in programming language assignments who offer best solutions, no matter how complex the topic is. While you enquire for the assignment help, we get you connected with the best available Programming Experts who answer your queries in real time and are capable enough to get quality results matching your expectations, keeping in line with the guidelines stated by universities.</p>\r\n<p>At professional assignment help, we have the provision for assignment writers to go under the training to update their subject knowledge and brushen-up their skills keeping them up-to-date with the current educational standards. On top of that, we believe in assigning the right task to the right person which helps us achieve Excellence in work.These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written.</p>\r\n<h2 class=\"sub-heading\">Core features of our services through ‘Programming Assignment Help Online’:</h2>\r\n<p>Entire team of professional assignment help work very hard to deliver best assignment help services to every student matching their academic level and providing services beyond expectations. Quality brings excellent results and if you are also looking for quality, choose us to offer the best service you deserve to get.</p>\r\n<p>The core features of Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts help you with solutions for a wide range of topics and get each assignment ready after detailed research and analysis of courses taught across the globe.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your expectations.</li>\r\n<li>Your programming assignment gets compiled in well-structured format with all the components an assignment should have with 100% plagiarism free content.</li>\r\n<li>Assured timely delivery is what we are known for. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We get you help and subject related guidance that helps you stand out in academics and gain highest scores. Through us, you get cost-effective solutions which are 100% satisfactory and get assured best results. We believe quality through our services will bring excellent results. If you are looking for quality content in assignments that could win accolades, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 22, 'Programming Assignment Help | Programming Assignment Help Online', 'For facing difficult programming assignments, you can hire our writing experts for academic online help for quality content.', 'Programming Assignment Help, Programming Assignment Help Online', 'programming-assignment-help', '2021-07-16 02:23:54', '2021-10-06 01:31:56'),
(67, 'Database Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATABASE ASSIGNMENT HELP</h1>\r\n<p>There are many students who face difficulties in writing Database Assignment and get stressed when deadlines come closer. To help them with such stress due to difficult assignments, we at Professional Assignment Help offer you excellent Database Assignment Help online with guaranteed unique content and higher scores.</p>\r\n<p>Professional Assignment Help is one of the best assignment help providers who have been helping students all over UK, Australia and New Zealand with assignment help in numerous subjects taught across the world. From basic courses to technical courses, we have a range of assignment writing services wherein we connect the students with best assignment writers who are skilled in that specific subject. While enquiring for Database Assignment Assistance online, we assigned your assignment to the right person who is a professional Database Assignment Expert.</p>\r\n<p>Database is basically a huge collection of data or information which is organized in a way to make it easy to process, store, access and update. Database plays a crucial role in website development. It is the basic requirement to understand subjects such as Data Mining, Data Warehousing, and Big Data etc. If any student wishes to study further and make a career in Data Science, then Database is the foundation of that stream. Database is widely used by many organizations to store important data of employees or be it customers or stakeholders. Databases make it quite easy to avoid updating information at multiple places and avoid duplicity of data. In addition to that, it is quite easy to store and access data in Database. It features quick accessibility and responsiveness to fetch data when required.</p>\r\n<p>There are some essential components under Database which are covered under database assignment help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Automated designing tools</li>\r\n<li>Data Repository</li>\r\n<li>Database Management System (DBMS)</li>\r\n<li>End User Application Software</li>\r\n<li>User interface</li>\r\n</ul>\r\n<p>It is vital for students to have a thorough understanding of components of Database along with its vast concepts and usage to write impressive assignments. No worries, if you don’t possess enough information or there is any other reason due to which you are unable to write an assignment, we get that done for you very quickly without compromising with quality. Do get in touch with us now to get assignment help. Our Database experts make sure you get the excellent assignment written and higher scores among peers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Database Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we hire competent writers who hold strong qualifications in database streams or other relevant fields of study. Additionally we make sure they have prior good practical experience and writing experience in the database. Due to their vast subject knowledge and decades of practical experience, they are more capable of solving standard to complex topics and delivering the best assignment.</p>\r\n<p>The moment you connect with us, we get you assigned the database experts who guide you thoroughly and answer your all queries related to the assignments. They remain the one point contact for you until your assignment is delivered and give consistent feedback about the progress. Your assignment gets delivered in the way you expect. We make sure it matches your expectations, matching your academic level and meeting all the guidelines stated by your university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Database Assignment Help’ services:</h2>\r\n<p>We promise each student who is looking for help in writing an assignment that your assignment is in the right hands. You get the most genuine solutions and get customized services as per your academic level.</p>\r\n<p>The core features of Database Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our professional writing experts are well qualified and help you with solutions for a wide range of topics. Your assignment get written after doing in-depth research on the topic and selecting the best pieces of content to compile.</li>\r\n<li>Every assignment goes through multiple quality checks to assure that it matches the specification mentioned by the students and meets all the parameters.</li>\r\n<li>We make sure that your assignment is 100% plagiarism free and every piece of information is relevant and authentic.</li>\r\n<li>We are well known for timely deliveries and ensure students can deliver the assignments before the deadline arrives. We are available 24/7 to answer your queries quickly.</li>\r\n</ul>\r\n<p>By choosing Professional Assignment Help, you get the assurance of quality service at a very affordable cost that doesn’t burden your pocket. Our experts help and guide thoroughly with the topic of assignment so that you can understand it and present the assignment in the class confidently. We work very hard to keep the promise made with the students and deliver them solutions that create value, help in attaining higher grades, and lead them towards success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 23, 'Database Assignment Help | Database Assignment Writing Experts', 'Students may unable to write the impressive database assignments and seek help from excellent online writing experts to get them done by deadlines.', 'Database Assignment Help, Database Assignment Writing Experts', 'database-assignment-help', '2021-07-16 02:25:38', '2021-10-06 01:31:41');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(68, 'Apex Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">APEX ASSIGNMENT HELP</h1>\r\n<p>If you are looking for an expert who can write you Apex Assignment very efficiently and deliver you the same quickly without missing the deadline, then Professional Assignment Help is the right platform for you to get the assignment help for Apex Programming or any other programming assignment help.</p>\r\n<p>Apex programming language is an object oriented programming language which is strongly typed and can be operated natively on the server. In Apex Programming Language, entire types of data are objects which consists of ‘string’, ‘boolean’, ‘date’, ‘datetime’, ‘time’, ‘integer’, ‘long, ‘decimal’, ‘double’, ‘blob’, ‘id’ etc.</p>\r\n<p>Any student who is required to write an Apex Programming Assignment must have enough subject knowledge about apex programming language and functionality of it. Besides, subject knowledge, they must have all the required skills such as research skills, good writing skills, and many more, without which it would be difficult to write a good assignment. However, many times students find it difficult to work on such programming assignments by themselves due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding and ends in compromising with the quality of assignment if they write it by themselves.</p>\r\n<p>Well, we understand you surely need to submit a well written assignment as it gets you good grades. Therefore, to help you in writing an impressive assignment on Apex Assignment or any programming assignment, Professional Assignment Help brings you the assignment writing assistance through best Apex programming experts who are Apex specialized and help you in scoring very high. Since, they are well qualified with this particular field of study and also have practical experience in this field, they are able to complete your assignment very efficiently which leads you to win accolades and stand out among peers.</p>\r\n<p>Apex Programming is widely used in Salesforce development and it has a lot more opportunities for career seekers who aspire to be a programmer, developer or join Information technology industry post studies. If you have opted for the course and are struggling with the Apex Assignment or any other course related to it, then you can be rest assured about the quality and timeline. We make it deliver for you within the stipulated time frame without compromising with the quality of content.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Apex Assignment Writing Experts:</h2>\r\n<p>Our team of programming experts consist of Apex tutors, teachers and professors from UK, Australia and New Zealand who are well qualified and well experienced in providing Apex Assistance whether it is for any essay, project, assignment or preparation of term papers.</p>\r\n<p>These programming experts are hired following a rigorous selection process during which prospective writers are judged on their writing abilities, research skills and subject knowledge about the stream they are being hired. We make sure to hire the right candidate for the right role which ensures excellence in work. The writers we hire to write assignments and for tutoring in Apex Programming are either Master degree holders or Ph.D. holders who have strong subject knowledge. Additionally, they are experienced writers who can surely deliver high quality work matching your academic level.</p>\r\n<p>We arrange regular training sessions for our writers, so that they can keep themselves updated with the changes in the educational industry, changing guidelines etc. and also give them opportunities to upgrade their subject knowledge to achieve excellence and more 100% customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Apex Assignment Help Online’:</h2>\r\n<p>By providing high quality Apex assignment help, we have become a renowned assignment help provider and preferred choice of students across the UK, Australia and New Zealand. We wish to reach more and more students with our very reliable assignments services.</p>\r\n<p>The core features of Apex Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Utilizing their vast subject knowledge and practical experience, our programming experts are efficient to help with the solutions for all sorts of queries related to Apex.</li>\r\n<li>Our experts help you choose the best topic and do in-depth research to gather information and get it compiled in a well-structured format set for assignments.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. In addition to that, we have flexible packages in which you can choose add-ons as per your requirement.</li>\r\n</ul>\r\n<p>Looking for assured results in assignments? Yes, we can promise you of assured high grades. We promise you of delivering high-quality service at very affordable rates which creates value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 24, 'Apex Assignment Help | Apex Assignment Help Online', 'Getting apex assignments on time and efficiently without meeting deadlines, then Professional Assignments Help will be the right place for you.', 'Apex Assignment Help, Apex Assignment Help Online', 'apex-assignment-help', '2021-07-16 02:26:15', '2021-10-06 01:31:06'),
(69, 'Assembly Language Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSEMBLY LANGUAGE ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help bring you the most affordable and reliable Assembly language assignment writing services through experts who are qualified and experienced in Assembly Language. Our professional assignment writers work very hard to deliver the assignment that matches your expectations and bring you the desired results in assignments. If you are also looking for professional assignment writing services who can write your assignments which contain absolutely 100% plagiarism free content, then surely Professional Assignment Help will give you all reasons to choose our services.</p>\r\n<p>Assembly language is a low-level programming language that has been widely used in academics to impart hardware knowledge to students. This language creates correspondence between machine codes and program statements. Assembly Language is generally used in programming of devices or micro controllers. There are collections of languages in assembly language which are used to write codes in building the architecture of CPU. It consists of structures and commands very similar to machine language. This low level language is generally applied in building computer hardwares. Though the application of this language has not much these days, it is still being included in the curriculum of students to get them some hardware knowledge.</p>\r\n<p>Having a thorough subject knowledge is a must if a student needs to write the assignment. Not just subject knowledge, one must have ample amount of time to spend on writing an assignment which includes research of data, compiling it in well-structured format etc. Many of the students find themselves unable to write the assignment effectively and missed on deadlines that impact their grades. Similarly like any other assignment, students face challenges while working on Assembly Language Assignment too and get stressed due to closer deadlines.</p>\r\n<p>To give students relief from the closer deadline and challenges they face in writing assembly language assignments, we will assign your task to very efficient programming experts specialized in assembly language. At Professional Assignment Help, we promise you the unique content, well written assignment, timely deliveries and assured higher scores. Our services are entirely customized depending upon the requirements of students and their university.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assembly Language Assignment Writing Experts:</h2>\r\n<p>Our Assembly Language Assignment writing experts are very efficient in writing assembly language assignments that would be as similar as an assignment written by a scholar, matching your academic level and meeting the guidelines as stated by the university. The programming experts we hire are either Master degree holders or Ph.D. holders with specialization or certification in assembly language.</p>\r\n<p>Beside strong qualification background, they carry years of working experience as assignment writers, tutor that help them to assist students very efficiently. We make sure we assign the right task to the right person who possesses the required skills and subject knowledge of that particular field of study. Apart from Assembly Language Assignment writing experts, we have an array of experts who are qualified in different programming languages and are able to assist students with quality content.</p>\r\n<p>Every writer we hire goes through a rigorous selection process to ensure that they possess all the required skills such as excellent research skills, writing skills, critical and analytical thinking abilities and many more which makes them an excellent writer to cater the needs of our students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assembly Language Assignment Help’ services:</h2>\r\n<p>Professional Assignment Help always believes in delivering the services that assuredly bring results and create value for you. Our entire team works very hard to achieve Excellence in services and deliver error free high standard work.</p>\r\n<p>The core features of Assembly Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have various professional and experienced programmers who help you in writing impressive assignments on assembly language from basic to any complex topic within the stipulated time frame.</li>\r\n<li>The content of the assignment is gathered doing in-detailed research which is absolutely unique and 100% plagiarism free. It is relevant to the topic and easy to understand.</li>\r\n<li>Our assignment writing services come in flexible packages with various add-one which can be added according to the requirements and budget.</li>\r\n<li>Our programming experts help you understand the topic thoroughly and boost your confidence while you present that in your class and they also give you the genuine practical insights about the subject that will help you further in your career.</li>\r\n</ul>\r\n<p>Our professional assignment services are available for students all over the UK, Australia and New Zealand covering wide ranges of subjects taught across the world. We do work hard so that you can get best scores in the class and get praised for your work. Our services are of high standard which you can surely rely on.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 25, 'Assembly Language Assignment Help | Assignment Writing Experts', 'Get unique, efficient, plagiarism-free assembly language assignment help services at reasonable prices at Professional Assignment Help as per your request.', 'Assembly Language Assignment Help, Assignment Writing Experts', 'assembly-language-assignment-help', '2021-07-16 02:26:42', '2021-10-06 01:30:24'),
(70, 'C# Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">C# ASSIGNMENT HELP</h1>\r\n<p>Any computer science students who have been learning programming language are supposed to be familiar with C# Programming Language. However, it might be possible that you are not well aware of this language or we can say the technicalities, concepts and theories under this language. If you have asked by your professor to submit a C# Programming language and you are finding it difficult to write it due to lack of subject knowledge or may be lack of time, then contact Professional Assignment Help online, to get instant solutions and effective writing services that bring assured grades.</p>\r\n<p>Professional Assignment Help is an excellent writing solution provider and assignment help online available for students from universities across UK, Australia and New Zealand. We offer a wide range of programming assignment assistance through the programming experts who are specialized in different programming languages. We assign your task to one who has the qualification and specialization matching your assignments requirements. As we know that C# Programming is one of the basic programming languages and therefore this is one of the most demanding assignments we have catered.</p>\r\n<p>C# is an object-oriented and an intermediate level programming language that is widely used in developing robust applications including mobile applications, web applications, console applications and many other types of customized applications using other .net languages. It features a number of functions such as exceptions, generics or classes. It is very compatible to run most of the frameworks such as Windows, Mac, UNIX, OS etc. It features dynamic performance and high speed which makes it a preferable language for programmers.</p>\r\n<p>We understand the challenges that are associate with writing a C# Programming Assignment and therefore have been offering wide range of services associated with C# programming assistance through experienced C# expert panel who help you in writing codes, completing your assignment very efficiently matching you academic level and meeting all the guidelines stated by your university. We help you in learning the concepts under C# or C sharp from very basic to advanced topics and guide thoroughly that helps you in the long run.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified C# Assignment Writing Experts:</h2>\r\n<p>We have team of Computer science professional who are specialized in C# programming language to provide you instant solutions for your programming assignment writing needs. These assignment writing experts are either Master degree holders or hold Ph.D. in computer science with specialization in specific programming languages which make them the most suitable and efficient person to write your assignment.</p>\r\n<p>In addition to strong educational background, they hold years of experience in writing assignments based on C#, worked as programmers in the IT industry, worked as lecturers, scholars or IT Consultants who are well aware of the technical concepts of this language. Due to vast subject knowledge and practical experience, they are able to give you genuine insights of the subject and related topics.</p>\r\n<p>We also help in completing the incomplete C# codes, rewriting the entire codes again, rectifying the errors from assignments and revising it as per your requirements. We always keep you updated about the progress on your assignment so that you can take feedback from your mentor accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘C# Assignment Help’ services:</h2>\r\n<p>Helping the students for many years, we have established ourselves as one of the preferred assignment assistance providers. If you’re also looking for someone who can help with good quality assignment, guaranteeing assured results, then certainly Professional Assignment Help is the best choice.</p>\r\n<p>The core features of C# Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With Professional Assignment Help, you get guaranteed quality work through experts who work hard to deliver best solutions which help you gain success.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that stands on your expectation and meets all the criteria set by your professor.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We are a well-known assignment help provider who have been helping a number of students from the UK, Australia and New Zealand by providing top-notch assignment writing services within stipulated time frame. While choosing Professional Assignment Help, you value and quality by investing your trust with us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 26, 'C# Assignment Help | C# Assignment Writing Experts', 'Through the assistance of the C# assignment help expert panel, we provide instant writing solutions meeting all the requirements and deadlines.', 'C# Assignment Help, C# Assignment Writing Experts', 'c-assignment-help-2', '2021-07-16 02:27:04', '2021-10-06 01:30:03'),
(71, '.Net Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">.NET ASSIGNMENT HELP</h1>\r\n<p>Are you stuck at your .NET Assignment and not able to move forward to finish it due to lack of subject understanding or due to the lack of time? Be it any reason, we are always ready to help you with effective writing solutions for .NET assignment and any other programming assignment help. We are Professional Assignment Help, helping you to score higher through assignments or any academic writing services. Our experienced writing professionals who are efficient programming experts get the assignment completed following every detailed instruction and guidelines stated by your university so that you could score higher.</p>\r\n<p>Students who have been pursuing courses like Computer science, computer applications, etc. might require.Net Assignment Help. If you are looking for professional services, timely deliveries, quality and unique content, then surely Professional Assignment Help is the place that matches your expectations exactly and leads you towards success by making you scoring high through impressive assignments.</p>\r\n<p>.Net is an open-source framework developed by Microsoft. It is being widely used for developing web applications using visual studio tools and other types of programming languages. It features a collection of languages and frameworks. Other programming languages that could be used by or supported by .Net Framework are C#, C++, Java Script, Java, VB.NET and other .NET languages, Python, Oberon, Perl, Java, etc.</p>\r\n<p>To write a .Net assignment, students must be aware of the concepts such as accessing the database, checkbox and checkbox list controls, and how to configure an ASP. Net framework, code separation, data binding and many more. You might not be able to write an impressive assignment if you lack enough subject knowledge and might get your grades affected. Connect with Professional Assignment Help online and we get you connected with .Net Programmers. They answer your queries from basic to complex and give you thorough understanding on the topic to help in scoring high and giving you genuine insights about the stream that help you in long run.</p>\r\n<p>We promise you for the quality and unique content, an excellent and well written assignment, timely delivery and assured grades. We provide the most affordable and reliable services that are pocket friendly for you.</p>\r\n<p>We hire the writers who are capable enough to handle all sorts of queries from the student very efficiently and would be able to deliver assignments that are impressive and score higher. To provide excellent assignment assistance and programming assistance, we have hired the most qualified and experienced .Net Programmers. Our .Net programming experts are quite expert in coding and get your assignment completed at your terms and conditions that matches your expectations.</p>\r\n<p>The programming experts we hire are either Master degree holder or Ph.D. holder with specialization or certification in specific programming languages. Beside strong qualification background, they carry years of working experience as assignment writers, tutor that enable them to assist students very efficiently. Every assignment writer we hire goes through a rigorous selection process wherein they are tested on their skills and the subject knowledge to ensure that we hire the right person at the right place.</p>\r\n<p>Our programming experts go through training timely to keep themselves updated with the changes in the IT industry and also to brush up their writing skills so that they can serve the students’ needs very efficiently.</p>\r\n<p>At Professional Assignment Help, you get the promise of high-quality work and our entire team works so hard to fulfil the promises that we made. We believe in providing the services which assuredly bring results and create value for you.</p>\r\n<p>The core features of .Net Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have an array of .net programming experts who are excellent coders helping you in writing the .Net assignment by selecting a unique topic and content gathered doing in depth research.</li>\r\n<li>Our .Net programming experts are well qualified and well experienced which makes them solving from basic to complex topics with so ease, within the stipulated time frame.</li>\r\n<li>The content of the assignment is absolutely unique and 100% plagiarism free. It is relevant to the topic and easy to understand.</li>\r\n<li>Our assignment writing services come in flexible packages in which you can choose the service components as per your need and budget.</li>\r\n</ul>\r\n<p>By providing high-quality services for many years in a wide range of courses that are taught across the world, we have become the preferred choice of students all over the UK, Australia and New Zealand. We constantly work hard and improve our services to offer beyond expectations, achieving 100% customer satisfaction and services that you could rely on.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 27, '.NET Assignment Help | .Net Programming Assignment Help', 'Professional Assignment Help ensuring you great results in academics by helping in .NET, C, C++, Ruby, PHP, and many other programming language assignments.', '.NET Assignment Help, .Net Programming Assignment Help', 'net-assignment-help', '2021-07-16 02:27:26', '2021-10-06 01:29:07'),
(72, 'FORTAN Language Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FORTRAN LANGUAGE ASSIGNMENT HELP</h1>\r\n<p>Looking for a reliable and trustworthy assignment writing service provider who can help you with FORTRAN Language Assignment? You have reached the right platform who not only provide the reliable writing services but also bring you the cost effective services that fits into your budget. Professional Assignment Helps bring you the FORTRAN assignment help through very efficient programming language experts who are highly qualified and specialized in it and also hold vast practical experience that enables them to give genuine insights to the students about the subject.</p>\r\n<p>FORTRAN stands for Formula Translation Language that was developed in 1857. It is one of the oldest programming languages which is commonly used even today. Its full version was developed in 1966 by an American National Standard Institute. FORTRAN is a compiled and general purpose programming language which is widely used in the engineering field for mathematics computations. For FORTRAN, we use the file type .FOR. Just similar to the C language, the code written in FORTRAN gets converted into machine language before execution.</p>\r\n<p>Students who have been pursuing courses like Computer science, computer applications etc. might require to do FORTRAN Assignment. If you do not have enough subject knowledge of this programming language, you might not be able to write an impressive assignment and it might impact your grades too. To avoid getting your grades impacted and perform better in assignments that make you stand out among your peers, connect with Professional Assignment Help online now.</p>\r\n<p>We get you connected with FORTRAN language programmers who answer your queries from basic to complex with so ease. They help with thorough understanding on topics chosen for assignment to make you well aware of concepts and also give you genuine insights about the stream that help you in the long run. So if you are looking for professional services, timely deliveries, quality and unique content, then surely Professional Assignment Help is the place that matches your expectations exactly and leads you towards success by making you score high through impressive assignments.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified FORTRAN Language Assignment Writing Experts:</h2>\r\n<p>If you are also looking for excellent and reliable FORTRAN assignment writers whom you can trust to get delivered high quality assignments, then certainly we assure you with the services of your expectations. Our professional programming experts help you by delivering impressive assignments that could achieve good grades and lead you towards succeeding in academics.</p>\r\n<p>Our team of programming experts are well qualified as they hold master’s degree or relevant certification in the respective field of study along with specialization in FORTRAN programming language. Additionally, they hold years of practical experience by working as industrial practitioners, professors, IT Consultants who are efficient enough to write quality content for your assignments and solve basic to complex queries with so ease. These programming experts help you with detailed information on a wide range of subjects and topics under FORTRAN programming language.</p>\r\n<p>At professional assignment help, we have the provision for assignment writers to go under the training to update their subject knowledge and brushen-up their skills keeping them up-to-date with the current educational standards. On top of that, we believe in assigning the right task to the right person which helps us achieve Excellence in work.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘FORTRAN language Assignment Help’ services:</h2>\r\n<p>We have been the preferred choice of students of school, colleges, undergraduate and postgraduate students across UK, Australia and New Zealand with FORTRAN assignment help. We aim to deliver services that are beyond your expectations and bring you the desired results.</p>\r\n<p>The core features of FORTRAN Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming assignment writing experts help you with numerous topics and get you the best writing solutions ready which is unique and impressive.</li>\r\n<li>Every assignment we work on goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Every assignment is prepared after understanding the specifications and instruction from students so that we can prepare an assignment that stands on your expectation and meets all the criteria set by your professor.</li>\r\n<li>Every piece of content compiled in assignments is gathered through in-depth research which is 100% plagiarism free and compiled in well-structured format.</li>\r\n<li>We are never late with the assignment deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>Professional Assignment Help, provide the students the cost effective solutions which are value for money to them. We are a well-known assignment help provider who have been helping a number of students by providing top-notch assignment writing services for many years, assisting them to succeed in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 28, 'FORTRAN Language Assignment Help | FORTRAN Assignment Writers', 'We are providing you the cost-effective and trustworthy FORTRAN language assignment services for your help with effective results in grades.', 'FORTRAN Language Assignment Help, FORTRAN Assignment Writers', 'fortan-language-assignment-help', '2021-07-16 02:27:48', '2021-10-06 01:28:27'),
(73, 'Hadoop Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HADOOP ASSIGNMENT HELP</h1>\r\n<p>Every student wishes to stand out among the peers and get appreciated by professors for his excellent performance in academics. Professional Assignment Help have brought you the best Hadoop Assignment Help through well qualified experts who will write a high standard assignment for you that will assuredly get higher scores and head you towards winning accolades.</p>\r\n<p>Assignment Help services are common these days due to the changing education culture. Now a student\'s life is full of various curricular and extracurricular activities, there are not just classroom sessions but more than that. Their daily schedule is packed enough to get anytime to write assignments by themselves. Apart from that, there are certain complexities and challenges associated with working on assignments such as lack of subject knowledge, writing skills, research skills, technicalities pertaining to the topic and many more. Due to all these complexities and lack of time, many students even though they have enough subject knowledge are compelled to hire assignment writers to get an excellent assignment done to score higher without compromising quality.</p>\r\n<p>Hadoop is an open source data storage framework which runs applications on a cluster of softwares. It is processing API written in JAVA Programming Language. It was created by Apache Software Foundation in 2011.</p>\r\n<p>It basically consist of two main components which are:</p>\r\n<ul class=\"listing\">\r\n<li><span class=\"span-heading\">HDFS –</span> HDFS, stands for Hadoop Distributed File System is a storage unit.</li>\r\n<li><span class=\"span-heading\">MapReduce –</span> It is the software framework and processing model on which applications run.</li>\r\n</ul>\r\n<p>Some key features of Hadoop are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Provides a distributed storage.</li>\r\n<li>Fault Tolerance that doesn’t rely on hardware.</li>\r\n<li>An open source framework.</li>\r\n<li>Benefits parallel processing.</li>\r\n<li>Provides Horizontal Scalability</li>\r\n</ul>\r\n<p>If you’re not aware of Hadoop concepts and find it difficult to write the assignment, no worries, we will help you out in curating an impressive and high standard Hadoop Assignment. We have a team of Hadoop experts who help you go through the concepts thoroughly to have better understanding and clarity that helps you in the long run.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Hadoop Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, while you get in touch with us for Hadoop assistance or any programming assistance, we get you connected with the best programming experts who are specialized in Hadoop Programming Language. These experts are well versed with the Hadoop Framework and are quite experienced in working with the same. They are capable of solving basic to complex queries with ease and get the best assignment delivered.</p>\r\n<p>These assignment writing experts we hire to be a part of our professional team are either Master degree holders or hold Ph.D. degrees who make the best person to write your Hadoop assignment. In addition to that, they hold years of experience as an industry practitioner, tutors, assignment writers due to which they are able to give you genuine insights and guidance about this stream.</p>\r\n<p>Every writer we hire goes through a rigorous selection process to ensure that they possess all the required skills such as excellent research skills, writing skills, critical and analytical thinking abilities and many more which makes them an excellent writer to cater the needs of our students.</p>\r\n<p>Though they are the best assignment helpers, we organize regular training sessions to keep them updated with the changing education cultures, guidelines and to update their subject knowledge accordingly so that they are always prepared and stay up-to-date to help you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Hadoop Assignment Help’ services:</h2>\r\n<p>When you place your order of Hadoop Assignment assistance, our entire Professional Assignment Help team makes a concerted effort to fulfil your requirements and deliver what matches with your expectation and bring you assured results.</p>\r\n<p>The core features of Hadoop Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts help you in choosing the unique and best topic for your assignment and help you with solutions for basic to complex assignments very efficiently.</li>\r\n<li>We get into thorough discussion with students to understand their requirements and any sort of specific details that are required to be incorporated in the assignments, so that we can deliver an assignment that matches your expectation and fulfil all requirements.</li>\r\n<li>We do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services ensuring timely delivery and 24/7 customer support.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we promise you to deliver assignments that score higher scores and to keep on that promise, we do every possible effort to make it possible. We believe in forming long-term relationships with you and get you constant offers or discounts for the students who have been connected with us for years and trusted us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 29, 'HADOOP Assignment Help | HADOOP Assignment Writing Experts', 'Are HADOOP assignments make you worry? Then, let our Ph.D. holders having expertise help in doing them before the deadline and increase your grades.', 'HADOOP Assignment Help, HADOOP Assignment Writing Experts', 'hadoop-assignment-help', '2021-07-16 02:28:07', '2021-10-06 01:27:53'),
(74, 'HTML Programming Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HTML PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>Looking for an expert who can write for you a well-researched and professional HTML programming assignment that makes you score well in the subject? Then your search definitely ends here at Professional Assignment Help. We help students gaining good marks and appreciating remarks by working out a high quality assignment that is praised by your professors which makes you prominent among peers.</p>\r\n<p>Every student wishes to perform well in academics and this is the reason they make so many efforts to improve their performance during their academics. However, when it comes to writing assignments, they find it very challenging due to lack of time and subject knowledge. Therefore, they need the assistance of experts who write assignments that are full of quality content and meet all parameters. Challenges get increased when they are asked to write any programming based content which includes coding, different functionalities, practical information etc.</p>\r\n<p>To save the student from facing scores lost due to such assignments, Professional Assignment Help have been providing a wide range of academic writing services such as essay writing services, Dissertation, Programming, Case Study, Homework, Course Work, Research paper, thesis, term papers and many more. We have covered almost every course and subject which are being taught at universities across the world.</p>\r\n<p>HTML Programming Language Assignment Help is one of the most demanded assignment help. HTML stands for Hypertext Mark-up Language. It is a standard mark-up language used by developers to create website pages and web applications. This language is supported with CSS framework and JavaScript as well. Most of the designers use the base of HTML for creating designs compiling it with other languages such as CSS or JavaScript etc. It consists of multiple elements which are used to create good web pages such as Page Structure, Image selection, Text Style, Color choice, use of tables, positioning Page Elements, use of Web Graphics, and the content.</p>\r\n<p>Students must have enough knowledge of these important elements, concepts and theories to write an impressive assignment. If you are not well versed with the language, you can surely reach us anytime for HTML assignment assistance and we can get you the best solutions that help you excel.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified HTML Programming Assignment Writing Experts:</h2>\r\n<p>We believe in hiring the right person at the right place that helps us achieve Excellency. Our team consists of well qualified and experienced HTML experts who help you with instant solutions for your programming assignment writing needs. These assignment writing experts are either Master degree holders or hold Ph.D. in computer science or relevant courses along with specialization in HTML. Additionally, they hold years of experience in writing assignments and have practical experience of working with HTML language as programmers, developers, HTML lecturers, scholars which enable them to perform sensitive tasks as well as answer the most complex problems with so ease and proficiency.</p>\r\n<p>Our programming experts guide you thoroughly about the subject and topic to make you well aware of the theories compiled in the assignment. They provide students the guidance and support in handling tasks and problems with a motive that the knowledge they share will help students in the long run.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘HTML Programming Assignment Help’ services:</h2>\r\n<p>When you approach us for HTML assignment help, we make concerted effort to fulfil your requirements and deliver best so that we can be your preferred choice in providing assignment help. In case if you’re also struggling with HTML Programming Assignment Help or any programming assignment or, then contact us for an instant solution.</p>\r\n<p>The core features of HTML Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Selecting an appropriate topic for assignment is crucial for an impressive assignment. Our experts provide you complete guidance with the topic selection process utilizing their experience.</li>\r\n<li>Every assignment is prepared after having proper understanding of the queries and specifications from the student side.</li>\r\n<li>We get your assignment ready following in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to stand on your trust of providing excellent assignment writing services at affordable prices. We assure each student that they are at the right place and your assignment is being handed over in right hands.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 30, 'HTML Programming Assignment Help | HTML Assignment Writing Experts', 'Get expert assignment help with HTML programming experts that will do in-depth research of your topic and help students with their tasks with so ease.', 'HTML Programming Assignment Help, HTML Assignment Writing Experts', 'html-programming-assignment-help', '2021-07-16 02:28:28', '2021-10-06 01:27:40'),
(75, 'Mathlab Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATHLAB ASSIGNMENT HELP</h1>\r\n<p>Get the help of most experienced and ingenious programmers of Mathlab in writing your Mathlab assignments. Yes, at Professional Assignment Help online, you can surely ask scholars to write your Mathlab assignment which is of high standard and matches absolutely with the university guidelines. The assignment writing help we provide is highly reliable and affordable. If you are looking for Mathlab Assignment Help, contact us now without any delay.</p>\r\n<p>We understand that assignments are crucial components that could bring you a lot of scores in a particular subject. A well written assignment could really score high if done in a proper way and full of quality content. Hence writing these assignments very precisely is very important as it helps you score high and make you stand out among peers. However, students find it very challenging to work on assignments by themselves and submit them by the deadline, especially when it is a programming based assignment such as Mathlab Assignment. Students need to have a thorough understanding of Mathlab programming to write an assignment which is relevant to the topic. Failing on it, might impact your grades negatively and hence you must get it done by professional programming experts.</p>\r\n<p>Mathlab is a programming language that is used in technical computing applications and devices. This programming language was developed by Mathlab when they introduced Graphing Calculator, a scientific graphing calculator and an indispensable calculating device which is integrated with algebra and used by students in schools, colleges and universities for elementary education.</p>\r\n<p>Some key features of Mathlab Programming Language are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It provides a friendly graphical user interface.</li>\r\n<li>It facilitates graphing including 3D graphing, 2D graphing, Vector Fields, 2D and 3D, Equations, Differential Equations, Slope fields etc.</li>\r\n</ul>\r\n<p>We understand that every student is unique and so are their requirements related to the assignments. We work on the assignments, customizing it according to your need matching your academic level. We make sure to adhere to the principles and guidelines of the universities. You can be rest assured with the services as it is being taken care of by the team of expert programmers, experienced project managers, tutors, professors and proofreaders. They help you in writing effective Mathlab Assignment Writing Service which is 100% plagiarism free and error free.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MATHLAB Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you connected with very competent programming experts who will write an impressive MATHLAB Assignment for you. To achieve excellence in our services, we make sure to hire the best writers who possess the required subject knowledge in a particular field of study and have practical experience too to answer the queries in the most efficient manner.</p>\r\n<p>We follow a rigorous hiring process while hiring assignment writers. On each and every stage, they are tested on their skills and subject knowledge. These programming experts or writing experts have completed a Master\'s degree in a relevant field or study and hold Ph.D. degree. In addition to that, they have prior experience of working in the programming either in the form of practitioner or tutors. They possess all the abilities to handle your MATHLAB queries or any programming based queries very efficiently.</p>\r\n<p>We organize regular training sessions for them to give them all opportunities to keep themselves updated and brush up their skills so that they can deliver high-quality assignments with more confidence and assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MATHLAB Assignment Help Online’:</h2>\r\n<p>We have been into the assignment writing services for years and have been able to be the preferred choice of students across the UK, Australia and New Zealand. We aim to deliver services that are very satisfactory and match your expectations.</p>\r\n<p>The core features of MATHLAB Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions even for the complex queries utilizing their vast subject knowledge and experience.</li>\r\n<li>Your entire assignment is backed by content which is gathered doing in-depth research and gets compiled in well-structured format.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. In addition to that, we have flexible packages in which you can choose add-ons as per your requirement.</li>\r\n</ul>\r\n<p>We promise you to offer high-quality service at very affordable rates that creates value for your money and time you spend with us. At Professional Assignment Help, we believe in growing together because when you succeed we get success too.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 31, 'MATHLAB Assignment Help | Mathlab Assignment Writing Service', 'Let get yourself connected with our MATHLAB assignment online help experts to get the answers to your queries related to MATHLAB assignments.', 'MATHLAB Assignment Help, Mathlab Assignment Writing Service', 'mathlab-assignment-help', '2021-07-16 02:29:25', '2021-10-06 01:27:21');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(76, 'MS Access Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MS ACCESS ASSIGNMENT HELP</h1>\r\n<p>Are you looking for an expert who can write MS Access Assignment for you without compromising quality? Professional Assignment Help brings you the help of programming experts to provide you excellent work done on your MS Access Assignment or any other programming assignment.</p>\r\n<p>Assignments are challenging to write and the most challenging factor is the time and the deadlines. Students these days are so much engaged in their day to day activities including class schedules, extra-curricular activities, family responsibilities and part time jobs. They find it challenging to meet the deadline of assignments and feel stressed due to it. However, there are many online assignment help available who can help you with instant writing solutions. But choosing the right one who can deliver you the quality along with assured high scores matters.</p>\r\n<p>Professional Assignment Help bring you the high-quality service for MS Access Assignment through the experts who have vast subject knowledge and practical experience. They are the most efficient person to write high standard professionally written assignments along with the assured good results and within the stipulated time frame.</p>\r\n<p>MS Access is a Relational Database Management System (RDBMS) that is a software engine providing an interface between physical data and user application queries. The various other types of DBMS programs include Oracle, MySQL, SQL Server (Microsoft), DB2 (IBM), Informix, Importing and exporting data, SQL query design, VBA, Filtering data. Having a thorough understanding of all these types is a must for students if they need to write the assignments by themselves. Since the students sometimes lack the subject knowledge and the expertise of working on such assignments, therefore we have brought you the assignment services for all these various types of Database management systems.</p>\r\n<p>With professional assignment help, you get the most reliable and affordable services that create value for your money. We make it best fit in your budget and also offer various add-ons to give you flexibility to choose as per your needs.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MS Access Assignment Writing Experts:</h2>\r\n<p>We have a team of programming experts who are specialized in various fields of programming and technology. We hire programming experts who have a strong education background in the technology field of study and also have years of work experience in the programming field either as tutor, writers or practitioners who have strong practical knowledge to handle even the complex queries very efficiently.</p>\r\n<p>Each of these programming experts get hired following a strict selection process where they have to go through many stages where their subject knowledge and various other required skills get tested such as writing skills, research ability, their understanding of university standards, etc. Going through a rigorous process ensures that we hire the right person at the right place which is mandatory to achieve quality in services delivered and also to achieve customer satisfaction. Our experts also undergo timely training to enhance and update their knowledge about changes in the technologies and keep them up-to-date with the changing environment in the education industry.</p>\r\n<p>Before starting working on any assignments, our experts get into a discussion with you to understand your expectation and specifications from your side which should be incorporated in assignments. They make sure you get the higher scores by delivering the services that match your expectations and are also prepared considering the guidelines given by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MS Access Assignment Help Online’:</h2>\r\n<p>We are the renowned assignment help services helping students from schools and colleges across all over UK, Australia and New Zealand with best MS Access Assignment help or programming help. Our aim is to reach more students with our programming help services that help them achieve Excellence.</p>\r\n<p>The core features of MS Access Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions for all sorts of standard to complex MS Access or other database management system queries by utilizing their vast subject knowledge and experience.</li>\r\n<li>The assignment we deliver is backed by authentic content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver assignments which are absolutely original work and 100% plagiarism free matching your academic level.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>From us, you don’t only get the assignment services which help you score high but we also help you with the topic understanding so that you can present it in the class confidently. We offer high-quality service at very affordable rates creating value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 32, 'MS Access Assignment Help | MS Access Assignment Help Online', 'Don’t want to compromise with the MS Access assignments quality. You can rely upon online assignment writers for plagiarism-free writings.', 'MS Access Assignment Help, MS Access Assignment Help Online', 'ms-access-assignment-help', '2021-07-16 02:29:44', '2021-10-06 01:27:11'),
(77, 'MS Project Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MS PROJECT ASSIGNMENT HELP</h1>\r\n<p>Are you looking for experts who can provide you excellent MS Project Assignment help online? Get in touch with Professional Assignment now for high-quality assignment writing services.</p>\r\n<p>Making students do assignments are the best ways to enhance their writing skills, to enhance their subject knowledge and many other skills which help you in the long run and in professional life too. Through assignments, faculties evaluate the students for their subject knowledge, writing skills and research skills. Assignment also provides students an opportunity to perform well and score high that could be incorporated in their overall academic performance. Assignments are important for growth as a student, since these might get you a chance to score good, getting them done precisely is way more important. However, it becomes challenging for the student to work on assignments due to the certain complexities and challenges associated with it and out of all, time is a major factor due to students finding it difficult to work on assignments. In addition to that students need to have good writing skills, research skills and strong subject knowledge to work on any assignment.</p>\r\n<p>Everyone wants to perform excellently and wish to stand out among their peers, but how is it possible if students are not able to write assignments by themselves? To achieve Excellence in assignment, students hire the assignment writers services who can provide to them excellent reports and assured results. Professional Assignment Help provides you the best assignment writing services in MS Project Assignment Help through programming experts who carry very strong subject knowledge and practical knowledge with them.</p>\r\n<p>Microsoft Project is an application developed to assist project managers in planning and allocating resources to each task, tracking the progress, maintaining client accounts and interpreting workloads. In short, it’s project management software. In Microsoft Project Assignment, our programming experts not only help you in preparing assignments but also provide tutoring. They help you in Project planning, Requirements documentation, Use case diagram, Use case textual description, Sequence diagram, Class diagram, Activity diagram, Use interface design, Test case generation and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MS Project Assignment Writing Experts:</h2>\r\n<p>Our team consists of the best programming experts who are specialized in various fields of programming and technology. We recruit programming experts who have a strong education background in the respective field of study and also have years of practical experience in that particular technology and programming field which help them in solving complex queries too and able to guide the students considering the practical environment.</p>\r\n<p>Every writing expert goes through a rigorous selection process wherein they are judged on their writing abilities, research skills and many other skills along with the subject knowledge. The entire process makes sure that we hire the best who possess all the capabilities an expert writer should have who can ensure guaranteed results. We organize regular training sessions to provide opportunity to the writers to keep themselves updated with the changing scenario and also upgrade their knowledge to meet the demands of the students from all over UK, Australia and New Zealand.</p>\r\n<p>Before you purchase the order, you get the opportunity to discuss the assignment with the experts so that you can be surely convinced by their answers and take the purchasing decision accordingly. Once you make the order, you can discuss further to mention the specifications and any guidelines received from professors so that your assignment could be prepared accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MS Project Assignment Help Online’:</h2>\r\n<p>We are providing high standard MS Project Assignment help which made us the preferred choice of assignment help providers for students from schools and colleges across all over the UK, Australia and New Zealand.</p>\r\n<p>The core features of MS Project Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts are qualified enough to help you with best solutions for all sorts of standard to complex MS Project related queries by utilizing their vast subject knowledge and experience.</li>\r\n<li>MS Project Assignments prepared are backed by authentic content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver 100% plagiarism free matching your academic level and the criteria given by the university.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>We are constantly working hard to keep the trust alive you have shown in us so far and aim to reach more students with our programming help services. With Professional Assignment Help, you get an array of benefits besides the written assignments that help you not only in scoring high but also boost your subject knowledge and your confidence.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 33, 'MS Project Assignment Help | MS Project Assignment Writing Experts', 'Boost up your grades by hiring our experts of MS project assignment help for queries related to MS projects. Look out for our academic services.', 'MS Project Assignment Help, MS Project Assignment Writing Experts', 'ms-project-assignment-help', '2021-07-16 02:30:02', '2021-10-06 01:26:54'),
(78, 'MySQL Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MySQL ASSIGNMENT HELP</h1>\r\n<p>If you are looking for an expert who can write you MySQL Assignment very efficiently with quick delivery, then Professional Assignment Help online is the great platform to get excellent service. Without any delay, get in touch with Professional Assignment now for high-quality assignment writing services.</p>\r\n<p>Assignments are considered a crucial part of curriculum which aims to enhance the essential skills development such as writing skills, research skills in the students and to enhance their subject knowledge too. However, sometimes students find it difficult to work on these assignments by themselves due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding. Due to all these factors, students find themselves unable to write an assignment accurately and compelled to outsource the assignment writing services. Things get even more complex when it comes to writing assignments of any programming language or software system or any technical subject. For writing a MySQL assignment, students need to have a thorough understanding of concepts and technicalities related to the subject. Lacking in any of these might result in compromising with the quality of assignment which you really would not prefer. But you are still required to submit the MySQL assignment before the deadline.</p>\r\n<p>To help you in writing an impressive assignment on MySQL server, Professional Assignment Help brings you the help of programming experts who are SQL specialized and help you in scoring very high. Since, they are well qualified with this particular field of study and also have practical experience in this field. They can complete your assignment very efficiently which leads you to win accolades and stand out among peers.</p>\r\n<p>MySQL is a relational database system that operates on a server. It is used for executing structured query language commands and witness the output grids in text mode. It transmits commands to the MySQL server and shows the results. Our experts also help you with SQL assignment help. SQL stands for Structured Query Language and is used for storing, manipulating and retrieving data in database management systems.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MySQL Assignment Writing Experts:</h2>\r\n<p>Our team of programming experts consist of MySQL and SQL tutors, teachers and professors from UK, Australia and New Zealand who are well qualified and well experienced in writing MySQL Assignments and MySQL Project with proficiency to the students from UK, Australia and New Zealand.</p>\r\n<p>These writing experts who are actually programming experts are hired following a rigorous selection process during which prospective writers are judged on their writing abilities, research skills and subject knowledge. We make sure to hire the right candidate for the right role which ensures excellence in work. The writers we hire to help SQL or MySQL Assignments are either Master degree holders or Ph.D. holders who have strong subject knowledge. Additionally, they are experienced writers who can surely deliver high quality work matching your academic level.</p>\r\n<p>We arrange regular training sessions for our writers, so that they can keep themselves updated with the changes in the educational industry, changing guidelines etc. and also give them opportunities to upgrade their subject knowledge to achieve excellence and more 100% customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MySQL Assignment Help Online’:</h2>\r\n<p>By providing high quality MySQL assignment help and SQL Assignment Help, we have become a renowned assignment help provider and preferred choice of students across the UK, Australia and New Zealand. We wish to reach more and more students with our very reliable assignments services.</p>\r\n<p>The core features of MySQL Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Utilizing their vast subject knowledge and practical experience, our programming experts are efficient to help with all sorts of queries related to SQL and MySQL.</li>\r\n<li>Our experts help you choose the best topic and do in-depth research to gather information and get it compiled in a well-structured format set for assignments.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. In addition to that, we have flexible packages in which you can choose add-ons as per your requirement.</li>\r\n</ul>\r\n<p>Looking for assured results in assignments? Yes, we can promise you of assured high grades. We promise you of delivering high-quality service at very affordable rates which creates value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 34, 'MySQL Assignment Help | SQL Assignment Writing Experts', 'You are on the right platform to getting in touch with MySQL assignment services if you are running out of time. We work hard to make your assignments more impressive.', 'MySQL Assignment Help, SQL Assignment Writing Experts', 'mysql-assignment-help', '2021-07-16 02:30:24', '2021-10-06 01:26:30'),
(79, 'PASCAL Language Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PASCAL LANGUAGE ASSIGNMENT HELP</h1>\r\n<p>Are you getting stressed due to multiple assignments to be submitted soon? To relieve you from this stress, we at professional assignment help have brought to you all sorts of academic writing solutions. Among various subjects, we also have many programming assignment writing services which include PASCAL Language Assignment help to the students who are looking for excellent academic writing services in PASCAL Language Assignment .</p>\r\n<p>Writing a PASCAL Language assignment requires plenty of subject knowledge and technicalities involved with it. In addition to that, students must have ample time and good writing skills to write an excellent PASCAL language assignment. Lacking in any of these might lead you to compromise with the quality of assignment and subsequently affects the grades. During academic life, a student’s daily schedule is filled up with loads of curricular and extracurricular activities. They do part time jobs and might have family responsibilities too due to which they hardly get any time to spend on writing assignments. Due to these reasons, they look for assignment assistance online and hire the programming experts who can craft their PASCAL Language Assignment without compromising with the quality.</p>\r\n<p>Pascal stands for Pattern analysis, statistical modelling and computational learning. It is a general-purpose programming language which is used to teach programming as a systematic subject and creating programs. The language was developed in the early nineteenth century to introduce the students with programming. This is why the language has been incorporated as a subject in the graduate and postgraduate programs in many colleges.</p>\r\n<p>For PASCAL language assignment help, we get you connecting with the best programming experts we have who can deliver high standard writing solutions matching your academic level. If you’re also looking for help from experts and assured good results, we are the right place.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified PASCAL Language Writing Experts:</h2>\r\n<p>In our assignment writing team, we ensure we hire competent writers who hold strong qualifications in PASCAL language and also have a handful of practical experience. We make sure to hire the very eligible candidate as the PASCAL Assignment Writers who can write high standard assignments with assured high scores to students across the UK, Australia and New Zealand.</p>\r\n<p>The minimum eligibility to work as PASCAL Language Writing experts to either have Master’s degree or PhD in the respective field of study. In addition to that, those who have hands-on experience of working as the practitioners, tutors, professors, etc. which help and this is the reason they enable them to write a detailed and impressive assignment.</p>\r\n<p>Our subject matter experts are highly skilled and qualified in programming language assignments who offer best solutions, no matter how complex the topic is. They are capable of getting you what you expect with the desired results. While you enquire us for the assignment help, we get you connected with the best available Programming Language Experts who answer your queries and make a note of your specifications if any. On the basis of it, we get the final work delivered that matches all the criteria set by your professor and matches your expectations.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘PASCAL Language Assignment Help’ services:</h2>\r\n<p>Our entire team of Professional Assignment Help work so hard consistently to achieve and maintain the excellency in the services we deliver. We offer the services that go beyond your expectations and bring you unexpected results.</p>\r\n<p>The core features of PASCAL Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get guaranteed quality work done on your assignments through experts who are well qualified and have good practical experience which enables them to give you real insights about the topic.</li>\r\n<li>Every assignment is prepared after discussing with the students about the specifications and instruction they have received from university if any. This helps us in delivering the service that matches your expectations and successfully meeting all the parameters.</li>\r\n<li>Our Professional Assignment Experts do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>Our service packages are flexible, and students are provided with various add-on services as per their requirement. We offer the service cost which is affordable and doesn’t burden your pocket.</li>\r\n<li>You get timely deliveries always and get real time answers for your queries through our customer support which remains available 24/7.</li>\r\n</ul>\r\n<p>With Professional Assignment Help online, you get help and guidance about the topic and subject thoroughly that not only helps you in scoring high in assignments but preparing for exams too. Our experts can really provide you with career insight and much additional information about the subject.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 35, 'Pascal Language Assignment Help | PASCAL Language Writing experts', 'Let our PASCAL language assignment expert do your programming assignments as per your specifications and advice you best solutions.', 'Pascal Language Assignment Help, PASCAL Language Writing experts', 'pascal-language-assignment-help', '2021-07-16 02:35:35', '2021-10-06 01:26:20'),
(80, 'PHP Assignment Help', '<div>\r\n<h1 class=\"heading\">PHP ASSIGNMENT HELP</h1>\r\n<p>Every student wishes to stand out among the peers and get appreciated by professors for his excellent performance in academics. Professional Assignment Help have brought you the best PHP Assignment Help through well qualified experts who will write a high standard assignment for you that will assuredly get higher scores and head you towards winning accolades.</p>\r\n<p>Assignment Help services are common these days due to the changing education culture. Now a student\'s life is full of various curricular and extracurricular activities, there are not just classroom sessions but more than that. Their daily schedule is packed enough to get anytime to write assignments by themselves. Apart from that, there are certain complexities and challenges associated with working on assignments such as lack of subject knowledge, writing skills, research skills, technicalities pertaining to the topic and many more. Due to all these complexities and lack of time, many students even though they have enough subject knowledge are compelled to hire assignment writers to get an excellent assignment done to score higher without compromising quality.</p>\r\n<p>PHP, which is also referred as Hypertext Pre-processor is a server-side scripting language which designed for web development. It is now also used as a general purpose programming language. As it is a versatile programming language, it can be combined with HTML and any other web frameworks. It is an open source and widely used on web servers. Some extensions of PHP are .php, .php3 and.phtml.</p>\r\n<p>When it comes to writing a PHP Assignment, it becomes even more challenging to write an assignment. Students must be aware of the theories and concepts of php programming to write an extraordinary assignment. To help students in writing their PHP assignment or to provide programming assistance, Professional Assignment has come up with a team of PHP programming experts to help you understand the topic and writing assignment that matches your expectations and meet criteria set by professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified PHP Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, while you get in touch with us for PHP assistance or programming assistance, we get you connected with the best programming experts who are specialized in the PHP language. Our PHP programming language experts are well versed with the PHP programming language and are quite experienced in working with the same. They are capable of solving basic to complex queries related to PHP assignment help and get the best solution delivered.</p>\r\n<p>These assignment writing experts we hire to be a part of our professional team are either Master degree holders or hold Ph.D. degrees who make the best person to write your PHP assignment. In addition to that, they hold years of experience as an industry practitioner, tutors, assignment writers due to which they are able to give you genuine insights and guidance about this stream. Every writer we hire goes through a rigorous selection process to ensure that they possess all the required skills such as excellent research skills, writing skills, critical and analytical thinking abilities and many more which makes them an excellent writer to cater the needs of our students.</p>\r\n<p>Though they are the best assignment helpers, we organize regular training sessions to keep them updated with the changing education cultures, guidelines and to update their subject knowledge accordingly so that they are always prepared and stay up-to-date to help you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘PHP Assignment Help’ services:</h2>\r\n<p>When you place your order of PHP Assignment assistance or for any programming help, our entire Professional Assignment Help team makes a concerted effort to fulfil your requirements and deliver what matches with your expectation and bring you assured results.</p>\r\n<p>The core features of PHP Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts help you in choosing the unique and best topic for your assignment and help you with solutions for basic to complex assignments very efficiently.</li>\r\n<li>We get into thorough discussion with students to understand their requirements and any sort of specific details that are required to be incorporated in the assignments, so that we can deliver an assignment that matches your expectation and fulfil all requirements.</li>\r\n<li>We do in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services ensuring timely delivery and 24/7 customer support.</li>\r\n</ul>\r\n<p>With keeping up on our promises of high quality work and guaranteeing results with the students, we have become the preferred choice of students all over the UK, Australia and New Zealand. We are aiming to reach more children with our wide range of academic writing services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 36, 'PHP Assignment Help | PHP Assignment Writing Experts', 'We help students in PHP assignments with prominent solutions. Take online PHP experts\' advice for high grades.', 'PHP Assignment Help, PHP Assignment Writing Experts', 'php-assignment-help', '2021-07-16 02:35:59', '2021-10-06 01:26:02'),
(81, 'Ruby Programming Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">RUBY PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>If you are looking for expert writing services for Ruby Programming Assignment Help, you’re at the right place. Professional Assignment Help online brings you the best Ruby Programming Assistance through our very competent programming expert writers.</p>\r\n<p>Nowadays, almost every subject’s syllabus contains a certain quantity of assignment submission which brings the loads of working and submitting multiple assignments before the deadlines. There are certain challenges and complexities associated with working on assignments which includes the lack of subject knowledge, lack of research skills, time issues and many more. Complexities increase more when students are asked to write on any technical subject or programming based subject such as Ruby Programming Language.</p>\r\n<p>Ruby is an object oriented language used in technical and functional programming. It is a dynamic programming language which is used for creating domain specific languages (DSLs). It operates on DOS, Macintosh, Windows, UNIX and BeOS based platforms. This language is widely used in programming and has a very good career scope. Hence having the practical knowledge of this language becomes important for someone who wishes to make a career in it.</p>\r\n<p>There are different concepts that comes under Ruby Programming such as Advanced Ruby on Rails, Arrays and Hashes, Blocks and Sorting, Blocks, Procs, and Lambdas, Control Flow in Ruby, Control structures, Dynamic typing, Embedded code in strings, Exception Handling, Garbage collection, Hashes and Symbols Loops, collections, Operators and Control Structures, Matz\'s Ruby interpreter, Metaprogramming, Metasploit Project, Object-oriented paradigm, Object-Oriented Programming, Objects and Classes, OOPs with Ruby, Operator Overloading and many more. Without having a clear understanding of these concepts of Ruby Programming, students would be unable to write efficiently on it and subsequently compromise with the quality of assignment and scores too.</p>\r\n<p>With the help of Professional Assignment Help, you are no more required to compromise with the quality of assignment and scores as we offer the best programming support on Ruby Programming assignments through programming experts. Our programming expert writer takes complete responsibility for your assignments and works hard on your assignment to get effective results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Ruby Programming Assignment Writing Experts:</h2>\r\n<p>Our Ruby Programming Assignment writing experts are very efficient in writing programming language assignments that would be as similar as an assignment written by a scholar, matching your academic level and guidelines as stated by your professor and university. The programming experts we hire are either Master degree holders or Ph.D. holders with specialization or certification in particular languages.</p>\r\n<p>Beside strong qualification background, they carry years of working experience as assignment writers, tutor that help them to assist students very efficiently. We make sure we assign the right task to the right person who possesses the required skills and subject knowledge of that particular field of study. Apart from Ruby Programming Assignment writing experts, we have an array of experts who are qualified in different programming languages and are able to assist students with quality content.</p>\r\n<p>Every writer we hire goes through a rigorous selection process to ensure that they possess all the required skills such as excellent research skills, writing skills, critical and analytical thinking abilities and many more which makes them an excellent writer to cater the needs of our students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Ruby Programming Assignment Help’ services:</h2>\r\n<p>We believe in delivering services that assuredly bring results and create value for you. Our entire team of Professional Assignment Help work hard constantly to attain customer satisfaction by delivering error free work.</p>\r\n<p>The core features of Ruby Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have various professional and experienced programmers who help you in writing impressive assignments. They help you in understanding the topic thoroughly and work with the language.</li>\r\n<li>We are able to give you the solution for basic to complex topics within the stipulated time frame.</li>\r\n<li>The content of the assignment is absolutely unique and 100% plagiarism free. It is relevant to the topic and easy to understand.</li>\r\n<li>Our assignment writing services come in flexible packages in which you can choose the service components as per your need and budget.</li>\r\n<li>Our programming experts help you understand the topic thoroughly that boost your confidence while you present that in your class. They also give you genuine practical insights about the subject that will help you further in your career.</li>\r\n</ul>\r\n<p>Our professional assignment services are available for students all over the UK, Australia and New Zealand covering wide ranges of subjects taught across the world. We do work hard so that you can get best scores in the class and get praised for your work. Our services are of high standard which you can rely on.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 37, 'RUBY Programming Assignment Help | Professional Assignment Services', 'Clear your Ruby programming concepts and save your opportunity for good grades by possessing our Ruby programming assignment help.', 'RUBY Programming Assignment Help, Professional Assignment Services', 'ruby-programming-assignment-help', '2021-07-16 02:36:29', '2021-10-06 01:25:40'),
(82, 'Scala Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SCALA ASSIGNMENT HELP</h1>\r\n<p>Are you stuck at your SCALA Assignment and could write it due to lack of understanding or due to the lack of time? Let us help you with the best assignment writing services wherein your assignments are assigned to the very efficient programming experts who get the assignment completed following every detailed instructions and guidelines stated by your university so that you could score higher.</p>\r\n<p>Assignments these days are included in curriculum to make student learning some new concepts and practical insights of the subject. Doing assignments could lead students to learn some crucial skills such as good writing skills, research skills, critical and analytical thinking abilities that would help them in professional growth. Not only skills enhancements, by the way of doing assignments, student would get the opportunity to score marks that would get counted in overall ranking apart from term exams etc.</p>\r\n<p>Almost every subject’s syllabus contains a certain quantity of assignment submission which brings the loads of working and submitting multiple assignments before the deadlines. There are certain challenges and complexities associated with working on assignments which include the lack of subject knowledge, lack of research skills, time issues and many more. Students these days are engaged in lots of activities from their academic life and social life due to which they hardly get ample time that could be utilized in working on assignments. Therefore, they look for assignment help online and get their assignment done.</p>\r\n<p>SCALA is a programming language which combines functional and object-oriented programming to create one high-level and concise language. It is a multi-paradigm language that enables programmers to be more productive. It consists of certain static types which eliminates bugs in complex applications and allow programmers building high performance systems using JavaScript runtimes and JVM. This programming language consists of a Java compiler that helps in extracting Java class files and binaries.</p>\r\n<p>Many organizations are shifting towards SCALA from JAVA as it improves the productivity of the organization and therefore good career opportunities are there in this field. There are many new concepts and features added to this programming language which makes it difficult for the students to work on SCALA assignments</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified SCALA Assignment Writing Experts:</h2>\r\n<p>We hire the writers who are capable enough to handle all sorts of queries from students very efficiently and would be able to deliver assignments that are impressive and score higher. Every programming expert writer we hire goes through a rigorous selection process wherein they are tested for their skills and the subject knowledge to ensure that we hire the right person at the right place. The programming experts we hire are either Master degree holder or Ph.D. holder with specialization or certification in specific programming languages. Beside strong qualification background, they carry years of working experience as assignment writers, tutor that enable them to assist students very efficiently.</p>\r\n<p>Our SCALA Programming Assignment writing experts are very efficient in assisting you for SCALA programming. They not only write your assignments but also guide you thoroughly about the topic that boost your confidence while you present it in the class. Assignments they write would be as similar as an assignment written by a scholar, matching your academic level and guidelines as stated by your professor and university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘SCALA Programming Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, you get the promise of high quality work and our entire team works so hard to fulfil the promises. We believe in providing the services which assuredly bring results and create value for you.</p>\r\n<p>The core features of SCALA Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have an array of programming experts who help you in writing the best assignment by selecting a unique topic and content gathered doing in depth research.</li>\r\n<li>Our SCALA programming experts are well qualified and well experienced which makes them solving from basic to complex topics with so ease, within the stipulated time frame.</li>\r\n<li>The content of the assignment is absolutely unique and 100% plagiarism free. It is relevant to the topic and easy to understand.</li>\r\n<li>Our assignment writing services come in flexible packages in which you can choose the service components as per your need and budget.</li>\r\n</ul>\r\n<p>By providing high quality services for many years in a wide range of courses that are taught across the world, we have become the preferred choice of students all over the UK, Australia and New Zealand. We constantly work hard and improve our services to offer beyond expectations, achieving 100% customer satisfaction and services that you could rely on.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 38, 'SCALA Assignment Help | SCALA Assignment Writing Experts', 'Efficient SCALA assignment online help by our writers will let you complete SCALA assignments on time by getting clear all doubts.', 'SCALA Assignment Help, SCALA Assignment Writing Experts', 'scala-assignment-help', '2021-07-16 03:14:24', '2021-10-06 01:24:42'),
(83, 'SQL Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SQL ASSIGNMENT HELP</h1>\r\n<p>If you are looking for an expert who can write you SQL Assignment very efficiently and deliver you the same quickly, then Professional Assignment Help is the right platform for you to get programming help and excellent assignment writing services.</p>\r\n<p>Assignments are considered a crucial part of curriculum which aims to enhance the essential skills development such as writing skills, research skills in the students and to enhance their subject knowledge too. However, sometimes students find it difficult to work on these assignments by themselves due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding and end in compromising with the quality of assignment if they write it by themselves.</p>\r\n<p>Things get even more complex when it comes to writing assignments of any programming language or software system or any technical subject. For writing a SQL assignment, students need to have a thorough understanding of concepts and technicalities related to the subject. Lacking in any of these might result in compromising with the quality of assignment which you really would not prefer. But you are still required to submit the SQL assignment before the deadline.</p>\r\n<p>To help you in writing an impressive assignment on SQL server, Professional Assignment Help brings you the help of programming experts who are SQL specialized and help you in scoring very high. Since, they are well qualified with this particular field of study and also have practical experience in this field. They can complete your assignment very efficiently which leads you to win accolades and stand out among peers.</p>\r\n<p>SQL stands for Structured Query Language. It is a programming language for relational database systems, which is used for storing, modifying and retrieving data in databases. It can be utilized to update, modify, insert, delete, search, alter and create database records.</p>\r\n<p>Commands for Structured Query Language are categorized into:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>DDL stands for Data Definition Language. - Commands under DDL includes CREATE, ALTER, DROP, COMMENT, TRUNCATE, RENAME</li>\r\n<li>DML stands for Data Manipulation Language. - Commands under DML includes SELECT, INSERT, CALL, UPDATE, DELETE, MERGE, LOCK</li>\r\n<li>DCL stands for Data Control Language. - Commands under DCL includes GRANT, REVOKE</li>\r\n<li>TCL stands for Transaction Control Language. - Commands under TCL includes COMMIT, ROLLBACK, SAVEPOINT, TRANSACTION</li>\r\n</ul>\r\n<h2 class=\"sub-heading\">Services by our well qualified SQL Assignment Writing Experts:</h2>\r\n<p>Our team of programming experts consist of SQL tutors, teachers and professors from UK, Australia and New Zealand who are well qualified and well experienced in writing SQL Assignments and Projects with proficiency to the students from UK, Australia and New Zealand.</p>\r\n<p>These writing experts who are actually programming experts are hired following a rigorous selection process during which prospective writers are judged on their writing abilities, research skills and subject knowledge. We make sure to hire the right candidate for the right role which ensures Excellency in work. The writers we hire to write assignments and for tutoring in SQL Programming are either Master degree holder or Ph.D. holder who have strong subject knowledge. Additionally, they are experienced writers who can surely deliver high quality work matching your academic level.</p>\r\n<p>We arrange regular training sessions for our writers, so that they can keep themselves updated with the changes in the educational industry, changing guidelines etc. and also give them opportunities to upgrade their subject knowledge to achieve excellence and more 100% customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘SQL Assignment Help Online’:</h2>\r\n<p>By providing high quality SQL assignment help, we have become a renowned assignment help provider and preferred choice of students across the UK, Australia and New Zealand. We wish to reach more and more students with our very reliable assignments services.</p>\r\n<p>The core features of SQL Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Utilizing their vast subject knowledge and practical experience, our programming experts are efficient to help with all sorts of queries related to SQL.</li>\r\n<li>Our experts help you choose the best topic and do in-depth research to gather information and get it compiled in a well-structured format set for assignments.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. In addition to that, we have flexible packages in which you can choose add-ons as per your requirement.</li>\r\n</ul>\r\n<p>Looking for assured results in assignments? Yes, we can promise you of assured high grades. We promise you of delivering high-quality service at very affordable rates which creates value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 39, 'SQL Assignment Help | SQL Assignment Writing Experts', 'When things get complicated while doing SQL assignments, then Professional Assignments Help will assist you online in writing assignments.', 'SQL Assignment Help, SQL Assignment Writing Experts', 'sql-assignment-help', '2021-07-16 03:15:13', '2021-10-06 01:24:34');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(84, 'Swift Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SWIFT PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>Now you get the experts help in getting your Swift Programming Assignment completed. Professional Assignment Help brings for you the assignment help online through very efficient programming experts who render very professional programming assistance. If you are also looking for professional assignment writing experts, then surely we will give you all the reasons to book the services with us.</p>\r\n<p>SWIFT is the new programming language mainly used for IOS and OS X apps. It is easy and flexible but not C Compatible. This programming language is readable just like objective C. This programming language is majorly used in product lines including Apple Watch, Apple TV, iPhone, Macintosh and Linux. Computer or programming languages are getting very popular these days and among which Windows and IOS are more trending with lots of career opportunities. Demand for Swift programming experts has increased a lot and therefore this programming language has been included as a subject for candidates who aspire to build a career into SWIFT programming.</p>\r\n<p>Working on SWIFT assignments becomes a bit more challenging as there are many concepts and theories it comprises and if the students don\'t have enough understanding of these concepts, it would be difficult for them to write a good SWIFT programming assignment. Not just subject knowledge, besides there are other challenges and complexities associated with working on assignment which includes the lack of research skills, lack of time and many such factors.</p>\r\n<p>Students indulge in many activities these days from academic to social life, out of which they hardly get any time to spend on writing assignments. Due to all these challenges associated with writing an assignment, students look for assignment assistance to get their assignment done before the deadlines.</p>\r\n<p>You may certainly look for professional assignment writers who can work on your assignments without compromising its quality and compiling with the content which is absolutely unique and relevant. Professional Assignment Help assure you the best assignment writing services with the promise of assured higher grades and high quality assignment delivered that matches your expectations and meets the criteria stated by the university.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified SWIFT Programming Assignment Writing Experts:</h2>\r\n<p>Our Swift Programming Assignment writing experts are very efficient and capable of writing high quality swift programming assignments and make sure you pass your exams with high grades. They write the assignments that would be as similar as an assignment written by a scholar, matching your academic level and meeting guidelines as stated by your professor and university. These programming experts we hire to provide programming assistance are either Master degree holders or Ph.D. holders with specialization or certification in specific languages and they are assigned the assignments of the same language in which they are qualified.</p>\r\n<p>Beside strong qualification background, they carry years of working experience as assignment writers, tutor that help them to assist students very efficiently. We make sure we assign the right task to the right person who possesses the required skills and subject knowledge of that particular field of study. Besides Swift Programming, we have an array of programming experts who help the students who reach to us with different programming languages query.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Swift Programming Assignment Help’ services:</h2>\r\n<p>We believe in delivering services that assuredly bring results and create value for you. Our entire team of Professional Assignment Help work hard constantly to attain customer satisfaction by delivering error free work.</p>\r\n<p>The core features of Swift Programming Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have various professional and experienced programmers who help you in writing impressive assignments. They help you in understanding the topic thoroughly and work with the language.</li>\r\n<li>We are able to give you the solution for basic to complex topics within the stipulated time frame.</li>\r\n<li>The content of the assignment is absolutely unique and 100% plagiarism free. It is relevant to the topic and easy to understand.</li>\r\n<li>Our assignment writing services come in flexible packages in which you can choose the service components as per your need and budget.</li>\r\n<li>Our programming experts help you understand the topic thoroughly and boost your confidence while you present that in your class and they also give you the genuine practical insights about the subject that will help you further in your career.</li>\r\n</ul>\r\n<p>Our professional assignment services are available for students all over the UK, Australia and New Zealand covering wide ranges of subjects taught across the world. We do work hard so that you can get best scores in the class and get praised for your work. Our services are of high standard which you can rely on.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 40, 'Swift Programming Assignment Help | Assignment Writing Experts', 'Swift programming experts will do your Swift assignments that will help candidates in building good careers in the technology field.', 'Swift Programming Assignment Help, Assignment Writing Experts', 'swift-assignment-help', '2021-07-16 03:15:57', '2021-10-06 01:24:24'),
(85, 'XML Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">XML ASSIGNMENT HELP</h1>\r\n<p>Are you looking for an expert who can write XML Assignment for you without compromising the quality of content? Professional Assignment Help brings you the expert assignment writing service wherein we provide the XML assignment help to the students through XML programming experts who are well experienced and qualified in XML programming.</p>\r\n<p>XML stands for Extensible Mark-up Language which is used to mark up the data. It is a self-descriptive language. It was mainly created to store data records and entire data is saved in the form of plain text files. XML files are used to transmit data from one place to another place via the internet mostly. This programming language is basically designed to get data availability, sharing and transferring efficiently and quickly.</p>\r\n<p>Some of the basic features of XML are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To segregate data from HTML</li>\r\n<li>To offload and reload database</li>\r\n<li>To exchange data</li>\r\n<li>To share data</li>\r\n<li>To arrange data</li>\r\n<li>To store data</li>\r\n</ul>\r\n<p>Writing an XML assignment requires proficiency in the subject. Students need to have thorough understanding of concepts and theories pertaining to the subject and if they lack the subject knowledge, it would be very hard for them to write an impressive assignment that can get high grades. The most challenging part of any assignment is to meet the deadlines. Students these days remain quite engaged in their day to day activities whether it’s academic activities or their social life. Due to lack of time and many other factors which make it hard for students to write assignments by themselves. This is the reason they look for assignment assistance and someone who can write their assignments very precisely that could get higher scores.</p>\r\n<p>We offer an array of programming assignment services and XML Programming Assignment Help service is one of the most demanding assignment writing services offered by Professional Assignment Help. We have writing experts who have worked as programming tutors, professors, IT consultants and hold experience in various computer programming languages.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified XML Assignment Writing Experts:</h2>\r\n<p>We have a team of programming experts who are specialized in various fields of programming and technology. Our programming experts have a strong education background in the technology field of study and also have years of work experience in the programming field either as tutor, writers or practitioners who have strong practical knowledge to handle even the complex queries very efficiently.</p>\r\n<p>Each of these programming experts get hired following a strict selection process where they have to go through many stages where their subject knowledge and various other required skills get tested such as writing skills, research ability, their understanding of university standards, etc. Going through a rigorous process ensures that we hire the right person at the right place which is mandatory to achieve quality in services delivered and also to achieve customer satisfaction. Our experts also undergo timely training to enhance and update their knowledge about changes in the technologies and keep them up-to-date with the changing environment in the education industry.</p>\r\n<p>Before starting working on any assignments, our experts get into a discussion with you to understand your expectation and specifications from your side which should be incorporated in assignments. They make sure you get the higher scores by delivering the services that match your expectations and are also prepared considering the guidelines given by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘XML Assignment Help Online’:</h2>\r\n<p>We are the renowned assignment help services helping students from schools and colleges across all over UK, Australia and New Zealand with best XML Assignment help or programming help. Our aim is to reach more students with our programming help services that help them achieve Excellence.</p>\r\n<p>The core features of XML Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions for all sorts of standard to complex XML or other database management system queries by utilizing their vast subject knowledge and experience.</li>\r\n<li>The assignment we deliver is backed by authentic content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver assignments which are absolutely original work and 100% plagiarism free matching your academic level.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>Through Professional Assignment Help, you don’t only get the assignment services which help you score high but we also help you with the topic understanding so that you can present it in the class confidently. We offer high-quality service at very affordable rates creating value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 41, 'XML Assignment Help | Programming Assignment Services', 'Our programming experts will help in all simple to complex XML assignments with proper format and referencing styles. Get quick replies from our professionals.', 'XML Assignment Help, Programming Assignment Services', 'xml-assignment-help', '2021-07-16 03:16:21', '2021-10-06 01:24:06'),
(86, 'Data Mining Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATA MINING ASSIGNMENT HELP</h1>\r\n<p>If you are struggling with Data Mining Assignment, then Professional Assignment has all the solutions to your worries and gets you an excellent assignment written that gains guaranteed higher results. We get you connected with subject matter experts who are well qualified and experienced enough to solve from basic to complex queries very efficiently.</p>\r\n<p>Data mining is the field of study in statistics and computer science. Data mining is specifically used to extract information from large sources of data sets and find out the patterns and different methods involved to convert large data sets into a comprehensive structure to make it useful for the future. In short, Data Mining is a process which is used to discover knowledge from database processes. It is very useful in the process of decision making at organizations.</p>\r\n<p>Since this is a vast topic to understand and having a thorough understanding of all the concepts and theories within this subject is a must if a student needs to write an assignment. Apart from subject knowledge, a student must have skills which are required to write an assignment such as good research skills, excellent writing skills etc. Even though a student has all these skills and possesses good subject knowledge, if they don’t have enough time to spend on writing an assignment, they won’t be able to meet the deadline or might end up compromising with the quality of assignment. We understand students these days are highly involved in many curricular or extracurricular activities, family responsibilities or part time jobs due to which they find it challenging to write the assignments and therefore look for assignment assistance and programming assistance.</p>\r\n<p>To help the students with high quality assignments and relieving them from assignment stress, Professional Help Online has been providing Data Mining Assignment Help online for the students from colleges or universities across UK, Australia and New Zealand. At professional assignment help, you don’t only get the expert writing services but you get the most reliable services at a very affordable cost that creates value for your money and time. We try to make our services fit in your budget and also offer various add-ons to give you flexibility where you choose only what you need.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Data Mining Assignment Writing Experts:</h2>\r\n<p>When you connect with Professional Assignment Help for Data Mining Assignment help, we get you connected with the best programming experts who will write an impressive Data Mining Assignment for you. To achieve 100% customer satisfaction, we hire the programming experts who show the best of their skills during the hiring procedure.</p>\r\n<p>Our programming helps writers hold either a Master\'s degree in a relevant field or study or hold Ph.D. degree. In addition to that, they have prior experience of working in the programming either in the form of practitioner or tutors. With their vast subject knowledge and practical experience, they are the most capable person who can handle all sorts of queries related to Data Mining assignment help.</p>\r\n<p>We offer a wide range of programming assignment writing services through our very capable programming experts who are specialized in different programming subjects. We have been covering all sort of standard to complex topics under the Data Mining Assignment assistance such as Fraud detection, Crime rate prediction, Market analysis, Customer trend analysis, Website evaluation, Financial Analysis, Data mining techniques, Knowledge about java language, Graph mining, Web mining, Text mining, Predictive analysis, clustering, Fuzzy clustering, Opinion mining, Oracle data mining and many more.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Data Mining Assignment Help Online’:</h2>\r\n<p>We have positioned ourselves among one of the best assignment writers providing assignment help and tutoring to students all over the UK, Australia and New Zealand. Our aim is to grow bigger and reach more students connected with us to achieve Excellence in academics.</p>\r\n<p>The core features of Data Mining Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions for all sorts of standard to complex queries utilizing their vast subject knowledge and experience.</li>\r\n<li>Your entire assignment is backed by content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>From Professional Assignment Help, you get the promise of getting high-quality service at very affordable rates that creates value for you and helps you achieve Excellence in the academic field. If you’re looking for Excellency too, get in touch with us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 42, 'Data Mining Assignment Help | Data Mining Assignment Writing Experts', 'Now extract all specific information for your data mining assignments with help of our programming experts holding masters or Ph.D. degrees.', 'Data Mining Assignment Help, Data Mining Assignment Writing Experts', 'data-mining-assignment-help', '2021-07-16 03:16:53', '2021-10-06 01:23:57'),
(87, 'R Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">R ASSIGNMENT HELP</h1>\r\n<p>Are you looking for an expert who can write R Assignment for you which standout in the entire class and bring in excellent results and accolades from professors? Professional Assignment Help has been brought to the assistance through experts who help you in writing a high quality R assignment with the quality and relevant content which is 100% plagiarism free.</p>\r\n<p>R Programming language is a language used in statistical computing and supported by the R foundation. This is an open source programming language which is majorly used by statisticians and Data Miners in statistical softwares and to perform data analysis. R language is similar to S Language. Though there are significant differences between the two of them, most of the codes written in S programming can be used in R language. R programming language has recently gained very popularity among miners and there has been lots of opportunities coming up in this field.</p>\r\n<p>R programming is a vast programming language which is utilized in an integrated development environment developed by R studio. R studio comprises advanced RAID reconstruction modules which are the ideal source of data recovery workstation. In various subjects under R Programming, students are required to perform analytical computing through R studio and they are also required to learn advanced features of the tool. Since it is a vast subject in itself and therefore one must be very aware of all the concepts, theories and technicalities of this specific programming language to write an assignment. However due to lack of subject knowledge and other required skills, students are compelled to look for assignment writing professionals.</p>\r\n<p>Professional Assignment Help offers a wide range of programming assignment writing services through our very capable programming experts who are specialized in different programming subjects. We have been covering all sort of standard to complex topics under the Data Mining Assignment assistance such as Robust regression, Logistic regression, Exact logistic regression, Multinomial logistic regression, Ordinal logistic regression, Probit regression, Poisson regression, Negative binomial regression, Zero-inflated Poisson regression, Zero-inflated negative binomial regression, Zero-truncated Poisson, Zero-truncated negative binomial, Censored and truncated regression, Tobit regression, Truncated regression, ANOVA, Null Hypothesis, Chi-square test, Stochastic process, Time Series, Econometrics, Box plot, Scatter plot, Markov chains analysis, Monte carlo simulation, Biostatistics, Parametric tests, Sampling, Probability Theory, Statistical Inference and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified R Assignment Writing Experts:</h2>\r\n<p>If you are looking for high quality content and guaranteed higher grades, then Professional Assignment Help is certainly a right place for you. We have a team of writing experts who are well qualified and possess years of practical experience in R programming as a teacher, practitioners, subject matter experts and are very capable of writing even on complex topics very proficiently.</p>\r\n<p>We hire professionals who have a strong educational background in respective fields and are experienced as well. They are either master’s degree holders or doctorates. While hiring, they go through a rigorous selection process to make sure they possess all the skills such as research skills, writing skills, critical and analytical thinking abilities, subject knowledge etc. which are prerequisites. These R assignment experts help you with detailed information on a wide range of the topics covered under R assignment help and deliver the assignment that matches your academic level and keeping in line with guidelines stated by universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘R Assignment Help’ services:</h2>\r\n<p>We offer the high standard solutions and promise you the quality which brings assured results. Being the most reliable programming assignment help, we aim to become more popular among the students and reach more students to get them programming help. Our motive is to deliver the services that create value to money and time you invest with us.</p>\r\n<p>The core features of R Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>With our R assignment help, we get you connected programming assignment experts who help you with the topic selection which is the crucial part of any assignments and get you the best writing solutions.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Our experts do in-depth research to find our relevant content and process them further to compile in well-structured format with content which is 100% plagiarism free.</li>\r\n<li>Timely deliveries of assignments are our priority. We are available 24/7 and get real time answers to your queries.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you get the cost-effective solutions that create value for you and help you score higher on academics. If you’re struggling with writing an assignment, contact us now to get quick R assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 43, 'R Assignment Help | R Assignment Writing Experts', 'With great proficiency in the R programming language, we provide professional online help in R assignments with great expertise assuring great results.', 'R Assignment Help, R Assignment Writing Experts', 'r-assignment-help', '2021-07-16 03:17:56', '2021-10-06 01:20:25'),
(88, 'JavaFX Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">JAVAFX ASSIGNMENT HELP</h1>\r\n<p>Are you struggling while working on a JavaFX assignment and the deadline is coming closer? Take a pause and relieve yourselves from the stress causing due to assignments and their deadlines. At Professional Assignment Help, hire the best programming experts to write your JavaFX assignment and get assured of high grades certainly. We offer help of assignment writing experts who are specialized in writing programming assignments and have specialization in JavaFX as qualification.</p>\r\n<p>JavaFX, introduced by Sun Microsystem, is a software framework or software application which is developed to create and develop GUI Applications, interactive web applications and Rich Internet Applications (RIA) that can be run across a variety of platform environments and varieties of machines. Its framework supports Windows, Linux, and Mac OS X based computers and web browsers. JavaFX is basically introduced to replace Swing with a standard GUI library and supports external CSS files and functionalities of JavaScript that can be used to customize the appearance of an application.</p>\r\n<p>It enables developers to create applications based on JavaFX completely or collaborating with Swing where JavaFX is simpler than Swing. Besides, there are many advanced features of JavaFX that can be incorporated in projects to enable developers creating rich applications that can be incorporated in the projects making it attractive for developers allowing development of feature rich applications. The applications of JavaFX programming is vast into the practical industry and therefore the demand of professionals qualified in JavaFX has been rising tremendously.</p>\r\n<p>Professional Assignment Help is equipped with a team of professionals who are experienced programmers and highly capable to render Java assignment help or JavaFX assignment help utilizing their subject knowledge and practical experience. We provide help to students with wide range of aspects under JavaFX assignment help which includes Scene builder for creating User Interface, application of Model-view-controller (MVC), Observational Lists, Significance of Table view, creation of custom Pop-Up dialog, validation of user input, integration of CSS to style the applications etc.</p>\r\n<p>Our professional programming experts who help you to understand the advantages of JavaFX framework and acquiring the skills required to develop sophisticated UI applications. These programming experts are specialized in JavaFX and allied fields which make them very suitable candidates to work on your assignments.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified JavaFX Assignment Writing Experts:</h2>\r\n<p>Our programming experts have a strong education background in the technology field with specialization in JavaFX and years of practical experience either as professors or industrial experts. Each of these programming experts get hired following a strict selection process where they have to go through many stages where their subject knowledge and various other required skills get tested such as writing skills, research ability, their understanding of university standards, etc.</p>\r\n<p>Going through a rigorous process ensures that we hire the right person at the right place which is mandatory to achieve quality in services delivered and also to achieve customer satisfaction. Our experts also undergo timely training to enhance and update their knowledge about changes in the technologies and keep them up-to-date with the changing environment in the education industry.</p>\r\n<p>Before starting working on any assignments, our experts get into a discussion with you to understand your expectation and specifications from your side which should be incorporated in assignments. They make sure you get the higher scores by delivering the services that match your expectations and are also prepared considering the guidelines given by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘JavaFX Assignment Help Online’:</h2>\r\n<p>We are the renowned assignment help services helping students from schools and colleges across all over UK, Australia and New Zealand with best JavaFX Assignment help or programming help. Our aim is to reach more students with our programming help services that help them achieve Excellence.</p>\r\n<p>The core features of JavaFX Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our programming experts help you with the solutions for all sort of standard to complex JavaFX queries by utilizing their vast subject knowledge and practical experience.</li>\r\n<li>The assignment we deliver is backed by authentic content which is gathered doing in-depth research and gets compiled in well-structured format with proper citations and referencing to validate its authenticity.</li>\r\n<li>We deliver assignments which are absolutely original work and 100% plagiarism free matching your academic level.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n</ul>\r\n<p>Through Professional Assignment Help, you don’t only get the assignment writing services which help you score high but you get the help that impacts on your knowledge and enhances your overall knowledge. We offer high-quality service at very affordable rates that creates high value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 44, 'JavaFX Assignment Help | Assignment Writing Experts', 'Professional Assignments Help having a team of expert programming writers for using their knowledge in writing Java or JavaFX assignments.', 'JavaFX Assignment Help, Assignment Writing Experts', 'javafx-assignment-help', '2021-07-16 03:18:22', '2021-10-06 01:23:21'),
(89, 'Ocaml Programming Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">OCAML PROGRAMMING ASSIGNMENT HELP</h1>\r\n<p>Looking for a reliable and trustworthy assignment writing service provider who can help you with Ocaml Programming Assignment? You have reached the right platform who not only provide the reliable writing services but also bring you the cost effective services that fits into your budget. Professional Assignment Helps bring you the Ocaml assignment help through very efficient programming experts who are highly qualified and specialized in OCAML programming and also hold vast practical experience that enables them to give genuine insights to the students about the subject.</p>\r\n<p>Ocaml is a programming language that is quite simple and easy to use, focusing on quality and safety. It comes with a built-in feature of finding out the mistakes at the development process and creating automatic theorems, interpreters, compilers, program analysers. It is an object oriented layer with a sophisticated module system enabling automatic management of memory.</p>\r\n<p>Some of the core features of OCAML programming are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>A functional programming language.</li>\r\n<li>A safe language – verification of program before execution.</li>\r\n<li>Error recovery feature</li>\r\n<li>Active on multiple platforms.</li>\r\n</ul>\r\n<p>The application of OCAML programming has been revolutionized over the time and it offers great career opportunities for students. The students who want to keep pace on information technology opt for these courses. Though the programming is a bit easy, for students it is sometimes challenging to write assignments based on OCAML programming. There are multiple challenges associated with working on assignments such as lack of understanding of the subject, lack of writing skills or research skills, lack of time and many such factors.</p>\r\n<p>Students indulge in many activities these days from academic to social life, out of which they hardly get any time which can be given on writing assignments. Due to all these challenges associated with writing an assignment, students look for assignment assistance to get their assignment done before the deadlines.</p>\r\n<p>Professional Assignment Help has been offering a wide range of programming languages assignment help to the students from colleges or universities across UK, Australia and New Zealand. We get the students connected with best programming experts who help and guide you thoroughly about the topic of the assignments, which aims to hone their command on the Ocaml programming understanding. We offer help promising the high quality of content and assured higher grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified OCAML Diagrams Assignment Writing Experts:</h2>\r\n<p>If you are also looking for excellent and reliable OCAML assignment writers whom you can trust in providing high quality assignments, then certainly we assure you with the services of your expectations. Our professional programming experts help you by delivering impressive assignments that could achieve good grades and lead you towards succeeding in academics.</p>\r\n<p>Our team of programming experts are well qualified as they hold master’s degree or relevant certification in the respective field of study along with specialization in OCAML programming language. Additionally, they hold years of practical experience by working as industrial practitioners, professors, IT Consultants who are efficient enough to write quality content for your assignments and solve basic to complex queries with so ease. These programming experts help you with detailed information on a wide range of subjects and topics under OCAML programming.</p>\r\n<p>At professional assignment help, we have the provision for assignment writers to go under the training to update their subject knowledge and brushen-up their skills keeping them up-to-date with the current educational standards. On top of that, we believe in assigning the right task to the right person which helps us achieve Excellence in work.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Ocaml Programing Assignment Help’ services:</h2>\r\n<p>We have been the preferred choice of students of school, colleges, undergraduate and postgraduate students across UK, Australia and New Zealand with Ocaml assignment help. We aim to deliver services that go beyond your expectations and bring you the desired results.</p>\r\n<p>The core features of Ocaml Programming Language Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our OCAML programming assignment writing experts help you with numerous topics and get you the best writing solutions ready which is unique and impressive.</li>\r\n<li>Every assignment we work on goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Every piece of content compiled in assignments is gathered through in-depth research and analysis to make it 100% unique.</li>\r\n<li>We are never late with the deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We help the students in getting cost effective solutions which are value for money to them. We stand by them throughout to help them with proper knowledge of the topic and the content compiled so that they can present it with confidence and achieve good results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 7, NULL, NULL, NULL, NULL, 45, 'OCAML Programming Assignment Help | Diagrams Assignment Writing Experts', 'Looking for OCAML programming assignment help for OCAML  assignments, then trust our writing experts. We are always by your side meeting deadlines.', 'OCAML Programming Assignment Help, Diagrams Assignment Writing Experts', 'ocaml-programming-assignment-help', '2021-07-16 03:19:55', '2021-10-06 01:22:59'),
(90, 'Academic Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Academic Case Study Writing Service</h1>\r\n<p>Are you looking for expert services who can provide you with an excellent Academic Case study writing service at affordable cost? If yes, then you have certainly reached the right platform. We are Professional Assignment Help, providing your wide range of case study assignment help in an array of subjects through verified experts and making sure that you achieve good grades.</p>\r\n<p>Lots of academic projects, essays, assignments or research work with closer deadlines might put you in the dilemma. Many students who have been studying in various universities in the UK, Australia and New Zealand face a lot of challenges in completing such academic assignments or projects due to the lack of time and lack of subject knowledge. These academic projects are one of those ways of evaluating the subject knowledge and skills such as writing skills, research skills, critical and analytical thinking abilities, etc.</p>\r\n<p>Students are expected to complete such projects using proper research methodology, using critical and analytical skills and compile the project with unique content in a well-structured format. Assignments which stand out on all of such parameters could really score high and lead you towards success in academics. Challenges get increased when students are asked to write case studies. To write a case study, the students must have an understanding of the way to compile real-world situations into a study using theories, models and various frameworks.</p>\r\n<p>It does take a lot of time in writing case studies and any such projects. That is why students look for expert writing services who can write on academic projects without compromising with the quality and can submit it on time. At Professional Assignment help services, we assist students with excellent case study writing services through well qualified and well experienced case study writing experts who are efficient in doing topic selection to compiling your case study with unique yet relevant data that ensure your success.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Academic Case Study Writing Services:</h2>\r\n<p>The entire team of Professional Assignment Help have been into this industry from the decade which makes them so efficient to take the task and complete it so efficiently. We have been helping students for their academic writing needs from basic to complex case study topics. We have a team of case study writers who hold strong educational qualifications in their respective field of study. They are either the masters or Ph.D. holders in their stream. In addition to strong qualifications, these case study experts are highly experienced in case study writing, working as practitioners, professors, tutors, etc. We are sure that all of our writing experts possess this skill set that enables us to deliver quality work and achieve customer satisfaction.</p>\r\n<p>While you get in touch with professional assignment help, we get you connected with our best case study writers who have the abilities to answer your simple to complex case studies related queries and deliver an impressive assignment full of authentic and relevant content that is 100% plagiarism free. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written matching your academic level and meeting all the criteria stated by your universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Case Study Writing Services:</h2>\r\n<p>We are the renowned assignment help online available for students of schools, colleges or universities across UK, Australia and New Zealand providing a range of assignment writing services covering the courses which are being taught across the world.</p>\r\n<p>The core features of Academic Case Study Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We cover case study writing services in management related subjects, legal topics, medical science or nursing case studies and many more.</li>\r\n<li>We have various subject specific case study writers who hold the strong subject and practical knowledge in their field of study which makes them the most suitable person to write your assignment.</li>\r\n<li>Our case study experts help students by finding out the unique topic for case study and help connecting real world situations into a framework where solutions could be provided using the literature theories along with alternate solutions.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information with proper referencing.</li>\r\n<li>To assure the quality of case studies, it goes through multiple quality checks to make sure it contains all the components and works according to your specifications.</li>\r\n<li>We are known for fast and timely delivery. Our customer support remains available 24/7 to answer your queries at any time.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory. We work very hard and aim to deliver solutions beyond your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 8, NULL, NULL, NULL, NULL, 1, 'Academic Case Study Writing Service | Academic Writing Service', 'Search for the best academic case study writing services from verified experts will end at Professional Assignments Help for most prominent writings.', 'Academic Case Study Writing Service, Academic Writing Service', 'academic-writing-service-1', '2021-07-16 03:31:58', '2021-10-06 01:21:02'),
(91, 'Law', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW CASE STUDY WRITING SERVICES</h1>\r\n<p>If you have been constantly struggling in finishing your Law Case study assignment and seeking help from the best Law Case Study help and case study writing services, then you have reached the right place wherein you will get ultimate law assignment help services. Professional Assignment Help provides case writing services in a wide range of subjects and Law case study help is one of them. We have been catering the academic writing services needed from students of schools, colleges or universities across the UK, Australia and New Zealand.</p>\r\n<p>Law subject is full of events, and it could be very challenging for students to write Case study with much practicality without any help. There are certain challenges and complexities associated with writing case studies and some of them are lack of awareness about the real-world situation in the particular field, lack of analytical ability, writing skills, research skill and lack of time as well. Academic life is full of activities, be it classroom activities or activities in social life. We understand it is more important for you to focus more on the activities which enhance your learning capabilities and need your attention most. Working on any case study or any sort of academic writing work needs ample time to perform research and gather content to compile. Many students then find it difficult to complete case studies and meet the deadline due to their busy schedule. Therefore, they need the help of expert writers who can write Law case study for them with quality work done that could gain higher scores.</p>\r\n<p>With Professional Assignment Help, you get excellent law case study writing service through best law experts. Our law experts understand the complexities of the subject and help you solve those complexities very efficiently. We help you achieve higher scores through writing very impressive case studies, reducing your burden and getting you the opportunity to focus more on very important tasks while we write your case studies. We work on your assignment from the scratch and get it completed doing research, writing it in a well-structured format, with relevant references which all together makes a best quality project that matches the expectations.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Law Case Study Writing Experts:</h2>\r\n<p>To make sure, we deliver the best. We hire the best law case study writer to work for Professional Assignment help and cater the needs of our customers. It is the prerequisite for every law case study writer to have in-depth subject knowledge with relevant qualification and must possess good writing skills. Moreover, we train to get them expertise in Law so that they keep enhancing their knowledge and polish their writing skills along with the changes in the education industry.</p>\r\n<p>We are well equipped with best case study writers who have done their education from the top universities &amp; are very proficient in doing research. Irrespective of the complexity and length of the case study, irrespective of the subject, our writing experts ensure to deliver you well-crafted, tailored and professionally written case studies. In other words, we never disappoint any students who approach us for assignment writing help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Case Study Writing Help’ services</h2>\r\n<p>Our entire case study writing team works very hard with concentrated effort to deliver the work that doesn’t leave any scope of error. We promise to deliver reliable and affordable law case study help that fits your pocket.</p>\r\n<p>The core features of Law Case study writing services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your case study to the experts who match the qualification requirement and would be able to deliver best writing solutions.</li>\r\n<li>Our law case study experts help you in finding out the unique topic for law case study and help connect real world scenarios with the framework where solutions could be provided using the literature theories along with alternate solutions.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information with proper referencing.</li>\r\n<li>To assure the quality of case studies, it goes through multiple quality checks to make sure it contains all the components and works according to your specifications.</li>\r\n<li>We are known for fast and timely delivery. Our customer support remains available 24/7 to answer your queries at any time.</li>\r\n<li>Our case study writing services are affordable and come with various add-ons that could be chosen according to the requirement of the individual student.</li>\r\n</ul>\r\n<p>Our essay writers get quality work done that meets your end results along with appreciation from professors. Offering the services beyond your expectations is our motive. We believe that ‘The happier our customers are, the more we will grow and build a strong bond with them.’</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 8, NULL, NULL, NULL, NULL, 2, 'Law Case Study Writing Services | Case Study Writing Experts', 'Our law case study experts will solve all difficult case studies with great writing services and complete them with the most relevant references.', 'Law Case Study Writing Services, Case Study Writing Experts', 'law-3', '2021-07-16 03:32:16', '2021-10-06 01:22:20');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(92, 'Management', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MANAGEMENT CASE STUDY WRITING SERVICE</h1>\r\n<p>Looking for an expert who can write an excellent Management Case Study for you that could make you stand out among peers and win accolades from the professor? Well, we have the answer for all your case studies related queries and have a team of experts who can deliver the well written case study in very less time.</p>\r\n<p>Case studies these days are considered as an important way to teach students how to handle practical problems applying the theories they learn in literature. They learn to find solutions to real-world problems. Besides, case studies are included as an important part of the curriculum which aims to enhance writing skills, learning capabilities and gain valuable business insight. Many universities ask their students to write case studies on various management topics, taking real-world scenarios, existing problems, etc. Students find it challenging to write the case studies on their own as there are certain challenges and complexities associated with writing case studies. It could be lack of awareness about the real-world business scenarios, lack of subject knowledge, lack of analytical ability, writing skills, research skill and lack of time as well.</p>\r\n<p>Working on any case study or any sort of academic writing work needs ample time to perform research and gather content to compile. Many students then find it difficult to complete case studies and meet the deadline due to their busy schedule. Therefore, they need the help of expert writers who can write Management case study for them ensuring quality work done that could gain higher scores.</p>\r\n<p>You must make sure you hire the very competent writing experts who are aware of your university guidelines, must have immense subject knowledge and good writing skills. Professional Assignment Help get you connected with such writers who possess vast subject knowledge and have prior experience in writing management case studies. You can ask these experts and discuss in detail about your management case study and once you are convinced with their solution, you can book the services. We aim to provide exceptional quality of work to our students.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Management Case Study Writing Experts:</h2>\r\n<p>While hiring the management case studies writers, we make sure the candidate must have strong qualification in the respective field and also have good writing skills. Our management case study writers have thorough understanding of theories and concepts under management along with the practical business scenarios which enable them to help and guide students thoroughly about basic to complex topics. In addition to strong qualifications, they hold decades of working experience as case study writers, industrial practitioners, professors, etc.</p>\r\n<p>We organize regular training sessions to provide opportunity to the writers to keep themselves updated with the changing scenario and also upgrade their knowledge to meet the demands of the students from all over UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Management Case Study Writing Services’:</h2>\r\n<p>We aim to achieve Excellency and 100% customer satisfaction in our assignment writing services. Our entire team works hard constantly to make sure we deliver the best of services that match your expectations and the parameters set by your university.</p>\r\n<p>The core features of Management Case study writing services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your case study to the experts who match the qualification requirement and would be able to deliver best writing solutions.</li>\r\n<li>Our management case study experts help you in finding out the unique topic for management related topics and help connecting real world scenarios with the framework where solutions could be provided using the literature theories along with alternate solutions.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information with proper referencing.</li>\r\n<li>To assure the quality of case studies, it goes through multiple quality checks to make sure it contains all the components and works according to your specifications.</li>\r\n<li>We are known for fast and timely delivery. Our customer support remains available 24/7 to answer your queries at any time.</li>\r\n<li>Our case study writing services are affordable and come with various add-ons that could be chosen according to the requirement of the individual student.</li>\r\n</ul>\r\n<p>We put in extreme efforts to achieve customer satisfaction by providing quality service at each stage of our case study writing services. We ensure to provide value for your time and money you put with us to avail our services. From us, you get help and subject related guidance which makes you stand out in academics and gain highest scores. If you are looking for impressive management case study help that could win accolades, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 8, NULL, NULL, NULL, NULL, 3, 'Management Case Study Writing Services | Case Study Writing Services', 'Get the best solutions for management case study writing services queries to get your management case studies done before deadlines. Grab the online writing services to help.', 'Management Case Study Writing Services, Case Study Writing Services', 'management-4', '2021-07-16 03:32:26', '2021-10-06 01:39:22'),
(93, 'Nursing/Medicine', '<div class=\"a-content\">\r\n<h1 class=\"heading\">NURSING/MEDICINE CASE WRITING</h1>\r\n<p>Many universities, medical colleges ask students to prepare academic projects which not only aims to evaluate their subject knowledge but also aims to enhance their learning capabilities, writing skills and their growth as professionals. Such academic projects include essays, assignments, research papers and case studies. Case Study writing services are one of the most demanded services we have catered for students from schools, colleges and universities across New Zealand, Australia and UK.</p>\r\n<p>Case studies these days are considered as an important way to teach students how to handle practical problems applying the theories they learn in literature. They learn to find solutions to real-world problems. Besides, case studies are included as an important part of the curriculum which aims to enhance writing skills, learning capabilities and gain valuable business insight.</p>\r\n<p>Nursing is not just a profession but it is a community service too. To excel in the nursing field, it requires students to have a thorough understanding of the subject, its code of conduct and theories that could be applied in the practical situation related to nursing care and the medical sector. To upgrade the subject knowledge of medical students and brush up their skills, students are given many practical tasks, projects, and written assignments to work. However, most of the students face lots of challenges in writing medical or nursing case studies due to lack of awareness about the updates from the health industry, lack of subject knowledge, lack of analytical ability, writing skills, research skill and lack of time as well.</p>\r\n<p>To help the medical or nursing student with best nursing case study writing help, Professional Assignment Help has brought to you the case study writing services from best health industry experts who have prior experience in case writing. With the help of our knowledgeable writers, we bring out the best information of the subject with technicalities involved in it.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Nursing Case Study Writing Experts or Medical Case Study Writing Experts:</h2>\r\n<p>We believe in assigning the right job to the right person which helps us to achieve Excellence in services we deliver. We make sure your assignment goes in the right hands who have all the capabilities and required subject knowledge. At Professional Assignment Help, we have hired professionals who hold a strong educational background in the medical field. They are either master’s degree holders or Ph.D. holders. Apart from qualification in Nursing, they hold decades of experience in writing best case studies for students in the UK, Australia and New Zealand and do carry experience as professors, practitioners, etc.</p>\r\n<p>They are the most eligible person to provide best professionally written case studies. No matter how complex the query is, our experts answer all sorts of basic to complex queries with ease and instantly. You can be rest assured and leave all your assignment writing worries with us and focus your time on the activities which require your attention the most.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Nursing Case Study Assignment Help’:</h2>\r\n<p>With Professional Assignment Help, you get the services that create value for you. We deliver the nursing case study with guaranteed results and higher grades. Behind every quality work, there is hard work of our very efficient case study writers who make sure that there is no scope of error in your assignment.</p>\r\n<p>The core features of Nursing Case study writing services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your case study to the medical experts who match the qualification requirements and would be able to deliver best writing solutions.</li>\r\n<li>Each case study that we work on is compiled with 100% plagiarism free content, gathered through authentic sources of information and compiled with proper referencing.</li>\r\n<li>To assure the quality of case studies, it goes through multiple quality checks to make sure it contains all the components and works according to your specifications.</li>\r\n<li>We are well known for timely delivery. You can reach us anytime through our 24/7 to answer your queries at any time.</li>\r\n<li>Our case study writing services are affordable and come with various add-ons that could be chosen according to the requirement of the individual student.</li>\r\n</ul>\r\n<p>We provide assignment help online and thorough guidance on the topic which boost your subject knowledge. If you are also struggling in finishing your case studies or stressed due to the closer deadlines, leave your worries with us. Get in touch with Professional Assignment Help now to get the excellent writing services though our very well qualified and experienced case study writers.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 8, NULL, NULL, NULL, NULL, 4, 'Nursing Case Study Writing Experts | Medicine Case Writing', 'Boost up your grades by scoring well in nursing or medical case writing by best professional case study writing help with a strong nursing background.', 'Nursing Case Study Writing Experts, Medicine Case Writing', 'nursingmedicine-2', '2021-07-16 03:32:53', '2021-10-06 01:41:02'),
(94, 'Humanities', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES CASE STUDY WRITING SERVICES</h1>\r\n<p>Case studies are considered as an integral part of curriculum in Humanities Course which aim to enhance the learning capabilities of students. In case studies, real-world situations are used to teach students the application of theories and concepts to find solutions. In many universities all across the world give Humanities case study writing as an academic assignment to students so that they could boost their research skills, subject knowledge, analytical thinking abilities, writing abilities, etc. However, some students find it challenging to write case studies by themselves and therefore they look for experts’ humanities case writing services.</p>\r\n<p>If you’re among those who have been looking for case study writing services in the humanities, then Professional Assignment Help online is certainly the right place for you to get your case studies written. For the last many years, we have been offering a wide range of assignment writing services to the students of schools, colleges and universities across the UK, Australia and New Zealand in numerous courses. Through us, you can get excellent case study help in Humanities through our team who are experts in humanities and related subjects and hold years of experience in providing humanities case study assignment help online.</p>\r\n<p>Humanity is the subject full of creativity and exploration. It is one of those fields of study which stimulates the thoughts and gives insight into further numerous fields. Humanities is the study of mankind. Many students take interest in this subject as they can use their creativity and can reach many interesting industries to build their career. Though the subject is interesting to study, working on numerous assignments with closer deadlines becomes very challenging.</p>\r\n<p>Working on any assignment or academic project, be it a case study or research paper, needs ample time as you need to gather data by searching through multiple websites, many e-books and literature available to get it completed. Case study is one of those academic projects that need ample of time as you need to find real-world scenarios and qualitative or quantitative data related to it. Due to lack of time, lack of subject knowledge and writing skills, students find it very challenging and they outsource the academic writing services to get it done to avoid compromising with grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Case Study Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have hired the most qualified, experienced professional case study writers to cater the writing needs of all students. Our case study writing experts hold the master degree in humanities or hold Ph.D. In addition to the strong qualification background, they are highly experienced working as tutors, professors and practitioners and also hold prior experience in writing humanities case studies.</p>\r\n<p>We make sure that every assignment writing expert we hire possesses all the skills such as good writing skills, research skills, critical and analytical thinking abilities, educational culture and guidelines in force at the universities which is required to write an impressive assignment and case study. Our case study writing experts ensure quality and get instant humanities case study help and deliver your case study which is well-crafted, tailored made and professionally written matching your academic level and meeting all the criteria stated by your universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Case Study Writing Help’ services</h2>\r\n<p>With Professional Assignment Help online, we get the opportunity to engage with our writing expert to have thorough discussion on the assignment you want to get done. We get you connected with our best case study writers who have the abilities to answer your simple to complex case studies related queries and deliver an impressive assignment.</p>\r\n<p>The core features of our Humanities case study writing services are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with most eligible case study writers who have a strong education background and experience in required subjects.</li>\r\n<li>Your case study gets compiled with authentic and unique content which is absolutely plagiarism free and gathered through in-depth research leaving no scope of errors.</li>\r\n<li>Your case study goes through multiple quality checks to ensure it contains all the required components, compiled considering the specifications given by you, matching your expectations and guidelines stated by your university.</li>\r\n<li>You can always choose the package according to your requirements and make it suitable to your budget.</li>\r\n<li>We always ensure timely deliveries and are available 24/7 with our customer support facility to respond to queries received from students.’</li>\r\n</ul>\r\n<p>We never compromise with the quality and authenticity of the case study we deliver and get it customized and worked according to your expectations. With our quality service delivery, we hope to build long-term relationships with you and help you succeed in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 8, NULL, NULL, NULL, NULL, 5, 'Humanities Case Study Writing Services | Case Study Writing Help', 'Get humanities case study writing services at affordable prices by assignment help online for instant solutions for case studies work.', 'Humanities Case Study Writing Services, Case Study Writing Help', 'humanities-3', '2021-07-16 03:33:08', '2021-10-06 01:42:27'),
(95, 'Academic Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACADEMIC COURSEWORK WRITING SERVICES</h1>\r\n<p>Coursework is the most important and major part of the grading system. No student would like to compromise with the grades. But if you are struggling with finishing your coursework by the deadline, then it might impact your grades. Well, Professional Assignment Help has got you the solution to this problem. We have brought to you the excellent academic coursework writing services that will help you to submit the coursework before the deadline and achieve higher grades.</p>\r\n<p>Education culture has changed a lot by the time and there are many curricular and extracurricular activities included which makes the daily schedule of students very packed. Additionally, there are part time jobs, family responsibilities or many such things due to which students face lack of time. It becomes difficult for them to write the academic projects or course works by themselves. On the other hand, lots of academic projects from various professors with the closer deadline might make it challenging for students to complete each of them efficiently.</p>\r\n<p>There are other factors too which make it very challenging for students to do the coursework by themselves which include, lack of writing skills, lack of subject knowledge too. Therefore, they look for experts who are well versed with the subject knowledge and have very good writing skills. At Professional Assignment Help, we assist students with excellent course writing services through extremely qualified and well experienced coursework writing experts who are able to deliver instant solutions for your coursework queries and help you achieve good grades.</p>\r\n<p>If you are looking for a professional coursework writer who can draft your coursework very efficiently, that could make you gain higher scores and win accolades from professors, then contact us now without any delay. We promise to deliver the instant solutions without compromising with the quality and assure you the best results.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Academic Coursework Writing Services:</h2>\r\n<p>The entire team of Professional Assignment Help have been into this industry from the decade which makes them so efficient to take the task and complete it so efficiently. We have been helping students for their academic coursework writing needs from basic to technical courses. We have a team of coursework experts who hold strong educational qualifications and hold either the masters or Ph.D. holders in the respective field of study. In addition to strong qualifications, these experts are highly experienced in academic and coursework writing. They have been industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<p>You can always rely on Professional Assignment Help for all sorts of academic tasks as we get you connected with our best coursework experts who are capable enough to answer your simple to complex coursework related queries very efficiently and can deliver an impressive assignment with top-notch quality content.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Coursework Writing Services:</h2>\r\n<p>Professional Assignment Help is one of the best coursework writing service providers and assignment help available online for students of schools, colleges or universities across UK, Australia and New Zealand. We help the students in writing their academic projects in various courses with the promise of top-notch quality, error free and unique content and higher grades.</p>\r\n<p>The core features of Academic Coursework Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have various coursework writing experts for almost every course which are being taught across the world and therefore we are capable of catering the needs of every student for any course they ask for.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>To assure the quality of coursework, it goes through multiple quality checks to make sure it matches your expectations and specification stated by your college professors.</li>\r\n<li>We are well known for our timely delivery of services and quick responses.</li>\r\n<li>Our coursework writing services are available in flexible packages in which you only pay for the services you actually need and have options to choose add-ons as per your need.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory. We work very hard and aim to deliver solutions beyond your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 1, 'Academic Coursework Writing Services | Coursework Writing Providers', 'Coursework being an important part of the academic marking system, we are providing appropriate coursework writing services at prominent prices.', 'Academic Coursework Writing Services, Coursework Writing Providers', 'academic-writing-service-2', '2021-07-16 03:34:01', '2021-10-06 01:45:06'),
(96, 'Management', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MANAGEMENT COURSEWORK WRITING SERVICE</h1>\r\n<p>Looking for an expert who can write an excellent Management Coursework for you that could make you stand out among peers and win accolades from the professor? Then, Professional Assignment Help is surely a right place for you to seek management coursework writing help. Coursework is the most important and major part of the grading system. We understand the importance of good coursework delivery and the impact it has on your grades. Therefore, we have got you the solutions for all coursework related queries that help you perform well in academics.</p>\r\n<p>Many universities ask management students to write coursework covering various management topics, theories in order to make them aware about the applications of management theories and principles in the practical world. However, students find it challenging to finish their coursework or write an effective coursework due to various challenges and complexities associated with it. These days in order to increase the learning capabilities, students are given many curricular and extracurricular activities which make the daily schedule of students very packed. Additionally, there are part time jobs, family responsibilities or many such things due to which students face lack of time and they are unable to give enough time on writing coursework. On the other hand, lots of academic projects from various professors with the closer deadline might make it challenging for students to complete each of them efficiently.</p>\r\n<p>There are other factors too such as lack of writing skills, lack of subject knowledge and lack of thorough understanding on management theories application, etc. That is when students need online management coursework help. They look for coursework experts who can write their management coursework very professionally. And Professional Assignment Help connect with such coursework experts from your native country who help you in writing an impressive management coursework that stands out among peers.</p>\r\n<p>We have covered many topics or courses under Management Coursework writing services which includes Business Management, Operations Management, Marketing Management, Strategic Management, Information Technology Management, Human Resource Management, Project Management and many other topics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Management Coursework Writing Experts:</h2>\r\n<p>We have hired the most qualified and experienced professional management coursework writing experts in our team. All writers we are equipped with, have been working in this industry for the last many years which makes them highly capable in serving you better and very efficiently.</p>\r\n<p>Our management coursework experts hold strong educational qualifications in the management stream. They either hold the masters degree or Ph.D. in the respective field of study. In addition to strong qualifications, these experts are highly experienced in academic and coursework writing. They hold a year of experience in working as industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<p>You can always rely on Professional Assignment Help to get coursework assistance or any sort of academic task. We get you help and answer your simple to complex coursework related queries very efficiently and can deliver an impressive assignment with top-notch quality content.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Management Coursework Writing Services’:</h2>\r\n<p>At Professional Assignment Help, we promise quality services and assured results. Our entire assignment helps the team work consistently hard to achieve excellence in work and deliver the best of services that match your expectations and the parameters set by your university.</p>\r\n<p>The core features of Management Coursework Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We connect you to our most capable, experienced and qualified management coursework experts who write your coursework similarly as it is written by any scholar, matching your academic level and tailoring it as per your needs.</li>\r\n<li>Every coursework that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Every coursework draft goes through multiple quality checks to make sure it is worked as per the specification given by you and meets the parameters stated by your college professors.</li>\r\n<li>We are well known for our timely delivery of services and quick responses.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We have all the reasons that would compel you to choose us if you are in search of best management coursework assistance. Through us, you get the help and guidance which not only make you score higher but also boost your understanding of the subject that help you excel overall.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 2, 'Management Coursework Writing Service | Coursework Writing Experts', 'For quality management coursework assistance at reasonable prices to excel the grades by our writing service through the assistance of experts.', 'Management Coursework Writing Services, Coursework Writing Experts', 'management-3', '2021-07-16 03:34:19', '2021-10-06 01:46:01'),
(97, 'Science', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SCIENCE COURSEWORK WRITING SERVICES</h1>\r\n<p>Are the closer deadlines of Science Coursework stressing you? Or are you struggling in finishing your Science coursework due to lack of time and lack of subject knowledge? Whatever is the problem, Professional Assignment Help has the solutions for all of your coursework related problems.</p>\r\n<p>Coursework is assigned to students to boost the practical understanding of the subject. Through coursework, they get evaluated on their research skills, critical and analytical thinking, and therefore this is incorporated as a major part of grading systems. If the students want to score high, they could score well by submitting impressive coursework on time. This will not only help them gain scores but will also lead them to win accolades from professors and stand out among peers.</p>\r\n<p>However many students face a lot of challenges in writing these coursework and struggle submitting them by the deadline. There are a number of complexities and challenges associated with writing coursework which is already an intensive work in itself. There are many factors which compel students to look for coursework help as they find themselves unable to work on coursework due to lack of time, lack of subject knowledge, lack of writing skills, etc.</p>\r\n<p>To help and relieve you from writing such lengthy Science Coursework, Professional Assignment Help provides help from professional coursework writing experts who help you with a well written science coursework which is full of quality and 100% unique content. Our experts write the coursework considering the instructions given by you. We understand each student is different and so are their requirements. You get the customized science coursework according to your requirements matching your academic level and keeping in line with the guidelines stated by your professors. Under Science coursework writing services, we have covered allied subjects and coursework services which include Formal sciences, medical science, natural science, social science and a lot more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Science Coursework Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you excellent coursework assistance through professional science coursework experts. Our coursework writing experts are chosen with utmost care and consideration to the quality and proficiency of the skills such as subject knowledge, writing skills, research skills, critical and analytical thinking ability, awareness and understanding of university guidelines, etc.</p>\r\n<p>We hire the most eligible writers for the assignment writing services who hold the degree and certification in science or relevant courses. We have a team of coursework experts who hold strong educational qualifications and hold either the masters or Ph.D. holders in the respective field of study. In addition to strong qualifications, these experts are highly experienced in academic and coursework writing.</p>\r\n<p>Having a thorough understanding of what to do and how to do along with the vast subject knowledge is the prerequisite for every writer who joins us. It’s not only the subject knowledge that matters, writers must also be well aware with the techniques of writing a science coursework. We take pride in our highly qualified science coursework writers who work hard to get the assignment completed following a systematic procedure and make sure that it matches the expectation of students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Science Coursework Writing Services,’</h2>\r\n<p>Professional Assignment Help always promises the students for the top-notch quality. Error free work with unique content and higher grades. We have curated the science coursework writing services in such a way wherein every step towards getting a project completed aims to deliver best services.</p>\r\n<p>The core features of Science Coursework Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your coursework to the most capable finance coursework expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every coursework that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>To assure the quality of coursework, it goes through multiple quality checks to make sure it matches your expectations and specification stated by your college professors.</li>\r\n<li>Our coursework writing services are available in flexible packages in which you only pay for the services you actually need and have options to choose add-ons as per your need.</li>\r\n<li>We are well known for our timely delivery of services and quick responses.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory. We aim to offer value for money and create results that bring impact by leading towards success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 3, 'Science Coursework Writing Services | Coursework Writing Experts', 'Due to lack of knowledge and time, facing a hard time in science coursework writing, then go for course writing services help for instant solutions.', 'Science Coursework Writing Services, Coursework Writing Experts', 'science-1', '2021-07-16 03:34:37', '2021-10-06 01:47:26'),
(98, 'Mathematics', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATHEMATICS COURSEWORK WRITING SERVICES</h1>\r\n<p>If you are one among the students who find it difficult to do any academic task based on mathematics, then we are here to help you with it. We are Professional Assignment Help online who have been offering a wide range of coursework writing services to students from schools, colleges or universities from the UK, Australia and New Zealand. Here at Professional Assignment Help, we get you connected with the best mathematics coursework experts to assist you in mathematics coursework and help you score higher.</p>\r\n<p>Mathematics is one of those subjects which most of the students really find very difficult to understand. Topics under mathematics streams such as Algebra, trigonometry, geometry, calculus, number theories are different fields which are quite complicated to understand. Completing any assignment or coursework based on mathematics is not less than any nightmare for many students who are not so proficient in this subject.</p>\r\n<p>Coursework is the most important and major part in the curriculum of mathematics and is a major part of the grading system. Students are supposed to perform well while preparing their coursework submission to score well. However, students find it quite challenging to work on mathematics coursework due to lack of knowledge and lack of time. Due to these challenges, they get stressed and end up compromising with the grades.</p>\r\n<p>Professional Assignment Help has brought you the solutions which don’t let you compromise with the grades in Mathematics coursework anymore. We understand the problems students have been facing with mathematics coursework. Our team of very efficient and dedicated subject matter experts or mathematics coursework experts who carry immense subject knowledge and a vast experience in providing mathematics coursework help. Our writing experts understand your specific requirements and work on your coursework meeting your specific requirements and customizing it accordingly.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Mathematics Coursework Writing Experts:</h2>\r\n<p>It is our team that makes us achieve Excellence in services we deliver. We consist of efficient writers, veteran professors, subject matter experts, industrial practitioners who all work together with the sole motive to offer best services to students with assured good results.</p>\r\n<p>Professional Assignment Help has employed a very dedicated team of Mathematics coursework experts who possess good subject knowledge and all the prerequisite skills set that is must for any Mathematics academic writing expert. Our writers are well qualified and hold certification or degree in Mathematics stream. They are either master degree holders or Ph.D. holders. In addition to that, they hold years of experience in working as tutors, professors, writing coursework and any academic assignment.</p>\r\n<p>Our Mathematics Coursework Writing Services cover services for various topics such as Algorithms, Algebra, Trigonometry, Number theory, Calculus and many others. With the help of very efficient and qualified writers, we promise to offer you instant writing solutions with good quality and assured results. If you too have been looking for the mathematics coursework help online from the expert who can curate your coursework doing good research and in well-written format which is full of unique ideas that could get you higher grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Mathematics Coursework Writing Assignment Help’ services</h2>\r\n<p>We understand the value of your time and trust you invest in us. Professional Assignment Help always promises students for the quality services and good grades in your academics projects. Our highly qualified coursework writers work hard to complete your assignments or project meeting your specific requirements and attaining the results that you want to achieve.</p>\r\n<p>The core features of Mathematics Coursework Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We connect you to our most capable, experienced and qualified mathematics coursework experts who write your coursework similarly as it is written by any scholar, matching your academic level and tailoring it as per your needs.</li>\r\n<li>Every coursework that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Every coursework draft goes through multiple quality checks to make sure it is worked as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>We are well known for our timely delivery of services and quick responses without compromising with the quality.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We make concentrated efforts to deliver the services to you that go beyond your expectations. With the aim to grow together, we offer the services that bring assured results and lead you towards success. We not only provide the assurance of higher scores but also guide you thoroughly about the subject that helps you in the long run.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 4, 'Mathematics Coursework Writing Services | Coursework Writing Help', 'Professional Assignments Help promises you the best-qualified coursework writing services related to mathematics subject projects meeting requirements.', 'Mathematics Coursework Writing Services, Coursework Writing Help', 'mathematics-1', '2021-07-16 03:35:04', '2021-10-06 01:56:23'),
(99, 'Humanities', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES COURSEWORK WRITING SERVICES</h1>\r\n<p>Are you stressed due to the closer deadline for submitting Humanities Coursework Assignment? Are you looking for coursework help and best humanities coursework writing services? If the answer is yes, then you have certainly reached the right platforms.</p>\r\n<p>We are Professional Assignment Help, offering a wide range of coursework writing services covering a wide range of courses which are being taught at the universities across the world. So if you are stressed out due to the closer deadlines and loads of the academic task piled up on the table, then Professional Assignment Help would get you the solutions. You can now freely invest your time on something which requires your attention the most, while our coursework writing experts draft your coursework or any other assignment.</p>\r\n<p>Coursework is considered as an integral part of curriculum in Humanities Course which aim to enhance the learning capabilities of students and make them aware about the application of theories in the real world. Most of the universities across the world ask their students to do Humanities coursework to boost their research skills, subject knowledge, analytical thinking abilities, writing abilities.</p>\r\n<p>Humanity is the subject full of creativity and exploration. It is one of those fields of study which stimulates the thoughts and gives insight into further numerous fields. Humanities is the study of mankind. Many students take interest in this subject as they can use their creativity and can reach many interesting industries to build their career. Though the subject is interesting to study, working on numerous assignments with closer deadlines becomes very challenging.</p>\r\n<p>Students are supposed to perform well if they would like to score higher. However, most of the students these days face lots of challenges while working on such academic tasks. There are certain factors such as lack of subject understanding, writing skills, research skill and the most affecting factor is the lack of time due to which students find it difficult to finish their coursework on time or doing it proficiently. Therefore, the students look for coursework writing help from a reliable assignment help online.</p>\r\n<p>Professional Assignment Help offers you Humanities Coursework writing services well qualified and experienced humanities experts who help you in curating a well-researched and well drafted humanities coursework. We have covered numerous Humanities topics under the Humanities Coursework writing such as history, performing arts, language and many others.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Coursework Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have hired the most qualified, experienced professional humanities coursework writers to cater the writing needs of all students from schools, colleges, universities from UK, Australia and New Zealand. Our coursework experts hold the master degree in humanities or hold Ph.D. In addition to the strong qualification background. They are experienced working as tutors, professors and practitioners and also hold prior experience in writing humanities coursework and other academic assignments.</p>\r\n<p>We make sure that every coursework writing expert and assignment experts we hire possess all the skills such as good writing skills, research skills, critical and analytical thinking abilities, educational culture and guidelines in force at the universities which are required to write an impressive assignment or coursework. They are well versed with the knowledge and capability to deliver quality services and with quick answers to queries related to humanities or allied subjects.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Coursework Writing Services’:</h2>\r\n<p>With Professional Assignment Help online, we get you the opportunity to engage with our coursework writing expert to have thorough discussion on the task you want to get done. We get you connected with our best humanities coursework writers who have the abilities to answer your simple to complex queries very efficiently.</p>\r\n<p>The core features of our Humanities Coursework writing services are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with most eligible writing experts who hold the required qualification that matches your requirements.</li>\r\n<li>Your humanities coursework gets compiled with authentic and unique content which is absolutely plagiarism free and gathered through in-depth research leaving no scope of errors.</li>\r\n<li>Your coursework goes through multiple quality checks to ensure it contains all the required components, compiled considering the specifications given by you, matching your expectations and guidelines stated by your university.</li>\r\n<li>You can always choose the package according to your requirements and make it suitable to your budget.</li>\r\n<li>We always ensure timely deliveries and are available 24/7 with our customer support facility to respond to queries received from students.’</li>\r\n</ul>\r\n<p>We never compromise with the quality and authenticity of the coursework we deliver. You always get the tailored services according to your requirements and your needs. If you are in search of experts to get your humanities coursework completed, then contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 5, 'Humanities Coursework Writing Services | Professional Coursework Writers', 'Let our coursework writing experts draft your unique and plagiarism-free humanities coursework with the help of our professional writing services.', 'Humanities Coursework Writing Services, Professional Coursework Writers', 'humanities-4', '2021-07-16 03:35:32', '2021-10-06 02:05:53');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(100, 'Finance', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCE COURSEWORK WRITING SERVICES</h1>\r\n<p>Finance is a study of money management which basically deals with numbers. It is one of the lucrative career choices for a number of reasons. With great performance at finance in academics, a student can really get huge opportunities in their career. Hence, having the proper understanding and in-depth knowledge of theories and concepts in finance is a must for students who wish to have a successful career in finance. To enhance the subject knowledge, practical skills, to boost learning capabilities, many universities have incorporated assignments, projects, etc. in the curriculum.</p>\r\n<p>These all assignments, projects and coursework are the major part of the grading system. Students are supposed to perform well if they would like to score higher. However, most of the students these days face lots of challenges while working on such assignments. There are certain factors which make it difficult for students to do their coursework on their own. These factors include lack of subject understanding, lack of writing skills, lack of research skill and the most affecting factor is the lack of time.</p>\r\n<p>With the change of time, education culture has also changed a lot. Students these days indulge in so many curricular and extracurricular activities which makes their daily schedule very packed and they hardly get time to invest in writing assignments. On the other hand, lots of academic projects from various professors with the closer deadline might make it challenging for students to complete each of them efficiently. It becomes difficult for them to write the academic projects or course works by themselves or if they do it on own, they might end in compromising with the quality which affects the scores.</p>\r\n<p>We understand no student would like to compromise with the grades and therefore we have brought you the best academic writing solutions. Professional Assignment Help offer a wide range of solutions for all your coursework queries and offer best assignment help online for students from universities across UK, Australia and New Zealand.</p>\r\n<p>We have covered numerous coursework assistance under Finance Coursework writing services which include Finance Planning Coursework, Corporate Finance, Capital Budgeting, Financial Statement Analysis, FOREX Coursework, Corporate Finance, Behavioural Finance and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Finance Writing Experts:</h2>\r\n<p>What makes us more efficient and effective is our team which includes best writers, veteran professors, subject matter experts, industrial practitioners, who all work with the motive to offer best services to students with assured good results.</p>\r\n<p>We have hired the most qualified and experienced professional finance coursework writing experts in our team. All writers we are equipped with, have been working in this industry for the last many years which makes them highly capable in serving you better and very efficiently.</p>\r\n<p>Our Finance coursework experts hold strong educational qualifications in finance and relevant streams. They either hold the Master’s Degree or Ph.D. in the respective field of study. In addition to strong qualification, these experts are highly experienced in academic and coursework writing with industrial experience as well. We make sure that every writing expert we hire is equipped with proficient skills that make them deliver quality work and achieve highest customer satisfaction.</p>\r\n<p>In order to keep our services up-to-date and keeping up with the changes in the education industry, we have made the provision of formal training regularly to keep our writers updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Finance Coursework Writing Services</h2>\r\n<p>At Professional Assignment Help, we get you connected with our finance coursework writing experts who provide excellent coursework assistance that help you stand out among the crowd. Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</p>\r\n<p>The core features of our Finance Coursework writing services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your coursework to the most capable finance coursework expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Every coursework draft goes through multiple quality checks to make sure it is worked as per the specification given by you and meets the parameters stated by your college professors.</li>\r\n<li>We are well known for our timely delivery of services and quick responses.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We are striving ahead with the aim to be the preferred coursework help provider for students across the UK, Australia and New Zealand and hope to develop a strong bond by making our customers happy and delivering value for money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 9, NULL, NULL, NULL, NULL, 6, 'Finance Coursework Writing Services | Finance Writing Experts', 'Now don’t compromise with your finance coursework writing, as we are providing you instant writing services as soon as possible with quality work.', 'Finance Coursework Writing Services, Finance Writing Experts', 'finance-1', '2021-07-16 03:35:58', '2021-10-06 02:11:30'),
(101, 'Academic Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACADEMIC RESEARCH WRITING SERVICES</h1>\r\n<p>With the change of time, educational culture has changed a lot. Many schools, colleges and universities have adopted lots of updates in the teaching patterns in order to impart the knowledge in a much better way that ensures overall personal and professional growth of students. In addition to the knowledge transfer, students are inculcated with various skills which are beneficial for them for professional growth. Students are given many academic tasks, presentations, assignments, coursework and research paper work which aims to boost their research skills, enhance their subject knowledge, critical and analytical thinking abilities, writing abilities, etc.</p>\r\n<p>Research Paper writing is one of such academic tasks that boost the subject knowledge of the students, improve their decisive ability and theoretical thinking ability. It requires a high level of skills to conduct any research and draft the papers. This is also considered an essential tool to judge and evaluate the critical and analytical thinking ability of the students. Moreover, writing a good research paper is essential as it is one of the major components in the grading system of many schools and universities.</p>\r\n<p>Writing a research paper is a time intensive and a lengthy task. Besides, there are many challenges and complexities associated with drafting a research paper. Students must have understanding of research methodology, writing structure and main components of it. Another major challenge is the lack of time due to which students are unable to draft the paper and miss on deadlines. Students these days indulge in so many curricular and extracurricular activities due to which they hardly get enough time that could be used to write research papers. Due to lack of skills and lack of time to conduct proper research, most of the students find it difficult to write research papers by themselves. This is the reason they look for research paper writing services in order to avoid compromising with the grades.</p>\r\n<p>To help the students with all such challenges they face while doing any assignment, Professional Assignment Help has brought a range of writing services through experts who help you in writing excellent assignments and help you score higher in academics. Academic Research Writing Services is one of the most demanded services that we have catered and received highest customer satisfaction. We have research paper writers from different fields of study who are well qualified and highly experienced in providing research writing help. You can order any research paper services from us from basic courses to technical courses and based on any writing style including Argumentative, Definition, Solutions, Analytical, Interpretive, Cause &amp; Effect, and Reports etc. No matter how complex the topic, we always get you the best research papers delivered.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Academic Research Paper Writing Experts:</h2>\r\n<p>What makes us more efficient and effective is our expert writing team who make concentrated efforts to deliver excellent research papers that make your performance stand out among peers. Our writing team consists of best writers, veteran professors, subject matter experts, industrial practitioners from different fields of study who hold immense knowledge and practical experience which makes them the most capable professional to write your papers.</p>\r\n<p>These research paper writing experts from different fields of study are Ph.D. holders and hold years of experience in writing research papers for students. We organize regular training sessions for our writing experts in order to keep them updated with the changing norms of educational culture, brushen up their writing skills that help us achieve Excellence in services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Research Writing Services’:</h2>\r\n<p>At Professional Assignment Help, you get the opportunity to engage with our research paper writing experts to seek answers for your queries and discuss in detail about your task. Post discussion, if you are satisfied with their answers and support, you can book the services.</p>\r\n<p>The core features of our Academic Research writing services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get connected to the most capable and efficient research paper writing experts who hold immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every research paper is compiled following the research methodology and each step includes thesis statement, hypothesis testing, gathering data from internal and external sources, referencing, bibliography etc.</li>\r\n<li>Every research paper we deliver is compiled with 100% plagiarism free content which is relevant to the topic and gathered through authentic sources of information.</li>\r\n<li>Every coursework draft goes through multiple quality checks to make sure it is worked as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our responses are quick and deliveries are always on time. You can contact us round the clock through call, live chat or emails.</li>\r\n</ul>\r\n<p>We are striving ahead with the aim to be the preferred research writing service provider for students across the UK, Australia and New Zealand. Our aim is to create value for money for them and deliver the services that help in the long run.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 10, NULL, NULL, NULL, NULL, 1, 'Academic Research Writing Services | Research Paper Writing Experts', 'Academic research writing will be now no time-consuming as Professional Assignments Help provides writing services at prominent prices.', 'Academic Research Writing Services, Research Paper Writing Experts', 'academic-writing-service-3', '2021-07-16 03:36:37', '2021-10-06 02:13:08'),
(102, 'Capstone Project Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CAPSTONE PROJECT HELP</h1>\r\n<p>Students who are asked to submit a Capstone Project oftenly struggle in finishing the project. Working on Capstone Projects needs ample time on the student part as it is a lengthy and time intensive task. It required extensive research to be done to gather the relevant content that could be compiled altogether. As the majority of students failed to do the task efficiently and therefore in order to compromise with the grades, they seek capstone project help. Students outsource the expert writing services who can write their project very professionally.</p>\r\n<p>Capstone projects are the final year research paper that let you apply all the learnings in conducting research on a topic of interest. This is basically designed for the final year students to consolidate their learnings and experience in the form of a project which is well drafted and well written. In the Capstone project which is submitted at the end of the course duration or final year, you prepare a final research paper, composed of new ideas, exploring the solutions, findings on topics of interest, using your learning that you have gained throughout your course duration.</p>\r\n<p>Many universities and colleges include capstone projects at the end of the course duration which is the major part of the grading system which aims to encourage problem solving ability, critical and analytical thinking ability among the students. Students are assigned such projects in order to make them future ready by developing research skills in them that helps in professional life. It helps students to boost their subject knowledge and reasoning skills that help in the long run whether in academic life or in professional life. Since it is one of the major components in the grading system of your academic program, you are supposed to perform well and submit an impressive research paper otherwise it might impact your grades.</p>\r\n<p>We at Professional Assignment Help offer you the most reliable and affordable capstone project help through highly qualified and very experienced scholars. We connect you with the best writing experts who assist you in drafting an impressive research paper and project work that help you score high. Our writing experts are capable enough to write on a wide range of research paper topics on various subjects.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Capstone Project Writing Experts:</h2>\r\n<p>We have professional capstone project writing experts who are highly experienced in writing assignments. They have decades of experience into this industry from the decade which makes them so efficient to take the task and complete it so efficiently. Our team of writing experts hold strong educational qualifications. They are either master’s degree holders or the Ph.D. holder in the respective field of study. In addition to strong qualifications, these experts are highly experienced in academic and coursework writing. They have been industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which are a prerequisite for any writer to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Capstone Project Writing Services:</h2>\r\n<p>Professional Assignment Help is one of the best coursework writing service providers and assignment help available online for students of schools, colleges or universities across UK, Australia and New Zealand. We help the students in writing their academic projects in various courses with the promise of top-notch quality, error free and unique content and higher grades.</p>\r\n<p>The core features of Capstone Project Writing Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have experts from various fields of study and courses that are being taught across the world. Your capstone project goes in the right hands who possess the relevant education and are capable of delivering quality projects.</li>\r\n<li>Every capstone project we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Every project we work on goes through multiple quality checks to make sure it matches your expectations and specifications stated by your college professors.</li>\r\n<li>We are well known for our timely delivery of services and quick responses.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>You can always rely on Professional Assignment Help for all sorts of academic tasks. Here, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory. We work very hard and aim to deliver solutions beyond your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 10, NULL, NULL, NULL, NULL, 2, 'Capstone Project Help | Capstone Project Writing Experts', 'Seeking capstone project help writing services with proper formatting and research work from capstone writing experts, then you are at the right place.', 'Capstone Project Help, Capstone Project Writing Experts', 'capstone-project-help', '2021-07-16 03:37:09', '2021-10-06 02:21:12'),
(103, 'CDR Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CDR WRITING SERVICES</h1>\r\n<p>Professional Assignment Help is a renowned assignment help online who have been providing wide ranges of assignment writing services. CDR Writing Services is one of the most demanded assignment help online. We have catered for students of schools, universities across the UK, Australia and New Zealand. If you’re also looking for very professional writing experts to help you with CDR Reports, get in touch with us now!</p>\r\n<p>We are the leading company in writing Competency Demonstration Report (CDR) offering services through well experienced CDR writing experts. CDRs are made mandatory by engineering bodies in Australia and New Zealand for aspirants who wish to pursue their career in engineering and want to migrate as Professional Engineer. Aspirants are required to provide CDR Reports which illustrate their professional career in brief. It contains the details of your professional engineering activities or projects thoroughly. It consists of details of the workshops, seminars, short courses, certifications, and training pertaining to engineering you have attended throughout your academic life.</p>\r\n<p>Writing a CDR has never been easy for students. It is very important to write CDR very precisely leaving no chance of error as it might affect the quality of the report and might not bring you the desired results. There are certain challenges and complexities associated with writing CDR and one of the major challenges is its format. It is important for aspirants to write the reports in a pre-defined format accepted throughout. Candidates who are not well aware of these guidelines and unable to provide a report which meets the standards set up by the engineering bodies, might opt you out from the migration list. Here, a well experienced CDR might get you the solution by writing a CDR report on your behalf which is full of relevant and quality content.</p>\r\n<p>At Professional Assignment Help, we have come up with excellent CDR writing services through our highly qualified and well experienced CDR writers. Our entire team makes concentrated efforts to help you in curating an impressive and fully acceptable CDR in very less time that can bring out the desired results for you. We will get you connected with most eligible CDR writers who are reliable and get you a very affordable solution. You only need to mention to us your specific requirements while processing your order and leave your all work to us while you get engaged in other important work you have.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified CDR Writing Experts in CDR Help:</h2>\r\n<p>Our writing experts’ team consist of candidates from different qualification backgrounds like management, law, finance, medical, nursing, humanities, etc. who are very efficient in writing a wide range of assignments, essays, dissertation, CDR Reports etc. No matter what kind of academic or writing task it is, we get you all solutions at one platform.</p>\r\n<p>Every country has their own set of standards for CDR reports and therefore we get you connected with native CDR writing experts to make sure the entire report is prepared considering the protocols followed in the country you wish to apply for.</p>\r\n<p>Our entire team works very hard constantly to make your assignments which are high in quality. Our CDR writers are well qualified and efficient enough to deliver quality work done on your report based on your preference and leaving no scope of error.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘CDR Writing Services’:</h2>\r\n<p>At Professional Assignment Help, we have designed our CDR writing service in a way that gets you all sort of help you need for the CDR Writing ensuring quality and confidentiality. Considering your requirement, we get you the best CDR writing expert who is able to get you customized reports working according to your requirement.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have hired the most qualified personnel who have expertise in writing CDR reports for engineers aspiring to migrate to the UK, Australia and New Zealand.</li>\r\n<li>The report we create goes through rigorous quality checks to make sure it meets all required parameters based on the country you are applying for and leaving no scope of errors.</li>\r\n<li>The reports we curate are compiled with 100% plagiarism free content which is unique and relevant.</li>\r\n<li>We offer high quality CDR writing services and always maintain the confidentiality of the clients’ data.</li>\r\n<li>We are known for timely delivery and are available 24/7 through our customer support. You can connect with us through live chat, emails and calls.</li>\r\n<li>Our prices are affordable and come in flexible packages. You can choose the add-ons according to your requirements.</li>\r\n</ul>\r\n<p>Get your report accepted and get listed in the migrant list at one go with the help of qualified CDR experts at Professional Assignment Help. Our writers curate the customized piece of work that brings you the desired results which is beyond your expectations. Our aim is to achieve the highest customer satisfaction and grow together ensuring success for both.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 11, NULL, NULL, NULL, NULL, 1, 'CDR Writing Services | CDR Writing Experts', 'With the most relevant and effective CDR writing services for your, CDR reports and get the desired result with in time period with the most eligible CDR writing services.', 'CDR Writing Services, CDR Writing Experts', 'cdr-writing-service', '2021-07-16 03:37:49', '2021-10-06 02:22:52'),
(104, 'CDR Sample', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CDR SAMPLE</h1>\r\n<p>Are you worried about the quality of the CDR Report or looking for an expert to get it done for you? Professional Assignment Help has the solution for your every question pertaining to CDR and CDR Sample Writing Services. We are certainly the right place to help you in writing CDR Sample.</p>\r\n<p>Engineering aspirants who wish to make their career in other countries such as the UK, Australia and Newland are required to submit a CDR report to demonstrate and provide details of the work pertaining to the engineering field completed so far. Every such aspirant wishes to create an impressive CDR report that could help them at once to move ahead and get approved in the migrant list. Professional Assignment Help is a renowned CDR Writing Services provider. It is one of the most demanded services that we have catered for engineering candidates.</p>\r\n<p>Competency Demonstration Reports (CDR) are made mandatory by engineering bodies in Australia and New Zealand for aspirants who wish to pursue their career in engineering and want to migrate as Professional Engineer. Aspirants are required to provide CDR Reports which illustrate their professional career in brief. It contains the details of your professional engineering activities or projects thoroughly. It consists of details of the workshops, seminars, short courses, certifications, and training pertaining to engineering you have attended throughout your academic life.</p>\r\n<p>Many candidates find it challenging to write CDR. It becomes very crucial to draft a professional and impressive report that could enhance the chance to get approved. It is very important to write CDR very precisely leaving no chance of error as it might affect the quality of the report and might not bring you the desired results. If a candidate is unaware of the format of CDR even a bit, it might affect the output and could opt you out from the migration list. Therefore, there must not be any error if you want to get approved at one go.</p>\r\n<p>To ensure such error free and impressive professionally written reports, Professional Assignment Help strives hard to deliver the services which are beyond your expectations and try to get the best output at once. Here, a well experienced CDR might get you the solution by writing a CDR report on your behalf which is full of relevant and quality content.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified CDR Writing Experts in providing CDR Sample:</h2>\r\n<p>We are well equipped with the experts from various fields of study such as management, law, finance, medical, nursing, humanities, etc. who are very efficient in writing a wide range of assignments, essays, dissertation, CDR Reports and any academic task you need help with. To cater the needs of candidates for CDR, we have hired highly experienced engineers from worldwide who have prior experience in writing CDR Reports. Every country has their own set of standards for CDR reports and therefore we get you connected with native CDR writing experts to make sure the entire report is prepared considering the protocols followed in the country you wish to apply for.</p>\r\n<p>Our entire team works very hard constantly to make your assignments which are high in quality. Our CDR writers are well qualified and efficient enough to deliver quality work done on your report based on your preference and leaving no scope of error.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘CDR Sample Writing Services’:</h2>\r\n<p>It is our aim to deliver value against the money and trust you invest in us. Based on your requirement, we get you connected with the best CDR writing experts who get the report customized accordingly.</p>\r\n<p>Have a look at the core features of CDR Sample writing services, which would convince you to hire Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of highly qualified personnel who hold expertise in writing CDR reports for engineers aspiring to migrate to the UK, Australia and New Zealand.</li>\r\n<li>Every report that is being created goes through rigorous quality checks to make sure it meets all required parameters based on the country you are applying for and leaving no scope of errors.</li>\r\n<li>We deliver the reports which are compiled with unique, relevant and100% plagiarism free content.</li>\r\n<li>We are known for timely delivery and are available 24/7 through our customer support. You can connect with us through live chat, emails and calls.</li>\r\n<li>Our prices are affordable and come in flexible packages. You can choose the add-ons according to your requirements.</li>\r\n</ul>\r\n<p>With the help of our very professional and efficient team members, we aim to achieve the high level of customer satisfaction that would ensure their growth and ours too. If you’re also looking for very professional writing experts to help you with CDR Reports, get in touch with us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 11, NULL, NULL, NULL, NULL, 2, 'CDR Sample | CDR Writing Experts', 'Professional Assignments Help delivering qualified CDR sample writing services by our CDR writing experts with other academic writing services.', 'CDR Sample, CDR Writing Experts', 'cdr-sample', '2021-07-16 03:38:06', '2021-10-06 02:28:40'),
(105, 'Career Episode CDR Writing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CAREER EPISODE CDR WRITING SERVICES</h1>\r\n<p>Are you struggling to write Career Episodes for your CDR Report that could get you approved for migrating to another country to pursue an engineering career ahead? Leave your worries with Professional Assignment Help, who will create a professionally written and an impactful report that would help you in getting approved for migration in the country you are looking for at one go!</p>\r\n<p>There are certain sections in a CDR or Competency Demonstration Report that are mandatory to be included and presented in a CDR. There are three such section which are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Continuing Professional Development</li>\r\n<li>Career Episodes</li>\r\n<li>Summary Statement</li>\r\n</ul>\r\n<p>Though each part is supposed to be compiled with a good piece of content and in well written format, out of these three sections Career Episodes are comparatively more important. Career Episodes must be written with due care to give details of skills and knowledge pertaining to your engineering course and career.</p>\r\n<p>Career Episodes are one of the crucial parts of any CDR report. Applicants are required to provide three career episodes which must demonstrate your skills, knowledge and capabilities in the engineering stream. Each of the career episodes showcase the different aspects of the engineering work you have pursued and indulged by the time you are applying, which help the assessor to evaluate your proficiency level. You can mentioned about the workshops, seminars and training sessions you have attended during your academic time and can also mentioned about your internships or work experience</p>\r\n<p>Each Career Episodes comprise of various sections which are Introduction, Background, Personal Engineering Activity and a Summary statement. Writing all these sections in career episodes needs very good skills to present the work experience in a way that could convince the assessor on your proficiency level. It does require writing skills, awareness of structure followed at the country you have been applying for etc. Most of the applicants find it difficult to write career episodes by themselves and therefore they look for professionals who can write career episodes for them.</p>\r\n<p>Professional Assignment Help provides you the expert Career Episode CDR Writing Service that will certainly get positive results for you. Our team consists of well qualified and highly experienced personnel who hold expertise in writing Career Episodes that really work and get your application approved. We work on the career episode category that aligns best with the occupation category you have been applying for which includes engineers, technologists, associates, managers etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Career Episode CDR Writing Experts:</h2>\r\n<p>At professional Assignment Help, we offer Career Episode CDR writing services through our highly efficient and experienced team of CDR writers. These writers help you in selecting the most relevant category and write the career episodes accordingly presenting your skills and professional experience in an impressive way.</p>\r\n<p>Every country has their own set of standards for CDR reports and therefore we get you connected with native CDR writing experts to make sure the entire report is prepared considering the protocols followed in the country you wish to apply for.</p>\r\n<p>Our Career Episode CDR writing team consist of engineers who hold strong qualification backgrounds along with decades of work experience which makes them very efficient in delivering the report which is impressive and gains the desired results. Our CDR writers ensure you an impressive and flawless CDR that benefits you in achieving your dreams.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Career Episodes CDR Writing Services’:</h2>\r\n<p>We understand how important a CDR is for you and therefore we help you in creating reports that catch the attention of the assessor and assuring the success in EA assessment. We maintain the confidentiality of clients along with quality.</p>\r\n<p>Having a look at the core features of Career Episodes CDR writing services might help in making a decision whether you should consider our services or not. Some of these features are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are equipped with the writing experts who provide professional help following a proper flow of structure to meet the set standards of career episodes.</li>\r\n<li>Each career episode we write is presented in a precise manner that contains very relevant information which is 100% plagiarism free, avoiding errors and unnecessary details.</li>\r\n<li>We are known for timely delivery and are available 24/7 through our customer support. You can connect with us through live chat, emails and calls.</li>\r\n<li>Our prices are affordable and come in flexible packages. You can choose the add-ons according to your requirements.</li>\r\n</ul>\r\n<p>Get your career episodes through Professional Assignment Help for an impressive CDR. We create a customized report that matches our expectations and let you lead towards a successful career ahead.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 11, NULL, NULL, NULL, NULL, 3, 'Career Episode CDR Writing Services | CDR Writing Experts', 'Get the career episodes of your CDR report written by Professional Assignment Help writing services for instant approval by immigration of your country.', 'Career Episode CDR Writing Services, CDR Writing Experts', 'career-episode-cdr-writing', '2021-07-16 03:38:41', '2021-10-06 03:10:32'),
(106, 'Stage 1 CDR Writing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STAGE 1 CDR WRITING</h1>\r\n<p>Looking for experts who can help you in preparing for stage 1 competency assessment? If you’re looking for Stage 1 CDR writing experts to create or review the CDR, then Professional Assignment Help is certainly the right platform for you to get help. Professional Assignment Help helps in curating a competency demonstration report that is required to apply for Stage 1 competency assessment with EA. We get you connected with our highly experienced engineer who drafts an excellent report for you and helps from scratch to end.</p>\r\n<p>Stage 1 is the level of proficiency that applicants are required to pass in order to be a member with engineer employees or engineers Australia (EA). It defines the eligibility of the candidates who aspire to build their career in the engineering field in Australia. The most appropriate way of demonstrating stage 1 competency is to pursue the engineering degree recognized by Engineers Australia.</p>\r\n<p>Stage 1 competency assessment consists of 3 levels which evaluate the subject knowledge, required skills and professional attributes which all together talk about the competency of the candidate and show their eligibility to be a member with Engineers Australia. Each part of Stage 1 Competency Report is curated with utmost care. Stage 1 Competency consists of all three Career Episodes which further comprise of various section names as Introduction, Background, Personal Engineering Activity and a Summary statement. Writing all these parts in CDR needs very good skills which the majority of candidates look at and compelled to look for professionals to complete their report.</p>\r\n<p>To set you free from the trouble or challenges you face in drafting the CDR, Professional Assignment Help provides you the help of CDR writing experts to draft the competency report by compiling with well explained Career Episodes and help you in preparing for stage 1 competency level all together. Our team consists of well qualified and highly experienced personnel who hold expertise in the engineering field and also experienced in writing Career Episodes or stage 1 competency report that helps getting your application approved. Our writers make sure that every piece of content that is compiled is relevant, unique and meet the required purpose and help you in leading forward to pursue your engineering career in Australia.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified CDR Writing Experts for curating Stage 1 Competency Report:</h2>\r\n<p>At professional Assignment Help, we offer Stage 1 CDR writing services through our highly competent and experienced CDR writers who not only help in drafting impressive reports but also help you in preparing for competency assessment for EA.</p>\r\n<p>Every country has its own set of standards for CDR reports and we understand a native CDR writer would be the most capable person to assist you in writing competency reports. Therefore we get you connected with native CDR writing experts to make sure the entire report is prepared considering the protocols followed in the country you wish to apply for.</p>\r\n<p>Our Stage 1 CDR writing team consist of the well qualified engineers who hold decades of work experience as engineers and also experienced in writing reports for competency assessment. We have CDR experts from various areas of engineering which include Structural Engineer CDR, Automotive Engineer CDR, Mechatronic Engineer CDR, and many more.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Stage 1 CDR Writing Services’:</h2>\r\n<p>We understand the impact a well-crafted CDR can do for you and therefore make concentrated efforts to bring the desired results through the reports we write. Having a look at the core features of Career Episodes CDR writing services might help in making a decision whether you should consider our services or not.</p>\r\n<p>Some of these features are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are equipped with highly professional, educated and experienced writing experts who write a professional report following a proper flow of structure to meet the set standards of career episodes.</li>\r\n<li>Every Competency Demonstration Report is written in a way that presents your skills, qualification, work experience and professional attributes pertaining to your engineering career, which could impress and convince the assessor to approve your application.</li>\r\n<li>Your report contains authentic and relevant information which is 100% plagiarism free which is error free and doesn’t contain any unnecessary details.</li>\r\n<li>We are known for timely delivery and are available 24/7 through our customer support. You can connect with us through live chat, emails and calls.</li>\r\n<li>Our prices are affordable and come in flexible packages. You can choose the add-ons according to your requirements.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you will never get disappointed with the result you get from the reports we write. Get in touch with us now to get your stage 1 competency report and CDR in very less time.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 11, NULL, NULL, NULL, NULL, 4, 'Stage 1 CDR Writing | Stage 1 CDR Writing Services', 'Our stage 1 writing experts equipped with great experience will deliver their services in writing unique career episode of your CDR reports.', 'Stage 1 CDR Writing, Stage 1 CDR Writing Services', 'stage-1-cdr-writing', '2021-07-16 03:39:10', '2021-10-08 04:53:58'),
(107, 'Editing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">EDITING SERVICES</h1>\r\n<p>Professional Assignment Help is one of the renowned assignment help online providing a wide range of academic writing services to students from all over UK, Australia and New Zealand. Our service portfolio consists of various academic tasks which are required by students which include Assignments writing services, Essays writing services, Dissertation, Programming Assignment Assistance, Case Study Help, Coursework Help, writing research papers, CDR, Editing Services and Proofreading services, Term Paper and many more. Through our wide range of professional assignment writing services, we help you achieve notable grades and get success in your academics.</p>\r\n<p>Among these various writing services, we have catered the Proofreading services and editing services for many students from different schools, colleges and universities. It sometimes becomes very disappointing for students when the scores of submitted assignments get affected due to some quality issues or errors. In order to avoid compromising with scores due to such errors, students look for proofreading and editing services to omit errors from the assignment they have worked on.</p>\r\n<p>Professional Assignment Help is offering specialized proofreading and editing services to such students who work on assignments by themselves and wants experts to cross check the entire report to minimize errors and get the most out of the assignment they write. We have proofreading experts from various fields of study who help you in identifying the possible issues and suggest the solutions that maximize the chances to achieve the higher grades. Our proofreading, reviewing and editing services are available for wide range of academic tasks such as Homework, Coursework, Term Papers, Essays, Research Papers, Assessment Reports, Reviews, thesis, Dissertations, Manuscripts, Applications, Programming Assignments and many more. We have got a covered array of services from basic to technical which are being taught across the world.</p>\r\n<p>Our main motive is to offer the services that create value for you. The experienced proofreading experts and editing experts help at Professional Assignment Help, helps you in achieving good grades by taking up your documents and proofreading them within the stipulated time frame.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Proofreading and Editing experts in reviewing your documents:</h2>\r\n<p>With the team of well qualified and highly experienced proofreading and editing experts in varieties of subjects and for a wide range of academic tasks, we have been able to cater the demands of many students widely. Our editing experts and entire team make concentrated efforts to deliver the assignment that matches your expectations and bring you the desired results.</p>\r\n<p>These editing experts we have hired come from different qualification backgrounds like management, law, finance, medical, nursing, humanities, etc. who are very efficient in writing and reviewing a wide range of assignments, essays, dissertation, CDR Reports, etc. No matter what kind of academic or writing task it is, we get you all solutions at one platform.</p>\r\n<p>When you contact us, we get you in touch with our very efficient editing and writing experts who possess the qualification which is relevant to your requirement. They answer every query very efficiently and take up the process ahead.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Proofreading and Editing Services’:</h2>\r\n<p>A well written and error free assignment can score higher marks, but to make sure that your assignment is error free, you need the help of an expert. There are a number of proofreading experts available online, but choosing the right one whom you can rely on is crucial to ensure success. Have a look at the core features of our proofreading and editing services that all together assure your benefits. These features are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have hired the most qualified proofreading experts who review the documents for leaving no scope of errors and ensure the higher grades.</li>\r\n<li>Our editing experts go through the documents and advise you about the changes that need immediate attention. They make sure the documents are plagiarism free, containing no grammatical error, compiled in well-structured format and flawless.</li>\r\n<li>We are known for timely delivery and are available 24/7 through our customer support. You can connect with us through live chat, emails and calls.</li>\r\n<li>Our proofreading and editing services are very affordable and don\'t burden your pocket. We allow the candidate to choose the add-ons or value edit services such as unlimited revisions, etc. according to your requirement.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we believe in building the long-term relationship and hence delivering assignments is just not our profession but it comes with a responsibility to get the expected outcome that can benefit you in achieving good grades and help you succeed in your academic life. If you’re looking for the experts whom you can rely on, contact Professional Assignment Help now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 12, NULL, NULL, NULL, NULL, 1, 'Proofreading Editing Services | Proofreading Editing Experts', 'By providing professional proofreading and editing services, we aim to maximize the chances of getting high grades by omitting errors in the assignments.', 'Proofreading Editing Services, Proofreading Editing Experts', 'editing', '2021-07-16 03:39:39', '2021-10-08 04:59:36');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(108, 'TAFE Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAFE ASSIGNMENT HELP</h1>\r\n<p>Writing any sort of assignments has never been so easy for most of the students and missing deadlines to submit the assignments is one of the major issues they face. If you’re struggling with finishing your assignment on time or struggling in writing it by yourself, then get in touch with us now to get help.</p>\r\n<p>We are Professional Assignment Help, offering a wide range of assignment help in the various courses to the students from UK, Australia and New Zealand. We have covered many courses or programs from basic to highly technical and have been catering the needs of students very efficiently. TAFE Assignment Help is one among them, that we have been assisting students in and providing TAFE Assignment help online.</p>\r\n<p>TAFE stands for Technical and Further Education which basically means the vocational courses which are opted by students to develop the skill set in a very specific field. In TAFE Assignment Help, we have covered many vocational courses such as Nursing Course, Healthcare Course, Animal Husbandry, Community service course, Business Management or leadership courses, Hospitality and Tourism, and many others. It is very challenging for students to write a TAFE Assignment due to the lack of subject knowledge, lack of time, unawareness about the proper format and therefore they get stressed by the majority of them.</p>\r\n<p>Writing an assignment is a very lengthy task which requires students to invest ample time to indulge in research work and compile information in a structured way. To get solutions for their writing needs, students hire the academic writing service providers and get their TAFE assignments completed. If you are also looking for the writer who can get you the best TAFE assignment written then ‘Professional Assignment Help’ is certainly the perfect choice for you. We get you connected with TAFE experts who hold strong subject knowledge and professional assignment writing skills. We have brought you the most reliable and very affordable services that could match your budget.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified TAFE Assignment Writers:</h2>\r\n<p>Our TAFE Assignment writing team consists of professionals from different educational backgrounds like law, finance, medical, nursing, humanities, etc. Every writer we have hired to cater the writing needs of students, holds either master’s degree or Ph.D. in the respective field of study. In addition to a strong qualification background, every writer holds decades of experience in writing assignments and have also worked as lecturers, tutors, industrial practitioners etc. Their vast subject knowledge and excellent writing skills make them the suitable person to provide you assignment assistance as TAFE assignment writer.</p>\r\n<p>We have hired the TAFE writing experts from various countries so that we can provide you with the best native TAFE Assignment writer to get you the services that match your expectation and meet the standards set by your professors. Every assignment on which we work on are compiled in a well-structured format containing all the important sections such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc. Our TAFE assignment writers ensure that the assignments they deliver are curated in a way that meets the end results which is to acquire higher grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘TAFE Assignment Help’:</h2>\r\n<p>With Professional Assignment Help, you can be rest assured to get the best work done by experts on your assignment and ensure high scores. Every TAFE Assignment expert at Professional Assignment Help works very hard to get quality work done and deliver it within the stipulated time frame.</p>\r\n<p>You may have a look at core features of TAFE writing services that would help you deciding whether you should consider hiring us:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter how complex the topic is. Our TAFE writers get the work done from scratch to end and deliver the assignment that impacts on your grades positively.</li>\r\n<li>We provide regular updates on the assignment chapters so that you can get the feedback from your mentor and get the work completed accordingly.</li>\r\n<li>Every assignment goes through multiple quality checks that contain proofreading, editing so that your assignment doesn’t have any sort of error and contains content that is 100% plagiarism free assignment.</li>\r\n<li>We are never late on deliveries and responding to student queries in real-time through our customer support available 24/7.</li>\r\n</ul>\r\n<p>We understand the importance of quality assignments as they impact your grades and therefore we ensure top notch quality assignment leaving no scope of error. When you choose Professional Assignment Help to write a TAFE assignment, you can be rest assured and invest your time into something that needs your attention most while our experts work on your assignments. Contact the Professional Assignment Help now to get the services you can rely on!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 13, NULL, NULL, NULL, NULL, 1, 'TAFE Assignment Help | TAFE Assignment Writers', 'TAFE assignments are among important subjects where our TAFE writers are providing online assignments help services within your budget.', 'TAFE Assignment Help, TAFE Assignment Writers', 'tafe-assignment-help', '2021-07-16 03:40:35', '2021-10-08 05:00:52'),
(109, 'Holmes Institute', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HOLMES INSTITUTE ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help has come up with a wide range of assignment help online for students of Holmes Institute Australia. We have covered wide range of courses that are being taught at Holmes Institute and offer the excellent writing service for any sort of academic task including Assignments, Essays, Dissertation, Programming Assignment Assistance, Case Study Help, Coursework Help, writing research papers, CDR, Editing Services and Proofreading services, Term Paper and many more. Our Holmes Institute Assignment Help services cover an array of professional assignment writing services for students to help them in achieving notable grades and get success in academics.</p>\r\n<p>Holmes Institute is a private educational institution offering secondary education, vocational courses and higher education of students. It was established in the year of 1963 in Melbourne and later expanded to some major cities like Sydney, Cairns, Gold Coast, and Hong Kong, etc. They offer bachelor courses, post-graduation courses, vocational courses and training, diploma and many other advanced courses.</p>\r\n<p>Writing an academic assignment is always very challenging. Strong subject knowledge and research skills are required to write an excellent assignment which most of the students lack. Students are engaged in lots of activities and their daily routine is entirely packed with curricular and extracurricular activities which are important too for their overall growth. Hence, another major factor that affects working on assignments is the time constraint. Working on assignments needs ample time from students. Due to the lack of time, students find it very difficult to write assignments by themselves and submit by the deadline. This is the reason many students look for assignment help online.</p>\r\n<p>Professional Assignment Help has brought the excellent Holmes Institute Assignment Help to relieve you from stress of working on numerous assignments and make it deliver within the stipulated time frame to submit it before deadline. Our Holmes Institute Assignment Help consists of various assignment help including Holmes Institute Brisbane Assignment Help, Holmes Institute Hong Kong Assignment Help, Holmes Institute Cairns Assignment Help, Holmes Institute Sydney Assignment Help, Holmes Institute Gold Coast Assignment Help, Holmes Institute Melbourne Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Holmes Institute Assignment Writing Experts:</h2>\r\n<p>We hire the most capable and eligible assignment writer to cater the writing needs of students from Holmes Institute. Every writer we have is well qualified and expert in writing assignments. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills. Their immense subject knowledge and impressive research skills make them most eligible to write an effective assignment that scores higher. In order to be more effective and efficient in our work, we have employed best writers, veteran professors, subject matter experts, industrial practitioners, in our writing team so that we can offer only best to students with assured good results.</p>\r\n<p>We organize frequent training sessions for our students so that they can keep themselves updated with the changing norms in the education industry and keep their subject knowledge up-to-date. Our assignment writers make a note of your every requirement in the very beginning itself and make sure that the assignments are done accordingly meeting your instructions and criteria given by the university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Holmes Institute Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we promise students for the quality work and the assignment that ensures you higher scores in academics. We constantly work hard to get the order delivered as per your instructions and criteria mentioned by you.</p>\r\n<p>The core feature of our Holmes Institute Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team of assignment writers consist of industrial experts, lecturers, proofreaders and editors to offer quality services that are error free, 100% plagiarism free, for Holmes Institute Assignment Writing Service.</li>\r\n<li>Our professional writing experts are well qualified and help you with solutions for a wide range of topics. Your assignment gets written after doing in-depth research on the topic and selecting the best pieces of content to compile.</li>\r\n<li>Every assignment goes through multiple quality checks to assure that it matches the specification mentioned by the students and meets all the parameters.</li>\r\n<li>We are well known for timely deliveries and ensure students can deliver the assignments before the deadline arrives. We are available 24/7 to answer your queries quickly.</li>\r\n<li>Our Holmes Institute Assignment Help is available in flexible packages that allows you to choose the services as per your requirement and pay for those services only.</li>\r\n</ul>\r\n<p>Hire Professional Assignment Help online to get all sorts of academic writing services through very experienced assignments writers. We understand you have a lot to do in your academics that boost your learning capabilities which need your attention the most. Invest your valuable time in activities that need your attention most, while we write your assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 13, NULL, NULL, NULL, NULL, 2, 'Holmes Institute Assignment Help | Assignment Writing Experts', 'We are providing a wide range of online assignment help services for students of Holmes Institute for getting excellent scores in academics.', 'Holmes Institute Assignment Help, Assignment Writing Experts', 'holmes-institute', '2021-07-16 03:41:13', '2021-10-08 05:03:16'),
(110, 'Laureate University Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAUREATE UNIVERSITY ASSIGNMENT HELP</h1>\r\n<p>Writing assignments has never been so easy for the majority of students. It requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities and many more. If a student lacks any of such skills, it might impact the quality of assignments they work on and get their grades affected.</p>\r\n<p>Laureate University is one among the top listed universities that has been doing best in the education industry. It has presence in 29 countries and has operated 200 campus and online programs. There are numerous degree courses, vocational courses, and online programs offered at Laureate University. Students are given the best of knowledge through effective study programs that include many assignments, practical training, classroom sessions and much more.</p>\r\n<p>At Laureate University, Assignments are included in the curriculum as a major part of the grading system which aims to evaluate the overall performance and the skills of the students. Through assignments, students get to learn many new theories and concepts related to the subject and explore their field of interest. In addition to that, their writing skills, research skills, analytical skills get improved and that benefits them in the long run. Hence, writing an impressive assignment is very important if you want to score high and excel in academic life. However, students face many challenges when they are asked to write assignments. Strong subject knowledge and research skills are the prerequisites to write an excellent assignment. Time is another major constraint due to which students find it very difficult to write assignments by themselves and meet the deadlines. This is the reason many students look for assignment help online.</p>\r\n<p>Professional Assignment Help, offer the Laureate University Assignment Help in which we cater the academic writing needs of students and help them with impressive assignments that impact their grades positively. We have covered a wide range of courses that are being taught here and offering impressive assignment assistance through well experienced and highly qualified assignment writers. Be it any academic task such as Essays, Dissertation, research papers, Case Studies or any services, we have all solutions for you under one roof. In Laureate University Assignment Help services, we help the students in achieving notable grades and get success in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Laureate University Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible assignment writers from various countries to cater the writing needs of students of Laureate University. They are well aware of the education culture, guidelines followed at Laureate University and hence capable to match your expectation and work on the assignment that meet the set standards stated by your university. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills. In order to be more effective and efficient in our work, we have employed best writers, veteran professors, subject matter experts, industrial practitioners, in our writing team so that we can offer only best to students with assured good results.</p>\r\n<p>We provide the opportunity to our writing experts to brush up their skills timely and keep their knowledge up to date through the training sessions. We organized regularly. We believe if the efficiency of our assignment writing experts are high, we would certainly be able to achieve Excellence in the services we offer.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Laureate University Assignment Help’ services</h2>\r\n<p>At Professional Assignment Help, we always prioritize your expectations and your benefits. Our experts deliver the assignments which are high in quality and ensure higher remarks and scores.</p>\r\n<p>Have a look at the core features of Laureate University Assignment Help which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team of assignment writers consist of industrial experts, lecturers, proofreaders and editors to offer quality services that are error free, 100% plagiarism free, for Holmes Institute Assignment Writing Service.</li>\r\n<li>Our professional writing experts are highly qualified and are well aware of the assignment guidelines and culture followed at laureate university.</li>\r\n<li>The assignment experts work on assignments from scratch to end, starting from doing in-depth research to proofreading and editing and making sure the assignment delivery is flawless.</li>\r\n<li>We always do timely deliveries and can work according to the assignment submission deadlines without compromising with the quality.</li>\r\n<li>We are available round the clock to answer your queries. You can connect with us any time through call, live chat and email.</li>\r\n</ul>\r\n<p>Hiring Professional Assignment Help to get Laureate University Assignment Help will surely bring a positive impact on your academic life and improve your grades. We are the most reliable assignment writing service provider who helps you grow constantly and saves your time that could be invested on some other important tasks.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 13, NULL, NULL, NULL, NULL, 3, 'Laureate University Assignment Help | University Assignment Help', 'Assignments being the most important part of Laureate University, we help students with assignments that will impact scores of academics by our writing experts.', 'Laureate University Assignment Help, University Assignment Help', 'laureate-university-assignment-help', '2021-07-16 03:41:55', '2021-10-08 05:07:39'),
(111, 'Harvard Referencing Generator', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HARVARD REFERENCING GENERATOR</h1>\r\n<p>Most of the universities in Australia require their students to use Harvard Style Referencing in their assignment, papers and reports. For this type of referencing, Harvard referencing the generator is used to pull out the referencing or citation list in Harvard style through an automatic tool. The referencing is done providing the information such as source of information, name of author, date of publication, publication title in a very specific format. Using this information in Harvard Referencing Generator, the student can cite the source of information without any error which improves the chances of scoring higher in assignments. The Harvard Referencing Generator works in line with the referencing guidelines and gets you the proper citation list including any kind of sources such as journals, books, articles, research papers, etc.</p>\r\n<p>Academic writing is never done based on the ideas and experience of just one author. While pursuing research or working on any academic report, etc., Students always use multiple sources of information to gather data such as journals, thesis papers, articles, news, books, etc. Information from all these sources are used to support the ideas of the author which is compiled in the report. Referencing is used in reports to convey the reader about the source of information used while writing an assignment.</p>\r\n<p>Referencing is considered very important and considered as one of the important components of any assignment or research paper. It is used:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To tell the reader about the sources of information</li>\r\n<li>To credit the work of the author whose ideas, theories and research findings are used in the report.</li>\r\n<li>To make the reader understand about your argument related with pre-existing theories.</li>\r\n</ul>\r\n<p>Whenever you use the ideas, facts, theories and findings from other sources of information in your report, then it must be included with proper referencing and citation. Referencing is done when you copied any content from another source of information and if you have used the ideas of another author, no matter whether you have rephrased it or not.</p>\r\n<p>If you are unable to provide proper referencing to the facts and theories compiled in your report, it would be called plagiarized content and you might get penalized for it. For academicians and researchers worldwide, referencing must be provided for the content used as it is an ethical way of using information from other sources.</p>\r\n<p>Students who are pursuing any degree program or academic course at universities and colleges in Australia, UK and New Zealand, they are asked to write essays, dissertation, assignments, research papers, term paper, etc., and it is mandatory for them to acknowledge the ideas of other author using referencing in their assignments or else it might impact their grades. Referencing or acknowledgment can be done using just the name of the author and the publication title in a specific format alongside the used information for indication. It might seem easier, but it becomes challenging when they are asked to provide referencing in specific format such as Harvard Referencing Style. That is when the need for a Harvard Referencing Generator occurs.</p>\r\n<h2 class=\"sub-heading\">Services of ‘Harvard Referencing Generator’ at Professor Assignment Help:</h2>\r\n<p>Amid the pressure to submit the assignment before the deadline, you must focus on preparing for the task that needs your attention most instead of creating referencing and citation lists. Let the automatic referencing generator create the referencing task for Professional Assignment Help has brought you the easiest way to get Harvard citation using Harvard Referencing Generator. It will enhance the overall quality of your assignments.</p>\r\n<p>You don\'t require to go into the detail on how to do citation in Harvard Referencing Style. You just need to fill in the details such as source of information, its title, author name, etc. in the automatic referencing generator too and get the list ready in very less time.</p>\r\n<h2 class=\"sub-heading\">Core features of using Harvard Referencing Generator:</h2>\r\n<p>Now you get the easy and quick service of Harvard Referencing Generator through Professional Assignment Help. If you feed in the correct information, it will certainly bring the perfect results meeting the international standards of referencing that make your assignment more excellent and can get your higher score.</p>\r\n<p>The key benefits of using Harvard Referencing Generator are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the bibliography organized alphabetically.</li>\r\n<li>If the author name is not available, you can use the source name.</li>\r\n<li>It uses a proper citation method even if the date and year of publication is not available.</li>\r\n</ul>\r\n<p>With the concentrated efforts of our highly qualified and experienced tutors, we have prepared the Harvard Referencing Generator. Our assignment writing experts not only help you in preparing the referencing list, but also give you useful assignment assistance and writing tips that help you in curating an excellent assignment that could score higher.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 14, NULL, NULL, NULL, NULL, 1, 'Harvard Referencing Generator | Professor Assignment Help', 'Get your assignments, papers, and reports done as per Harvard Referencing style with usage of Harvard referencing generator with proper formatting.', 'Harvard Referencing Generator, Professor Assignment Help', 'harvard-referencing-generator', '2021-07-16 03:42:54', '2021-10-08 05:09:27'),
(112, 'Assignment Help Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">GET THE PROFESSIONAL ASSIGNMENT HELP SERVICES ONLINE</h1>\r\n<p>Students might feel tremendous pressure when it comes to prepare several assignments, dissertation, research papers, essays, course works etc., that are supposed to be submitted within the deadlines. This pressure of submitting assignments by the deadline sometimes makes it more difficult for the students to meet the quality of work that may affects their grades. We have come up with the assignment help to release the students from the academic pressure and our assignment help online is here to lessen their burden of assignments and other academics related writings.</p>\r\n<p>No matter how tough your assignments are and how short the deadlines are, we are here to offer you the excellent assignment help online to meet your all academic writing requirements. Our efficient and excellent writing experts work 24/7 to ensure the timely delivery of your assignments. Whenever you place an order with Professional Assignments Help, we assure you that our team of writing experts work on your assignments from the very scratch and assure the 100% unique and plagiarism free content on time. Moreover, our team helps you in understanding the topic and related concepts while going through the step by step solutions for your academic assignments which is one of the import aspect in assignment help online.</p>\r\n<p>Our motive is to get you the best of quality in your projects that gains you good grades and also meet your all requirements in regards to assignment help online. We endeavour to help you at our best by understanding your expectations and requirements for your assignment help online and get you tailored assignment in any subject of your choice.</p>\r\n<h2 class=\"sub-heading\">ASSISTANCE OF ASSIGNMENT EXPERTS TO DELIEVER QUALITY ASSIGNMENT HELP ONLINE</h2>\r\n<p>At Professional Assignments Help, you will be able to find services in varieties of subject of your choice and can get assignment help online when needed. Our team of efficient and qualified subject matter experts consists of Ph.D. certification holder in their field of study. Our assignment help experts are given regular training to keep themselves updated of the ongoing university standards and syllabus.</p>\r\n<p>We keep them updated so that our professional assignment help providers will be efficient enough to meet your all academics writing requirements and makes our platform to be the best solution provider in assignment help online. Our writing experts team is well equipped with the standards followed in different universities across Professional Assignments Help and assure to provide excellent unique content to get you good results in your academics and in required field.</p>\r\n<p>We believe choosing the right person at right place. We maintain a rigorous process of selection for the writing experts as a part of our assignment helpers’ team and make them go through a formal training enabling them to deliver quality result in assignment help online.</p>\r\n<h2 class=\"sub-heading\">CHALLENGES ASSOCIATED WITH ACADEMIC ASSIGNMENT WRITING</h2>\r\n<p>There are certain challenges that are associated with writing academic assignment for individuals. While writing assignment, the writing experts are supposed to keep in mind the guidelines and standards of each university and educational institution varies to deliver quality results in assignments help online.</p>\r\n<p>Additionally, different professors keep different teaching style and approach towards subject or research assignments which makes it difficult for the students to complete the assignments. Our academic writing experts understands all these approaches and works accordingly by keeping all these things in mind that might affect the quality of assignment to be delivered.</p>\r\n<p>For an impactful assignment to be delivered, it is required to present unique content that have new perspective with original flow of ideas in a well presented format and these requirements makes the assignments quite complex.</p>\r\n<p>Professional Assignments Help get the impressive solutions that are available on our assignment help services, to rescue the students from the complexities of working on assignments. We understand the complexities associated with each assignments and find the best solutions, ideas and jot down all in a well-structured format to deliver quality assignment help.</p>\r\n<p>Our assignment help online services are customized well to meet the individual requirements. We consider your personal approach and perception towards the subject or the topic. We also consider the theories and concepts taught during the lectures, so that we can help in getting good grades by working on your assignments with your approach to the topic.</p>\r\n<h2 class=\"sub-heading\">WIDE RANGE OF SERVICES FOR ASSIGNMENT HELP ONLINE</h2>\r\n<p>Our assignment help online services cover wide range of subjects like accounting, nursing, English literature, humanities and many more. We work on wide range of projects like writing for research papers, dissertations, and class assignments from small to the major one, essays and any other academic writings.</p>\r\n<h2 class=\"sub-heading\">CHOOSE US FOR YOUR ASSIGNMENT HELP ONLINE</h2>\r\n<p>We have wide range of assignment help online services assuring you quality work in various subjects. As we have well qualified subject-matter experts in our team of assignment writers with proper training given to keep them updated with standards of universities and educational institution, so that they can meet the assignment writing requirement very efficiently and timely. We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</p>\r\n<p>Well, what makes us to achieve the timely and quality work is the approach of work we adopted to work internally. We believe in allocating right work to the right person. We allocate your assignment to one of our writing expert who holds a Ph.D. certification in that particular subject.</p>\r\n<p>To make our delivery channel easier, we have a specific procedure to handle the assignment hell online order wherein we allocate a project manager to each order who remains the one point contact for your query and responsible to answer your all queries regarding the assignment.</p>\r\n<h2 class=\"sub-heading\">BEST FIT IN YOUR BUDGET</h2>\r\n<p>We try to keep our services affordable. Our premium assignment help online services are available at very competitive and affordable rates that won’t burden your pocket. Additionally, we offer various value added services and freebies timely that you can take advantage off.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 1, 'Assignment Help Online | Academic Assignment Writing', 'Relieve all your academic writing stress with our professional assignment help online with our most experienced assignment writing experts.', 'Assignment Help Online, Academic Assignment Writing', 'assignment-help-online', '2021-07-16 04:59:34', '2021-10-08 05:11:56'),
(113, 'Make My Assignment', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Make My Assignment</h1>\r\n<h3 class=\"tag-line\">Feeling stressed with lots of assignments work due to be submitted on nearby deadlines?</h3>\r\n<p>This sort of academic pressure is quite common to be seen in students who find it difficult to manage the deadlines of assignment, projects of different subjects at the same time. This impact your personal life, your health and subsequently your academic grades too as you might not be able to manage the quality among this pressure.</p>\r\n<p>Professional Assignment Help is here to save you from this academic pressure. We answer your concern and help you with the solution by assigning you someone who can write the assignment and help you scoring high in academics. Our team consist of well qualified and efficient assignment writers who write your assignment making sure that you get quality work delivered in the subject of your choice that will positively impact your grades. The writing standards of our experience assignment makers meet the global standards that are applicable across most of the universities and educational institutions.</p>\r\n<p>Professional Help Services is a one stop solution for your all academics writing needs and help you make my assignment relieving you from the stress of completing task before deadlines and help you achieving good grades.</p>\r\n<p class=\"red-caption\">“Finishing your academic tasks before the deadline won’t be a stress anymore. Contact Professional Assignment Help to make my assignment and get the quality work delivered at you within the stipulated time.”</p>\r\n<p class=\"blue-caption\">A quality assignment writing services provider ‘Professional Assignment Help’</p>\r\n<p>Looking for who can <strong>make my assignment</strong>? We would like your search for a quality assignment writing service end to us at Professional Assignment Help.</p>\r\n<p>We have wide range of assignment writers who are well versed with writing standards and norms applicable in many universities and educational Institutes. The more experienced they are in writing, the more efficient they are in delivering quality work. Our assignment writers render online services in various academic subjects such as Commerce, Computer Network or Information Technology, Law, Management, Bio Technology, Science, Mathematics, Nursing, Statistics, Engineering, Humanities, Finance, Auditing, Architecture and many more.</p>\r\n<p>We have been providing services in numerous types of academic work like Essays, Dissertation, Case Studies, Homework, Coursework, Research, Proofreading, referencing etc.</p>\r\n<p>In order to achieve good grades, you are supposed to deliver quality work. With the help of our well experienced assignment writers, we make sure that your purpose gets fulfilled with the best output.</p>\r\n<p>Increasing customer satisfaction is our primary motive and therefore we make sure that journey of yours, from reaching us with your query to getting your work delivered will be hassle free. To make our delivery channel easier, we have a specific procedure to handle the assignment hell online order wherein we allocate a project manager to each order who remains the one point contact for your query and responsible to answer your all queries regarding the assignment.</p>\r\n<h2 class=\"sub-heading\">Improvise your grades by hiring one of our experience online assignment makers:</h2>\r\n<p>If you are willing to improve your grades and want to achieve success in your academic course, it is important for you to do thorough research while choosing the assignment service provider, someone who can deliver the quality work that can help you score high. When you feel pressure of completing multiple assignment within the deadline given, contact us ‘Professional Assignment Help’ to answer your queries and get you the desirable solution. We promise you to deliver the experienced assignment writer who possess expertise in the required subject and will be able to get you the best work. As we focus on customer satisfaction, we believe allotting right work to right work which brings more efficiency and quality work.</p>\r\n<h2 class=\"sub-heading\">Your assignment gets handed over to subject-specific assignment makers:</h2>\r\n<p>At Professional Assignment Help, we have team of writing experts who are qualified and degree holder in specific stream. They are well experienced and very well aware of the teaching pattern, evaluation style, norms or guidelines of colleges and universities, that make us succeed in delivering good services to you. Whenever your queries reaches to us, we make sure that we handle your project to one of the writing experts who is specialized in that particular subject and can deliver quality work.</p>\r\n<h2 class=\"sub-heading\">Choose us for your assignment help online</h2>\r\n<p>We have wide range of assignment help online services assuring you quality work in various subjects. As we have well qualified subject-matter experts in our team of assignment writers with proper training given to keep them updated with standards of universities and educational institution, so that they can meet the assignment writing requirement very efficiently and timely. We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</p>\r\n<p>Well, what makes us to achieve the timely and quality work is the approach of work we adopted to work internally. We believe in allocating right work to the right person. We allocate your assignment to one of our writing expert who holds a Ph.D. certification in that particular subject.</p>\r\n<p>Another core benefits you get when you hire us are:</p>\r\n<ol class=\"listing\">\r\n<li>As we work to achieve 100% customer satisfaction, we believe and strive hard to deliver quality work that matches your expectations and becomes value for money.</li>\r\n<li>Our premium services comes up with the option of unlimited revisions until we matches your exact requirement.</li>\r\n</ol>\r\n<p>“We make sure that doing assignment will no more be a problem for any students. Professional Assignment Helps has come up with the ‘make my assignment’ services that will get you the assignment help online in no-time. With the aim of delivering quality services, we also want to make sure that our services prices doesn’t burden your pocket much”</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 2, 'Make my assignment | Online Assignment Makers', 'Searching for make my assignment for quality work. Professional Assignment Help have wide range of assignment services for students.', 'Make my assignment, Online Assignment Makers', 'make-my-assignment', '2021-07-16 05:08:53', '2021-10-08 05:21:51'),
(114, 'Assignment Help Australia', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Assignment Help Australia</h1>\r\n<p>There are number of assignment help service provider available in the online market who are available 24/7 for the assignment writing services and meet the students’ requirements. Although, there are many companies out there in the market, but choosing the right one is important as sometimes the assignments that are delivered are not enough good that could help you in achieving good grades. At Professional Assignment Help, we believe in building long term relationship and hence delivering assignment is just not our profession but it comes with a responsibility to get the expected outcome that can benefit you in achieving good grades and help you succeeding in your academic life.</p>\r\n<p>At Professional Assignment Help Services, we offer best and affordable assignment help Australia services with the help of our well qualified and experienced Aussie assignment writing experts.</p>\r\n<p class=\"red-caption\">‘With the team of well qualified writing experts, we have a strong foothold in the assignment writing services and in varieties of subjects that have been taught in many Colleges and Universities in Australia. We offer excellent writing services ensuring high grades.\"</p>\r\n<p>Our experienced Aussie writing expert helps you in achieving good grades by taking up your assignment writing tasks and completing them in the required time frame. When you contact us, we get you in touch with one of our writing experts who is specialized in subject of your choice to answer your queries and takes up the process ahead.</p>\r\n<p>When you hire our PhD certified writers, we sure that the you get the best services along with the assignment that make sense, relevant to your subject/ topic and add value to your overall grades. At Professional Assignment Help, it is our aim to help every student with the quality assignment in their choice of subjects that meet the universities standards and receive high scores and accolades from the professor which overall positively impact your academic performance.</p>\r\n<p>With us, you can be rest assured that your assignments are in the hand of right person who will add value to it and will be as expected in Australian Universities, specifically meeting the instructions mentioned by your professor.</p>\r\n<p>We emphasise on quality work and therefore delivering to notch services is our main motive that will create a win-win situation for both of the parties. By delivering quality work for you <strong>Australian Assignment Help</strong>, we can achieve customer satisfaction that is desirable for you and subsequently your trust will help us stand strong in the market and run longer.</p>\r\n<h2 class=\"sub-heading\">Seeking for Assignment help Australia?</h2>\r\n<p>It has been seen that the Australian Colleges and Universities are specific in their requirements in regards to the assignments, projects and referencing standards via various styles like MLA, APA, Vancouver, Chicago etc. Frequently given academic projects such as a part of course work like Essays, Assignments, Dissertation, and Term papers with high quality standards makes it complex for the students to complete them within the time frame. Professional Assignment Help services makes it easy for students to get this complicated multiple assignments completed so efficiently that matches your requirements.</p>\r\n<p>Though the assignment is not made by you, but we sure that it doesn’t seems so. Our work doesn’t end with handing over the assignment, we help the students to acquire the knowledge of the each and every concepts, theories, written under the delivered assignment.</p>\r\n<p>Professional Assignment Help offers the most reliable and professional academic writing services in Australia that relieves you from the stress of submitting assignments and meeting academic requirements very efficiently and effectively. Apart from this, our Assignment Help Australia writing experts do assist the high school students, universities/ college students, graduates or undergraduates, post graduates as well as for student who pursue the doctoral degrees.</p>\r\n<p>We deal in and provide the writing services in subjects like law, economics, business management, statistics, mathematics, information technologies, nursing, science and many more.</p>\r\n<p>We provide help in all sort of assignment. Choose from the options given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Thesis Writing</li>\r\n<li>Argumentative Essays</li>\r\n<li>Statistical Analysis</li>\r\n<li>Term Papers</li>\r\n<li>Annotated Bibliography</li>\r\n<li>Lab Reports</li>\r\n<li>Critiques</li>\r\n<li>Narrative Essays</li>\r\n<li>PowerPoint Presentation Assignment</li>\r\n<li>Case Study Assignments</li>\r\n<li>Article Review</li>\r\n<li>Online Exams</li>\r\n<li>Dissertation Writing Services</li>\r\n<li>Assignment Writing help</li>\r\n<li>Case Study Help</li>\r\n<li>Homework Help</li>\r\n<li>Essay Writing Service</li>\r\n<li>Coursework Help</li>\r\n<li>Diploma assignment help</li>\r\n<li>Urgent assignment help,</li>\r\n<li>RTO assignment help,</li>\r\n<li>Research writing help</li>\r\n</ul>\r\n<p class=\"blue-caption\">Professional Assignments Help is one of the best assignment helpers among the Australian students. We aim to cover the wider market and make sure that our services reach to every region of Australia like:</p>\r\n<p><span class=\"span-heading\">Assignment Help Adelaide:</span> There are number of students studying in Adelaide who look for customized assignment help services to get their assignment done. Our Adelaide writing team experts are available for them 24/7 to answer their queries.</p>\r\n<p><span class=\"span-heading\">Assignment Help Brisbane:</span> For Students from Brisbane, we have been the most preferred Assignment help tutors to fulfilling their academic writing needs. The queries of this region is handled by the team of writing experts from Brisbane.</p>\r\n<p><span class=\"span-heading\">Assignment Help Darwin:</span> We have a wide range of assignment help services for the students in Darwin. While writing assignment for them, we emphases on the writing skills, proofread and editing.</p>\r\n<p><span class=\"span-heading\">Assignment Help Gold Coast:</span> We ensure to deliver the quality services to the student of Gold Coast who look for professional services and quality assignment to get good grades.</p>\r\n<p><span class=\"span-heading\">Assignment Help Melbourne:</span> Our assignment help is available to the students in Melbourne as well. For Melbourne students, our writers’ focuses on formatting, proof reading, editing etc., in the projects they get.</p>\r\n<p><span class=\"span-heading\">Assignment Help Perth:</span> Considering the regional demands, we bring the changes in the working style to get quality work done. Students of Perth are provided with customized services with the specifications they ask for and meet their requirements.</p>\r\n<p><span class=\"span-heading\">Assignment Help Sydney:</span> We have a specialized team having writing experts from Sydney, to help students in their writing task that matches their universities requirements.</p>\r\n<p><span class=\"span-heading\">Assignment Help New Castle:</span> Writing assignments would not be a cumber task anymore as our assignment help tutors at Professional Assignment Help the students of New Castle by working as per their requirements.</p>\r\n<p><span class=\"span-heading\">Assignment Help Canberra:</span> Our writing experts from Canberra are well quipped in skills and knowledge to handle the challenging task with much of ease and providing quality assistance to them.</p>\r\n<h2 class=\"sub-heading\">Choose our Premium Assignment Help Services Australia from the native academic writers</h2>\r\n<p>Professional Assignment Services hire the native writers who are well informed with the universities and colleges norms, well aware of the writing and evaluation patterns, teaching patterns or teaching styles and therefore they are best in terms of deliver the quality services.</p>\r\n<p>We follow a rigorous selection process while hiring the writing experts who can be a part of Professional Help Services family and make sure that they possess the required writing skills and good subject knowledge. They are supposed to go through the tests that are conducted to check on their understanding about subject and expertise in writing assignment and make sure to hire right candidates at the right place.</p>\r\n<p>When they are hired as academic assignment writers, our assignment help tutors are given formal training timely to keep them aware of the updated norms of the educational sector, writing patterns, teaching style, evaluation patterns etc., so that they could efficiently deliver the customized assignment as the requirements of the students in Australia.</p>\r\n<p>The premium services at Professional Assignment Help makes us a preferred choice among all the Australian students and enabling us to coming ahead in the top Australian Assignment Service provider.</p>\r\n<h2 class=\"sub-heading\">Why Assignment Help Australia Services for your writing needs?</h2>\r\n<p>Getting the assignment completed is a complicated task as it involves a lot of research, jotting down many facts and figures, references articles and putting all those information in well-structured format that could look genuine work done and gain your good grades. There is vast sources of information available on internet these days and it just get more cumbersome as you scroll through number of sites and don’t understand what is so relevant out of all these information.</p>\r\n<p>Writing academics projects or assignment takes more time as students are supposed to do thorough research. It is very important as well to get them done and submitted within the deadline to achieve success in academics. Professional Assignment Help Services do these all task on your behalf and make sure to deliver the well-researched content in structured format, meeting the universities standards and ends with getting you good grades, that too in affordable prices that doesn’t burden your pocket.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 3, 'Assignment Help Australia | Assignment Help Services', 'Professional Assignments Help providing assignment help in Australia for various professional academic services for improving scores.', 'Assignment Help Australia, Assignment Help Services', 'assignment-help-australia', '2021-07-16 05:19:26', '2021-10-08 05:23:32');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(115, 'Write My Assignment', '<div class=\"a-content\">\r\n<h1 class=\"heading\">Write My Assignment</h1>\r\n<h3 class=\"tag-line\">Are you wondering “who can write my assignment”? Well, we got a solution to your problem. At Professional Assignment Help, we write assignment on your behalf and make sure that you achieve good grades.</h3>\r\n<p>Lots of academic projects or assignments work with immediate deadlines might put you in dilemma. So many students who have been studying in various universities of UK, Australia and New Zealand might face the issue of completing projects or assignment within the short time frame. Assignments are one of the way of evaluating the knowledge and skills of the students. They are supposed to complete the task by using proper research methodology, using critical and analytical skills. An assignment which meets all such criteria and meet the norms of the universities leads you forward to achieve good grades and good performance in academics. All this work which is needed to done consume a lot of time which gets challenging for students to complete the task within the time frame.</p>\r\n<p>At Professional Assignment help services, we understand the importance of a good project work and the challenges that students face in completing number of assignments at the same time along with the required values in an assignment that could get them earn good grades.</p>\r\n<p>We assist students in completing their assignments matching with their requirements and attaining the ultimate goal which is to acquire the good results in their academics. Our well qualified and well experienced subject specific experts will be available to help you in writing assignments that are well researched, well written and meet the universities standards.</p>\r\n<p>Here is the time, when you must stop thinking of ‘who will write my assignment’. Reach to us and we will get you connected with one of our experienced customer service representative who can answer your queries efficiently and can get you connected with a subject specific expert accordingly.</p>\r\n<h2 class=\"sub-heading\">Meet our well qualified Subject Writing Experts:</h2>\r\n<p>Entire team of Professional Assignment Help have been into this industry from decade which makes them so efficient to take the task and complete it so efficiently that makes us building good reputation and good customer relationship for long term. We have been helping students for their academic writing needs from small to big projects covering most of the universities and colleges in UK, Australia and New Zealand.</p>\r\n<p>Our well qualified and experienced assignment writers/ tutors are well equipped with the knowledge of their own subjects, the writing style, the assignment writing procedures, research methodology that are prerequisites for any assignment writer. We sure that all of our writing experts possess this skill set that enable us to deliver quality work and achieving customer satisfaction.</p>\r\n<p>You can have a look through our wide range of services available and the samples available to get an idea about the quality and structure of projects delivered by our writing experts. You can also consider this sample or references available to write your assignments as these are as per the current university guidelines.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘write my assignment’ services</h2>\r\n<p>What makes an organization to get success are the two things mainly which are, the hardworking team behind the work delivered and the timely response. When both of these factors work together, customer satisfaction can be achieved very efficiently. We understand the importance of a good team who work hard so that customer trust can be win and can leave a positive impact with building good relationship with the customers.</p>\r\n<p>We have various subject specific experts who possess qualifications in that particular stream and we allot them the assignment of their relevant subject. They goes under formal training timely to keep themselves updated of the guidelines of colleges and universities that help them to bring quality in the assignments they write.</p>\r\n<p>Time is one the most important factor when we talk about building customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Choose write my assignment services from Professional Assignment Help</h2>\r\n<p>We have a number of reason that makes us the preferable choice for students of Universities or colleges in Australia, UK and New Zealand. Our experienced writers works on your queries from scratch and their work doesn’t end with delivering the project, our team helps you in understanding the topic and related concepts while going through the step by step solutions for your academic assignments which is one of the import aspect in assignment help online.</p>\r\n<p>Every assignment that we receive, follows a systematic route for getting the work done on the assignment which includes data collection, analysis, identifying appropriate sources of information, writing, quality checks and proofreading. This systematic procedure ensures that we deliver flawless and 100% unique plagiarism free content for your projects that completely matches your requirement.</p>\r\n<p>We have wide range of ‘write my assignment’ services assuring you quality work in various subjects. As we have well qualified subject-matter experts in our team of assignment writers with proper training given to keep them updated with standards of universities and educational institution, so that they can meet the assignment writing requirement very efficiently and timely. We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</p>\r\n<p>When you choose us to ‘<strong>get assignment help’</strong>, we ensure that your end purpose to get our services fulfilled. Getting you the timely quality services delivered customizing it according to your needs and university requirements, is our primary motive. Along with the aim of delivering quality services, we make sure that the price of our services doesn’t burden your pocket much”</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 4, 'Write My Assignment | Professional Assignment Help', 'Are you worried about who can write my assignment? Professional Assignments Help can provide you best solutions for upgrading your grades.', 'Write My Assignment, Professional Assignment Help', 'write-my-assignment', '2021-07-16 05:23:30', '2021-10-08 05:24:41'),
(116, 'Assignment Writing', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT WRITING SERVICES</h1>\r\n<p>Are you getting stressed due to multiple assignments with closer deadlines? Don’t need to stress yourself anymore due to assignments. Getting the services of experts for getting your assignment written have become easy now. Professional Assignment Help has come up with a wide range of assignment writing services in various courses that are being taught across the universities and colleges in the world. If you’re looking for best assignment writing services through professional assignment writing experts who can secure high scores, then Professional Assignment is certainly the right team to help you.</p>\r\n<p>Assignments are given basically to evaluate the subject knowledge of the students and also to evaluate the writing skills, research skills of the students. Not just evaluating, these assignments help students to brush up their skills and boost their subject knowledge as well. If done in a proper way, you can really score high in these assignments. Hence writing these assignments, doing detailed research and compiling the information in a well-structured format becomes important. Most of the students find it difficult to write assignments by themselves due to certain factors associated with it.</p>\r\n<p>Working on assignments requires students to use their research skills, critical and analytical skills to work on assignments. Moreover, the entire procedure requires ample time which is the major issue most of the students face. During academic life, a student’s daily schedule is filled up with loads of curricular and extracurricular activities. They do part time jobs and might have family responsibilities too due to which they hardly get any time to spend on writing assignments. Due to these reasons, they look for assignment writing services and hire the assignment writing experts who can craft their Assignment without compromising with the quality.</p>\r\n<p>Professional Assignment Help has been providing academic assignments writing services for students in the UK, Australia and New Zealand. When you get in touch with us, we get you connected with the experts who are well qualified and highly experienced to cater the writing needs from students. We have brought you the most reliable and very affordable services that fit your budget.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of candidates from different educational backgrounds with different subjects like law, finance, medical, nursing, humanities, etc. Every dissertation writer holds a degree and certification in the relevant subject. Some of the writers are Ph.D. holders who possess excellent research skills. Not just that, along with the strong educational background, they hold years of assignment writing experience which made them the suitable candidate to justify their work as an assignment writer providing best academic writing services. Moreover we hire the native writers from the UK, Australia and New Zealand as they are aware of the study culture at universities in their own country.</p>\r\n<p>Our entire team works very hard to make your assignments meeting your expectations and university criteria. We focus on working assignments in well-structured format consisting of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Writing Services’</h2>\r\n<p>With Professional Assignment Help, you can be rest assured as you get the best work done by experts on your assignment that ensures to notch quality work and high scores. Our entire team makes concentrated efforts to achieve the end results which is delivering flawless assignments that score higher.</p>\r\n<p>You may have a look at core features of Dissertation writing services and consider choosing us to write your assignments:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter how complex the topic is and what subject it is. We have experts from various fields of study who are assigned tasks based on their qualification and your requirement.</li>\r\n<li>Our experts work on assignments from scratch to end, from selecting topics to proofreading and editing the assignments, leaving no scope of error.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do provide you regular updates and feedback on the dissertation chapters so that you could convey your perspective and get the work completed accordingly.</li>\r\n<li>We are never late to make deliveries and respond to student queries quickly through our customer support available 24/7.</li>\r\n<li>We have come up with a flexible package wherein you only pay for the service that you actually utilized.</li>\r\n</ul>\r\n<p>When you hire our services, you will never be disappointed and will never compromise with the quality of assignment. You can rely on us for good services and we will surely deliver the work that brings expected results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, NULL, 'Assignment Writing Services | Assignment Writing Experts', 'Your search for assignment writing services will end at Professional Assignments Help with the best assignment team for your assistance.', 'Assignment Writing Services, Assignment Writing Experts', 'assignment-writing', '2021-07-21 01:00:36', '2021-10-08 05:26:09'),
(117, 'Do My Assignment', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DO MY ASSIGNMENT</h1>\r\n<p>Are you searching out for “who can do my assignment”? If you’re the student struggling with piled up assignments and closer deadlines, then Professional Assignment Help is the one stop shop for all your assignment help requirements.</p>\r\n<p>Many universities assign various academic writing tasks and assignments to students to evaluate their performance and to enhance their subject knowledge. These academic writing assignments are the most important and major part of the grading system. Every student makes so many efforts to improve their performance during their academics. While you need to perform well in academics, you need to make sure you perform well in every task assigned by your professors. Assignments are one of those tasks in which every student wishes to perform best and submit best which can win the accolades and get appraised in the class.</p>\r\n<p>However, sometimes students find it difficult to work on these such academic writing assignments by themselves due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding. Due to all these factors, students find themselves unable to write an assignment accurately and compelled to outsource assignment help online and look for someone who can write their assignments.</p>\r\n<p>We understand you would not like to compromise with the grades. But if you are struggling with finishing your assignments and the deadlines are arriving, then it might impact your grades. Professional Assignment Help has brought assignment help online that aims to provide excellent writing services to every student for any course from basic to technical that is being taught across the globe. We have brought to you the excellent assignment assistance with writing services that will help you submit the assignments before the deadline and achieve higher grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>The entire team of Professional Assignment Help have been into this industry from the decade which makes them so efficient to take the task and complete it so efficiently. We have been helping students with excellent assignment assistance for numerous courses. Our assignment helpers are well qualified master’s degree holders and Ph.D. holders in the respective field of study. In addition to strong qualification, these subject matter experts are highly experienced in academic and coursework writing. They have been industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<p>You can always rely on Professional Assignment Help for all sorts of academic tasks as we get you connected with our best assignment writing experts who are capable enough to answer your simple to complex assignment related queries very efficiently and can deliver an impressive assignment with top-notch quality content.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Do my assignment’ Services:</h2>\r\n<p>Professional Assignment Help is certainly the perfect answer for your question “who can do my work efficiently?” We are one of the best assignment helpers available online for students of schools, colleges or universities across the UK, Australia and New Zealand. We help students in writing their academic projects in various courses with the promise of top-notch quality, error free and unique content and higher grades.</p>\r\n<p>The core features of “Do my assignment” Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have assignment writing experts from various fields of study and therefore we are so capable in handling all sorts of assignments from any course.</li>\r\n<li>Every case study that we deliver is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>To assure the quality of assignments we deliver, it goes through multiple quality checks to ensure it met all the criteria and specification given by you.</li>\r\n<li>Every assignment goes through the formal procedure of proofreading to ensure that your assignments are composed of meeting parameters on writing style, format of assignment, flow of content, signposting, referencing style.</li>\r\n<li>Our coursework writing services are available in flexible packages which enables you to pay only for the services that you actually need along with various add-ons.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions which are 100% error free and satisfactory. We work very hard and aim to deliver solutions beyond your expectations. It is our vision to connect more students with us and cater their academic writing needs successfully.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, NULL, 'Do My Assignment | Best Assignment Helpers', 'Looking for “who can do my assignment”? Professional Assignment Assignments Help with the best writing experts are here for your academic solutions.', 'Do My Assignment, Best Assignment Helpers', 'do-my-assignment', '2021-07-21 01:06:07', '2021-10-08 05:27:08'),
(118, 'Writing Assignment for University', '<div class=\"a-content\">\r\n<h1 class=\"heading\">WRITING ASSIGNMENT FOR UNIVERSITY</h1>\r\n<p>Writing assignments for university and finishing them before the deadline won’t be a stress anymore. Contact Professional Assignment Help online to write assignments and get the quality work delivered in very less time.</p>\r\n<p>Assignments are one of the ways to evaluate the subject knowledge and some skills such as research skills, writing skills of the students. While doing assignments is important for any student to score good marks in academics, students sometimes find it difficult to write assignments by themselves due to the challenges and complexities associated with writing assignments for university. Numerous assignments in various courses with closer deadlines could stress anyone. Many students find it difficult to manage the deadlines of assignments, projects of different subjects at the same time and end up piling them up on the table. This stress impacts the personal life, health and subsequently the academic grades too as you might not be able to manage the quality among this pressure.</p>\r\n<p>Professional Assignment Help is here to save you from the stress caused due to assignments. We answer your concern and help you with the solution by assigning you the assignment writing experts who can write the top notch quality assignment and help you score higher in academics. Here at Professional Assignment Help online, we get you connected with our certified and well qualified assignment writing experts. The writing standards of our experienced assignment makers meet the global standards that are applicable across most of the universities and educational institutions.</p>\r\n<p>We have been providing services in numerous types of academic work like Essays, Dissertation, Case Studies, Homework, Coursework, Research, Proofreading, referencing etc. To make our delivery channel easier, we follow a specific procedure wherein we allocate a project manager of relevant qualification for each assignment who remains the one point contact for your query and responsible to answer your all queries regarding the assignment.</p>\r\n<h2 class=\"sub-heading\">Services of our well qualified Assignment Writing Experts for Writing Assignment for University:</h2>\r\n<p>Well, what makes us achieve timely and quality work is the approach of work we adopted to work internally. We believe in allocating the right work to the right person. We allocate your assignment to one of our writing experts who holds a Ph.D. certification in that particular subject. In order to achieve good grades, we understand you need to submit a top notch quality, error free assignment.</p>\r\n<p>We have a wide range of assignment writers specialized in various fields of study, who are well versed with writing standards and norms applicable in many universities and educational Institutes. These writing experts are either Masters or Ph.D. holders in respective fields of study qualified or degree holders in specific streams. They are well experienced and very well aware of the teaching pattern, evaluation style, norms or guidelines of colleges and universities, that make us succeed in delivering good services to you. Whenever your queries reach us, we make sure that we handle your project to one of the writing experts who is specialized in that particular subject and can deliver quality work.</p>\r\n<p>The more experienced our writers are in writing, the more efficient they are in delivering quality work to each and every student who reaches us. Our assignment writers render online services in various academic subjects such as Commerce, Computer Network or Information Technology, Law, Management, Bio Technology, Science, Mathematics, Nursing, Statistics, Engineering, Humanities, Finance, Auditing, Architecture and many more.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Writing Assignment for University”:</h2>\r\n<p>At Professional Assignment Help, we promise you to deliver you high quality and error free work that helps you excel in academics. Increasing customer satisfaction is our primary motive and we make concentrated efforts to offer the best.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to our most eligible assignment expert who possesses qualification and experience which is relevant to your assignment requirement.</li>\r\n<li>Your assignments go through many quality checks to ensure it is worked as per the structure applicable, meets your specified instructions and criteria stated by your professors so that there is no scope of errors.</li>\r\n<li>We make sure the essay delivered is complied with unique content, 100% plagiarism free and compiled with proper referencing in the assignment.</li>\r\n<li>If you’re not happy with your assignment delivered, get it revised by choosing our premium services and get unlimited revisions.</li>\r\n<li>We make timely deliveries and are available for you 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>We make sure that doing assignments will no longer be a problem for any students. Professional Assignment Helps has brought to you the most reliable and affordable writing assignment services wherein you will get assignment help online in real-time.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, NULL, 'Writing Assignment for University | Assignment Writing Experts', 'Now writing assignments for university meeting all requirements and deadlines will not worry you anymore, as our experts are here to write them.', 'Writing Assignment for University, Assignment Writing Experts', 'writing-assignment-for-university', '2021-07-21 01:12:01', '2021-10-08 22:50:09'),
(119, 'Academic Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACADEMIC ASSIGNMENT HELP</h1>\r\n<p>If you’re looking for best assignment writing services through professional assignment writing experts who can secure high scores, then Professional Assignment is certainly the right team to help you. Students these days are engaged in lots of activities which are a part of their academic life and are not avoidable. Because of their busy schedule, it becomes difficult for students to work on assignments or projects assigned by professors. Problems get increased when they are given multiple assignments at the same time and closer deadlines.</p>\r\n<p>To help students overcome such academic writing issues and help them with best academic assignment help, Professional Assignment Help has come up with a wide range of assignment writing services in various courses that are being taught in the universities and colleges across the world. We get you connected with our most qualified and experienced professional assignment helpers who do the detailed research and compile the assignment with unique content and in well-structured that becomes impressive and wins accolades from your professors.</p>\r\n<p>Our entire team works very hard to make your assignments meeting your expectations and university criteria. We focus on working assignments in well-structured format consisting of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of candidates from different educational backgrounds with different subjects like law, finance, medical, nursing, humanities, etc. Every dissertation writer holds a degree and certification in the relevant subject. These writing experts are the Ph.D. holders who possess excellent research skills and master’s degree holders in respective fields of study.</p>\r\n<p>In addition to strong qualification, our assignments helpers hold years of assignment writing experience which makes them the suitable candidate to justify their work as an assignment writer providing best academic writing services. Moreover we hire the native writers from the UK, Australia and New Zealand as they are aware of the study culture at universities in their own country.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic Assignment Help’</h2>\r\n<p>When you have Professional Assignment Help working on your assignment, you can be rest assured about the quality of the assignment. We get you the academic assignment help with top notch quality work that brings you high scores.</p>\r\n<p>The core features of Academic Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts work on assignments from scratch to end, from selecting topics to proofreading and editing the assignments, ensuring it doesn’t contain any error.</li>\r\n<li>We do thorough research to gather the content that is compiled in your academic assignment to make it relevant, authentic and 100% plagiarism free.</li>\r\n<li>We are always on time when it comes to delivering the assignments and responding to student queries in real-time.</li>\r\n<li>We have come up with services and add-ons that you can choose and make the package as per your budget and requirement.</li>\r\n</ul>\r\n<p>We have brought you the most reliable and very affordable services that fits your budget and craft the assignment without compromising with the quality. Here, you get the services, guidance and help that helps you in the long run.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 8, 'Academic Assignment Help | Assignment Writing Experts', 'Get top-notch academic assignment help from our Ph.D. experts for assignment online help for different subject assignments. from Professional Assignments Help.', 'Academic Assignment Help, Assignment Writing Experts', 'academic-assignment-help', '2021-08-16 00:16:09', '2021-10-08 23:02:13'),
(120, 'Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Accounting Assignment help online is one of our online assistance platforms that helps students in getting assignments done for courses that fall under accounting stream and cover various accounting topics. Accounting is a vast subject in itself and therefore many students find it really difficult to write assignments by themselves due to the technicalities and theories it contains. It might impact their grades if they don\'t submit the assignments that match the parameters set by professions and contain poor quality content. In order to avoid the poor results, they look for accounting assignment help.</p>\r\n<p>At Professional Assignment Help, we provide writing solutions to the accounting students with the quality assignment services within the stipulated time frame and have secured the position among the top assignment providers for commerce students of the universities and colleges across UK, New Zealand and Australia. We are committed to get you the most reliable yet affordable solutions ever. You get the help through each stage of writing an assignment, from researching till final revisions. Every assignment we work on goes through a systematic route that ensures the quality of assignments and makes sure that we deliver flawless work which is 100% unique matching your requirement.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have hired the most competent professionals who hold a thorough understanding of various courses of accounting. At Professional Assignment Help, we have employed the most qualified team who hold expertise in accounting subjects and hold the respective degree / qualification. In addition to the strong qualifications, these writers hold years of experience working as professors, subject matter experts, industrial practitioners.</p>\r\n<p>In order to keep our services up-to-date and keeping up with the changes in the education industry, we have made the provision of formal training regularly to keep our writers updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Accounting Assignment Help’ services:</h2>\r\n<p>Our entire team of Professional Assignment Help works hard constantly to match the pace with the changes in the educational industry which makes us able to serve our students better always.</p>\r\n<p>The core features of our Accounting Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You assign your task to the most capable accounting expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we make sure that the work we deliver you is unique, well-researched, impactful that could help you in not just getting good results in your academics but also an impactful goodwill in your institute.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 9, 'Accounting Assignment Help | Accounting Assignment Help Online', 'Get good grades with our professional accounting assignment help that works as per the given format and guidelines of the universities.', 'Accounting Assignment Help, Accounting Assignment Help Online', 'accounting-assignment-help', '2021-08-16 00:23:08', '2021-10-08 23:04:05'),
(121, 'All Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ALL ASSIGNMENT HELP</h1>\r\n<p>Finishing your assignments before the deadline won’t be a stress anymore. These days student’s lives are full of activities due to which they find it really hard to spend on writing assignments and projects assigned by the professors. Besides time, there are many other factors which are responsible due to which students are not able to get time to write academic tasks which include lack of expertise and subject knowledge too. Professional Assignment Help is one stop solution for all assignment help that any students would be requiring to excel and perform well in academics.</p>\r\n<p>We have covered a wide range of academic tasks such as essays, term papers, dissertation etc. and numerous topics from basic to technical. Here, we have a team of writing experts who hold expertise in an array of courses whom we connect to write your assignment and get the quality work delivered within the stipulated time. Now, get any or all assignment help at one platform through experts whom you can rely on.</p>\r\n<p>In order to achieve good grades, you are supposed to deliver quality work and with the help of our subject matter experts you can certainly achieve that. Our entire team makes concentrated efforts to get the end purpose fulfilled which is to secure higher grades. If you ever get stressed due to assignments and their deadlines, contact us Professional Assignment Help to answer your queries and get you the desirable solution.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have employed a team of experts in writing assignments who hold vast subject knowledge and expertise in writing assignments. Our experts are master’s degree holders and Ph.D. holders. Since we have hired the native writers, they are well aware of the teaching patterns, guidelines or protocols followed at universities in their own place and are able match the writing standard followed at a particular country.</p>\r\n<p>Assigning the right task to the right person always assures much quality work done and hence we follow the same. You get connected to the experts whose education and expertise matches with your requirements. This helps us to serve the students better and achieve service Excellency.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘All Assignment Help’ services:</h2>\r\n<p>Professional Assignment Help gives you the assurance of Excellency, reliability and affordability. To fulfil the promise that we make with the students, our team never mind going the extra mile to offer the best.</p>\r\n<p>The core features of our all assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of experts from various fields and that makes us able to cater any sort of writing needs from students.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>With a motive to contribute to your success by delivering services that create value for you, we have been striving ahead to grow more along with you. Ensuring your success is what we aim for and work for.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 10, 'All Assignment Help | Assignment Help Services', 'Professional Assignments Help will be one-stop for all assignment help by our academic writing experts. Get in touch with us for more detailed information.', 'All Assignment Help, Assignment Help Services', 'all-assignment-help', '2021-08-16 00:29:09', '2021-10-08 23:21:32'),
(122, 'Assignment Assistance', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT ASSISTANCE</h1>\r\n<p>Are you looking for assignment assistance through experts who can provide you excellent assignment writing service at affordable cost? If yes, then you are certainly at the right platform. We are Professional Assignment Help, providing your wide range of case study assignment help in an array of subjects through verified experts and making sure that you achieve good grades.</p>\r\n<p>Working on assignments is a complex activity which takes a lot of time and needs expertise as well. That is why students look for expert assignment writing services and the experts who can work on academic projects without compromising with the quality. At Professional Assignment help services, we assist students with excellent assignment writing services through well qualified and well experienced experts.</p>\r\n<p>You can ask these experts and discuss in detail about your assignments and once you are convinced with their solution, you can book the services. We aim to provide exceptional quality of work to our students. At Professional Assignment Help Services, we offer our students the best and affordable assignment help who are available 24/7 for the assignment writing services and meet the students’ requirements.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of writers from different educational backgrounds with different subjects like law, finance, medical, nursing, humanities, etc. Every writer holds a degree and certification in the respective fields of study. In addition to a strong educational background, they hold years of assignment writing experience which made them the suitable candidate to justify their work as an assignment writer providing best academic writing services.</p>\r\n<p>What helps us achieve accuracy in the work is the right allocation of work. We assign your task to the most capable assignment experts who hold the expertise that matches your requirement. They conduct in-depth research and work out an impressive assignment that helps you win accolades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Assistance Services’</h2>\r\n<p>We are the renowned assignment help online serving students from schools, colleges or universities across UK, Australia and New Zealand providing top-notch quality services with assured results.</p>\r\n<p>The core features of our online assignment assistance services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have experts from various fields of study who are assigned tasks based on their qualification and your requirement.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n<li>You can buy assignment help in a flexible package, choosing the services that you actually need.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we believe in building long term relationships and hence delivering assignments is just not our profession but it comes with a responsibility to get the expected outcome that can benefit you in achieving good grades and help you succeed in your academic life.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 11, 'Assignment Assistance | Assignment Assistance Services', 'Rely on your trust in our assignment writing experts for different kinds of professional assignments helps with great experience in this field.', 'Assignment Assistance, Assignment Assistance Services', 'assignment-assistance', '2021-08-16 00:36:26', '2021-10-08 23:28:19'),
(123, 'Assignment Help For Me', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT HELP FOR ME</h1>\r\n<p>Are you wondering ‘who can provide assignment help for me?’ Assignments are an important part of the curriculum that aims to enhance the learning capabilities of students and brushing up their writing skills to make them ready for professional life. However, there are many students who run short on time and find it challenging to write a quality assignment that could score higher. This sort of complexities and challenges associated with writing assignments compel the students to hire assignment writing experts who can write assignments for them very efficiently within the required timeframe.</p>\r\n<p>There are numerous assignment help available online, but choosing the right one who can fulfil your expectations becomes very important when you cannot compromise with the quality. Professional Assignment Help offers a wide range of assignment help covering various courses from basic to technical, through the experts who hold specialization and have expertise in their respective field of study and in writing assignments. We get you connected with highly qualified and experienced professionals who work on your assignments following a certain procedure starting with conducting research and ending with proofreading and editing. This entire working process ensures that your assignment does not contain any error and matches the criteria stated by your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>When you look for assignment help, you definitely look for professionals who are experts in writing quality assignments. Here at Professional Assignment Help, we get you connected with the best assignment helpers who can be the best answer for your question ‘who can provide assignment help 4 me?’</p>\r\n<p>We have employed a team of writing experts who hold vast subject knowledge and expertise in writing assignments. Our experts are master’s degree holders and Ph.D. holders. In order to achieve efficiency and more customer satisfaction in our services, we have hired writers from different countries to help the students, providing them native writers who are well aware of the teaching patterns, guidelines or protocols followed at universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Help 4 Me’ services:</h2>\r\n<p>With Professional Assignment Help, you get the final work delivered which is written in a professional manner and meets all the parameters that are essential to maintain highest standards and win higher scores.</p>\r\n<p>The core features of ‘Assignment Help 4 Me’ are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have a team of qualified and experienced assignment writers to help you with your assignments in any subject of your choice.</li>\r\n<li>Every assignment is worked out from scratch to end, from selecting topics to proofreading and editing the assignments, leaving no scope of errors.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We are known and trusted by many students across the UK, Australia and New Zealand for timely deliveries and quick responses.</li>\r\n</ul>\r\n<p>If you’re looking for desired grades, Professional Assignment Help surely will do the best to match your expectations. With our global presence, we have been able to deliver excellent writing solutions to provide and answer your concern with assignment help for me.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 12, 'Assignment Help For Me | Best Assignment Helpers', 'Worrying about “who can provide assignment help for me”? Then, Professional Assignments Help lets you connected with expert writers for assistance.', 'Assignment Help For Me, Best Assignment Helpers', 'assignment-help-for-me', '2021-08-16 00:49:08', '2021-10-08 23:33:10'),
(124, 'Assignment Help Tutors', '<div class=\"a-content\">\r\n<h1 class=\"a-content\">ASSIGNMENT HELP TUTORS</h1>\r\n<p>Number of academic projects, essays, assignments or research work with closer deadlines might put you in the dilemma. Many students face a lot of challenges in completing such academic assignments or projects due to the lack of time and lack of subject knowledge. To overcome such challenges and score high without compromising the quality of academic projects, students look for the services of assignment help tutors.</p>\r\n<p>We are Professional Assignment Help, providing the services of qualified and experienced assignment help tutors to help you in writing a wide range of assignments in different subjects ensuring that you achieve good grades. When you get in touch with professional assignment help, we get you connected with our best assignment writers who have the proficiency to answer your simple to complex assignment related queries and deliver an impressive assignment full of authentic and relevant content that is 100% plagiarism free.</p>\r\n<p>We have catered the writing needs of students from schools and colleges across UK, Australia and New Zealand and have become one of the renowned assignment assistance online. If you’re also looking for best assignment help tutors help you for writing assignments, then Professional Assignment Help is certainly the right place for you to get help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Help Tutors:</h2>\r\n<p>The entire team of Professional Assignment Help have been into this industry from the decades which makes them so efficient to take the task and complete it so efficiently. We have been helping students for their academic writing needs from basic to complex academic tasks and covering many subjects.</p>\r\n<p>Our team of assignment help tutors consist of experts who hold strong educational qualifications in respective fields of study. They are the masters or Ph.D. holders in their stream. In addition to strong qualifications, these case study experts are highly experienced in writing various kinds of assignments, have worked as practitioners, professors, tutors, etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our services through our ‘Assignment Help Tutors’:</h2>\r\n<p>Entire team of professional assignments help work very hard to deliver the best assignment help online. We aim to go beyond your expectations and win your trust to write academic assignments for you.</p>\r\n<p>The core features of our assignment help services online are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter what subject it is and how complex a topic is! Our experts are very efficient to write on a wide range of topics doing detailed research and analysis.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your expectations.</li>\r\n<li>Your assignment gets compiled in well-structured format with all the components and 100% plagiarism free researched content.</li>\r\n<li>We do timely deliveries and answer your queries in real time through our 24/7 available customer support.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you get cost-effective solutions which are 100% satisfactory and get assured best results. We believe quality brings excellent results and achieves higher customer satisfaction which is our ultimate goal.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 13, 'Assignment Help Tutors | Best Assignment Help Online', 'Services by our experienced assignment help tutors will let you complete all academic deadlines by time with quality content written by expert writers.', 'Assignment Help Tutors, Best Assignment Help Online', 'assignment-help-tutors', '2021-08-16 00:56:10', '2021-10-08 23:36:42');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(125, 'Assignment Paper Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT PAPER HELP</h1>\r\n<p>Getting stressed due to assignment completion is quite common among the students these days. Students get stressed as they find it difficult to manage the deadlines of assignments, projects of different subjects at the same time and end up piling them up. Professional Assignment Help is here to save you from this sort of stress and get you assignment paper help with assured results.</p>\r\n<p>Professional Assignment Help answer your concerns related to assignment paper writing services or any sort of academic writing queries and help you with the solution by assigning you the experts to complete the assignment that scores high. Our team consists of well qualified and efficient assignment writers who write your assignment making sure that you get quality work delivered that will positively impact your grades. The writing standards of our experience assignment makers meet the global standards that are applicable across most of the universities and educational institutions.</p>\r\n<p>We’re the one stop solution for all your academic writing needs and help you with assignment paper help that relieves you from the stress of completing tasks before deadlines and help you achieve good grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Paper Writing Experts:</h2>\r\n<p>We have a wide range of assignment writers who are well versed with writing standards and norms applicable in many universities and educational Institutes across the UK, Australia and New Zealand. Our team of assignment writers consists of professionals from various fields such as Commerce, Computer Network or Information Technology, Law, Management, Bio Technology, Science, Mathematics, Nursing, Statistics, Engineering, Humanities, Finance, Auditing, Architecture and many more.</p>\r\n<p>These writing experts are master’s degree holders and Ph.D. holders in the respective field of study and hold decades of experience in working as tutor, professor and assignment paper helper. While hiring them, we make sure that every writing expert we hire possess the skills which enable us to deliver quality work and achieve highest customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Paper Help’ Services:</h2>\r\n<p>Professional Assignment Help make concentrated efforts to answer the queries in real time and get you the desirable solution. We promise you to deliver the services that are beyond your expectations</p>\r\n<p>The core features of “Assignment Paper Help” Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are capable of handling all sorts of assignment writing requirements as we have hired the most qualified professionals from different fields of study.</li>\r\n<li>We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</li>\r\n<li>Your assignments go through multiple quality checks to make it absolutely error free.</li>\r\n<li>Our premium assignment help online services are available at very competitive and affordable rates that won’t burden your pocket.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>With a motive to ensure that assignment writing will no more be a problem for any students. Professional Assignment Helps has come up with a wide range of services and have been catering the writing needs in the quickest possible manner without compromising the quality.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 14, 'Assignment Paper Help | Paper Writing Experts', 'Professional Assignments Help will assure you the best assignment paper help writing services and get done all subjects assignments with good grades.', 'Assignment Paper Help, Paper Writing Experts', 'assignment-paper-help', '2021-08-16 01:02:53', '2021-10-08 23:45:03'),
(126, 'Assignment Provider', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT PROVIDERS</h1>\r\n<p>There are numerous academic tasks which are assigned to students to enhance their learning capabilities, their research skills, writing skills and much more that helps the students in the long run in professional life. Many students face a lot of challenges in completing such academic assignments or projects due to the lack of time and lack of subject knowledge. To help students overcome these challenges in writing academic projects, Professional Assignment Help is one of the best assignment providers who have been helping a number of students from schools and universities with assignment writing services with top notch quality work.</p>\r\n<p>We have been providing the services of qualified and experienced assignment helpers who help you in writing a wide range of assignments in an array of subjects and topics ensuring that you achieve good grades. When you get in touch with professional assignment help, we get you connected with our best assignment writers who have the proficiency to answer your simple to complex assignment related queries and deliver an impressive assignment full of authentic and relevant content that is 100% plagiarism free.</p>\r\n<p>We have catered the writing needs of students from schools and colleges across UK, Australia and New Zealand and have become one of the renowned assignment assistance online. If you’re also looking for the best assignment provider who can help you in achieving higher scores by providing an impressive assignment, then Professional Assignment Help is certainly the right platform to get help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>The entire team of Professional Assignment Help have been into this industry for decades and have catered the assignment writing needs of students from all across UK, Australia and New Zealand successfully. We are the assignment providers with one of the most qualified and experienced teams as a part.</p>\r\n<p>Our writing experts hold certified degrees and Ph.D. which make them so efficient in writing on a wide range of topics from basic to complex. In addition to strong qualifications, these experts hold years of experience in serving industry as practitioners, tutors and professors due to which they are able to guide students with genuine insights about the subject.</p>\r\n<h2 class=\"sub-heading\">Core features of our services as the best ‘Assignment Providers’:</h2>\r\n<p>Entire team of professional assignments help strive hard to deliver the top notch quality work and assure higher grades. We always wish and aim to deliver the services which are beyond expectations.</p>\r\n<p>The core features of our assignment writing services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter what subject it is and how complex a topic is! Our experts are very efficient to write on a wide range of topics doing detailed research and analysis.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and it matches the parameters set by your professors.</li>\r\n<li>Your assignment gets compiled in well-structured format with all the components and 100% plagiarism free researched content.</li>\r\n<li>We do timely deliveries and answer your queries in real time through our 24/7 available customer support.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you get cost-effective solutions which are 100% satisfactory and bring you the best results among peers. We believe in offering the services that create value for you and contribute to your success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 14, 'Assignment Providers | Assignment Writing Services', 'Professional Assignments Help being one of the best assignment providers helping students in the completion of all academic assignments by deadlines.', 'Assignment Providers, Assignment Writing Services', 'assignment-provider', '2021-08-16 01:11:51', '2021-10-08 23:46:54'),
(127, 'Assignment Writing Tips', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT WRITING TIPS</h1>\r\n<p>In most of the cases, students lack expertise in writing assignments due to which they find themselves unable to write assignments. Therefore to help students overcome such issues, Professional Assignment Help offers the assignment writing services for students of schools and colleges across the UK, Australia and New Zealand.</p>\r\n<p>Here, we are presenting a few assignment writing tips that might be helpful for you to improve overall assignment writing skills and curate the impressive assignments. The key features and tips that students must consider while writing assignments are as follows:</p>\r\n<ol class=\"listing\">\r\n<li>A good assignment must be compiled in a way that could interpret the purpose of the writing assignment very clearly.</li>\r\n<li>It must be compiled with well thought arguments giving proper reasoning and accurate source of information.</li>\r\n<li>It must have a logical flow of ideas that maintain focus on discussion.</li>\r\n<li>It must be compiled with clear and formal language avoiding grammatical and spelling errors.</li>\r\n<li>Content must be backed by proper citation, references, bibliography and appendix.</li>\r\n<li>Whether you’re writing a research paper, essays or any other sort of assignment, it is advisable to keep intact with the work limit and proper structure for a particular type of assignment.</li>\r\n</ol>\r\n<p>If you are still not confident in writing assignments by yourself, then you can always approach us to get assignment assistance through our subject matter experts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment helpers are well qualified master’s degree holders and Ph.D. holders in the respective field of study. In addition to strong qualification, these subject matter experts are highly experienced in academic and coursework writing. They have been industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Writing Services’ are as follows:</h2>\r\n<p>By approaching us for the assignment help, you can get the assignment completed in a very quick timeframe so that you can submit it before the deadline and score high.</p>\r\n<p>The core features of our Assignment writing services are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are capable of handling all sorts of assignment writing requirements covering numerous subjects which are being taught across the world through the most qualified professionals from different fields of study.</li>\r\n<li>Every assignment is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Your assignments go through multiple quality checks to make it absolutely error free.</li>\r\n<li>Our assignment help online is available in flexible changes which allows you to pay only for what you require, making it fit for your pocket.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>There are various assignment providers available and choosing the right one is important as it impacts on your grades. At Professional Assignment help, we promise you to deliver cost-effective solutions with notch quality work done that win you assured good results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 15, 'Assignment Writing Tips | Assignment Writing Services', 'Services provided by our assignment writing experts will give you the best assignment writing tips that will impact your grades and assignment writing skills.', 'Assignment Writing Tips, Assignment Writing Services', 'assignment-writing-tips', '2021-08-16 01:19:36', '2021-10-09 01:21:46'),
(128, 'Best Assignment Helper', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BEST ASSIGNMENT HELPER</h1>\r\n<p>Professional Assignment Help has come up with excellent assignment writing services through best assignment helpers. No matter how tough your assignments are and how short the deadlines are, we are here to offer you the excellent assignment help online to meet all your academic writing requirements.</p>\r\n<p>Students might feel tremendous pressure when it comes to preparing several assignments, dissertations, research papers, essays, course works etc., that are supposed to be submitted within the deadlines. This pressure of submitting assignments by the deadline sometimes makes it more difficult for the students to meet the quality of work that may affect their grades. We have come up with the assignment help to release the students from the academic pressure and our assignment help online is here to lessen their burden of assignments and other academics related writings.</p>\r\n<p>Our motive is to get you the best of quality in your projects that gains you good grades and also meet your all requirements in regards to assignment help online. We endeavour to help you at our best by understanding your expectations and requirements for your assignment help online and get you tailored assignments in any subject of your choice.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to help on assignments:</h2>\r\n<p>We have hired the best assignment helper who are master’s degree holder and Ph.D. holder in the respective field of study. In addition to strong qualifications, these subject matter experts are highly experienced in academic writing and hold prior work experience as practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert we hire possess the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapt to the changes in the education culture, our assignment tutors go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Help on Assignments’ Services:</h2>\r\n<p>We are one of the renowned assignment writing service providers and have been serving the students of schools, colleges or universities across the UK, Australia and New Zealand. We help student with the assignments that consist of top-notch quality, error free and unique content.</p>\r\n<p>The core features of “Help on Assignments” Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are capable of handling all sorts of assignment writing requirements as we have hired the most qualified professionals from different fields of study.</li>\r\n<li>We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</li>\r\n<li>Your assignments go through multiple quality checks to make it absolutely error free.</li>\r\n<li>Our premium assignment help online services are available at very competitive and affordable rates that won’t burden your pocket.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions with a promise of high standard work and assured higher grades. We work constantly hard to deliver the solutions that are beyond your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 15, 'Best Assignment Helper | Help On Assignments', 'Professional Assignments Help delivers the best assignment helper services while meeting all the requirements for academic assignments in the given time frame.', 'Best Assignment Helper, Help On Assignments', 'best-assignment-helper', '2021-08-16 01:35:50', '2021-10-09 01:23:18'),
(129, 'BTEC Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BTEC ASSIGNMENT HELP</h1>\r\n<p>Do you find writing BTEC assignments difficult? Or do you lack expertise in writing assignments? Whatever is the reason, we have got all the solutions for you under one roof. We are Professional Assignment Help, one of the renowned assignment helpers assisting students pursuing diploma courses in Australia, with a number of assignment writing services in various courses under BTEC.</p>\r\n<p>Writing any sort of assignments has never been so easy for most of the students and missing deadlines to submit the assignments is one of the major issues they face. If you lack in the quality of assignment, you might get your grades impacted and can hamper your success in academics. To help the students overcome such difficulties in writing assignments, we offer the help from subject matter experts who not only write your assignment but also guide you thoroughly about the subject that helps in the long run.</p>\r\n<p>BTEC Assignment Help is one of the specialized services through a highly qualified and experienced team helping you to write assignments for your choice of subject. Any sort of theoretical and practical assignment you would be requiring can be availed under BTEC Assignment Help. If you’re struggling with finishing your assignment on time or struggling in writing it by yourself, then get in touch with us now to get help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified BTEC Assignment Writers:</h2>\r\n<p>We get you connected with BTEC assignment writing experts who hold strong subject knowledge in various courses such as Maths and Statistics, English, Science, sports, health and Social care, Art, Design and Media, Engineering, Geography, Languages, Music, Business, Administration and Law, Public Services, History, tourism and travel etc.</p>\r\n<p>These writing experts hold a thorough understanding of BTEC guidelines and their assessment procedure which helps them to customize the services accordingly that helps you secure higher marks. Every writer we have hired to hold a master\'s degree or Ph.D. in the respective field of study. In addition to strong qualifications, every writer holds decades of experience in writing assignments. Their vast subject knowledge and excellent writing skills make them the suitable person to provide you assignment assistance as BTEC assignment writer and help you achieve notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘BTEC Assignment Help’:</h2>\r\n<p>With Professional Assignment Help, you can be rest assured about the quality of the services. Every BTEC Assignment expert works very hard to get quality work done and deliver it within the stipulated time frame.</p>\r\n<p>You may have a look at core features of BTEC Assignment Help as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>These experts hold the knowledge of qualifications framework, competency and assessment guideline which makes them able to provide most reliable services.</li>\r\n<li>Our experts guide you to understand the nature of courses and basic concepts that helps you to perform better in assessment.</li>\r\n<li>Our BTEC writers get the work done from scratch to end and deliver the assignment that brings the positive results.</li>\r\n<li>We are available 24/7 to answer your queries in real-time through chat, email or calls.</li>\r\n</ul>\r\n<p>When you choose Professional Assignment Help to write BTEC assignments, you can be rest assured about the services and invest your time into something that needs your attention most while our experts write your assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 16, 'BTEC Assignment Help | BTEC Assignment Writers', 'Are you find it difficult while writing BTEC assignments? Then, our expert BTEC assignment helper will let you complete with their skills and experience.', 'BTEC Assignment Help, BTEC Assignment Writers', 'btec-assignment-help', '2021-08-16 01:41:06', '2021-10-09 01:59:53'),
(130, 'Buy Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUY ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help has come up with a wide range of assignment writing services for students all across the UK, Australia and New Zealand. Now, buy Assignment Help in any of the subjects you are looking for, from highly qualified and verified experts and get assured good results.</p>\r\n<p>Students might feel tremendous pressure when it comes to preparing several assignments, dissertations, research papers, essays, course works etc., that are supposed to be submitted within the deadlines. This pressure of submitting assignments by the deadline sometimes makes it more difficult for the students to meet the quality of work that may affect their grades. We have come up with the assignment help to release the students from the academic pressure and our assignment help online is here to lessen their burden of assignments and other academics related writings.</p>\r\n<p>At Professional Assignment Help Services, we offer our students the best and affordable assignment help who are available 24/7 for the assignment writing services and meet the students’ requirements. There are numerous options out there online to buy assignment help but choosing the right one is important as sometimes the assignments that are delivered are not good enough that could help you in achieving good grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of writers from different educational backgrounds with different subjects like law, finance, medical, nursing, humanities, etc. Every writer holds a degree and certification in the relevant subject. Some of the writers are Ph.D. holders who possess excellent research skills. Not just that, along with the strong educational background, they hold years of assignment writing experience which made them the suitable candidate to justify their work as an assignment writer providing best academic writing services. Moreover we hire the native writers from the UK, Australia and New Zealand as they are aware of the study culture at universities in their own country.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Buy Assignment Help Services’</h2>\r\n<p>With Professional Assignment Help, you can be rest assured as you get the best work done by experts on your assignment that ensures to notch quality work and high scores.</p>\r\n<p>The core features of our online assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have experts from various fields of study who are assigned tasks based on their qualification and your requirements.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n<li>You can buy assignment help in a flexible package, choosing the services that you actually need.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we believe in building long term relationships and hence delivering assignments is just not our profession but it comes with a responsibility to get the expected outcome that can benefit you in achieving good grades and help you succeed in your academic life.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 17, 'Buy Assignment Help | Affordable Assignment Help', 'Professional Assignments Help will let you buy assignment help at reasonable prices with quality assignment writing skills by expert academic writers.', 'Buy Assignment Help, Affordable Assignment Help', 'buy-assignment-help', '2021-08-16 01:49:29', '2021-10-09 02:02:18'),
(131, 'Cheap Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHEAP ASSIGNMENT HELP</h1>\r\n<p>Writing any assignments or projects has always been very challenging for students and the reason could be their busy schedule, lack of expertise in writing, lack of subject etc. To overcome all such challenges and complexities associated with writing assignments, students look for assignment help so that they could submit them before the deadline without compromising with the quality of assignments. Experts\' services come with the cost, but professional assignment help has come with the cheap assignment help that allows you to get the help of experts at very affordable rates without compromising with the quality of content and assured high scores.</p>\r\n<p>Academic life of any student is filled with so much academic work, extra-curricular activities, social life activities which over all becomes a lifetime experience to cherish forever and we would like the students to focus on the activities that require their attention the most while we write our assignments.</p>\r\n<p>At Professional Assignment help services, we assist students with excellent case study writing services through well qualified and well experienced case study writing experts who are efficient in doing topic selection to compiling your case study with unique yet relevant data that ensure your success.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of professionals from different qualification backgrounds such as management, law, finance, medical, nursing, humanities, etc. We have varieties of essay writers who possess vast subject knowledge of their own subject. They do hold degrees and certification and some of them are Ph.D. holders. In addition to strong qualification, they hold years of assignment writing experience which made them the very suitable candidate to write your assignments.</p>\r\n<p>Our entire team works very hard constantly to draft the assignments which are high in quality. No matter which subject you enquired for, we get you the best help with the best writer and getting quality work done.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Cheap Assignment Help Services’</h2>\r\n<p>At Professional Assignment Help, we have designed a service in a way that gets you all sort of help you need for assignments. Getting you services that get you success is our topmost priority.</p>\r\n<p>The core features of our assignment writing services are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to our most eligible assignment writer who possesses qualification and experience in the required subject.</li>\r\n<li>Your assignments go through many quality checks to ensure it meets your specified instructions and criteria so that there is no scope of errors.</li>\r\n<li>Your assignment gets compiled with unique content which is 100% plagiarism free and relevant to the topic.</li>\r\n<li>If you’re not happy with your assignment delivered, get it revised by choosing our premium services and get unlimited revisions.</li>\r\n<li>We make timely deliveries and are available for you 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>We add quality to your order at each step and achieve the end results. We believe the more customer satisfaction we achieve, the more we will grow and build long term relationships with you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 18, 'Cheap Assignment Help | Case Study Writing Services', 'Our academic writing experts will offer you cheap assignment help at reasonable prices without compromise content quality and assure good grades.', 'Cheap Assignment Help, Case Study Writing Services', 'cheap-assignment-help', '2021-08-16 01:57:11', '2021-10-09 02:03:42'),
(132, 'College Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COLLEGE ASSIGNMENT HELP</h1>\r\n<p>Are you looking for college assignment help that could get you the benefits you expect? Professional Assignment Help online is one of the renowned academic writing service providers who offers college assignment help covering a wide range of courses. We have covered every subject from basic to technical under our assignment writing services which are being taught across the world. If you are looking for quality and assured benefits, get in touch with Professional Assignment Help now to get the college assignment help in very less time.</p>\r\n<p>We answer your concern and help you with the solution by assigning you the assignment writing experts who can write the top notch quality assignment and help you score higher in academics. Here at Professional Assignment Help online, we get you connected with our certified and well qualified assignment writing experts. The writing standards of our experienced assignment makers meet the global standards that are applicable across most of the universities and educational institutions.</p>\r\n<p>We have been providing services in numerous types of academic work like Essays, Dissertation, Case Studies, Homework, Coursework, Research, Proofreading, referencing etc. To make our delivery channel easier, we follow a specific procedure wherein we allocate a project manager of relevant qualification for each assignment who remains the one point contact for your query and responsible to answer your all queries regarding the assignment</p>\r\n<h2 class=\"sub-heading\">Services of our well qualified College Assignment Helpers:</h2>\r\n<p>We believe in allocating the right work to the right person. Your work gets allocated to the experts who hold relevant education based on your requirement. Each writing expert we have hired holds a Ph.D. certification in their respective field of study. Our team consists of a wide range of assignment writers specialized in various fields of study, who are well versed with writing standards and norms applicable in many universities and educational Institutes across the UK, Australia and New Zealand.</p>\r\n<p>The more experienced our writers are in writing, the more efficient they are in delivering quality work to each and every student who reaches us. Therefore we have hired the most experienced professional who have all the skills that are required to deliver the quality writing services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘College Assignment Help”:</h2>\r\n<p>At Professional Assignment Help, we promise you to deliver the high quality work that leads you towards success in academics. With the motive to achieve highest customer satisfaction, we keep improving our services and deliver the services that create value for you.</p>\r\n<p>The core features of our College Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment gets assigned to the most qualified and experienced writer who curates the assignment that is similar to the assignments written by scholars.</li>\r\n<li>Every assignment goes through many quality checks to ensure a quality assignment leaving no scope of error.</li>\r\n<li>Each assignment is worked from start to scratch and complied with 100% plagiarism free authentic content.</li>\r\n<li>Our services are affordable and don\'t burden your pocket.</li>\r\n<li>We are available round the clock to answer your queries in real time.</li>\r\n</ul>\r\n<p>Reach us for excellent college assignment help and we promise that you will not get disappointed. We are never afraid to walk a mile extra to deliver more than your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 19, 'College Assignment Help | College Assignment Helpers', 'College assignments will be a never-ending process. You will need college assignment help that will assist you in writing assignments before the deadline.', 'College Assignment Help, College Assignment Helpers', 'college-assignment-help', '2021-08-16 02:02:48', '2021-10-09 02:05:52'),
(133, 'Custom Assignment Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CUSTOM ASSIGNMENT WRITING SERVICES</h1>\r\n<p>In order to secure a higher range and score higher, you must work on the assignment that could be different from your peer. We understand the difficulties that many students face in writing such impressive assignments due to lack of expertise and lack of time mainly. To help students with such impressive assignments that could make them stand out among their peers, we have come up with the custom assignment writing services.</p>\r\n<p>Professional Assignment Help has come up with a wide range of assignment writing services covering various courses that are being taught in the universities and colleges across the world. We get you connected with our most qualified and experienced professional assignment helpers who do the detailed research and compile the assignment with high quality unique content and in well-structured format that could really make you stand out among peers and help you gain good scores.</p>\r\n<p>Our entire team works very hard to make your assignments meeting your expectations and university criteria. We focus on working assignments following the guidelines stated by your university and comprising all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you connected with experts who hold strong educational qualifications such as Master Degree or Ph.D. in respective fields of study. Additionally, they hold years of experience in writing assignments that make them highly capable to deliver custom assignment writing services matching your academic level. We organize regular training sessions for all the assignment writing experts to provide them the opportunities to keep their skills and subject knowledge updated to match the standard with the changing environment of the educational industry and help the students in the best way.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Custom Assignment Writing Services’</h2>\r\n<p>When you have Professional Assignment Help working on your assignment, you can be rest assured about the quality of the assignment. You will ultimately get the assignment that does contain the quality that will make you secure higher marks.</p>\r\n<p>The core features of Academic Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts work on assignments from scratch to end, doing in-depth research to gather the content to write an absolutely unique and impressive assignment matching your academic level.</li>\r\n<li>We do not leave any scope of error and therefore your assignment gets delivered after doing proofreading and editing.</li>\r\n<li>We are well known for timely deliveries and quick response. You can get in touch with us any time through our customer support available 24/7 and get real time answers.</li>\r\n<li>We have come up with services and add-ons that you can choose and make the package as per your budget and requirement.</li>\r\n</ul>\r\n<p>We have brought you the custom assignment writing services at a very affordable cost that doesn’t burden your pocket. If you are looking for excellent customized assignment writing services, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 20, 'Custom Assignment Writing Services | Academic Assignment Help', 'For writing custom assignments, you will need professional assignment writing services to get it done on time with good grades with help of professional writers.', 'Custom Assignment Writing Services, Academic Assignment Help', 'custom-assignment-writing-service', '2021-08-16 02:07:58', '2021-10-09 02:06:59'),
(134, 'Diploma Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DIPLOMA ASSIGNMENT HELP</h1>\r\n<p>Writing assignments has never been so easy for the majority of students. It requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities and many more. If a student lacks any of such skills, it might impact the quality of assignment they work on and get their grades affected.</p>\r\n<p>Professional Assignment Help offers a wide range of academic writing services to cater the writing needs of students from various courses. We have also been offering Diploma Assignment Help to students who have been pursuing diploma courses from universities across the UK, Australia and New Zealand.</p>\r\n<p>We cater the academic writing needs of students and help them with impressive assignments that impact their grades positively. We have covered a wide range of courses that are being taught here and offering impressive assignment assistance through well experienced and highly qualified assignment writers. If you are pursuing any diploma course, you might be asked to prepare Essays, Dissertation, research papers, Case Studies or any sort of academic tasks, we have all the solutions for you under one roof.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible diploma assignment writers from various countries to assist the students from different countries. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills. In order to be more effective and efficient in our work, we have employed best writers, veteran professors, subject matter experts, industrial practitioners, in our writing team so that we can offer only best to students with assured good results.</p>\r\n<p>We provide the opportunity to our tutors to brush up their skills timely and keep their knowledge up to date through the training sessions. We believe if the efficiency of our assignment writing experts are high, we would certainly be able to achieve Excellence in the services we offer.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Diploma Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we always prioritize your expectations and your benefits over anything else. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<p>Have a look at the core features of Diploma Assignment Help which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts are well versed with the qualifications framework, competency and assessment guideline of these diploma courses that make them so efficient in offering reliable services.</li>\r\n<li>Our team of assignment writers consist of industrial experts, lecturers, proofreaders and editors to offer quality services that are error free, 100% plagiarism free.</li>\r\n<li>We help you to understand the nature of courses and basic concepts pertaining to it which helps you to perform better in assessment.</li>\r\n<li>The assignment experts work on assignments from scratch to end, starting from doing in-depth research to proofreading and editing and make sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>We are the most reliable assignment writing service provide who helps you growing constantly and saving your time that could be invested on some other important tasks. If you’re looking for Diploma Assignment Help, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 21, 'Diploma Assignment Help | Assignment Writing Services', 'Our diploma assignment writers come with the best diploma assignment help solutions for students across different countries with a variety of writing services.', 'Diploma Assignment Help, Assignment Writing Services', 'diploma-assignment-help', '2021-08-16 02:14:14', '2021-10-09 02:08:13'),
(135, 'Do Assignment For Me', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DO ASSIGNMENTS FOR ME</h1>\r\n<p>Do you also have the same question in mind like other students ‘’who can do assignments for me?” If yes, then Professional Assignment Help certainly has the solution for you. Professional Assignment is one of the leading assignment help providers, assisting students from schools and colleges across UK, Australia and New Zealand.</p>\r\n<p>Assignments are an important part of the curriculum and consist of a major part of the grading system. Although writing an assignment has never been easy for students as it is a time consuming activity which involves functions such as choosing a topic, research to gather data, filtering them, processing them to interpret in summarized form and compiling all these information in a well-structured format. In order to secure higher marks, it is required to submit a quality assignment. Many students find it difficult to manage time for writing assignments due to the time issues and complexities associated with it. Therefore, they look for assignment assistance and we offer the assistance to such students helping them to score high.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to do your assignments:</h2>\r\n<p>Whenever you have a question in mind ‘who can do an assignment for me?’ consider the professional assignment help who offer you the services of best writers who carry practical experience and in-depth subject knowledge of their respective field of study. Every assignment writer holds the degree in their specialized field of study, and they are Ph.D. certified experts. Besides educational background, we make sure that they are well versed with university standards and efficient to meet the requirements of students in regards to engineering dissertation writing needs.</p>\r\n<p>Our in-house writing experts are provided regular and given opportunity to update themselves with the changes in the education industry and brush up their writing skills which would help us achieve quality in service delivered. At Professional Assignment Help, we assign the right task to the right person who possesses relevant qualification. This is how we achieve quality in our services and achieve 100% customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our Assignment Help services to do assignments for you:</h2>\r\n<p>At Professional Assignment Help, you get the assured timely deliveries of the assignments containing the quality that you expect for us.</p>\r\n<p>The core features of ‘Do Assignment for Me’ services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of subject matter experts from all fields who hold expertise in writing quality assignments, which will be as similar as an assignment written by a scholar.</li>\r\n<li>We get the work done according to the expectation of students, following the criteria given by universities and present it in well-structured format consisting all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments, leaving no scope of errors.</li>\r\n</ul>\r\n<p>We aim to deliver writing solutions that can create value for you by winning accolades and higher scores in academics. Our services are reliable and affordable, matching your budget ensuring high quality work.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 22, 'Do Assignments For Me | Do Your Assignments', 'Looking for the answer to “who can do assignment for me”? Then, put your trust in Professional Assignments Help solutions on different subject assignments help.', 'Do Assignments For Me, Do Your Assignments', 'do-assignment-for-me', '2021-08-16 02:19:34', '2021-10-09 02:11:44'),
(136, 'Get Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">GET ASSIGNMENT HELP</h1>\r\n<p>Get the wide range of academic writing services from the best assignment writing experts through Professional Assignment Help. We have covered every kind of academic project writing services and numerous subjects that have been taught worldwide at very competitive prices. Now get assignment help that helps you succeed in academics making you able to score higher. Our assignment writing services are available for students all across the UK, Australia and New Zealand. Now, buy Assignment Help in any of the subjects you are looking for, from highly qualified and verified experts and get assured good results.</p>\r\n<p>Writing an assignment has never been so easy for students. The challenges and complexities associated in writing such assignments Students might feel tremendous pressure when it comes to preparing several assignments, dissertation, research papers, essays, course works etc., that are supposed to be submitted within the deadlines. This pressure of submitting assignments by the deadline sometimes makes it more difficult for the students to meet the quality of work that may affect their grades. We have come up with the assignment help to release the students from the academic pressure and our assignment help online is here to lessen their burden of assignments and other academics related writings.</p>\r\n<p>Professional Assignment Help online offers you the best writing services and affordable assignment help through the experts who are highly qualified and experienced in writing assignments for students. There are numerous options out there online to buy assignment help but choosing the right one is important as sometimes the assignments that are delivered are not good enough that could help you in achieving good grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to Get Assignment Help:</h2>\r\n<p>We believe that an excellent team makes the service delivery effective. We have writers from different educational backgrounds such as law, finance, medical, nursing, humanities, etc. Every writer we have employed holds a master’s degree and PH.D certification in the respective field of study. They hold very good research skills and impressive writing skills that make them so efficient in doing their task well. Not just that, along with the strong educational background and strong skills, they hold years of assignment writing experience which made them the suitable candidate to justify their work as an assignment writer providing best academic writing services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Get Assignment Help Services’</h2>\r\n<p>You could rest assured if you have connected with Professional Assignment Help for assignment assistance. Our service doesn’t only help you score well in assignments but helps you in the long run to excel in your career.</p>\r\n<p>The core features of our get assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have experts from various fields of study who are assigned tasks based on their qualification and your requirements.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n<li>You can buy assignment help in a flexible package, choosing the services that you actually need.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we believe in delivering the services that create value for you by contributing towards your success in academics. Working on academic tasks is just not our profession but it comes with a responsibility to get the expected outcome that can benefit you in achieving good grades and help you succeed.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 23, 'Get Assignment Help | Academic Project Writing Services', 'Get assignment help by professional academic writing services with the assistance of expert writers at affordable prices by Professional Assignments Help.', 'Get Assignment Help, Academic Project Writing Services', 'get-assignment-help', '2021-08-16 02:28:21', '2021-10-09 02:14:33');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(137, 'Help on Assignments', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HELP ON ASSIGNMENTS</h1>\r\n<p>Are you searching for experts “who can help on assignment writing”? If you’re stressed due to assignments and the deadlines to submit, then Professional Assignment Help is the one stop shop for all your assignment help requirements.</p>\r\n<p>Most of the students struggle in managing time for writing assignments and projects received from university due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding. Due to all these factors, students find themselves unable to write an assignment accurately and compelled to outsource assignment help online and look for someone who can write their assignments.</p>\r\n<p>Professional Assignment Help has brought to you the help on assignments that aims to provide excellent writing services to every student for any course from basic to technical that is being taught across the globe. We have brought to you the services of experts for writing university assignments who help you submit the assignments before the deadline and achieve higher grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to help on assignments:</h2>\r\n<p>Our assignment helpers are well qualified master’s degree holders and Ph.D. holders in the respective field of study. In addition to strong qualification, these subject matter experts are highly experienced in academic and coursework writing. They have been industry practitioners, professors, tutors, etc.</p>\r\n<p>While hiring them, we make sure that every writing expert possesses the skills which enable us to deliver quality work and achieve highest customer satisfaction. In order to keep our services up-to-date and adapting to the changes in the education culture, our academic writing experts go under formal training regularly to keep themselves updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Help on Assignments’ Services:</h2>\r\n<p>We are one of the renowned assignment writing service providers and have been serving the students of schools, colleges or universities across the UK, Australia and New Zealand. We help students with the assignments that consist of top-notch quality, error free and unique content.</p>\r\n<p>The core features of “Help on Assignments” Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are capable of handling all sorts of assignment writing requirements as we have hired the most qualified professionals from different fields of study.</li>\r\n<li>Every assignment is compiled with 100% plagiarism free content which is relevant and gathered through authentic sources of information.</li>\r\n<li>Your assignments go through multiple quality checks to make it absolutely error free.</li>\r\n<li>Our assignment help online is available in flexible changes which allows you to pay only for what you require, making it fit for your pocket.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment help, we promise you to deliver cost-effective solutions with a promise of high standard work and assured higher grades. We work constantly hard to deliver the solutions that are beyond your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 26, 'Help On Assignments | Assignment Writing Providers', 'Looking for help on assignments of different subjects to students across the UK, Australia, and New Zealand with the expertise of professional writers.', 'Help On Assignments, Assignment Writing Providers', 'help-on-assignments', '2021-08-16 03:07:54', '2021-10-09 02:18:26'),
(138, 'Help With Assignments Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HELP WITH ASSIGNMENTS ONLINE</h1>\r\n<p>Are you wondering “who can help with assignments online”? Well, we have got the solution for you and the best help that you have been looking for. At Professional Assignment Help, we offer an array of academic writing services covering numerous projects and courses that are being taught across the world. We write assignments on your behalf and make sure that you achieve good grades.</p>\r\n<p>At Professional Assignment help, we understand the importance of good assignment work and the challenges that students face in completing assignments. These factors might be the lack of subject knowledge, lack of time or expertise in writing. We help students to overcome these challenges and get the assignment submitted that matches their academic level.</p>\r\n<p>We assist students in completing their assignments matching their requirements and attaining the ultimate goal which is to acquire good results in their academics. Our well qualified and well experienced subject specific experts will be available to help you in writing assignments that are well researched, well written and meet the universities standards.</p>\r\n<h2 class=\"sub-heading\">Services of our well qualified Assignment Helpers:</h2>\r\n<p>We have hired the assignment helpers who have been into this industry for decades which makes them so efficient to complete the task efficiently. Our well qualified and experienced assignment writers/ tutors are well equipped with the knowledge of their own subjects, the writing style, the assignment writing procedures, and research methodology that are prerequisites for any assignment writer. We are sure that all of our writing experts possess this skill set that enables us to deliver quality work and achieve customer satisfaction.</p>\r\n<p>You can have a look through our wide range of services available and the samples available to get an idea about the quality and structure of projects delivered by our writing experts. You can also consider this sample or references available to write your assignments as these are as per the current university guidelines.</p>\r\n<h2 class=\"sub-heading\">Core features when you get help with assignments online are:</h2>\r\n<p>We have been the preferable choice for students of Universities or colleges in Australia, UK and New Zealand.</p>\r\n<p>The core features and benefits you get when you opt for Professional Assignment Help are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experienced writers’ works on your queries from scratch and their work doesn’t end with delivering the project.</li>\r\n<li>Our team helps you in understanding the topic and related concepts while going through the step by step solutions for your academic assignments.</li>\r\n<li>Every assignment that we receive, follows a systematic route to deliver flawless and 100% unique plagiarism free content for your projects that completely matches your requirement.</li>\r\n<li>We are well known for timely deliveries and quick responses. You can get in touch with us round the clock to get answer in real-time</li>\r\n</ul>\r\n<p>When you choose us to get help with assignments online, we ensure that you get the services that match your expectations and get your end purpose fulfilled. Here, you always get delivered the top-notch quality services that create value for you and help you succeed in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 27, 'Help With Assignments Online | Write Your Assignments', 'Looking for professional help with assignments online make sure no compromise in achieving good grades, then our expert writers are available for you.', 'Help With Assignments Online, Write Your Assignments', 'help-with-assignments-online', '2021-08-16 03:13:04', '2021-10-09 02:20:11'),
(139, 'Homework and Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HOMEWORK AND ASSIGNMENT HELP</h1>\r\n<p>Submitting an assignment before the deadline is possible, even if you have a highly busy schedule. Yes, Professional Assignment Help is one of the renowned assignment writing help online who offer the quickest help without compromising the quality of assignments. You get the Homework and assignment help which is reliable and affordable for you.</p>\r\n<p>Student’s life these days is full of activities which make it very challenging for them to manage time to write academic projects, homework and assignments. Besides time, there are many other factors such as lack of expertise and subject knowledge which makes it hard for the students to write quality assignments and get their grades impacted.</p>\r\n<p>Professional Assignment Help has offered an array of academic writing and assignment help online to the students from schools and colleges of UK, Australia and New Zealand. We have covered a wide range of academic tasks such as essays, term papers, dissertation etc. and numerous topics from basic to technical. You get the homework and assignment help from the experts who hold expertise in their respective field of study.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have employed a team of expert who offer the best homework and assignments help that make you score high. Our writing experts who hold vast subject knowledge and expertise in writing assignments. They are master’s degree holder and Ph.D. holder with good writing skills and research skills. In order to achieve Excellence in our work and serve our students better, we have hired the native writers who are well aware of the teaching patterns, guidelines or protocols followed at universities in their own country.</p>\r\n<p>Assigning the right task to the right person always assures much quality work done and hence we assign your task to the writer who holds the expertise that matches with your requirement.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Homework and Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we promise you the services that consist of Excellency, reliability and affordability. We never mind going the extra mile to fulfil the promise that we make with the students.</p>\r\n<p>The core features of Home and Assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of experts from various fields and that makes us able to cater any sort of writing needs from students.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>We work with a mission to offer the services that contribute to your success and deliver the services that create value for you. We have been striving ahead to grow more along with you. Ensuring your success is what we aim for and work for.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 28, 'Homework and Assignment Help | Home & Assignment Help Services', 'You will get homework and assignment help through our renowned best academic writing experts at a reasonable cost at a Professional Assignments Help.', 'Homework and Assignment Help, Home & Assignment Help Services', 'homework-and-assignment-help', '2021-08-16 03:18:04', '2021-10-09 02:23:12'),
(140, 'Instant Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">INSTANT ASSIGNMENT HELP</h1>\r\n<p>Getting Instant assignment help while maintaining the quality of assignment might be difficult to get, but at Professional Assignment Help we have made it possible. In order to get you instant assignment help, we have got the services of well qualified and experienced professionals who write the assignments for you and deliver them very quickly without compromising with the quality and staying intact with the parameters stated by your professors.</p>\r\n<p>Writing an assignment is a daunting task and many students’ struggles in writing such assignments due to many factors such as lack of subject knowledge, lack of writing skills and most importantly, lack of time. With the rapid changes in the educational industry, student life is not the same as it was before. Students these days are engaged in lots of activities such as classroom sessions, curricular or extracurricular activities. Besides, many of them do have family responsibilities and part time jobs due to which they find it hard to work on assignments. Besides, multiple assignments with the closer deadline stress them. Therefore, many students outsource the help assignment providers to get instant assignment help.</p>\r\n<p>Professional Assignment Help is one of the preferred assignment help platforms for students from schools and colleges across UK, Australia and Newland who offer all sorts of assignment writing services in a wide range of topics. Even if you need the assignment instantly, our experts would be able to deliver the same without compromising with the quality.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to get Instant Assignment Help:</h2>\r\n<p>The professionals we have hired in our writing team are highly proficient in offering urgent assignment help using their expertise in writing assignment and the subject knowledge. Every writer we have hired holds a certified degree from a reputed organization and are PH.D holders with years of experience serving the industry as practitioners, tutors, lectures etc.</p>\r\n<p>In order to achieve quality work and urgent delivery of assignments, we make sure to assign the right task to the right person which increases their efficiency and helps us to deliver quality. We organize regular training sessions to let our writers keep their skills and subject knowledge updated to serve students better with the time.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Instant Assignment Help’ services:</h2>\r\n<p>We are known for delivering quality, reliability and affordability in our services. Now, it would be possible for you to manage the deadlines very efficiently even if you don’t have time to write by yourself.</p>\r\n<p>The core features of Instant Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Even though we promise and deliver the urgently required assignments within the promised time period, we still never compromise with the quality and give you the assurance of higher scores.</li>\r\n<li>Every assignment we write goes through a certain procedure in order to make sure it doesn’t contain any error, to make sure it matches the parameters stated by the university.</li>\r\n<li>Our experts get the work done from scratch to end, from topic selection to proofreading and editing.</li>\r\n<li>You always receive deliveries on time and get real-time answers through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to build the trust of good work among the students by providing excellent assignment writing services at affordable prices. We assure each student that they are at the right place and your assignment is being handed over in right hands.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 29, 'Instant Assignment Help | Assignment Help Platform', 'While delivering instant assignment help to you, our professional expert writers maintain the quality of your assignments keeping the given format.', 'Instant Assignment Help, Assignment Help Platform', 'instant-assignment-help', '2021-08-16 03:24:14', '2021-10-09 02:24:46'),
(141, 'Last Minute Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAST MINUTE ASSIGNMENT HELP</h1>\r\n<p>Are you stressed due to a closer deadline and still not completed the assignment? Get your assignment completed and submit them before the deadline with the help of Professional Assignment Help. Last Minute help in the affordable cost without compromising with the quality of assignment is now possible.</p>\r\n<p>Professional Assignment Help is the renowned assignment writing experts who offer the assignment writing services and get the services delivered in quickest time. We offer a wide range of academic writing services that includes preparing for term paper, essays, dissertation, etc., in various courses that are being taught across the world.</p>\r\n<p>Student’s life these days is full of activities, busy class schedules, a number of curricular and extracurricular activities which make it very challenging for them to manage time for writing quality assignments. To help students overcome these challenges, we get them connected with the assignment writing experts who write assignments on their behalf following the criteria stated by the professors, doing in-depth research and compiling it in a well-structured format so that you can secure higher grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Even if you need the urgent delivery of an assignment, our experts are proficient in delivering last minute help without compromising with the quality of assignment. Our writing experts who hold vast subject knowledge and expertise in writing assignments which make them so efficient in writing quality assignments. They are master’s degree holders and Ph.D. holders with good writing skills and research skills.</p>\r\n<p>Assigning the right task to the right person always assures much quality work done and hence we assign your task to the writer who holds the expertise that matches with your requirement. We organize regular training sessions to let our writers keep their skills and subject knowledge updated to serve students better with the time.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Last Minute Assignment Help’ services:</h2>\r\n<p>We make a concerted effort to fulfil your requirements and deliver best so that we can be your preferred choice in providing assignment help. In case if you’re also struggling to manage deadlines, do contact us for the quick assignment delivery.</p>\r\n<p>The core features of Last Minute Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts provide you complete guidance during the entire process from topic selection to the proofreading and editing utilizing their experience.</li>\r\n<li>We get your assignment ready following in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to keep the promise of providing excellent assignment writing services at affordable prices. We assure each student that they are at the right place and your assignment is being handed over in right hands.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 30, 'Last Minute Assignment Help | Quality Assignments', 'Need last minute assignment help at reasonable prices by Professional Assignments Help is helpful in getting good grades in academics.', 'Last Minute Assignment Help, Quality Assignments', 'last-minute-assignment-help', '2021-08-16 03:29:39', '2021-10-09 02:26:29'),
(142, 'Online Assignment Writer', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ONLINE ASSIGNMENT WRITER</h1>\r\n<p>Assignments are part of the curriculum and have always been important to build good writing skills, enhance learning capabilities and gain valuable critical and analytical thinking ability among the students. Hence writing these assignments very precisely becomes more important as it could bring you a good score.</p>\r\n<p>Many students struggle to work on assignments due to lack of time and many other factors such as busy class schedules, family responsibilities, part time jobs, social life, etc. which make it hard for them to work on assignments and end up compromising with the quality of content and subsequently it affects their grades. To help students with such academic writing help, Professional Assignment Help has brought you the services of online assignment writers who can write any sort of academic projects.</p>\r\n<p>We have been the preferred choice of students of school, colleges, undergraduate and postgraduate students across UK, Australia and New Zealand in providing Programming Assignment Helps. If you’re also looking for the best programming assignment experts, then we have the one for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Online Assignment Writers:</h2>\r\n<p>We have hired the most qualified and highly experienced professionals who hold strong subject knowledge and impressive skills which are prerequisite for all assignment writers to cater the writing needs of students and work on the assignment in a way that is similar to the assignment written by a scholar. These subject matter experts we have hired hold the master’s degree or doctorate in the respective field of study.</p>\r\n<p>Here at Professional Assignment Help, we get you connected with the most competent online assignment writer who holds the expertise in the subject you are looking for. These experts ensure quality and get the assignment ready which is well-crafted, tailored made and professionally written. These experts get you the help and subject related guidance that helps you stand out in academics and gain highest scores.</p>\r\n<h2 class=\"sub-heading\">Core features of our services through our ‘Online Assignment Writer’:</h2>\r\n<p>Entire team of professional assignments help work very hard to deliver the best assignment help online. We aim to go beyond your expectations and win your trust to write academic assignments for you.</p>\r\n<p>The core features of our assignment help online are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>No matter what subject it is and how complex a topic is! Our experts are very efficient to write on a wide range of topics doing detailed research and analysis.</li>\r\n<li>Every assignment goes through multiple quality checks to assure the quality of contents remains intact and matches your expectations.</li>\r\n<li>Your assignment gets compiled in well-structured format with all the components and 100% plagiarism free researched content.</li>\r\n<li>We are known for timely delivery. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you get cost-effective solutions which are 100% satisfactory and get assured best results. We believe quality through our services will bring excellent results. If you are looking for quality content in assignments that could win accolades, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 31, 'Online Assignment Writer | Programming Assignment Experts', 'Professional Assignments Help having expert online writers brings you good grades results maintaining the quality content of your assignments.', 'Online Assignment Writer, Programming Assignment Experts', 'online-assignment-writer', '2021-08-16 03:34:56', '2021-10-09 02:28:24'),
(143, 'Pay for Assignments', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PAY FOR ASSIGNMENTS</h1>\r\n<p>Pay for assignments that provide the value that creates a positive impact. Professional Assignment Help is one of the renowned assignment providers catering the academic writing needs of students from colleges and schools across UK, Australia and New Zealand.</p>\r\n<p>Every student wishes to perform well in academics and score higher. But there are so many assignments and projects. They are assignments which consist of the major part of the grading system. However, most of the students struggle in managing time for writing such assignments and projects received from university due to various factors such as lack of time, lack of writing skills and research skills, lack of topic understanding. Therefore they look for assignment help online who can write assignments for them consisting of quality content.</p>\r\n<p>Professional Assignment Help has brought excellent assignment writing services for such students who don\'t want to compromise with the quality and want to excel high in academics. We offer help in various academic projects covering a wide range of courses from basic to technical that is being taught across the globe.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We always want you to pay for assignments that assure you the higher quality, higher scores and therefore we get you connected with the experts who hold expertise in writing assignments of the subject you require.</p>\r\n<p>Every expert we have hired goes through a rigorous selection process during which these writers are judged on their writing abilities, research skills and subject knowledge. We make sure to hire the right candidate for the right role which ensures Excellency in work. We arrange regular training sessions for our writers, so that they can keep themselves updated with the changes in the educational industry, changing guidelines etc. and also give them opportunities to upgrade their subject knowledge to achieve excellence and more 100% customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Pay for Assignments’ Services:</h2>\r\n<p>With the aim to reach more and more students with our very reliable assignments services, we work hard to provide the assignments that consist of top-notch quality, error free and unique content.</p>\r\n<p>The core features of “Pay for Assignments” Services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Utilizing their vast subject knowledge and practical experience, our assignment writing experts are efficient to help with all sorts of queries related to academic projects in any subject.</li>\r\n<li>Our experts help you choose the best topic and do in-depth research to gather information and get it compiled in a well-structured format set for assignments.</li>\r\n<li>We deliver assignments which are 100% plagiarism free and all the information compiled is authentic and relevant to the topic with proper referencing.</li>\r\n<li>With us, you get assured timely deliveries and quick responses through 24/7 available customer support.</li>\r\n<li>Our assignment services are cost effective and wouldn’t burden your pocket. You get the freedom to prepare the package as per your budget by choosing the services and pay only as per your requirement.</li>\r\n</ul>\r\n<p>Looking for assured results in assignments? Yes, we can promise you of assured higher grades by delivering high-quality service at very affordable rates.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 32, 'Pay For Assignments | Writing Assignments', 'Are you worried about whom you pay for assignments that will bring good grades? Here we are catering our services across the globe covering all the courses.', 'Pay For Assignments, Writing Assignments', 'pay-for-assignments', '2021-08-16 03:41:40', '2021-10-09 02:31:42'),
(144, 'Quality Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">QUALITY ASSIGNMENT HELP</h1>\r\n<p>Assignments are an important part of the curriculum and also one of the ways to evaluate the overall performance of the students. Doing assignments help students to enhance their subject knowledge and polish their writing skills that helps them in future. Therefore assignments are given much weightage and are considered as one of the major parts of the grading system. Submitting quality assignments before the deadlines could really help you score higher and improve your ranking. Thus maintaining quality in the assignments becomes much more important in order to secure higher marks.</p>\r\n<p>Professional Assignment Help has come up with quality assignment help for the students who want to secure higher marks but don\'t have enough time to write assignments. We get you connected with our highly qualified and experienced assignment helpers who help you in writing impressive and quality assignments which will surely bring you good grades.</p>\r\n<p>At Professional Assignment Help, in order to achieve Excellence in the work we deliver, we follow a predefined trajectory wherein every assignment get checked on some important parameters such as Instruction from Professor, Writing style in the assignment, Grammatical errors and spellings, Flow and Signposting, Structure and Presentation, Reference Style, Formatting, Quality of References, Recurrence of References, Authenticity of References, Authority and appropriateness of arguments, Standards of writing etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts for Quality Assignment Help:</h2>\r\n<p>We believe that an excellent team makes the service delivery effective. We have writers from different educational backgrounds such as law, finance, medical, nursing, humanities, etc. who hold expertise in writing the assignments of their respective field of study. Every writer who is a part of our team, holds a master’s degree and PH.D certification in the respective field of study. They hold very good research skills and impressive writing skills that make them so efficient in doing their task well.</p>\r\n<p>Not just that, along with the strong educational background and strong skills, they hold years of assignment writing experience which made them the suitable candidate to justify their work as an assignment writer providing best academic writing services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Quality Assignment Help services’</h2>\r\n<p>After being connected to Professional Assignment help, you can always rest assured with the quality of the assignments and the end result it brings out for you.</p>\r\n<p>The core features of our quality assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Along with assignment writing assistance, our writing experts’ offers you help and genuine insight about the topic and subject that helps you in the long run in professional life.</li>\r\n<li>We have the experts from various fields of study and hence we are able to provide the writing solutions covering all the courses which are being taught across the world.</li>\r\n<li>We assign the right task to the right person matching their qualification to your requirement to achieve Excellence in services.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we believe in delivering the services that create value for you by contributing towards your success in academics. Working on academic tasks is just not our profession but it comes with a responsibility to get the outcome which you expect.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 32, 'Quality Assignment Help | Quality Assignments', 'Looking for quality assignment help with reasonable prices for students across the UK, Australia, and New Zealand with valuable assignment quality work.', 'Quality Assignment Help, Quality Assignments', 'quality-assignment-help', '2021-08-16 03:49:08', '2021-10-09 03:18:56'),
(145, 'RTO Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">RTO ASSIGNMENT HELP</h1>\r\n<p>RTO Assignment Help is one of our assignment writing services for students who have been pursuing any vocational courses in Australia and help them achieve higher grades by submitting quality assignments.</p>\r\n<p>RTO stands for Registered Training Organizations which consists of private organizations such as TAFE Technical and Further Education institutes and many others that offer vocational educational training courses for students to acquire technical skills related to a particular stream. In RTO Assignment Help, we have covered the assignment help for many vocational courses such as Nursing Course, Healthcare Course, Animal Husbandry, Community service course, Business Management or leadership courses, Hospitality and Tourism, and many others. It is very challenging for students to write a RTO Assignment due to the lack of subject knowledge, lack of time, unawareness about the proper format and therefore they get stressed by the majority of them.</p>\r\n<p>Writing an assignment is a very lengthy task which requires students to invest ample time to indulge in research work and compile information in a structured way. Students who have been pursuing vocational courses from Australia hire the RTO experts to get their RTO assignments completed. If you are also looking for the writer who can get you the best RTO assignment written, then ‘Professional Assignment Help’ is certainly the perfect choice for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified RTO Assignment Writers:</h2>\r\n<p>We get you connected with RTO experts who hold strong subject knowledge and professional assignment writing skills to provide you the quality services with the required time frame. Our RTO Assignment writing team consists of professionals from different educational backgrounds like law, finance, medical, nursing, humanities, etc.</p>\r\n<p>Every writer we have hired to hold a master\'s degree or Ph.D. in the respective field of study. In addition to a strong qualification background, every writer holds decades of experience in writing assignments. Their vast subject knowledge and excellent writing skills make them the suitable person to provide you assignment assistance as RTO assignment writer.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘RTO Assignment Help’:</h2>\r\n<p>With Professional Assignment Help, you can be rest assured about the quality of the services. Every RTO Assignment expert at Professional Assignment Help works very hard to get quality work done and deliver it within the stipulated time frame.</p>\r\n<p>You may have a look at core features of RTO writing services as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our RTO experts are quite versed with the training courses offered by Service Skills Organizations of Australia. These courses aim to inculcate specific skills and theoretical knowledge which is required to perform better on a professional level.</li>\r\n<li>These experts hold the knowledge of qualifications framework, competency and assessment guideline which makes them able to provide most reliable services.</li>\r\n<li>Our experts guide you to understand the nature of courses and basic concepts that help you to perform better in assessment.</li>\r\n<li>Our RTO writers get the work done from scratch to end and deliver the assignment that brings the positive results.</li>\r\n<li>We are available 24/7 to answer your queries in real-time through chat, email or calls.</li>\r\n</ul>\r\n<p>When you choose Professional Assignment Help to write an RTO assignment, while we write your assignment, you can be rest assured about the services and invest your time into something that needs your attention most.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 33, 'RTO Assignment Help | Assignment Assistance', 'For vocational courses of students, Professional Assignments Help offers RTO assignment help through RTP experts within the given time frame.', 'RTO Assignment Help, Assignment Assistance', 'rto-assignment-help', '2021-08-16 04:03:15', '2021-10-09 03:20:57'),
(146, 'Solve My Assignment', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOLVE MY ASSIGNMENT</h1>\r\n<p>If you are among the students who have been searching ‘who can solve my assignment’? Then we have got the answer and solutions for you. We are the Professional Assignment Help, one of the renowned assignment help services who have been helping students in writing for a wide range of academic tasks such as essays, projects, term papers, assignments and more. Leaving no stone unturned, our highly proficient assignment writing experts ensure delivering the best assignment that matches with your academic standard, matches the parameters set by your professors, and matches your expectations.</p>\r\n<p>These days student’s lives are full of activities due to which they find it really hard to spend on writing assignments and projects assigned by the professors. There are many other factors which are responsible due to which students are not able to get time to write academic tasks which include lack of expertise and subject knowledge too.</p>\r\n<p>In order to achieve good grades, you are supposed to deliver quality work and with the help of our subject matter experts you can certainly achieve that. Our entire team makes concentrated efforts to get the end purpose fulfilled which is to secure higher grades. If you ever get stressed due to assignments and their deadlines, contact us right away. We’re the one stop solution for your queries related to assignments and help you with the best solutions that help you succeed in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts to solve your assignments:</h2>\r\n<p>We have employed a team of writing experts who hold vast subject knowledge and expertise in writing assignments. Our experts are master’s degree holders and Ph.D. holders. In order to achieve efficiency and more customer satisfaction, we have hired the native writers who help you with assignment assistance. These native writers are well aware of the teaching patterns, guidelines or protocols followed at universities in their own country and thus able to match the writing standards.</p>\r\n<p>We always assign you the writing experts based on the country you are from, and the subject you are looking for to ensure the quality. You get connected to the experts whose education and expertise matches with your requirements.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Solve My Assignment’ services:</h2>\r\n<p>At Professional Assignment Help, you get the assurance of Excellency, reliability and affordability with the services you get. In order to fulfil the promise that we make, our team works hard to match the expectations.</p>\r\n<p>The core features of Solve My Assignment services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We have a team consisting of writing experts qualified in different educational backgrounds that enable us to help students with a wide range of subjects.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments, leaving no scope of errors.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We do timely deliveries of projects and are available 24/7 to answer your queries.</li>\r\n</ul>\r\n<p>With a motive to contribute to your success by delivering services that create value for you, our entire team works hard to be able to fulfil the expectations. If you’re looking for the experts to solve your assignment related queries, get in touch with us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 34, 'Solve My Assignment | Solve Your Assignment', 'You are at the best place answering the question “who can solve my assignment”? We are providing you with the top assignment help at discounted prices.', 'Solve My Assignment, Solve Your Assignment', 'solve-my-assignment', '2021-08-16 04:08:42', '2021-10-09 03:22:40'),
(147, 'Student Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STUDENT ASSIGNMENT HELP</h1>\r\n<p>Students these days are given too many assignment or projects which aim to enhance their skills that helps in long run. Working on such academic assignments is a time intensive activity as it involves doing detailed research, compiling content etc. Students face a lot of challenges in completing such academic assignments due to the lack of time and lack of subject knowledge and therefore they look for assignment writing services. There are many assignment assistance providers who offer student assignment help, but choosing the right one who can deliver the assignment that can score high becomes important.</p>\r\n<p>At Professional Assignment help services, we offer the excellent student assignment help with the promise of quality content and assured good results. We get you connected with our most qualified and experienced professional assignment helpers who do the detailed research and compile the assignment with unique content and in well-structured format making it very impressive and win accolades from your professors.</p>\r\n<p>Our entire team works very hard to make your assignments meeting your expectations and university criteria. We focus on working assignments which consist of all required components such as Title, Introduction, Aims and Objectives, Rationale, Scope, Outline of chapters, Methodology, Resources, Literature Review, bibliography, etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our assignment writing team consists of candidates from different educational backgrounds with different subjects like law, finance, medical, nursing, humanities, etc., who are experts in writing any sort of academic tasks including essays, assignments, case studies, research papers, case studies and more.</p>\r\n<p>Every writer we have hired holds a master’s degree and Ph.D. certification in the respective field of study. In addition to strong qualification, our assignments helpers hold years of assignment writing experience which make them proficient enough to write your assignments. In order to keep our writing team updated with the changing educational culture, we organize regular training to provide opportunities of brushing up their skills and subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Student Assignment Help’</h2>\r\n<p>We have gained the position among one of the best assignment writers providing assignment help and tutoring to students all over the UK, Australia and New Zealand. Our aim is to grow bigger and get more students connected with us.</p>\r\n<p>The core features of Student Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts work on assignments from scratch to end, from selecting topics to proofreading and editing the assignments, ensuring it doesn’t contain any errors.</li>\r\n<li>We do thorough research to gather the content that is compiled in your academic assignment to make it relevant, authentic and 100% plagiarism free.</li>\r\n<li>We are always on time when it comes to delivering the assignments and responding to student queries in real-time.</li>\r\n<li>We have come up with services and add-ons that you can choose and make the package as per your budget and requirement.</li>\r\n</ul>\r\n<p>We have brought you the most reliable and very affordable services that fits your budget and craft the assignment without compromising with the quality. Here, you get the services, guidance that helps you in the long run.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 35, 'Student Assignment Help | Best Assignment Writers', 'Now student assignment help is available 24*7 through our Ph.D. experts at the most reasonable prices and gets higher grades in every subject assignment.', 'Student Assignment Help, Best Assignment Writers', 'student-assignment-help', '2021-08-16 04:46:03', '2021-10-09 03:23:41'),
(148, 'Total Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TOTAL ASSIGNMENT HELP</h1>\r\n<p>Writing assignment is a daunting task and many students struggle in writing assignments due to various challenges and complexities associated with it. Students these days indulge in many activities which are unavoidable and they find it hard to spend on writing assignments and projects assigned by the professors. There could be other reasons too such as lack of subject knowledge and expertise in writing assignments. In order to help students overcome such challenges and help them in writing best assignments, Professional Assignment have come up with total assignment help which does not only get one time help, but the help and guidance that helps the students in the long run from a career perspective.</p>\r\n<p>Professional Assignment offers total assignment help from writing essays to help students in preparing for term papers in numerous subjects from basic to technical, through the experts who hold specialization and have expertise in their respective field of study. We get you the highly qualified and experienced professionals who work on your assignment compiling with the content backed by in-depth research. From topic selection to proofreading and editing, we work on every assignment from scratch. Our experts help you and guide you thoroughly to complete the task within the stipulated time frame with quality material and resources that help students most. We offer the services you can rely on. You can always rest assured about the services, deliveries and scores.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>It is the best writers we have hired who have made us secure the place among the leading assignment writing services providers. We have employed a team of experts in writing assignments who hold vast subject knowledge and expertise in writing assignments. Since we have hired the native writers in our team who are well aware of the teaching patterns, guidelines or protocols followed at universities in their countries and are able to provide the writing services that match the standard followed at universities in particular countries.</p>\r\n<p>We believe and follow the process of assigning the right task to the right person that is the best way to achieve efficiency in work and more effective services. We assign you the assignment helpers whose qualification and expertise matches with your requirement.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Total Assignment Help’ services:</h2>\r\n<p>We do offer Total Assignment help with the assurance of Excellency, reliability and affordability in the services delivered.</p>\r\n<p>The core features of our all assignment help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our very experienced writers are able to handle the complexities and challenges associated with writing various types of projects.</li>\r\n<li>We get your assignment completed after conducting deep research work and compiling the data in the format followed for each type of project.</li>\r\n<li>You get the updates on the progress of your assignments, so that you can take feedback from your supervisor on every chapter and get the changes done accordingly to make the final work matching the standards.</li>\r\n<li>You can be rest assured with the quality of content which is plagiarism free 100% unique work which is relevant to the topic selected.</li>\r\n</ul>\r\n<p>With a motive to contribute to your success, we always aim to offer the services that bring the end results and create value for you. If you are looking for the value against the money you spend to get the assignments done, then contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 36, 'Total Assignment Help | Writing Service Providers', 'You will get assured results in getting good grades with our total assignment help in all the subjects from proofreading to essay writing.', 'Total Assignment Help, Writing Service Providers', 'total-assignment-help', '2021-08-16 04:54:53', '2021-10-09 03:25:52');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(149, 'Urgent Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">URGENT ASSIGNMENT HELP</h1>\r\n<p>Need urgent assignment help so that you can submit your assignment at university before the deadline? Professional Assignment has brought to you the services of assignment writing through well qualified and experienced professionals who write the assignment and deliver them very quickly without compromising with the quality.</p>\r\n<p>Professional Assignment Help is one of the preferred assignment help platforms for students from schools and colleges across UK, Australia and Newland. We offer a wide range of academic writing services that includes preparing for term paper, essays, dissertation, etc., in various courses that are being taught across the world.</p>\r\n<p>Academic culture has changed a lot since the last few years and there has been a lot of curricular and extracurricular activities included in the curriculum. Their entire schedule gets so filled due to which they hardly get any time to spend on writing assignments. Besides time, there are other challenges such as lack of expertise in writing assignments, lack of writing skills, lack of subject knowledge and many others. To help students overcome these challenges, we get them connected with the assignment writing experts who write assignments on their behalf following the criteria stated by the professors, doing in-depth research and compiling it in a well-structured format so that you can secure higher grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>The professionals we have hired in our writing team are highly proficient in offering urgent assignment help using their expertise in writing assignment and the subject knowledge. Every writer we have hired holds a certified degree from a reputed organization and are PH.D holders with years of experience serving the industry as practitioners, tutors, lectures etc.</p>\r\n<p>In order to achieve quality work and urgent delivery of assignments, we make sure to assign the right task to the right person which increases their efficiency and helps us to deliver quality. We organize regular training sessions to let our writers keep their skills and subject knowledge updated to serve students better with the time.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Urgent Assignment Help’ services:</h2>\r\n<p>Entire team of Professional Assignment Help makes a concerted effort to deliver the services which are promised to you. Delivering Quality, Reliability and Affordability is what we aim for. In case if you’re also struggling to manage deadlines, do contact us for the quick assignment delivery.</p>\r\n<p>The core features of Urgent Assignment Help are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts provide you help and complete guidance about the topic and subject that helps you in the long run.</li>\r\n<li>We get the work done from scratch, from topic selection to proofreading and editing.</li>\r\n<li>Every assignment we work on is compiled with 100% plagiarism free content which is gathered doing in-depth research and gets them compiled in well-structured format.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>We have been constantly working hard to keep the promise of providing excellent assignment writing services at affordable prices. We assure each student that they are at the right place and your assignment is being handed over in right hands.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 37, 'Urgent Assignment Help | Writing Experts', 'Are you in search of excellent urgent assignment help before the deadline? We are offering quality academic writing services through expert Ph.D. writers.', 'Urgent Assignment Help, Writing Experts', 'urgent-assignment-help', '2021-08-16 05:01:06', '2021-10-09 03:27:17'),
(150, 'Visa Guide For International Students', '<div class=\"a-content\">\r\n<h1 class=\"heading\">VISA GUIDE FOR INTERNATIONAL STUDENTS</h1>\r\n<p>Any student who wishes to pursue his studies from abroad requires an official letter which authorizes the student to travel abroad and pursue the studies in the university they have been looking for. However there is a complex procedure that has to be followed in order to get the VISA.</p>\r\n<p>Visa is an official letter issued by the immigration authority of the concerned country following a legal procedure which authorizes an individual to enter into the particular country for a certain predefined time period.</p>\r\n<p>The visa requirements for every country differ from each other. Some of them might be easy and getting to some countries might be very challenging. Here we are presenting the detailed VISA guide for international students who are looking to study in universities in the UK, USA and Australia. This guide will be helpful for them to understand the challenges in applying for a visa, the rules and obligations associated with it.</p>\r\n<h2 class=\"sub-heading\">Educational Visa for USA –</h2>\r\n<p>The USA is a home for some of the best educational universities of the world and it remains one of the most preferred educational hubs for international students. If you are also aspiring to study at University in USA, then the below tips for you:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Students must start the process early considering their date of departure to the USA as students are expected to seek certain permission from the universities they wish to apply for in the USA.</li>\r\n<li>Later, students are required to fill the Form I-20, which is the certificate of eligibility for Nonimmigrant student status. This form seeks the detailed information pertaining to their application for F-1, F-2, M-1 and M-2 visas.</li>\r\n<li>Any student who needs a J-1 or J-2 visa is required to fill the Form DS-2019.</li>\r\n<li>If the university sanctions your appeal, you will receive the approval letter from them</li>\r\n</ul>\r\n<h2 class=\"sub-heading\">Educational Visa for Australia –</h2>\r\n<p>Australia is among the preferred choice of educational hubs for students who wish to pursue higher education to get attractive career opportunities. Cities like Sydney, Adelaide and Melbourne are among top choices to pursue professional courses. Here are some tips for you, if you are aspiring to study at University in UK:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>First, students are required to apply for a visa to DIAC (Department of Immigration and Citizenship) of Australia, the body that controls the federal government of the country.</li>\r\n<li>This department runs a program which is known as Overseas Student Program (OSP) visas are granted only if you have available a registered course from the university.</li>\r\n<li>There are different types of visas and students are required to apply in appropriate categories and subclasses based on the course you want to pursue.</li>\r\n<li>Subclass 570 (Independent ELICOS) – Students who wish to pursue only English Language courses.</li>\r\n<li>Subclass 571 (Schools) – Students who have been pursuing courses in Australian Schools can apply with this subclass.</li>\r\n<li>Subclass 572 (VET) - Students want to apply for Vocational Education and Training courses.</li>\r\n</ul>\r\n<h2 class=\"sub-heading\">Educational Visa for UK –</h2>\r\n<p>The UK houses some of the most prestigious organizations of the world such as Oxford and Cambridge. There are a number of students who dreamt to study in these organizations. Tips for the students who are aspire to pursue higher education from universities in UK are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Residents of Switzerland and EEA (European Economic Area), are not required to seek VISA or any permission to enter. They can stay for three month in the UK without any VISA.</li>\r\n<li>Before applying for VISA, students must have received the admission letter for the course of study they want to pursue which is known as Confirmation of Acceptance for Studies (CAS)</li>\r\n<li>Students who are applying for an educational visa in the UK must be proficient in British English. They might be required to give a language test based on the country they are coming from.</li>\r\n<li>Once all the above requirements are met, students are required to select the type of visa and start the further procedure.</li>\r\n<li>Post visa application, students goes through a personal interview at the consulate, embassy or immigration office and asked some of the basic question about the topics as given below:</li>\r\n<ul class=\"unordered-listing\">\r\n<li>Plans of Study</li>\r\n<li>Choice of University</li>\r\n<li>Academic credentials and documents</li>\r\n<li>Financial status and details of sponsorship</li>\r\n<li>Plans after completion of course</li>\r\n</ul>\r\n</ul>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 38, 'Visa Guide For International Students | Educational Visa', 'Grab all visa guide information for international students applying for academic courses in UK, Australia, and New Zealand. Get sample answers from our expert advisors.', 'Visa Guide For International Students, Educational Visa', 'visa-guide-for-international-students', '2021-08-16 05:11:27', '2021-10-09 04:08:07'),
(151, 'World\'s No.1 Assignment Help Company', '<div class=\"a-content\">\r\n<h1 class=\"heading\">WORLD NO1 ASSIGNMENT HELP COMPANY</h1>\r\n<p>Professional Assignment Help is one of the world no1 assignment help companies assisting students with excellent assignment writing services for all sorts of academic projects. From writing their projects to helping students in preparing for term papers, we help students with almost everything that is required to get success in academics.</p>\r\n<p>Every student wants to perform best in their academics and wish to stand out among peers. Projects assigned by professors, which are an important part of the curriculum, are crucial for students as it is the major part of their grading system. Students need to perform really well to score high. A quality assignment will not only score high but also win accolades from professors and make you stand out among the peers.</p>\r\n<p>Working on any sort of academic project, be it an essay or a research paper requires complete subject knowledge and awareness about how to gather and compile the content that could look impressive. If you possess all these skills, you might certainly acquire higher grades. However, many students struggle doing such projects by themselves due to lack of expertise in writing assignments and lack of subject knowledge. Therefore they look for assignment writing experts. Here, the renowned brand and world no1 assignment help company can certainly deliver what you require to get success in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have hired the most capable, highly qualified and experienced professionals as subject matter experts who help the students in a wide range of assignments. Our team consists of professionals from different fields of students from basic courses to technical courses, thus we are able to cater the needs of students from all educational backgrounds.</p>\r\n<p>The assignment helpers we have hired are master’s degree holder and Ph.D. holder in the respective field of study. In addition to strong qualifications, these subject matter experts are highly experienced in academic writing and hold prior work experience as practitioners, professors, tutors, etc.</p>\r\n<p>We have been able to assure the quality due to our very efficient writing experts team and it is their contribution majorly that have helped us to achieve the position of world no 1 assignment help company.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Assignment Help Online’ Services:</h2>\r\n<p>Being world no1 assignment help, we offer the services that you can rely on. For many years we have been successfully catering the writing needs of students from various schools and colleges across.</p>\r\n<p>The core features of our assignment writing services are as given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are capable of handling all sorts of assignment writing requirements through our expert team specialized in various fields of study and expertise in writing assignments.</li>\r\n<li>We assure you to deliver quality results meeting the deadlines along with 100% plagiarism free work.</li>\r\n<li>We never leave any scope of errors as it might impact your grades and therefore every assignment goes through multiple quality checks to make it absolutely error free.</li>\r\n<li>Our premium assignment help online services are available at very competitive and affordable rates that fits your budget.</li>\r\n<li>Our experts and customer support remains available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>Our motive is to get you the best quality in your projects which doesn’t only secure higher grades but win accolades from professors. We endeavour to help you understand your expectations and get you the customized services matching your academic level.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 39, 'World No1 Assignment Help Company | Premium Assignment Help', 'Get the best advice from the world no. 1 assignment help company. Our experts help you with a wide range of subject assignments with good grades.', 'World No1 Assignment Help Company, Premium Assignment Help', 'worlds-no1-assignment-help-company', '2021-08-16 05:18:00', '2021-10-09 04:12:05'),
(152, 'Write My Assignment for me', '<div class=\"a-content\">\r\n<h1 class=\"heading\">WRITE MY ASSIGNMENTS FOR ME</h1>\r\n<p>Do you also have a question in mind ‘’who can write my assignments for me?’’ If you are among those students who have been looking for assignment writing experts to write assignments for you, then we have got the solutions for you.</p>\r\n<p>We understand that writing assignments have never been so easy for the students. There are many challenges and complexities associated with writing such assignments and it might stress the students when it comes to writing multiple assignments with closer deadlines. This pressure of submitting assignments by the deadline sometimes makes it more difficult for the students to meet the quality of work and that may affect their grades. Therefore students look for assignment helpers to get the assignments written.</p>\r\n<p>Professional Assignment Help offers a wide range of assignment help covering various courses from basic to technical, through the experts who hold specialization and have expertise in their respective field of study and in writing assignments of their stream. We get you the highly qualified and experienced professionals who work on your assignment compiling with the content backed by in-depth research. From topic selection to proofreading and editing, we work on every assignment from scratch.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have employed a team of writing experts who hold vast subject knowledge and expertise in writing assignments. Our experts are master’s degree holders and Ph.D. holders. In order to achieve efficiency and more customer satisfaction, we have hired the native writers who help you with assignment assistance. These native writers are well aware of the teaching patterns, guidelines or protocols followed at universities in their own country and thus able to match the writing standards.</p>\r\n<p>We always assign you the writing experts based on the country you are from, and the subject you are looking for to ensure the quality. You get connected to the experts whose education and expertise matches with your requirements.</p>\r\n<h2 class=\"sub-heading\">Core features of our Assignment Help services to write assignment for you:</h2>\r\n<p>At Professional Assignment Help, you get the assured timely deliveries of the assignments containing the quality that you expect for us. It not only helps you in scoring hiring, but the guidance you receive from our subject matter experts that helps you in future ahead.</p>\r\n<p>The core features of ‘Write My Assignment For Me’ are as given below:,/p&gt;</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our team consists of subject matter experts from all fields who hold expertise in writing quality assignments, which will be as similar as an assignment written by a scholar.</li>\r\n<li>We get the work done on assignments from scratch to end, from research to proofreading and editing the assignments, leaving no scope of errors.</li>\r\n<li>Every assignment we work on is compiled with well researched content which is unique, 100% plagiarism free and relevant to the topic of assignment.</li>\r\n<li>We are known and trusted by many students across the UK, Australia and New Zealand for timely deliveries and quick responses.</li>\r\n</ul>\r\n<p>With the aim to help more and more students with our excellent writing services and with the mission to be the leading assignment providers, we have been working hard with our team to bring the desired results for you and us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 16, NULL, NULL, NULL, NULL, 40, 'Write My Assignments For Me | Excellent Writing Services', 'Do you worried about “who can write my assignments for me”? Then, our team of academic experts will let you finish before the deadline.', 'Write My Assignments For Me, Excellent Writing Services', 'write-my-assignment-for-me', '2021-08-16 05:22:15', '2021-10-09 04:15:30'),
(153, 'Computer Network Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COMPUTER NETWORK ASSIGNMENT HELP</h1>\r\n<p>Assignments are incorporated in the curriculum to boost the learning capabilities and evaluate their skills such as writing skills, research skills etc. These assignments consist of a major part of the grading system and if you want to score well, you are required to perform well. Computer science students might be asked to prepare Computer Network Assignment, Programming language Assignment, IT Assignment and many more. To work on Computer Network assignment help, students must be aware of concepts and further topics it contains so that they can make good assignments. But due to the lack of subject knowledge, lack of expertise in writing assignments, students couldn’t work on the assignment and therefore look for Computer Assignment help online.</p>\r\n<p>Are you not satisfied with the quality of computer network assignments you have written? Contact Professional Now to proofread your assignment and do the editing or write a Computer Network Assignment from scratch. We have brought for you the most affordable and diversified Computer Network Assignment Help through our highly qualified and experienced professionals. We get the work done from scratch to end making sure your assignment contains full quality content which is absolutely 100% plagiarism free.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Computer Network Assignment Writing Experts:</h2>\r\n<p>It is the prerequisite for computer network assignment writers to have thorough understanding of various courses under Computer Network stream. We have the most qualified team in house at Professional Assignment Help, who hold the expertise in this subject and hold the certification or degrees which makes them the most suitable person to do the task.</p>\r\n<p>Ensuing quality service is our motive and to achieve that sort of customer satisfaction, we follow a systematic route for getting the work done on the assignment which includes data collection, analysis, identifying appropriate sources of information, writing, quality checks and proofreading to ensure 100% unique content for your assignment matching your requirement and gets you good results. Moreover, we value the efforts of our assignment writing experts who work hard to render quality service to gain the trust of students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Computer Network Assignment Help’ services</h2>\r\n<p>The benefits you get if you hire Professional Assignment help to get Computer Network Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We deliver the services which are more affordable and reliable.</li>\r\n<li>Our experts work on your computer network assignment from scratch to end, from selecting topics doing research to proofreading and editing assignments before delivering the final work.</li>\r\n<li>We are known for timely deliveries and quick responses</li>\r\n<li>We always keep in consideration the specification given by you while writing assignments to make best of the parameters set by professors.</li>\r\n</ul>\r\n<p>Our primary motive is to get you the timely and quality services in the subject you are looking for. Therefore, we make sure that the assignments we deliver you are written in well formatted structure, unique and meet all the guidelines set by your institution ensuring your success and ours too.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 1, 'Computer Network Assignment Help | Network Assignment Writing Experts', 'Looking out for reasonable services for computer network assignment help, then call us and get instant assignment help. There is no better place for you.', 'Computer Network Assignment Help, Network Assignment Writing Experts', 'computer-network-assignment-help', '2021-08-16 05:33:31', '2021-10-09 04:18:42'),
(154, 'CSI 6208 Programming Principles Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CSI 6208 PROGRAMMING PRINCIPLES ASSIGNMENT HELP</h1>\r\n<p>Are you stressed and afraid about the quality of CSI 6208 Programing Principle Assignment? Are you not sure whether you would be able to score higher with the assignment you have written by yourself? Contact Professional Assignment Help now to get CSI 6208 programming principles assignment help with the assurance of good quality content and scoring higher.</p>\r\n<p>CSI 6308 are the computer programming principles that check the basic understanding in computer programming such as data types, variables, functions etc. These principles not only strengthen the understanding and knowledge about computer programming, but also help in improving skills required to excel in the computer science field. Therefore, many universities have introduced this topic as a course in computer science.</p>\r\n<p>Writing an assignment of CSI 6208 programming principles is not an easy task for many students. There are many challenges students face in writing CSI assignments and these issues are pertaining to lack of subject knowledge, lack of writing skills and lack of time. To help students overcome these difficulties and make them submit an impressive assignment, Professional Assignment Help offers the excellent CSI 6208 programming assignment help through experts who are expertise in the respective field of study and in writing assignment.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified CSI 6208 Programming Principles Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we get you connected with computer science experts who hold strong educational qualifications in respective fields of study and years of experience in handling assignment writing queries from students of universities and schools across UK, Australia and New Zealand. Our team consists of industrial experts, professionals, and veteran professors who hold immense practical knowledge about this stream and would be able to write a top-notch quality assignment matching your academic level.</p>\r\n<p>We organize regular training sessions for all the assignment writing experts to provide them the opportunities to keep their skills and subject knowledge updated to match the standard with the changing environment of the educational industry and help the students in the best way.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘CSI 6208 Programming Principles Assignment Help’ services</h2>\r\n<p>There are multiple advantages you get if you hire the assignment writing services from Professional Assignment help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students not only for scoring high but also guide them about the subject that helps them in the long run.</li>\r\n<li>Our services are reliable and come at an affordable price that matches your budget.</li>\r\n<li>We do work on your assignment from scratch to end, from selecting topic to proofread and editing assignment before delivering the final work.</li>\r\n<li>We are known for timely deliveries and quick responses</li>\r\n<li>We always keep in consideration the specification given by you while writing assignments to make best of the parameters set by professors.</li>\r\n</ul>\r\n<p>Each and every step towards finishing your assignment ensures that we add quality to it so that it could bring the most positive outcomes you wish to get. If you are also looking for the positive outcome and the value against the money you spend on assignment help, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 2, 'CSI 6208 Programming Principles Assignment Help | Computer Science Experts', 'Get reliable professional assistance for CSI 6208 programming priniciples assignment help 24 /7 by programming experts. Visit us for queries.', 'CSI 6208 Programming Principles Assignment Help, Computer Science Experts', 'csi-6208-programming-principles-assignment-help', '2021-08-16 05:39:40', '2021-10-09 04:20:44'),
(155, 'Information Technology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">INFORMATION TECHNOLOGY ASSIGNMENT HELP</h1>\r\n<p>Looking for an assignment writing expert who can help you in writing information technology assignments? If yes, then Professional Assignment Help is certainly the right place for you to get information technology assignment help.</p>\r\n<p>In many universities, students are assigned many assignments to boost their understanding about the concepts of IT Management and gain good writing skills. Writing assignments have never been easy for students and when it comes to writing assignments related to Information Technology, it becomes even more challenging for students of IT. Information Technology is a vast subject which covers a lot more things, anything or everything related to computer systems and software, their management, management of data and information. Students must be aware of the elements within Information Technologies and technicalities associated with it to write a quality assignment that could score high. There are other factors that might make it difficult to work on assignments such as lack of expertise and lack of time.</p>\r\n<p>Professional Assignment help is one of the renowned assignment service providers offering Information Technology Assignment Help to the students of computer science or IT. Here, we get you connected through our highly qualified and experienced professionals. These experts work on your assignment from scratch to end making sure your assignment contains full quality content which is absolutely 100% plagiarism free.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Information Technology Assignment Writing Experts:</h2>\r\n<p>You get the information technology assignment help from our proficient assignment writing experts who hold educational qualification and specialization in Information Technology. These assignment helpers are quite updated with technology reforms in the IT industry and capable of delivering assignment writing services that match with the current business environment.</p>\r\n<p>Each writing expert we have hired holds masters and Ph.D. certification in computer science with specialization in programming languages and other fields. These writers are well aware of the qualification framework, assessment guidelines followed at universities across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Information Technology Assignment Help’ services</h2>\r\n<p>The benefits you get by hiring Professional Assignment Help for writing you Information Technology Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide you with an enormous amount of learning sources that strengthen your subject knowledge and learning experience all together.</li>\r\n<li>In addition to the assignment help, you get guidance and genuine insight about the work opportunities etc., from our experts who have decades of experience working in the IT Industry.</li>\r\n<li>Your assignment gets assigned to the most qualified and experienced writer who curates the assignment that is similar to the assignments written by scholars.</li>\r\n<li>Every assignment goes through many quality checks to ensure a quality assignment leaving no scope of error.</li>\r\n<li>Each assignment is curated with utmost care, ensuring it contains quality content which is 100% plagiarism free, leaving no scope of errors.</li>\r\n<li>Our assignment writing services are budget friendly, and fit well for your pocket without compromising the quality.</li>\r\n</ul>\r\n<p>If you are also looking for the quality assignment writing services that are excellent enough to make you stand out among peers, then Professional Assignment Help will not disappoint you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 3, 'Information Technology Assignment Help | Technology Assignments', 'Looking out for writing services for information technology assignment help with assistance, then visit Professional Assignment Help for 24*7.', 'Information Technology Assignment Help, Technology Assignments', 'information-technology-assignment-help', '2021-08-16 23:39:35', '2021-10-09 04:22:50'),
(156, 'IT Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">IT MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>IT is one of the growing industries that offer a lot of career opportunities for students and this is the reason many students have been opting for IT or Computer Science courses to make their career. Big IT Companies always look out for candidates who hold good academic records in subjects such as computer science, information technology, networking, and programming. Every student wishes to pursue a great career and to achieve that they first need to perform well in academics too.</p>\r\n<p>In many universities, students are assigned many assignments to boost their understanding about the concepts of IT Management and gain good writing skills, but assignment writing is not easy. There are lots of challenges and complexities associated with writing IT Management assignments and the foremost reasons are the lack of time and lack of expertise.</p>\r\n<p>To help students overcome these challenges associated with IT Management Assignment, Professional Assignment help, the one of the renowned assignment service providers offers the IT Management Assignment Help through our highly qualified and experienced professionals. These experts work on your assignment from scratch to end making sure your assignment contains full quality content which is absolutely 100% plagiarism free.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified IT Management Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, your assignment is allocated to the experts who hold relevant education based on your requirement. Each writing expert we have hired holds Ph.D. certification in their respective field of study. Our team consists of a wide range of assignment writers specialized in various fields of study, who are well versed with writing standards and norms applicable in many universities and educational Institutes across UK, Australia and New Zealand.</p>\r\n<p>The more experienced our writers are in writing, the more efficient they are in delivering quality work to each and every student who reaches us. Therefore we have hired the most experienced professional who have all the skills that are required to deliver the quality writing services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘IT Management Assignment Help’ services</h2>\r\n<p>The benefits you get by hiring Professional Assignment help to get Computer Network Assignment Help are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment gets assigned to the most qualified and experienced writer who curates the assignment that is similar to the assignments written by scholars.</li>\r\n<li>Every assignment goes through many quality checks to ensure a quality assignment leaving no scope of error.</li>\r\n<li>Each assignment is worked from start to scratch, from doing research to re-editing so that there would be no scope of error.</li>\r\n<li>We are available round the clock to answer your queries in real time and make quick assignment deliveries.</li>\r\n</ul>\r\n<p>The core of everything we do is to contribute towards your success by offering you the services that are high in quality and match your expectations.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 4, 'IT Management Assignment Help | Quality Writing Services', 'Connect with our IT experts for IT management assignment help with premium writing services at affordable prices. Get instant expert help.', 'IT Management Assignment Help, Quality Writing Services', 'it-management-assignment-help', '2021-08-16 23:56:26', '2021-10-09 04:25:23'),
(157, 'Network Security Assignment Help', '<div class=\"a-content\"> \r\n<h1 class=\"heading\">NETWORK SECURITY ASSIGNMENT HELP</h1>\r\n<p>Computer Science students oftenly look for assignment writing experts who can provide them reliable and affordable writing services ensuring high quality computer science assignments help. In the field of Information Technology and Computer Science, students are assigned many assignments and projects to boost their understanding about the concepts of IT and gain some important skills. IT is a growing industry which has a bounty of opportunities for students to make a career and seeks candidates who have good academic records. Therefore it becomes even more important to submit good quality assignments to score high.</p>\r\n<p>Network Security is one of such fields of study in Computer Science that boast many career opportunities for students. It operates on the framework that secures the computer network system from all kinds of physical set-up and security threats. Implication of network security has become a necessity these days for smooth operation in all sorts of small to big organizations dealing in manufacturing, production and services.</p>\r\n<p>We understand the challenges students face in writing assignments and therefore have brought you the most reliable Network Security Assignment Help through our well qualified and experienced writing experts who ultimately deliver you an impressive assignment that scores high and wins accolades from professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Network Security Assignment Writing Experts:</h2>\r\n<p>Getting assignments written through the expert will not only ensure quality but also saves a lot of time. We assign you a well experienced assignment writer who qualification and expertise matches with your requirement. Every assignment writer we have hired is highly qualified and holds a certified degree in the respective field of study. Besides good academic qualification, these assignment writers hold years of experience in writing assignments of network security and other computer science topics.</p>\r\n<p>Even if you need the urgent delivery of an assignment, our experts are proficient in delivering last minute help without compromising with the quality of assignment. We organize regular training sessions to let our writers keep their skills and subject knowledge updated to serve students better.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Network Security Assignment Help’ services</h2>\r\n<p>There are many benefits of hiring a Network Security Assignment helper from Professional Assignment help which helps you excel in academics and these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts provide you complete guidance during the entire process from topic selection to the proofreading and editing utilizing their experience.</li>\r\n<li>We get your assignment ready following in-depth research to gather the content which is 100% plagiarism free and compile them in well-structured format with proper citation and references.</li>\r\n<li>We offer affordable and reliable services that don\'t burden your pocket and also offer premium value added services such as unlimited revisions, etc.</li>\r\n<li>Get instant answers for your queries in real time through our customer support facility who remains available 24/7.</li>\r\n</ul>\r\n<p>With the motive to contribute towards your success in academics, our entire team makes concentrated efforts to deliver best assignments and services that bring the most positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 5, 'Network Security Assignment Help | Network Security Assignment Helper', 'Professional Assignments Help being an expert writer provider delivers online network security assignment help online at reasonable prices.', 'Network Security Assignment Help, Network Security Assignment Helper', 'network-security-assignment-help', '2021-08-16 23:58:38', '2021-10-09 04:41:03'),
(158, 'Operating System Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">OPERATING SYSTEM ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment help, the one of the leading assignment providers has brought you the operating assignment help for the students of computer science. No computer can function without an operating system and hence it is important for computer science students to have deep knowledge about operating systems.</p>\r\n<p>Operating system is a software that connects the user with the computer machine by transmitting the inputs given by the user to the machine converting it into machine language. It manages the entire hardware and software systems connected with the computer, otalAssignmenthelp.com offers the best operating system assignment help service to computer science students. A computer cannot function without an operating system.</p>\r\n<p>If you are a student of computer science and need the operating system assignment help, then you must contact a computer science expert or Operating system assignment help to write down an impressive assignment that could score higher. Professional Assignment Help assign you such assignment experts who hold immense knowledge about operating systems and are efficient enough to write quality assignments for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Operating System Assignment Writing Experts:</h2>\r\n<p>We assign you a well experienced assignment writer who possesses relevant qualification in the subject you are looking for. Our writing experts are subject specific experts with years of writing experience in academic writing who provide excellent and reliable writing service for your operating system assignment.</p>\r\n<p>In our computer science assignment writing team, we have hired the writing experts who possess in-depth and detailed knowledge of the sub streams, theories or concepts under Computer Network subject. Our writers are well aware of the qualification framework, assessment guidelines followed at universities which make them so proficient in writing impressive assignments.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Operating System Assignment Help’ services</h2>\r\n<p>There are many benefits of hiring Professional Assignment help for Operating System Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students not only for scoring high but also guide them about the subject that helps them in the long run.</li>\r\n<li>Our services are reliable and come at an affordable price that matches your budget.</li>\r\n<li>We do work on your assignment from scratch to end, from selecting topic to proofread and editing assignment before delivering the final work.</li>\r\n<li>We are known for timely deliveries and quick responses</li>\r\n<li>We always keep in consideration the specification given by you while writing assignments to make best of the parameters set by professors.</li>\r\n</ul>\r\n<p>We aim to offer the best by delivering the assignment writing services that bring the most positive outcomes and contribute to your success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 18, NULL, NULL, NULL, NULL, 6, 'Operating System Assignment Help | Computer Science Assignment Writing', 'Professional Assignments Help hires professional writers for operating system assignment help. We work really hard to complete the submissions before the deadline.', 'Operating System Assignment Help, Computer Science Assignment Writing', 'operating-system-assignment-help', '2021-08-17 00:08:05', '2021-10-09 05:16:36'),
(159, 'Business Intelligence Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS INTELLIGENCE ASSIGNMENT HELP</h1>\r\n<p>Attaining good marks and appreciating remarks from professors make most of the students prominent among peers. Therefore, every student makes efforts to improve their performance throughout. There are numerous activities in any course that consist of some portion of your grades, assignments are one of those elements that consist of a major part of your grading system. If a student wishes to excel high in academics, they are required to perform well in assignments as well.</p>\r\n<p>During higher education, students opt for the subject where they see a lot of opportunities to make a career. Business Intelligence is one of such fields in Information &amp; Technology where there is a huge demand for a talented and highly knowledgeable workforce. Your academic excellence always makes you a preferred candidate to get selected and hence achieving academic excellence is the first thing that you must focus on. As assignments consist of a major part of the grading system, you can score high in assignments by submitting high quality and impressive assignments. If you find it difficult to write such qualitative assignment, then you must seek the help of professional assignment writers.</p>\r\n<p>Professional Assignment Help offers the excellent Business Intelligence Assignment Help through most qualified and experienced Business intelligence assignment writers who write your assignment from scratch to end, compiling it with unique and relevant data. They help you scoring high and stand out among peers by preparing an impressive assignment that meets the expectations of your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Intelligence Assignment Writing Experts:</h2>\r\n<p>Here, we assign you the highly proficient assignment writer who holds a strong educational background in business intelligence and holds years of assignment writing experience. These assignment helpers are available 24/7 to help and provide you with an instant solution for your programming assignment writing needs.</p>\r\n<p>Our business Intelligence assignment writers offer the highest-quality solutions and are efficient enough to perform sensitive tasks as well as answer the most complex problems with ease. They provide students the guidance and support in handling tasks and problems with a motive to deliver beyond students\' expectations.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Intelligence Assignment Help’ services:</h2>\r\n<p>Below are some core benefits that you get when you book Professional Assignment Help to get Business Intelligence Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students to improve their subject knowledge through detailed discussion with our subject matter experts who simplify the concepts to make it easy for you to grasp.</li>\r\n<li>We match the prevailing writing standards and updated subject knowledge as our assignment helpers are given regular training to keep the subject knowledge and skills updated with the development in the respective field of study.</li>\r\n<li>We assign you the assignment writers whose expertise matches with your requirement best so that we can assure quality and also save time.</li>\r\n<li>Our assignment helpers curate the assignment that is 100% plagiarism free and top-notch quality content which doesn’t require any revisions.</li>\r\n</ul>\r\n<p>We assure each student that they are at the right place and your assignment is being handed over in right hands. You will certainly get the services that create value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 1, 'Business Intelligence Assignment Help | Programming Assignment Writing', 'Are you getting difficulty with business assignments? Our professionals will let you advise the best solutions for business intelligence assignment help.', 'Business Intelligence Assignment Help, Programming Assignment Writing', 'business-intelligence-assignment-help', '2021-08-17 00:19:50', '2021-10-09 05:18:22');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(160, 'Business Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS LAW ASSIGNMENT HELP</h1>\r\n<p>If you want to submit a high-quality business law assignment, then having the knowledge of its components and elements. Business law is also referred to as Commercial Law. Business Laws are made to regulate the business or operational activities of any public and private sector organizations. Every business entity is supposed to follow these business laws in their day-to-day operational activities.</p>\r\n<p>Business Law are meant to:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To provide the working guidelines to the organizations</li>\r\n<li>To prevent the business firms falling into any legal disputes by providing a set of guidelines to follow.</li>\r\n<li>To protect the rights of stakeholders.</li>\r\n</ul>\r\n<p>Students who are pursuing Business Law as their subject in law might be asked to write assignments in which they all wish to score high as it consists as one of the major components in the grade system. However, it might be challenging for students to write on business assignments due to lack of subject knowledge, lack of expertise, lack of time and not being able to meet the deadline. Professional Assignment Help offers the excellent business law assignment help, wherein students are provided high standard quality assignment writing services, making it available for them before the deadline.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Law Assignment Writing Experts:</h2>\r\n<p>Our team of assignment writing experts consist of highly qualified law experts who have completed their education from top educational institutes. Additionally, they hold years of experience having worked as professors, industrial practitioners, subject matter experts etc. These experts are highly efficient in writing high standard quality assignments that match your expectations and match with the parameters set by your professors. Your assignment is worked from scratch to end, ensuring that it does not contain any contextual, grammatical, and spelling errors which will all together make your assignment impressive and error free.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Law Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, you are not just offered the one time assistance, but you get the benefits that contribute towards your success in academics. Some the core benefits you get when you hire Business Law Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students to improve their subject knowledge by guiding them thoroughly about the topics and simplifying them to make it easy to understand for students.</li>\r\n<li>We assign you the assignment writers whose expertise matches with your requirement best so that we can assure quality and also save time.</li>\r\n<li>Our assignment helpers curate the assignment that is 100% plagiarism free, contains all the required components as per the standard format, compiled with top-notch quality content and doesn’t require any revisions.</li>\r\n<li>You get very affordable yet reliable services with the assurance of higher grades and quality content.</li>\r\n</ul>\r\n<p>Our business law assignment writers curate the customized piece of work that brings you the desired results which is beyond your expectations. It is our aim to achieve the highest customer satisfaction and contribute towards your success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 2, 'Business Law Assignment Help | Law Assignment Writing Experts', 'Do our business law assignments make you worried all the time? Come to Professional Assignments Help for online business law assignment help services.', 'Business Law Assignment Help, Law Assignment Writing Experts', 'business-law-assignment-help', '2021-08-17 00:46:44', '2021-10-09 05:19:33'),
(161, 'Business Law Assignment Sample', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS LAW ASSIGNMENT SAMPLE</h1>\r\n<p>Prominent universities across the world have incorporated assignment as one of the major components of the grading system, hence submitting a good quality assignment becomes important if you wish to score high. There are lots of assignment helpers available who can help you in writing your Business Law assignments but choosing the right one who can answer your queries very efficiently is what matters. Before proceeding with booking assignment help, you may ask for a business law assignment sample so that you can see the kind of work they do and could book the business law assignment help from the efficient one.</p>\r\n<p>Many students find it very challenging to write on Business Law Assignment which is quite a lengthy task. There are several other factors which make it difficult for students to write assignments and these factors are lack of time, multiple assignments with the same deadline, exam preparations, part time jobs and many other such reasons.</p>\r\n<p>We help students overcome such challenges and help them curate a well written impressive Business Law Assignment. You may ask our writers for business law assignment samples to the level of quality they have provided, which could help in making a wise decision whether you should book our services.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Law Assignment Sample Writing Experts:</h2>\r\n<p>Our team provides you with a wide range of business law assignment samples that could help you choose the best and get your business assignment ready accordingly. At Professional Assignment help, you get the assignment writing services from most qualified and experienced professionals who have worked in the educational industry for long. These assignment writing experts not only help in writing good assignments but also guide you thoroughly about the topics that make you able to perform well in term papers as well. You are always assigned the assignment writers whose qualification matches with your requirement most so that we can provide high standard quality assignments in very less time.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Law Assignment Sample’ services:</h2>\r\n<p>You get lots of benefit when you connect with Professional Assignment Help for Business Law Assignment Sample and some of the core benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students to improve their subject knowledge by guiding them thoroughly about the topics and simplifying them to make it easy to understand for students.</li>\r\n<li>Along with writing quality assignments for you, our experts help you understand the topics and concepts thoroughly by simplifying them.</li>\r\n<li>Our subject matter experts help you with most updated content, facts and information and writing standards as they keep themselves updated with the changes through the training we organize.</li>\r\n<li>Every assignment is prepared with top-notch quality content, matching your academic level, matches the expectations of your professors and doesn’t have any grammatical or spelling errors.</li>\r\n</ul>\r\n<p>If you’re in need of reliable assignment writing services, you\'ve surely landed at the right platform to get the best business law assignment help. Get in touch with us now to discuss more with your assignment writing experts.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 3, 'Business Law Assignment Sample | Business Law Assignment Help', 'Have a look at our business law assignment sample for online law assignment help services provided by experts of Professional Assignments Help.', 'Business Law Assignment Sample, Business Law Assignment Help', 'business-law-assignment-sample', '2021-08-17 00:50:39', '2021-10-09 05:21:16'),
(162, 'Commercial Law Assignment Essay Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COMMERCIAL LAW ASSIGNMENT ESSAY HELP</h1>\r\n<p>Commercial Law is a wide field of study which covers a lot of components pertaining to business such as publicizing, promoting, contracts, financial matters of the firm and many more. Commercial Laws are meant to bind the activities within the organizations by imposing certain rules and regulations mentioned in commercial law.</p>\r\n<p>It might not be possible for students to have in-depth knowledge of the concepts and elements in the commercial law at first and therefore when they are asked to submit Commercial Law Assignment, they get stressed. Besides this, many students find it challenging to write assignments due to lack of time and not being able to meet the deadline.</p>\r\n<p>There are numerous problems which compel the students to seek Commercial Law Assignment Essay help so that they submit quality assignments on time without getting their scores impacted. Professional Assignment Help helps the student to submit high standard quality assignments, making it available for them before the deadline. Here, you get connected with highly qualified and experienced commercial law assignment writing experts who curate your assignment from start to end with utmost care and deliver it after making sure that it does not contain any error.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Commercial Law Assignment Essay Writing Experts:</h2>\r\n<p>We have inhouse team of highly qualified law experts who hold certification from reputed organizations and hold years of experience having worked as professors, industrial practitioners, subject matter experts etc. These experts write very good quality assignments, matching the specifications given by students, customizing them as per the need, and matching the parameters stated by the university and your academic level.</p>\r\n<p>We get the work done from scratch to the end following a standard procedure which makes sure that your assignment has no errors at all and is impressive to win higher grades. Every assignment is prepared by doing in-depth research to gather data, compiling it into a well-structured format, proofreading it and doing editing again if required.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Commercial Law Assignment Essay Help’ services:</h2>\r\n<p>There are many advantages you get if you book Commercial Law Assignment Help from Professional Assignment Help experts and these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students to improve their subject knowledge by having guidance from our assignment writers during the process of writing assignments.</li>\r\n<li>We match the prevailing writing standards and updated subject knowledge as our assignment helpers are given regular training to keep the subject knowledge and skills updated with the development in the respective field of study.</li>\r\n<li>We assign you the assignment writers whose expertise matches with your requirement best so that we can assure quality and also save time.</li>\r\n<li>Our assignment helpers curate the assignment that is 100% plagiarism free, contains all the required components as per the standard format, compiled with top-notch quality content and doesn’t require any revisions.</li>\r\n</ul>\r\n<p>Choosing us for your assignment writing needs, doesn’t only secure higher marks for you but you will also get subject advice and genuine help that add more advantage to our writing service and benefits you in the long run.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 4, 'Commercial Law Assignment Essay Help | Assignment Help Experts', 'Looking for commercial law assignment essay help services online through expert law writers having great experience in this field. Come and grab exciting offers.', 'Commercial Law Assignment Essay Help, Assignment Help Experts', 'commercial-law-assignment-essay-help', '2021-08-17 00:55:15', '2021-10-09 05:23:41'),
(163, 'Company Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COMPANY LAW ASSIGNMENT HELP</h1>\r\n<p>Company laws consist of the rules, regulations and policies made to regulate the activities during formation, operation and liquidation of any organizations. This field of study is closely associated with commercial and corporate laws; however, it varies from state to state and country to country. If you are a student pursuing company law, then knowledge of these rules and its implications in the real world becomes important. In order to make the students aware of these concepts, many universities asked their law students to write assignment so that they could find the real-world situation and understand the concepts thoroughly. However, many students face difficulties in working on such detailed assignments due to lack of understanding, lack of expertise in writing assignments and lack of time, therefore they look for Company Law Assignment Help.</p>\r\n<p>Professional Assignment Help offers you the excellent Company Law Assignment help through highly qualified experts who not only help you in writing an impressive assignment, but also guide you through the topic to boost your subject knowledge. If you’re a student of law and looking for expert assignment assistance and company law assignment help, then we would certainly be the right choice for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Company Law Assignment Writing Experts:</h2>\r\n<p>Our team of law assignment writers consist of highly qualified professionals who hold years of experience having worked as law practitioners, professors, and in handling law assignment queries from students across UK, Australia and New Zealand. These writers being highly qualified and experienced hold vast subject knowledge and its implications in the practical world quite well, which makes them very efficient in writing assignments with top-notch content and guide the students about the streams and opportunities available further.</p>\r\n<p>Entire team of Professional Assignment Help work hard and dedicatedly to provide the most reliable and affordable assignment writing services. They work on your assignment from the scratch and get it completed following a standard procedure which ensures quality and all together makes a best quality project that matches your expectations and fit best on the parameters stated by your university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Company Law Assignment Help’ services:</h2>\r\n<p>You get lots of benefit when you connect with Professional Assignment Help for Company Law Assignment Help and some of the core benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our aim is to help you not only with writing impressive assignments but also enhance your subject knowledge by simplifying the concepts and tutoring you through it.</li>\r\n<li>We provide you with the services that match with the current standards. Our assignment helpers are given training to polish their skills and knowledge with the development in the field of study.</li>\r\n<li>Every assignment is prepared with the utmost care to ensure that it contains top-notch quality content and doesn’t have any grammatical or spelling errors.</li>\r\n</ul>\r\n<p>We always aim to provide the services which are affordable yet reliable for you bringing in assured positive outcomes and contributing towards your success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 5, 'Company Law Assignment Help | Law Assignment Writers', 'Being an experienced assignment writing company, we give assistance to students with company law assignment help services. Grab the opportunity by visiting us.', 'Company Law Assignment Help, Law Assignment Writers', 'company-law-assignment-help', '2021-08-17 00:59:40', '2021-10-09 05:25:11'),
(164, 'Competition and Consumer Law Assignment help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COMPETITION AND CONSUMER LAW ASSIGNMENT HELP</h1>\r\n<p>Gaining good marks and appreciating remarks from professors make most of the students prominent among peers. This is the reason every student wishes and makes efforts to improve their performance in academics. Writing assignments has never been an easy task. It requires a certain level of expertise in writing a well formatted assignment that could match the criteria set by your professors. However, now the students have numerous options of assignment helpers who help the students in writing assignments in any of the subjects they are looking for. Professional Assignment Help brings you the excellent assignment help that not only advantages you for scoring high but also boost your subject understanding.</p>\r\n<p>Competition and Consumer Law is the subject that covers very crucial concepts, the rules and regulations that are made to protect business security and consumer rights. In Australia, Consumer law is implemented by the ruling government to prevent and inspect malpractices in organizations and protect the rights of consumers in every sense. Since it is a huge topic to study, students find it hard to write assignments by themselves due to lack of subject knowledge and writing expertise.</p>\r\n<p>Professional Assignment Help offers the competition and consumer law assignment help to students by connecting them to the experts who are qualified in law stream and hold enough subject and practical knowledge about the respective field of study. These experts write your assignments from scratch to end, compiling with well researched content in the standard format and making it fit on the parameters stated by your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Consumer Law Assignment Writing Experts:</h2>\r\n<p>It is the prerequisite for every law assignment writer to have thorough understanding of various courses under Law stream such as Competition and Consumer Law and others. At Professional Assignment Help, we have employed a very professional team of Law writing experts who have done their education from the top universities &amp; are very proficient in research.</p>\r\n<p>Irrespective of the complexity and length of the assignment, our law writing experts ensure to deliver you a well-crafted, tailored and professionally written ‘Consumer Law Assignment.” Their qualification in law and years of experience in writing assignments make them so capable to take the task and help you with the solutions that gain good grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Competition and Consumer Law Assignment Help’ services:</h2>\r\n<p>The advantages you get if you book Assignment Help from Professional Assignment Help are many to list. Some of them are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We don\'t deliver the assignment writing services not only to gain high scores, but our writing services aim to boost your subject understanding that helps in the long run.</li>\r\n<li>We have been able to match the prevailing writing standards as our assignment helpers are given regular training to keep the subject knowledge and skills up to date with the changing educational environment.</li>\r\n<li>We assign you the native assignment writers who are best aware of the qualification framework and assessment guidelines to help you better.</li>\r\n<li>Every assignment is prepared with the utmost care to ensure that it contains top-notch quality content and doesn’t have any grammatical or spelling errors.</li>\r\n</ul>\r\n<p>If you have been constantly struggling in completing your law assignment and looking for someone doing that for you, you have reached the right place to get ultimate law assignment help services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 6, 'Competition Law Assignment Help | Consumer Law Assignment Writing', 'Being competition and consumer law assignment help services experts, our Ph.D. experts write assignments with great care and dedication.', 'Competition Law Assignment Help, Consumer Law Assignment Writing', 'competition-and-consumer-law-assignment-help', '2021-08-17 01:06:26', '2021-10-09 05:30:48'),
(165, 'Constitutional Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CONSTITUTIONAL LAW ASSIGNMENT HELP</h1>\r\n<p>Constitutional Law is a set of legal documents, rules and regulations, practices which are made to bind the nationals of any country into a law to protect their rights. Having a thorough understanding of all sets under the constitution might not be possible for any students during their coursework time and therefore it is challenging for them to write good quality assignments based on this subject. Besides the subject knowledge, the other factors that make it challenging for students to write assignments are lack of writing skills and lack of time. This is the reason they look for Constitutional Law Assignment Help.</p>\r\n<p>Professional Assignment Helps offer a wide range of assignment writing services to students of UK, Australia and New Zealand and help them with the good quality assignment from simple topics to complex topics. Constitutional Law Assignment help is one of our services wherein we help the Law Students in writing on Constitutional Law simplifying the laws and compiling them in a well-structured format.</p>\r\n<p>We get you connected with our Law experts who are highly qualified and hold expertise in handling Law assignment writing queries from students. These experts write very good quality assignments, matching the specifications given by you, matching the parameters stated by the university and matching your academic level.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Constitutional Law Assignment Writing Experts:</h2>\r\n<p>We have a team of writing experts who are well qualified, holding verification from reputed organizations and possess years of practical experience having worked as professors, industrial practitioners, subject matter experts which make them proficient enough to solve even the complex problems with so ease.</p>\r\n<p>These experts work on your assignment from scratch, doing in-depth research to gather data, compiling it into a well-structured format, proofreading it and editing again if required. Before delivering the assignment, we ensure that it doesn’t contain any contextual error, grammatical and spelling mistakes. At the core of everything we do, we aim to offer the high standard assignment writing solutions within stipulated time frame, and with assured higher grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Constitutional Law Assignment Help’ services:</h2>\r\n<p>There are many advantages you get if you book Constitutional Law Assignment Help from Professional Assignment Help. Some of them are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help the students to improve their subject knowledge by having guidance from our assignment writers during the process of writing assignments.</li>\r\n<li>We match the prevailing writing standards and updated subject knowledge as our assignment helpers are given regular training to keep the subject knowledge and skills updated with the development in the respective field of study.</li>\r\n<li>We assign you the assignment writers whose expertise matches with your requirement best so that we can assure quality and also save time.</li>\r\n<li>Our assignment helpers curate the assignment that is 100% plagiarism free, contains all the required components as per the standard format, compiled with top-notch quality content and doesn’t require any revisions.</li>\r\n</ul>\r\n<p>Contact Professional Assignment Help now, if you are struggling to maintain the quality of assignment and would like to score higher in the assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 7, 'Constitutional Law Assignment Help | Law Assignment Writing Experts', 'From complex to simple constitutional law assignments, our law experts will offer a wide range of constitutional law assignment help writing services.', 'Constitutional Law Assignment Help, Law Assignment Writing Experts', 'constitutional-law-assignment-help', '2021-08-17 01:11:40', '2021-10-09 05:32:33'),
(166, 'Contracts Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CONTRACTS LAW ASSIGNMENT HELP</h1>\r\n<p>Contract Laws are made to give any business whether small to large, a sense of authenticity by governing its practices using a set of rules and regulations. This is one of the important subjects under law which is being taught to the students. Students are given assignments based on such concepts so that students can boost their learning capabilities and enhance subject knowledge. But with the lack of subject knowledge and lack of expertise in writing assignments, many students find it very challenging to write Contract Law assignments by themselves which would compel them to seek Contract Law Assignment Help.</p>\r\n<p>Professional Assignment Helps offer a wide range of assignment writing services to students of UK, Australia and New Zealand and help them with the good quality assignment in Law subject. Contract Law Assignment Help is one of assignment help online wherein students are helped with having a good understanding of different aspects of commercial Laws such as securities law, contract law, business law etc. Our assignment writing experts work on your assignments maintaining a good flow of information in a well-structured and standard format to make final work consist of top-notch quality and impressive work.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Contracts Law Assignment Writing Experts:</h2>\r\n<p>We have a team of Law assignment help experts who are available 24/7 to help and provide you instant solutions for your various Law assignment writing needs covering topics such as consumer law, contract law, constitutional law and many more. These assignment writing experts are highly qualified and hold certification from reputed institutions. In addition to a strong educational background, these academic project assignment helpers hold decades of experience having worked as veteran professors, tutors, industrial experts who help students write assignments with relevant content which is unique.</p>\r\n<p>Our assignment writers simplify the concepts and help you understand these concepts to boost your subject knowledge. These experts work on your assignment from scratch, doing in-depth research to gather data, compiling it into a well-structured format, proofreading it and editing again if required. Before delivering the assignment, we ensure that it doesn’t contain any contextual error, grammatical and spelling mistakes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Contracts Law Assignment Help’ services:</h2>\r\n<p>There are many advantages you get if you book Constitutional Law Assignment Help from Professional Assignment Help. Some of them are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We hire Ph.D. holding writing experts to write your assignment.</li>\r\n<li>Your assignment is compiled with the relevant, unique and authentic content which is 100% plagiarism free.</li>\r\n<li>We are known for making timely deliveries of assignments and for quick responses.</li>\r\n<li>Our writing services are most affordable that fits with your budget. You always have the option to choose the value added services as per your need.</li>\r\n</ul>\r\n<p>At Professional Assignment Help online, we help you with excellent writing solutions that provide 100% satisfaction and assured success. We are delivering solutions which are reliable and cost effective, creating value for your time and money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 8, 'Contracts Law Assignment Help | Law Assignment Writing', 'Get the assistance of contracts law assignment help experts for different law subjects assignments to write them before the deadline. We are offering the best to you.', 'Contracts Law Assignment Help, Law Assignment Writing', 'contracts-law-assignment-help', '2021-08-17 01:18:53', '2021-10-09 05:35:26'),
(167, 'Corporate Governance Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CORPORATE GOVERNANCE LAW ASSIGNMENT HELP</h1>\r\n<p>Corporate governance laws are basically meant to protect the market stakeholders by providing them security from tumultuous times and promote profitability from a business , environmental and social point of view. This subject covers a set of legal rules and regulations, processes and mechanisms to control the activities of large enterprises to protect the business environment. It might not be possible for every student to understand and memorize the topics under Law subject at the very beginning of the coursework. It requires some time and subject understanding gets improved by the time. However, in order to maintain a good grade sheet, students are supposed to perform well since the very beginning days and this would increase their stress.</p>\r\n<p>Students are given assignments to prepare to improve their learning capabilities and inculcate some important skills that are fruitful for the future. These assignments are considered a major part of the grading system and hence students need to submit good quality assignments that could gain higher scores.</p>\r\n<p>Professional Assignment Help offers you excellent assignment writing help online in various courses and Corporate Governance Law Assignment Help is one of them. We get the students connected with the most qualified and experienced Corporate Governance Law Subject Matter experts who guide them thoroughly about the topic and write an impressive assignment matching their academic level.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Corporate Governance Law Assignment Writing Experts:</h2>\r\n<p>We have hired the assignment writers who hold very strong educational backgrounds. These writing experts are Master degree holders or hold Ph.D. from reputed organizations. Additionally, they hold years of experience in writing assignments. They are lecturers, scholars who are well aware of the concepts, usage and its implementations in the real world and have been able to help students with genuine insights along with good quality assignments.</p>\r\n<p>Our Corporate Governance Law assignment helpers offer the highest-quality solutions and are efficient enough to perform sensitive tasks as well as answer the most complex queries with ease. They provide students the guidance and support in handling tasks and problems with a motive to deliver beyond students\' expectations.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Corporate and Governance Law Assignment Help’ services:</h2>\r\n<p>The advantages you get if you book Corporate and Governance Assignment Help from Professional Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We don\'t deliver the assignment writing services only to gain high scores, but our writing services aim to boost your subject understanding that helps in the long run.</li>\r\n<li>We have been able to match the prevailing writing standards as our assignment helpers are given regular training to keep the subject knowledge and skills up to date with the changing educational environment.</li>\r\n<li>We assign you the native assignment writers who are best aware of the qualification framework and assessment guidelines to help you better.</li>\r\n<li>Every assignment is prepared with the utmost care to ensure that it contains top-notch quality content and doesn’t have any grammatical or spelling errors.</li>\r\n</ul>\r\n<p>If you have been constantly struggling in completing your assignments and need the help of assignment writing experts, then Professional Assignment Help has the best to offer you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 9, 'Corporate Governance Law Assignment Help | Law Assignment Helpers', 'Professional Assignments Help being the best company in corporate governance law assignment help service provider, assist students 24*7 with instant solutions.', 'Corporate Governance Law Assignment Help, Law Assignment Helpers', 'corporate-governance-law-assignment-help', '2021-08-17 01:26:31', '2021-10-09 05:36:42'),
(168, 'Employment Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">EMPLOYMENT LAW ASSIGNMENT HELP</h1>\r\n<p>Are you looking for Employment Law Assignment Help? If yes, then hire the assignment writing services from one of leading assignment providers Professional Assignment Help and get the Employment Law Assignment help from their most qualified assignment writing experts.</p>\r\n<p>Employment Law defines the rights and obligations of the business firms and their employees. It is the set of procedures, rules and regulations that are meant to maintain a cordial and fruitful relationship between the employers and employees by preventing both the parties from falling into any conflict. These laws vary from state to countries. The main aim of enforcing employment in any country mean to put an end to any sort of discrimination at work places, providing a healthy and safe environment at workplace, regulating the wages and salary by defining minimum wages to protect right of labour and many other laws that provide a balance between work and life. Employment law as a field of study consists of many important elements to study such as Employment Standards, Categorization of Labor Law, features of labour law, its application in the real world and its benefits.</p>\r\n<p>Writing an assignment and maintaining the quality of content on such a wide concept might be challenging for any students which might result in losing on grades. We, at Professional Assignment Help, don\'t let you compromise with the grades anymore. We offer Employment Law Assignment Help in which you are provided high standard quality content written in a well structured format that makes you score high and win accolades from professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Employment Law Assignment Writing Experts:</h2>\r\n<p>Entire team of Professional Assignment Help work hard and dedicatedly to provide the most reliable and affordable assignment writing services. We have hired the most capable law assignment writers as a part of our team who assist you in writing your Employment Law Assignments. These all experts are highly qualified and hold years of experience working as law practitioners, professors, writing assignments for students across the UK, Australia and New Zealand. Their vast subject knowledge and experience makes them most efficient academic project helpers in providing top-notch content and guidance to the law students that benefits them in the long run.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Employment Law Assignment Help’ services:</h2>\r\n<p>You get lots of benefit when you connect with Professional Assignment Help for Employment Law Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with the experts whose qualifications and experiences match with your requirements.</li>\r\n<li>Every assignment we work on, goes through rigorous quality checks to ensure that it does not contain any error and matches the specifications given by the student.</li>\r\n<li>We provide 100% plagiarism free assignment and can also provide you plagiarism reports on request.</li>\r\n<li>We are known for timely deliveries and remain available for students 24/7 to answer their queries in real time.</li>\r\n</ul>\r\n<p>If you surely want the higher grades in assignments, we recommend you choose us as we assure you the affordability, reliability and assurity of higher grades.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 10, 'Employment Law Assignment Help |  Plagiarism Free Assignment', 'Are you searching for assignment writing providers for employment law assignment help? Trust our Ph.D. expert writers for writing quality assignments.', 'Employment Law Assignment Help, Plagiarism Free Assignment', 'employment-law-assignment-help', '2021-08-17 01:33:12', '2021-10-09 05:38:23'),
(169, 'Law Assignment Help Services', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW ASSIGNMENT HELP SERVICES</h1>\r\n<p>Are you looking for Law assignment help services from experts who can write good quality assignments to submit before the deadline? If yes, then you have reached the right platform to get excellent law assignment help services. We are Professional Assignment help, offering excellent assignment writing services for students of Universities and colleges across UK, Australia and New Zealand through highly qualified experts.</p>\r\n<p>Writing a Law assignment could be as difficult as a practicing Law. The entire subject is full of events, rules, sections which are hard to understand and memorize. Students find it very difficult to work on assignments as it needs plenty of subject knowledge, good writing skills and ample time. If any student lacks in any of these, they might get stressed due to the quality and deadlines of assignments.</p>\r\n<p>Professional Assignment Help helps students to overcome such stress by making them submit good quality assignments in a shorter period of time that bring assured higher grades. Every assignment we write goes through a systematic process to make sure that it does not contain any error and contains good quality content. We get the work done from scratch, doing research, writing it in a well-structured format, with relevant references that all together makes a best quality law assignment that matches the expectations of students and their institutions as well.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Law Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have employed a very professional team of Law writing experts who have done their education from the top universities &amp; are very proficient in research. Irrespective of the complexity and length of the assignment, irrespective of the subject, our writing experts ensure to deliver you a well-crafted, tailored and professionally written ‘Law Assignment Help Services.” Their qualification in law and years of experience in writing assignments make them so capable to take the task and help you with the solutions. In other words, we say that we never disappoint any students who reach out to us for assignment writing help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Assignment Help’ services:</h2>\r\n<p>The advantages and core benefits you get when you book Law Assignment Help from Professional Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Not only does the assignment help, but you also get a thorough understanding of the concepts and elements of the law subject that benefits you in preparing for term papers.</li>\r\n<li>We assign you the assignment writers whose qualification and expertise matches with your requirement.</li>\r\n<li>We curate the assignment which is 100% plagiarism free, contains all the required components as per the standard format with top-notch quality content.</li>\r\n<li>Our writing services are most affordable that fits with your budget. You always have the option to choose the value added services as per your need.</li>\r\n</ul>\r\n<p>At Professional Assignment Help online, we help you with excellent law assignment help services with 100% service satisfaction and assured success. We are delivering solutions which are reliable and cost effective, creating value for your time and money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 11, 'Law Assignment Help Services | Quality Law Assignments', 'Your search for law assignment help services will end at Professional Assignment Help. We offer various subject assignment writing services at affordable rates.', 'Law Assignment Help Services, Quality Law Assignments', 'law-assignment-help-services', '2021-08-17 02:06:02', '2021-10-09 05:40:33'),
(170, 'Law Assignment Sample', '<div class=\"a-content\">\r\n<h1 class=\"heading\">LAW ASSIGNMENT SAMPLE</h1>\r\n<p>Do you want a Law Assignment sample before you proceed further with the law assignment help? If yes, the Professional Assignment Help provides you with the Law Assignment Sample so that you can look at the quality of the assignment we have written for many law students.</p>\r\n<p>Writing an assignment has never been so easy. There are many challenges and complexities associated with writing law assignments. Law is such a wide subject consisting of various further concepts, rules and regulations which are hard to memorize for any student especially who are new into it. To write an assignment by themselves, they must have a thorough understanding of these concepts. Beyond subject knowledge, students must have good writing skills and ample time to spend on writing assignments. However, it becomes difficult for the students to maintain the quality of assignment due to all such factors and therefore they outsource the services of Law Assignment writing experts.</p>\r\n<p>Academic progress of the students is our main motive and with the same motive, the entire team of Professional Assignment Help work hard to match the expectation of Law students by providing them good law assignment samples and customized services that match their expectation, bringing in the most positive outcomes in form of higher scores.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Law Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have employed a very professional team of Law writing experts who have done their education from the top universities &amp; are very proficient in research. Irrespective of the complexity and length of the assignment, irrespective of the subject, our writing experts ensure to deliver you a well-crafted, tailored and professionally written ‘Law Assignment Help Services.” Their qualification in law and years of experience in writing assignments make them so capable to take the task and help you with the solutions. In other words, we say that we never disappoint any students who reach out to us for assignment writing help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Law Assignment Sample’ services:</h2>\r\n<p>The advantages and core benefits you get when you book Law Assignment Sample Help from us are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You can always rely on the assignment writing services from our experts as they work hard to assist in a way you expect and bring you the desired results.</li>\r\n<li>We provide you regular updates on chapters compiled so that you can take feedback from the supervisor to refine the work and get excellent final law assignments ready.</li>\r\n<li>Every assignment we write goes through multiple quality checks to ensure that it meets all the criteria and compiles with 100% plagiarism free content which is unique and relevant to the topic given.</li>\r\n<li>We do timely deliveries of assignments and remain available to answer your queries in real time.</li>\r\n</ul>\r\n<p>Never hesitate to contact us and ask for a Law Assignment Sample. Let us know your requirements and we will create the piece of content that is authentic and create value for your time and money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 12, 'Law Assignment Sample | Law Writing Experts', 'Connect with our professional law assignment sample services for quality assignment writings. Visit Professional Assignments Help for more information.', 'Law Assignment Sample, Law Writing Experts', 'law-assignment-sample', '2021-08-17 02:10:42', '2021-10-09 05:41:41'),
(171, 'Taxation Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAXATION ASSIGNMENT HELP</h1>\r\n<p>Looking for a reliable and trustworthy assignment writing service provider who can help you with Taxation Assignment Help? If yes, then you have reached the right platform who not only provide the reliable writing services in the subject you look for but also bring you the cost effective solution matching your results. Professional Assignment Helps bring you the Taxation assignment help through very efficient taxation law experts who are highly qualified and specialized in it and also hold vast practical experience that enables them to give genuine insights to the students about the subject.</p>\r\n<p>Taxation is a vast field of study which comprises many legalities, rules, procedures, guidelines, laws pertaining to taxes which are important for every law student. This subject consists of many concepts and elements which are applicable in the real world too. Students Pursuing Law or accounting might be asked to work on Taxation Assignment. If you do not have enough subject knowledge of taxation, you might not be able to write and impressive assignment which might impact your grades too. To help students in scoring high even if they don’t have enough subject knowledge and expertise in writing assignment, Professional Assignment Help is offering the excellent Taxation Assignment Help that makes you stand out among your peers by providing top-notch quality assignment matching your academic level.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Taxation Writing Experts:</h2>\r\n<p>Our Taxation experts team consist of well qualified and highly experienced writers who have done their education in the Taxation law and have worked in the industry for a long time. These experts are highly efficient in answering your queries regarding taxation and would be able to guide you through the topics very efficiently. These professional taxation subject matter experts help you achieve good grades by delivering impressive assignments and lead you towards succeeding in academics. With the help of our highly efficient assignment writing experts, we have been able to secure the position among the top assignment providers and have been the preferred choice of students across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Taxation Law Assignment Help’ services</h2>\r\n<p>At Professional services, you get lots of benefits choosing assignment writing services and some of these are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the help in understanding numerous taxation topics and get you the best writing solutions ready which is unique and impressive.</li>\r\n<li>Every assignment we work on goes through multiple quality checks to assure the quality of contents and to make sure it meets all the parameters.</li>\r\n<li>Every piece of content compiled in assignments is gathered through in-depth research which is 100% plagiarism free and compiled in well-structured format.</li>\r\n<li>We are never late with the assignment deliveries. Our customer support remains available 24/7 and gets your queries answered in no time.</li>\r\n</ul>\r\n<p>We always aim to deliver the services on which you can rely on for your success. If you’re looking for assured success against the time and money you invest in assignment writing services, then contact us now to get instant services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 13, 'Taxation Assignment Help | Taxation Writing Experts', 'Searching for trustworthy taxation assignment help services? Avail our taxation writing experts\' solutions for cost-effective results in getting good grades.', 'Taxation Assignment Help, Taxation Writing Experts', 'taxation-assignment-help', '2021-08-17 02:14:41', '2021-10-09 05:42:20');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(172, 'Taxation Law Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAXATION LAW ASSIGNMENT HELP</h1>\r\n<p>At Professional Assignment Help online, we have brought the best platform for students to get all sorts of academic writing services for any courses within a stipulated time frame. If you’re in need of high-quality Taxation Law Assignment Help, this assignment help online platform will surely not disappoint you.</p>\r\n<p>Tax is one the vast topics in the legal domain that comprises many elements to study further which are also followed in the organization today. It is very common among students to get stressed due to Taxation assignment as it consists of many concepts, computation methodology, guidelines of taxation and much more. When students are asked to prepare a Taxation law assignment, students get stressed as they might not have thorough understanding of all such legalities in taxation law, might lack in writing skills and lack of time. Even if they write assignments by themselves, its quality might get impacted and subsequently the grades.</p>\r\n<p>In order to save students from getting their grades impacted, Professional Assignment Help has brought the most affordable yet reliable Law Assignment Help through law experts who are specialized in taxation study. If you are also a law student seeking taxation law assignment help online, then do contact us now for instant and effective solutions.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Taxation Law Writing Experts:</h2>\r\n<p>Our Taxation Law experts team consist of well qualified and highly experienced writers who have done their education in the Taxation law and have worked in the industry for a long time. These experts are highly efficient in answering your queries regarding taxation law and would be able to guide you through the topics very efficiently.</p>\r\n<p>These subject matter experts not only help in writing assignments but also help you to understand the concepts thoroughly that boost your subject knowledge and benefits in the long run. Your every assignment is worked out from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Taxation Law Assignment Help’ services</h2>\r\n<p>At Professional services, we offer the services which you can rely on. While we write you a taxation law assignment, you can invest your time in some other task that needs your attention the most.</p>\r\n<p>The core feature of our Taxation law Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting to work on assignments to gather relevant and authentic data that can be interpreted to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries without compromising quality and get quick responses to your queries.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and brings you the desired results. Contact us now, if you are also looking for quality law assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 19, NULL, NULL, NULL, NULL, 14, 'Taxation Law Assignment Help | Taxation Law experts', 'Get best writing solutions through taxation law assignment help services for complicated assignment queries. Grab the chance and achieve good grades.', 'Taxation Law Assignment Help, Taxation Law experts', 'taxation-law-assignment-help', '2021-08-17 02:19:30', '2021-10-09 05:44:22'),
(173, 'Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Accounting Assignment help online is one of our online assistance platforms that helps students in getting assignments done for courses that fall under accounting stream and cover various accounting topics. Accounting is a vast subject in itself and therefore many students find it really difficult to write assignments by themselves due to the technicalities and theories it contains. It might impact their grades if they don\'t submit the assignments that match the parameters set by professions and contain poor quality content. In order to avoid the poor results, they look for accounting assignment help.</p>\r\n<p>At Professional Assignment Help, we provide writing solutions to the accounting students with the quality assignment services within the stipulated time frame and have secured the position among the top assignment providers for commerce students of the universities and colleges across UK, New Zealand and Australia. We are committed to get you the most reliable yet affordable solutions ever. You get the help through each stage of writing an assignment, from researching till final revisions. Every assignment we work on goes through a systematic route that ensures the quality of assignments and makes sure that we deliver flawless work which is 100% unique matching your requirement.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>We have hired the most competent professionals who hold a thorough understanding of various courses of accounting. At Professional Assignment Help, we have employed the most qualified team who hold expertise in accounting subjects and hold the respective degree / qualification. In addition to the strong qualifications, these writers hold years of experience working as professors, subject matter experts, and industrial practitioners.</p>\r\n<p>In order to keep our services up-to-date and keeping up with the changes in the education industry, we have made the provision of formal training regularly to keep our writers updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Accounting Assignment Help’ services:</h2>\r\n<p>Our entire team of Professional Assignment Help works hard constantly to match the pace with the changes in the educational industry which makes us able to serve our students better always.</p>\r\n<p>The core features of our Accounting Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You assign your task to the most capable accounting expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we make sure that the work we deliver you is unique, well-researched, impactful that could help you in not just getting good results in your academics but also an impactful goodwill in your institute.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 1, 'Accounting Assignment Help | Accounting Assignment Help Online', 'At Professional Assignments Help, we provide online assistance for accounting students with our experienced accounting assignment help.', 'Accounting Assignment Help, Accounting Assignment Help Online', 'accounting-assignment-help-1', '2021-08-17 23:57:14', '2021-10-09 05:45:53'),
(174, 'Activity Based Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACTIVITY BASED ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>To write an activity based accounting assignment, students must have knowledge regarding what activity based accounting is known for and how it is executed. Activity based accounting is an accounting method wherein firms list the activities they perform and identifies the connection between the activities, product and cost. Many students might experience difficulties understanding these concepts and write an assignment based on activity based accounting. Therefore, we at Professional Assignment Help provide the excellent Activity Based Accounting Assignment Help to commerce or accounting students and deliver them impressive assignments assuring higher scores.</p>\r\n<p>We get you connected with our accounting experts who hold a good understanding of activity based accounting and have also worked with this accounting method. These experts help you not only in writing assignments but provide you thorough guidance about the topic that helps you in professional life. We are committed to get you the most reliable yet affordable solutions ever. You get the help through each stage of writing an assignment, from researching till final revisions. Every assignment we work on goes through a systematic route that ensures the quality of assignments and makes sure that we deliver flawless work which is 100% unique matching your requirement.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Activity Based Accounting Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help writers are the subject specific experts with years of experience in activity based accounting assignment help. Our entire writing team of Professional Assignment Help have been serving this industry for decades and are well versed with the assignment writing skills, research skills.</p>\r\n<p>These assignment helpers are well informed with the assignment writing structure or format followed in the universities across the UK, New Zealand and Australia which makes them so efficient to take the task from small to big projects and complete them so efficiently within the stipulated time frame.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Activity Based Accounting Assignment Help’ services:</h2>\r\n<p>It is our aim to provide you the services that match your expectations and bring you the expected end results. We ensure that the assignments we deliver are unique, well-researched, and impactful.</p>\r\n<p>The core features of Activity Based Accounting Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We help you understand the usage of activity based accounting assignment help, its area of implementation, design and execution, pros and cons, challenges associated with it thoroughly so that you can present it confidently.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n</ul>\r\n<p>To help our students with better services always, our entire team works really hard to match the pace with changing educational culture which makes us the preferred choice of many students out there. If you’re also looking for the updated and excellent services, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 2, 'Activity Based Accounting Assignment Help | Accounting Experts', 'For activity based accounting assignments, Professional Assignments Help will deliver excellent results through accounting experts\' writing skills.', 'Activity Based Accounting Assignment Help, Accounting Experts', 'activity-based-accounting-assignment-help', '2021-08-18 00:00:54', '2021-10-09 05:48:52'),
(175, 'Business Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Business accounting is one of the tricky subjects that comprise many complex theoretical concepts and theories. These theoretical concepts and elements are used in real life problems and hence the understanding of these concepts become important for students who wish to pursue a career in business accounting.</p>\r\n<p>Many universities assign assignments and projects to their students to boost their learning capabilities and accounting skills. These assignments consist of a major part of the grading system and if you want to score well, you are required to perform well. However, there are certain challenges and complexities associated in writing such assignments such as lack of writing skills and subject knowledge due to which they look for business accounting help.</p>\r\n<p>If you are a business accounting student struggling to complete your assignment, then Professional Assignment Help will surely offer you the best assignment services that make your score higher grades. We are providing business assignment writing services for students in the UK, New Zealand and Australia through highly qualified and experienced professionals who make sure that the work we deliver is unique and compiled in a well-written format.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Every business accounting assignment writer we have hired, holds a master’s degree and is a Ph.D. holder in the accounting stream which enables them to write good quality assignments. In addition to qualification, these writers hold years of assignment writing experience. We always ensure to hire the most competent writers to be a part of our team so that we offer best services to our students.</p>\r\n<p>In order to achieve Excellence in work and achieve more customer satisfaction, we have hired writers from different countries so that you could be assigned native writers whose expertise matches with your requirement. Our writers understand your requirement and specification that must be considered while writing the assignment for you. Every assignment we work on goes through a systematic route that ensures the quality of assignments and make sure that we deliver the flawless work which is 100% unique matching your requirement.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Accounting Assignment Help’ services:</h2>\r\n<p>While you hire us for business accounting assignment help, we promise for the quality work and the assignment that ensures you higher scores.</p>\r\n<p>The core feature of our Architecture Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get the work done from scratch to end, from selecting topics, doing research to proofread and editing assignments before delivering the final work.</li>\r\n<li>We are known for timely deliveries and quick responses which make us the most reliable assignment help provider.</li>\r\n<li>We work hard towards getting your assignment completed keeping it as per your instructions and criteria mentioned by you.</li>\r\n</ul>\r\n<p>We promise you to offer reliable work at very affordable rates that match your budget. Going beyond your expectation is what we aim for. We left no stone unturned in curating an assignment that consists of quality content, uniqueness and scores the high grades.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 3, 'Business Accounting Assignment Help | Best Assignment Services', 'Hire us for business accounting assignment help, we make sure you the premium quality work with no plagiarism, unique ideas, and good grades.', 'Business Accounting Assignment Help, Best Assignment Services', 'business-accounting-assignment-help', '2021-08-18 00:05:16', '2021-10-09 05:50:07'),
(176, 'Cost Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COST ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Are you a student pursuing a course in Cost Accounting and stressed due to Cost accounting assignments assigned by professors? Are you worried about the quality of the cost accounting assignment and afraid of losing scores? Professional Assignment Help has the solution for all your queries. We are one of the renowned assignments providers helping students with excellent writing solutions which make them get success in academics by scoring higher. If you are also looking to excel in your academics and want to perform well in assignments, then Professional Assignment Help is certainly the right platform for you to get cost accounting assignment help.</p>\r\n<p>You might impact the quality of assignment if you don’t have expertise in writing assignments and lack subject knowledge. If you find it difficult to work on assignment for the above mentioned reason or facing the time issues, you might look for assignment experts who write assignments and can submit them before the deadline.</p>\r\n<p>Professional Assignment Help offers cost accounting assignment help to the accounting students from schools and colleges across UK, Australia and New Zealand. Besides Cost accounting, we have covered a wide range of courses that are being taught across the world and offer impressive assignment assistance through well experienced and highly qualified assignment writers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible accounting experts from various countries to assist the students by assigning them native assignment experts to serve better. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills.</p>\r\n<p>We provide the opportunity to our tutors to brush up their skills timely and keep their knowledge up to date through the training sessions. We believe if the efficiency of our assignment writing experts are high, we would certainly be able to achieve Excellence in the services we offer.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Cost Accounting Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we always prioritize your expectations and the benefits you get over anything else. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<p>Have a look at the core features of Cost Accounting Assignment Help which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts are well versed with the theoretical concepts and practical aspects of accounting courses which makes them quite efficient in providing quality services.</li>\r\n<li>Native writers are well aware of the qualifications framework, competency and assessment guidelines at the universities in their country and hence we get you connected with native writers for cost accounting assignment help.</li>\r\n<li>We help you to understand the nature of courses and basic concepts pertaining to it which helps you to perform better in assessment.</li>\r\n<li>The assignment experts work on assignments from scratch to end, starting from doing in-depth research to proofreading and editing and making sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>We are the most reliable assignment writing service helping you grow constantly and saving your time that could be invested on tasks that require your attention most.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 4, 'Cost Accounting Assignment Help | Writing Solutions', 'Professional Assignments Help team assist you with authentic cost accounting assignment help for all solutions of academic queries in one place.', 'Cost Accounting Assignment Help, Writing Solutions', 'cost-accounting-assignment-help', '2021-08-18 00:10:03', '2021-10-09 05:53:03'),
(177, 'Economics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ECONOMICS ASSIGNMENT HELP</h1>\r\n<p>Are you a student of economics and looking for an expert who can write assignments for you? If yes, then you have certainly reached the right platform. Professional Assignment Help brings you the Economic assignment help through the assignment writing experts who are specialized in economics and hold expertise in writing academic projects. From writing essays, dissertation to helping students with term papers, our subject matter experts are efficient to help you and guide you thoroughly about the topics that benefit your career.</p>\r\n<p>We bring out the best information on the subject with technicalities involved in it. The economy is a wide field of study that comprises study related to population, country and the whole world, markets, business environment and much more. It is the subject methodology which aims to bring out the latest facts and information. Since it covers a broader perspective, many students find it difficult to write assignments on this subject. Therefore they need the help of experts to write economic assignments for themselves that consist of quality.</p>\r\n<p>We understand no student would like to compromise with the grades and therefore we have brought you the best academic writing solutions. Professional Assignment Help offer the assignment assistance covering numerous subjects under economics and answer your queries with instant solutions.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>Assigning the right job to the right person is key to get quality work delivered and we follow this procedure in assigning the task among our writers. We assign your task to the writers whose expertise matches with your requirement.</p>\r\n<p>Our economic assignment experts hold the master’s degree and Ph.D. In addition to certification, they hold years of writing experience in the same stream which make them efficient to deliver high quality assignments. We understand the importance of good quality assignments as it impacts your grades. When you hire experts from Professional Assignment Help, you can always rest assured about the quality and the deadline. We get it delivered within the stipulated time frame without compromising with the quality.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Economics Accounting Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we get you connected with our Economics assignment helpers whom you can rely on. We offer excellent assignment assistance that helps you stand out among the crowd.</p>\r\n<p>The core features of our Economic Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You assign your task to the most capable economic expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We understand your requirements and make sure to withstand your expectation by working hard at each stage of getting an assignment done. Our academic writing services are curated in a way that ensures quality at each stage and promise you to get the best results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 5, 'Economics Assignment Help | Assignment Assistance', 'For improving grades, our experts brought you the best solutions for economics assignment help by covering all economics aspects with zero plagiarism.', 'Economics Assignment Help, Assignment Assistance', 'economics-assignment-help', '2021-08-18 00:14:11', '2021-10-09 05:54:37'),
(178, 'Finance Accounting Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCE ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Finance accounting is a study of cash inflow and outflow. This course opens the door for many opportunities for students. With great performance at finance accounting in academics, a student can really get huge opportunities in their career. Hence, having the proper understanding and in-depth knowledge of theories and concepts in finance is a must for students who wish to have a successful career in finance.</p>\r\n<p>Students are asked to work on assignments which aim to enhance the subject knowledge, practical skills, to boost learning capabilities. These all assignments and projects consist of a major part of the grading system. Students are supposed to perform well if they would like to score higher. However, most of the students these days face lots of challenges such as lack of subject understanding and expertise in writing.</p>\r\n<p>We understand no student would like to compromise with the grades and therefore we have brought you the best academic writing solutions. Professional Assignment Help offer a wide range of solutions for all your finance accounting assignment related queries and offer best Finance Accounting assignment help online for students from universities across UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>What makes us more efficient and effective is our team which includes best writers, veteran professors, subject matter experts, industrial practitioners, who all work with the motive to offer best services to students with assured good results.</p>\r\n<p>We have hired the most qualified and experienced professional finance assignment writing experts in our team. All writers we are equipped with, have been working in this industry for the last many years which made them highly capable in serving you better and very efficiently.</p>\r\n<p>In order to keep our services up-to-date and keeping up with the changes in the education industry, we have made the provision of formal training regularly to keep our writers updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Finance Accounting Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we get you connected with our finance accounting writing experts who provide excellent assignment assistance that help you stand out among the crowd.</p>\r\n<p>The core features of our Finance Accounting Assignment Help services are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You assign your task to the most capable finance expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We are striving ahead with the aim to be the preferred Finance Accounting Assignment helper for students across UK, Australia and New Zealand and hope to develop a strong bond by making our customers happy and delivering value for money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 6, 'Finance Accounting Help | Accounting Assignment Help', 'Professional Assignment Help offers a wide range of finance accounting help for students across the UK, Australia, and New Zealand with expert solutions.', 'Finance Accounting Help, Accounting Assignment Help', 'finance-accounting-help', '2021-08-18 00:18:15', '2021-10-09 05:55:40'),
(179, 'Macro Economic Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MACROECONOMICS ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help has brought the Macro Economics Assignment help for students of economics who are asked to submit the assignment. Macroeconomics is the study of the global economy and the factors that impact it, such as inflation, recession, inequality, unemployment which cover a broader perspective. This subject is interesting, but on the contrary it might be tough for students to cover all the concepts in the topics it consists of and have a good understanding of it. Therefore students find it a bit challenging to work on Macro Economic Assignment Help and look for assignment writing experts who can write Macro Economics Assignment for them that could score well.</p>\r\n<p>Professional Assignment Help is one of the leading assignment service providers who assist students by providing good quality Macro Economic Assignment Help through highly qualified and experienced industrial experts turned assignment helpers. Topics that are covered under Macro Economic Assignment Help includes Supply and Demand, fiscal policies, monetary policies, Market Equilibrium, Economic growth and many more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Macro Economics Writing Experts:</h2>\r\n<p>Every writer we have hired are certified professionals who hold degrees in macroeconomics from reputed organizations. In addition to education, these experts hold vast experience in writing assignments for students and handling their queries.</p>\r\n<p>We always provide the Macroeconomics Assignment Help that consists of the latest standard in the Macro Economics field. Our Macro Economics Experts keep themselves updated with the changes and development so that they can write assignments that are reliable. These experts compile your assignment with unique and relevant information gathered after performing in-detailed research and deliver the assignment that consists of top-notch quality data.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Macro Economics Assignment Help’ services</h2>\r\n<p>No matter how complex your query is, we are efficient to answer your queries and provide instant solutions which are reliable and ensure best results.</p>\r\n<p>The core feature of our Macro Economics Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by your university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant data to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries and quick responses to help better and faster.</li>\r\n<li>Even if the deadlines are closer, we get the work done in a very short time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Our Macroeconomics assignment writing services are designed in a way wherein each and every step taken towards finishing assignment ensures quality that brings positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 7, 'Macro Economics Assignment Help | Macro Economics Experts', 'At Professional Assignments Help, we are providing you genuine macro economic assignment help services for scoring well in academics.', 'Macro Economics Assignment Help, Macro Economics Experts', 'macro-economic-assignment-help', '2021-08-18 00:22:54', '2021-10-09 05:56:58'),
(180, 'Managerial Accounting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MANAGERIAL ACCOUNTING ASSIGNMENT HELP</h1>\r\n<p>Writing assignments is a complex and challenging task as it requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities etc. If you wish to score well and stand out among peers, then certainly you need to submit a high standard and top notch quality assignment.</p>\r\n<p>Many students face difficulties in writing managerial accounting assignments as they consist of various concepts of accounting and management and consist of a lot of technicalities that might be challenging for students to understand. These difficulties and lack of quality content in assignments would impact your grades. If you don’t want to impact your grades, then you should certainly look for professionals who are well aware of managerial accounting concepts and can write your assignment with full quality content.</p>\r\n<p>Professional Assignment Help has brought you the services of experienced professionals turned assignment writers for writing managerial accounting assignments. We write impressive assignments for you and offer you managerial accounting assignments that impact your grades positively.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Managerial Accounting Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible managerial accounting experts from various countries to assist the students by assigning them native assignment experts whose expertise matches with your requirement. This would not only help in delivering the work fast but also ensure that your assignment consists of the quality that you have been expecting. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills.</p>\r\n<p>Every assignment expert we have hired possess excellent skills which are prerequisite for being a proficient assignment helper. We get the work done from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Managerial Accounting Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, your benefits and expectations are always kept on priority and the entire team works hard to fulfil those expectations.</p>\r\n<p>Have a look at the core features of Managerial Accounting Assignment Help which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts are well versed with the theoretical concepts and practical aspects of managerial accounting subjects and efficient enough to write good quality assignments.</li>\r\n<li>We prefer to assign you the Native writers to write assignments as they are well aware of the qualifications framework, competency and assessment guideline followed at the universities in their country.</li>\r\n<li>We help you to understand the nature of courses and guide you thoroughly to provide you better insights of the subject that not only helps in assessment but also benefits in the long run.</li>\r\n<li>We work on assignments from scratch to end, initiating in-depth research to proofreading and editing and make sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>We are the most affordable yet reliable assignment writing service to help you grow constantly by saving your time that could be invested on tasks that require your attention most.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 8, 'Managerial Accounting Assignment Help | Managerial Accounting Experts', 'Get expert solutions related to managerial accounting assignment help and 100% original case studies papers at a genuine price by our accounting expert writers.', 'Managerial Accounting Assignment Help, Managerial Accounting Experts', 'managerial-accounting-assignment-help', '2021-08-18 00:27:30', '2021-10-09 05:57:53'),
(181, 'Managerial Economics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MANAGERIAL ECONOMICS ASSIGNMENT HELP</h1>\r\n<p>Are you facing challenges in finishing your Managerial Economics Assignment? Are you worried about the quality of content compiled within the assignment? If you are seeking help from an assignment provider in finishing up your Managerial Economics Assignment, then your search ends here.</p>\r\n<p>Writing assignments is a complex and challenging task as it requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities etc. It has been seen that students studying Managerial economics find it hard to write on assignments by themselves. The major reason for it is the complicacy of theoretical concepts and elements it consists of which are hard to understand. Even though these challenges, if you wish to submit an impressive Managerial economics assignment, you may seek the help of assignment writing expert to write your assignment</p>\r\n<p>Professional Assignment Help is offering Managerial Economics Assignment Help through highly experienced accounting experts who work hard on your assignment to bring out the expected outcomes irrespective of the complexity of the topic. Solutions offered by these experts do not only help in scoring high but boost your subject knowledge that helps in the long run.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Managerial Economics Assignment Writing Experts:</h2>\r\n<p>You get your Managerial Economics assignment written by experts who are experienced and possess immense subject knowledge in the same stream. These assignment writing experts hold the degree in business economics and also hold doctorate degrees which make them so efficient in doing research and writing most quality assignments. In addition to the qualification, each writer holds years of experience as professor, industrial practitioners and as an assignment writing expert handling queries from students across the UK, Australia and New Zealand.</p>\r\n<p>Once your order with us gets booked, you will be assigned the best managerial economics assignment writer who remains the one point contact you and gives you a regular update about the progress on assignment so that you can check with your mentor and make the changes accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Managerial Economics Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we get you the Managerial Economics Assignment Help through certified tutors, subject specific experts who assure delivering high quality work which hardly needs any modifications. The core features of our assignment help services are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We handle the challenges and complexities related to the subjects and topic with ease as our experts are highly knowledgeable and hold years of experience in writing managerial economics assignments.</li>\r\n<li>Every assignment goes through multiple quality checks to ensure that it meets all the criteria and compiles with 100% plagiarism free content which is unique and relevant to the topic given.</li>\r\n<li>We do timely deliveries and are available to answer your queries in real time.</li>\r\n<li>Choosing our assignment services help you not only in scoring higher but also in boosting your confidence in the subject.</li>\r\n</ul>\r\n<p>With the aim of high-quality service delivery, we provide reliable and affordable services that bring you value and get you good grades by improving academic performance in managerial economics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 9, 'Managerial Economics Assignment Help | Economics Assignment Writer', 'Managerial economics assignment help will deliver by our economics experts having immense knowledge in this field. Get and grab the opportunity.', 'Managerial Economics Assignment Help, Economics Assignment Writer', 'managerial-economics-assignment-help', '2021-08-18 01:13:43', '2021-10-09 06:08:28'),
(182, 'Micro Economic Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MICROECONOMICS ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help offers Microeconomics assignment help for students looking for expert’s help in preparing assignments related to microeconomics topics such as supply &amp; demand, opportunity cost, market analysis and competitor analysis. Microeconomics covers various aspects related to the budget of business and corporations, utilizing them in the proper manner to bring the best outcomes.</p>\r\n<p>Working on assignments based on microeconomics might be very challenging for students who lack enough expertise in writing assignments and also don’t have a clear understanding of theoretical concepts in Microeconomics. Hence Professional Assignment Help, provide them the assignment help and guidance that boost their subjective knowledge. Under Micro Economic Assignment Help, we have covered numerous topics such as Consumer demand theory, Theory of production, Production cost, Perfect Theory, Monopoly and more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Micro Economics Writing Experts:</h2>\r\n<p>Professional Assignment help has employed the most qualified subject matter experts who handle each of your academic projects to maintain top-notch quality. Our team consists of professionals with industrial experience who help students with genuine insights about the industry and write their assignments.</p>\r\n<p>Our entire team works dedicatedly on your projects to ensure quality in each and every aspect to bring out the best results. The assignments we work on are of high standard quality as it is worked keeping in line with the instruction provided by students to make best fit on the criteria stated by your university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Micro Economics Assignment Help’ services</h2>\r\n<p>We believe in offering the help that you can rely on and also create value for you by bringing in higher scores and make you stand out among the peers:</p>\r\n<p>The core feature of our Microeconomics Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant data to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries and quick responses to help better and faster.</li>\r\n<li>Even if the deadlines are closer, we get the work done in a very short time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and bring you the desired results. We left no stone unturned to bring the most positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 10, 'Micro Economic Assignment Help | Micro Economics Writing Experts', 'Now avail micro assignment help by our professionals by visiting our website. Get exciting offers at reasonable prices with quality content.', 'Micro Economic Assignment Help, Micro Economics Writing Experts', 'micro-economic-assignment-help', '2021-08-18 01:18:12', '2021-10-09 06:01:14'),
(183, 'Solve My Accounting Paper', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOLVE MY ACCOUNTING PAPER</h1>\r\n<p>With the changes or development in educational culture, the life of the student is not the same as it was in earlier days. In order to ensure overall growth of the students, students are assigned many tasks and their daily routines are entirely packed with classroom sessions, curricular and extracurricular activities. Since nothing is avoidable and hence they are required to manage the time and prioritize the work accordingly. Students hardly get time to write assignments, prepare for term papers and solve their papers. Therefore they look for online help to write Assignments and solved papers.</p>\r\n<p>Things become even more challenging for them when they are asked to solve papers for courses that are technical and accounting is one such subject. Accounting is a course that is the combination of numerous theories, formulas and concepts which are difficult to understand and memorize. That is why students look for experts who can solve their accounting paper and write impressive assignments if required.</p>\r\n<p>Professional Assignment helps offer you the help of accounting experts who hold expertise in writing accounting assignments and solving accounting papers for a long time. They not only solve the papers but help you memorize and understand the concepts thoroughly. If you are also thinking ‘who can solve my accounting paper’ then the experts from Professional Assignment Help would be great help for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Accounting Subject Matter Experts to Solve Papers:</h2>\r\n<p>Our team consists of the most capable and eligible accounting experts from various countries to assist the students in solving accounting papers. We assign you the native writers as they are well aware of the qualification framework and assessment guidelines followed at native country.</p>\r\n<p>It is the prerequisite for every accounting expert to have in-depth knowledge of accounting concepts and therefore we have hired experts who hold Master’s degree holders and Ph.D. holders from reputed institutes with notable grades. In addition to the qualification, our accounting tutors hold decades of experience in helping students to solve accounting papers.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Academic writing services’ services:</h2>\r\n<p>Every step we take towards assisting you, whether it is about writing assignments or solving papers, we aim to deliver best that ensures your success.</p>\r\n<p>If you hire Professional Assignment Help for ‘solve my accounting paper’, then benefits you get are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services that benefit in the long run as our experts guide you thoroughly about the subject and help with genuine insights that benefit your career and boost understanding.</li>\r\n<li>We allot you the services of native writers who are well aware of the qualifications framework, competency and assessment guideline at the universities.</li>\r\n<li>We give you the freedom to prepare the package by yourself, choose and pay only for the services that you actually want to get.</li>\r\n</ul>\r\n<p>Here you get the most reliable assignment writing service and accounting paper solving services that helps you grow and excel in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 11, 'Solve My Accounting Paper | Solving Accounting Papers', 'We are offering reliable writing services to scholars looking to “solve my accounting paper”. We assign you an expert writer that will meet all your requirements.', 'Solve My Accounting Paper, Solving Accounting Papers', 'solve-my-accounting-paper', '2021-08-18 01:24:56', '2021-10-09 06:10:38');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(184, 'Tax Return Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAX RETURN ASSIGNMENT HELP</h1>\r\n<p>Taxation or Tax accounting is considered as one of the difficult subjects in accounting due to the amount of calculation and computation methods it contains. Tax accounting is the study of the process for filing tax and the study of taxation instead of financial statements. It consist of study about the rules and regulations in the country followed on individuals and by firms for taxation</p>\r\n<p>It is very common among students to get stressed due to Tax accounting assignment as it consists of many concepts, computation methodology which are must for any accounting student to learn. Besides the challenges associated with taxation, working on any assignment in itself is a time intensive task and needs ample time. Due to the busy schedule in academic and social life it becomes hard for students to dedicate plenty of time to working assignments, especially when the deadlines are closer.</p>\r\n<p>To help students overcome the stress due to Tax based assignments and make them able to submit assignments on time, Professional Assignment Help is offering Tax Return Assignment Help through accounting experts who are specialized in taxation study. If you are also an accounting student who needs Tax Return Assignment Help or any sort of assignment help, get in touch with us now.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Tax Accounting Writing Experts:</h2>\r\n<p>Our Accounting Assignment experts team consist of well qualified and highly experienced writers who have done their education in Tax accounting and have worked in the industry for a long time. These experts are highly efficient in answering your queries regarding tax return assignment help utilizing their vast subject knowledge and practical experience.</p>\r\n<p>These subject matter experts not only help in writing assignments but also help you to understand the concepts thoroughly that boost your subject knowledge and benefits in the long run. Your every assignment is worked out from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Tax Return Assignment Help’ services</h2>\r\n<p>At Professional services, we offer the services which you can rely on. You can invest your time in something that needs your focus most while we write your assignment.</p>\r\n<p>The core feature of our Tax Return Assignment Help services includes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant and authentic data that can be interpreted to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries without compromising quality and get quick responses to your queries.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and bring you the desired results. We left no stone unturned to bring the most positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 12, 'Tax Return Assignment Help | Tax Based assignments', 'Let our tax return experts assist you with tax return assignment help. Get 100 % unique assignment writing solutions from experienced accountants.', 'Tax Return Assignment Help, Tax Based assignments', 'tax-return-assignment-help', '2021-08-18 01:29:12', '2021-10-09 06:11:51'),
(185, 'XERO Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">XERO ASSIGNMENT HELP</h1>\r\n<p>Writing assignments has always been a challenging task for students especially when they are accounting students and asked to prepare assignments on numerous complicated topics such as XERO Assignment.</p>\r\n<p>XERO is an accounting software which is widely used in accounting departments to store and track all the documents, transaction related to the operation of any firm. Since it is widely used in the business, many universities have introduced the study of this software in the accounting course to inform the students about its usage. As it is such a vast software, this as a subject includes lots of theories and practical concepts that are difficult to memorize. Therefore the students are most of the time, worried about the quality of the XERO assignment, when they are not confident enough about the subject knowledge they hold.</p>\r\n<p>To write an XERO assignment that could be impressive, you must hold expertise in writing assignments and have good subject knowledge. However, if you don’t have these, you might impact your grades by submitting average assignments. In that case, students seek help from XERO Software experts. Professional Assignment Help have the best accounting experts who hold expertise in working with XERO software. They are the most efficient and highly qualified accounting experts to provide you with XERO Assignment Help that brings you very good scores and commendable remarks from professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified XERO Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible accounting experts specialized in XERO Software. These writing experts are Master’s degree holders and Ph.D. holders who possess excellent subject knowledge and research skills. While we hire the assignment writers, we make sure each of them hold prior experience in handling assignment queries from students.</p>\r\n<p>In order to serve our students better, we assign them the native writers who are well aware of the educational standard of their own country and able to match those standards while writing assignments. These accounting experts get the opportunity to brush up their skills and keep their knowledge up to date through the training sessions.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘XERO Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, we always prioritize your expectations and the benefits you get. Every step towards completing the assignment ensures Excellency and reliability.</p>\r\n<p>Have a look at the core features of XERO Assignment Help which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts are well versed with the theoretical concepts and practical aspects of XERO software which makes them quite efficient in providing quality services.</li>\r\n<li>Native writers are well aware of the qualifications framework, competency and assessment guidelines at the universities in their country and hence we get you connected with native writers for cost accounting assignment help.</li>\r\n<li>We help you to understand the nature of courses and basic concepts pertaining to it which helps you to perform better in assessment.</li>\r\n<li>The assignment experts work on assignments from scratch to end, starting from doing in-depth research to proofreading and editing and making sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>We understand you connect with us with the expectation of quality and assured results. Professional Assignment Help promise you for the services that assure good results and positive outcomes in every aspect.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 17, NULL, NULL, NULL, NULL, 13, 'XERO Assignment Help | XERO Assignment Writing Experts', 'Our well-qualified XERO assignment help providers will give you assistance in completing XERO assignments with practical aspects.', 'XERO Assignment Help, XERO Assignment Writing Experts', 'xero-assignment-help', '2021-08-18 01:33:25', '2021-10-09 06:18:14'),
(187, 'Anthropology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ANTHROPOLOGY ASSIGNMENT HELP</h1>\r\n<p>If you are struggling with completing your Anthropology Assignment and finding it difficult to submit by the deadline, Professional Assignment Help brings you the most affordable yet reliable solution for you with excellent Anthropology Assignment Help or any sort of academic writing services.</p>\r\n<p>Anthropology is the Branch of science that deals with human study. This subject covers the study of the human body, their civilizations and their development by the time. An anthropologist understands how ancient human beings interacted, does comparative analysis on the cultural behaviour then and now. This field of study is the amalgamation of geology, zoology, physics etc.</p>\r\n<p>It might be challenging for students to write the anthropology assignment by themselves, especially during the initial stage of their course duration as writing an assignment requires ample amount of subject knowledge and writing skills. Here, Professional assignments help provide you the opportunity to get the excellent Anthropology Assignment Help from the best anthropology experts across the various countries. Our assignment experts make you understand the topics and cover every aspect of the subject that boost your subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Anthropology Assignment Writing Experts:</h2>\r\n<p>Through Professional Assignment Help, you get connected with the best experts who come from a highly strong educational background and hold immense practical experience in the respective field of study. Our team of assignment experts consist of qualified and experienced project managers, anthropology assignment writers, proof-readers, editors and more.</p>\r\n<p>Each member of our assignment assistance team works hard to draft an assignment which contains quality content, relevancy with the topic, 100% plagiarism free report and a flawless work that certainly gains higher scores.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Anthropology Assignment Help’ services</h2>\r\n<p>Hiring Anthropology Assignment Help from Professional Assignment Help would certainly bring in lots of benefits such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The services from high qualified and well experienced anthropology experts whose expertise matches with requirements the most.</li>\r\n<li>You get customized anthropology assignment help that is worked based on your requirement and the specification given by your professors.</li>\r\n<li>Every assignment is prepared making sure it contains all the essential elements such as title, introduction, main text/body, conclusions, references etc.</li>\r\n<li>You get affordable services and timely deliveries without any compromise with the quality of content.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you get the benefits that create a positive and long-lasting impact on your academic life. If you are looking for the long-term benefits, then get in touch with our experts now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 1, 'Anthropology Assignment Help | Best Anthropology Experts', 'Every team member of the anthropology assignment help service of us has qualified and expert Ph.D. writers for your 24*7 assistance for instant help.', 'Anthropology Assignment Help, Best Anthropology Experts', 'anthropology-assignment-help', '2021-09-21 01:15:46', '2021-10-11 02:08:01'),
(188, 'Biochemistry Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOCHEMISTRY ASSIGNMENT HELP</h1>\r\n<p>Biochemistry is the study of biochemical modifications that take place in the human body or we can refer to Biochemistry as the branch of biology that comprises the study of all living organisms. It is one of the important fields of study that boast the analyses of biochemicals in the human body such as urine test, blood test etc to acknowledge the changes in the biochemicals in the human bodies or any living organisms.</p>\r\n<p>Many students might find it difficult to draft a Biochemistry Assignment as it involves a lot more technicalities. Having a thorough knowledge of all such aspects of the topics become essential if you want to write an assignment. However, many students get worried about the quality and the score when they write the assignments by themselves. Therefore, they seek Biochemistry Assignment Help from professional experts. Professional Assignment helps bring you the help of professional biochemistry assignment writers who draft a top-notch quality assignment matching your academic level that win accolades from professors and gain notable grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Biochemistry Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have boasted a team of expert Biochemistry assignment experts who hold immense experience in preparing assignments for biochemistry students and handling their queries efficiently. These biochemistry assignment writers either hold a degree from reputed institutes or hold Ph.D. that makes them proficient in writing assignments backed by well researched data. You get the customized assignment writing services based on your requirement and your professors’ requirement so that you can score higher grades by submitting a well drafted assignment before the deadline.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Biochemistry Assignment Help’ services</h2>\r\n<p>The benefits you get when you book Biochemistry Assignment Help from Professional Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get connected with the biochemistry experts whose expertise matches with your assignment requirement.</li>\r\n<li>Our services are available at affordable prices with the assurance of quality and higher grades.</li>\r\n<li>Our entire team works together to draft an assignment which is compiled with 100% plagiarism free data which is relevant to the topic in a well-structured format and finalizing after making sure that it doesn’t contain any scope of error.</li>\r\n<li>Connect with us anytime or anywhere through our round the clock available customer support.</li>\r\n</ul>\r\n<p>Getting you the most positive outcomes through our assignment writing services is what we aim for. Therefore, we promise the student of delivering them value for the money and time they invest with us. If you’re looking for Biochemistry Assignment Help and the surety to achieve a higher score, get in touch with us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 2, 'Biochemistry Assignment Help | Biochemistry Assignment Experts', 'Our biochemistry assignment help solutions will give assurance to you with well-written assignments and quality work. Connect with us for more information.', 'Biochemistry Assignment Help, Biochemistry Assignment Experts', 'biochemistry-assignment-help', '2021-09-21 01:27:19', '2021-10-11 02:09:29'),
(189, 'Bioinformatics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOINFORMATICS ASSIGNMENT HELP</h1>\r\n<p>If you are a Biotechnology student looking for Bioinformatics assignment help, you have landed at the right platform to get assignment assistance. Professional Assignment Help is one of the leading assignment helpers covering wide ranges of academic writing services for students of schools and colleges across UK, Australia and New Zealand.</p>\r\n<p>Bioinformatics is the field of study with a single form of approach combining information technology, biology, and computer science. This evolving field enables the usage of computer applications for collection, manipulation, presentation, analysis and sharing of biologic datasets to resolve biological issues. Science or biotechnology has never been an easy subject for the majority of the students and hence when they are asked to submit assignments, they look for assignment writing professionals to get the assignment assistance.</p>\r\n<p>Professional Assignment helps provide you the opportunity to get Bioinformatics assignment help from Biotechnology experts who hold expertise in Bioinformatics subjects and have been able to help the students with excellent assignment writing solutions in any topics under Biotechnology assignment help they are looking for.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Bioinformatics Assignment Writing Experts:</h2>\r\n<p>Our writing experts possess in-depth knowledge on the various topics of biotechnology and its affiliated subjects covering a wide range of topics such as Bioinformatics, Biochemistry and much more. These writers either hold a degree from reputed institutes or hold a Ph.D. that makes them proficient in writing assignments. Irrespective of the length and complexity of the assignment, our subject specific experts hold the expertise in writing assignment adhering to the guidelines of the universities and the specifications given by you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Bioinformatics Assignment Help’ services</h2>\r\n<p>The below are some of the core benefits you get when you book Bioinformatics Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get connected with the biotechnology experts who hold specialization in writing Bioinformatics assignment so that you get the high standard quality assignment written by them</li>\r\n<li>We provide you the services which are more affordable and get the assurance of quality with assured higher grades.</li>\r\n<li>We understand your requirement and work in the direction to match your expectation by preparing the assignment that fits best on the parameters set by your professors.</li>\r\n<li>You can connect with anytime anywhere and get real time answers from our round the clock available customer support.</li>\r\n</ul>\r\n<p>The benefits you get from Professional Assignment Help certainly bring positive impacts on your academic grade. If you want to score higher in a Bioinformatics assignment, and want to submit the same before the deadline, connect with Professional Assignment Help right away.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 3, 'Bioinformatics Assignment Help | Assignment Writing Professionals', 'From biotechnology experts assistance get bioinformatics assignment help services at prominent prices. By doing in-depth research, we write top-notch papers.', 'Bioinformatics Assignment Help, Assignment Writing Professionals', 'bioinformatics-assignment-help', '2021-09-21 01:32:34', '2021-10-11 02:12:00'),
(190, 'Biology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOLOGY ASSIGNMENT HELP</h1>\r\n<p>Are you looking for Biology Assignment Help from experts? Professional Assignment Help will get you the one. Assignments have always been a daunting task for most students as it consumes a lot of time and students must be aware of the writing style, structure followed for assignments and most importantly the enough subject knowledge. Lacking any of these might make it difficult for you to work on assignments.</p>\r\n<p>Biology is the branch of science that exclusively deals with the study of subjects including study of living organisms with various forms and structures. It comprises the study of organisms on the planet as whole including their evolution, growth, functions and much more. Writing a biology assignment requires detailed knowledge of the subject which is a major issue students face.</p>\r\n<p>Professional Assignment Help is an efficient biology assignment help provider for students of schools, colleges and universities across the UK, Australia and New Zealand. Here, you get assignment assistance from the most qualified and experienced professionals who hold immense subject knowledge and practical experience in their field of study which make them proficient to handle even the complex query with ease.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Biology Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help has a team of experts including project managers, assignment writers, editors, proof-readers etc who all together work on your assignment and ensure that the final work delivered is full of quality and has no scope of error. Every assignment assistance provider we have hired holds strong subject knowledge and excellent writing skills which are prerequisites for any assignment experts.</p>\r\n<p>Our entire team works constantly hard to curate an impressive assignment that matches your academic level, your expectation and is well suited to the parameters set by your professors. Our experts not only write your assignment but also guide you about the biology topics thoroughly that boost your knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Biology Assignment Help’ services</h2>\r\n<p>The core benefits you get when you book Biology Assignment Help from Professional Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get connected with the biology experts who hold strong subject knowledge and immense practical experience having worked in the industry, as professors and assignment writers.</li>\r\n<li>You get the customized assignment writing services based on your requirements and the requirements from your professors.</li>\r\n<li>The final work we deliver is 100% plagiarism free, with relevant data and no further scope of error.</li>\r\n</ul>\r\n<p>We have designed our services in a way that achieves higher customer satisfaction. If you are looking for quality biology assignment help, do get in touch with us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 4, 'Biology Assignment Help | Assignment Assistance Provider', 'Having stronghold in biology assignment help solutions, we write customized assignments for you. Get in touch with our academic experts now.', 'Biology Assignment Help, Assignment Assistance Provider', 'biology-assignment-help', '2021-09-21 01:37:57', '2021-10-11 02:14:02'),
(191, 'Biotechnology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOTECHNOLOGY ASSIGNMENT HELP</h1>\r\n<p>Biotechnology is a vast stream of study in the field of science that covers the technological attribute of utilizing biological systems, living organisms, or other derivatives to manipulate or make products for any particular use. This field of study is the combined study of computer science, engineering, microbiology and technology.</p>\r\n<p>It might be challenging for students to write the assignment by themselves when they are asked to submit a Biotechnology assignment by their professor. The reason might be the lack of subject knowledge and lack of expertise in writing assignments. That is why the majority of science or biology students look for professionals who can write assignments on their behalf and can score higher in academics.</p>\r\n<p>Professional assignment help is the best biotechnology assignment help provider through the experts who are highly qualified and experienced in writing biotechnology assignments and on the affiliated topics very conveniently. These experts let you understand the topics and cover every aspect of the subject that boosts your subject knowledge and helps you in the long run.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Biotechnology Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we are well equipped with an experienced backend team consisting of project manager, biotechnology assignment writers, proof-readers, editors and more. Every person in our team works hard to curate an assignment that matches your expectations and is well suited on the parameters set by your professors.</p>\r\n<p>Our writing experts possess in-depth knowledge on the various topics of biotechnology and other subjects relevant to this stream. Every assignment writer who is a part of our assignment writing team comes from a very strong educational background and decades of practical experience in industry and in handling queries from students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Biotechnology Assignment Help’ services</h2>\r\n<p>The core benefits you get when you book Biotechnology Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get connected with the biotechnology experts who hold specialization in the topic you are looking for.</li>\r\n<li>You have the assignment customized as per your requirements matching your academic level and the criteria stated by your professors.</li>\r\n<li>Every assignment is prepared making sure it contains all the essential elements such as title, introduction, main text/body, conclusions, references etc.</li>\r\n<li>Every assignment goes through a trajectory while the work is being done, so that it does not contain any error and is full of quality.</li>\r\n<li>You get affordable services and timely deliveries without any compromise with the quality of content.</li>\r\n</ul>\r\n<p>Our assignment services are designed in a way that benefits the student in the long run. If you are looking for the long-term benefits and value for your money, get in touch with our experts now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 5, 'Biotechnology Assignment Help | Biotechnology Assignment Writers', 'Go for biotechnology assignment help solutions. We clear all doubts and enhance your chances of getting higher scores from professors. Go for it now.', 'Biotechnology Assignment Help, Biotechnology Assignment Writers', 'biotechnology-assignment-help', '2021-09-21 01:46:28', '2021-10-11 02:15:17'),
(192, 'Paleontology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PALEONTOLOGY ASSIGNMENT HELP</h1>\r\n<p>Science students often find it difficult when they are asked to write assignments. The more difficult part is to meet the deadlines. One of such subjects is Paleontology, which is one of the most complicated subjects and students face difficulties when asked to write a Paleontology assignment. This is the reason students look for Paleontology Assignment Help.</p>\r\n<p>Paleontology is the branch of science where they study the fossils of animals. This subject is part of applied science and its practitioners are called Palaeontologist. The subject itself consist of many other subjects which are the categories or subfields of Paleontology including Micropaleontology, Palaeobotany, Palynology, Invertebrate Paleontology, Vertebrate Paleontology, Palaeoanthropology, Taphonomy, Ichnology and many others.</p>\r\n<p>Professional Assignment Help offers the excellent Paleontology Assignment Help covering a number of topics which fall under this stream. We have experts who are specialized in the respective field of study and hold immense experience in writing assignments for students who seek Paleontology Assignment Help. Our experts help you in scoring higher grades by submitting impressive assignments and also guide you thoroughly about the topics that enhance your subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Paleontology Assignment Writing Experts:</h2>\r\n<p>To help the student with the most impressive and quality assignment, we have hired the most qualified and experienced professionals in our assignment writing team. These experts are certified professionals of paleontology, hold degrees or Ph.D. in the respective field of study. With their good research skills and in-depth subject knowledge, these Paleontology experts are proficient in writing top-notch quality assignments that win higher accolades and make you stand out among the peers.</p>\r\n<p>With the help of project manager, Paleontology assignment writers, proof-readers, editors who all work together on your assignments, we have been able to deliver flawless work and achieve the highest rate of customer satisfaction.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Paleontology Assignment Help’ services</h2>\r\n<p>When you hire experts to get Paleontology Assignment Help from Professional Assignment Help, you get number of benefits including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Professional Paleontology Assignment experts write your assignments according to your requirements and parameters stated by your professors.</li>\r\n<li>You can discuss the topics in detail with our experts to get an in-depth understanding.</li>\r\n<li>You get the final work delivered which is 100% plagiarism free, unique and contains very relevant content in a well-structured format.</li>\r\n<li>You get affordable services with delivery on time and quick responses to your queries.</li>\r\n</ul>\r\n<p>It is our aim to provide the academic writing services that positively contribute towards your academic success. We always work hard to create value with the services we deliver so that you achieve the results you wish for.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 21, NULL, NULL, NULL, NULL, 6, 'Paleontology Assignment Help | Paleontology Assignment Writing Experts', 'We cover all aspects while delivering paleontology assignment help services. Our experts are experienced in their respective subject fields.', 'Paleontology Assignment Help, Paleontology Assignment Writing Experts', 'paleontology-assignment-help', '2021-09-21 01:51:34', '2021-10-11 00:44:12'),
(193, 'Arithmetic Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ARITHMETIC ASSIGNMENT HELP</h1>\r\n<p>Are you finding it difficult to manage time for writing Arithmetic Assignment out of many other academic or social life activities? Or are you worried about the quality of assignment and the impact on the score it brings? Whatever is the problem, Professional assignment help bring you all sorts of solutions and excellent arithmetic assignment help.</p>\r\n<p>Arithmetic is the branch of mathematics that covers the study of basic concepts of mathematics including counting, numeric systems along with addition, subtraction, multiplication, and division. The subject involves a lot of regular activities which are referred to as contemporary forms of mathematics. Students or scholars who have been pursuing Arithmetic are often assigned assignments during their course which consist of a major part of their grading system.</p>\r\n<p>Professional Assignment help offer a wide range of academic writing services which cover Arithmetic Assignment Help as well. We get you connected with Professional experts hired from different countries who are highly qualified and experienced in writing excellent Arithmetic Assignment Help and bring you the expected outcomes.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Arithmetic Assignment Writing Experts:</h2>\r\n<p>We have a panel of arithmetic experts including qualified professionals as project managers, assignment writers, proof-readers, editors who work on your arithmetic assignment that contains data backed by in-depth research, relevant to the topic and win higher grades in academics. We get it done for you based on your requirements, making it matchable to your expectation and on the parameters set by your professors.</p>\r\n<p>With the help of our very efficient and qualified writers, we are able to assure you with effective Arithmetic assignment help that comes at very affordable prices with the assurance of quality and best outcomes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Arithmetic Assignment Help’ services</h2>\r\n<p>Professional Assignment Help comes up with numerous benefits along with Arithmetic Assignment Help which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services from highly qualified and experienced arithmetic research scholars hired from top-most universities across the world.</li>\r\n<li>Our experts help you understand every aspect of the topic covered in the assignment that boosts your subject knowledge.</li>\r\n<li>We get the customized assignment writing services based on the university you come from, matching your and your professor’s requirements.</li>\r\n<li>You get the timely deliveries and quick responses for your queries throughout round the clock available customer support.</li>\r\n</ul>\r\n<p>The benefits you get from Professional Assignment Help certainly bring positive impacts on your academic grade. If you need the help of experts in Arithmetic Assignment and seek professional services, do contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 23, NULL, NULL, NULL, NULL, 1, 'Arithmetic Assignment Help | Arithmetic Assignment Writing Experts', 'We come with professional arithmetic assignment help services that match the requirements of your academic submissions. Contact us for further information.', 'Arithmetic Assignment Help, Arithmetic Assignment Writing Experts', 'arithmetic-assignment-help', '2021-09-21 01:57:16', '2021-10-11 23:09:52'),
(194, 'Geometry Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">GEOMETRY ASSIGNMENT HELP</h1>\r\n<p>If you are a student of mathematics and asked to prepare an assignment based on Geometry but find it challenging to write an assignment by yourself due to lack of knowledge and writing skills, then we are certainly the right platform for you to get the solutions of your queries and geometry assignment help.</p>\r\n<p>Geometry is the field of study in mathematics that deals with spatial relationships. It is the visual study of positions, shapes, sizes, patterns etc. In order to be proficient in this subject, students are required to have proper training. Now there are numerous assignment help providers who get you connected with the geometry experts to get geometry assignment help.</p>\r\n<p>Professional assignment help has come up with the solutions to relieve from working on challenging geometry assignments and many other mathematics assignment help. Here, you get the opportunity to get connected with highly qualified and experienced geometry experts and mathematics experts who draft an impressive assignment for you that scores higher marks in Geometry Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Geometry Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help get you connected with the best experts from reputed educational institutes hired from different countries such as Australia, New Zealand, UK. The team of Geometry Assignment Help consist of Project Manager, writers, proofreaders, editors, who together work on your assignment to make it suitable to your requirements and matches the parameters set by your professors.</p>\r\n<p>No matter how complex the assignment is, our experts try to provide the best solutions in the quickest possible time. We provide you step by step solutions for the assignment help you ask from us, that bring in the most positive outcome for you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Geometry Assignment Help’ services</h2>\r\n<p>You get number of benefits when you hire Geometry Assignment Help from Professional Assignment Help and these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment is written by native assignment experts who are highly qualified and well experienced mathematics experts and geometry experts.</li>\r\n<li>We provide the tailored assignment writing services that match your expectations and your professor’s requirements.</li>\r\n<li>Every assignment is prepared from scratch till the end, from topic selection to proofreading and editing, so that we deliver a flawless assignment, leaving no scope of revision.</li>\r\n<li>We provide the most affordable assignment writing services with the assurance of quality and best results.</li>\r\n</ul>\r\n<p>If you are also struggling to manage the multiple assignments within a shorter period of time, do contact Professional Assignment Help to get an array of solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 23, NULL, NULL, NULL, NULL, 2, 'Geometry Assignment Help | Geometry Assignment Writing Experts', 'Seeking experienced geometry assignment help online for geometry assignments. Get in contact with our experienced team of writing experts for quality content.', 'Geometry Assignment Help, Geometry Assignment Writing Experts', 'geometry-assignment-help', '2021-09-21 02:04:16', '2021-10-11 23:07:58'),
(195, 'Mathematics Assignment Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATHEMATICS ASSIGNMENT ONLINE HELP</h1>\r\n<p>Now, getting the mathematics assignment submitted before the deadline is possible. Scoring higher marks in Mathematics is possible. How? Professional Assignment help has come with the excellent and informative Mathematics Assignment Help through highly qualified and experienced mathematicians who get you excellent writing solutions and create impressive assignments in a really quick time.</p>\r\n<p>Mathematics has always been the most complicated and difficult subject for the majority of students across the world and students hate doing assignments on mathematics. Number of topics are covered under mathematics stream such as Algebra, trigonometry, geometry, calculus, number theories which all together make it quite complicated to understand, unless students have.</p>\r\n<p>Professional Assignment Help now brings you the opportunity to outsource the help of best mathematicians from reputed institutes to get your mathematics assignment written. Now you get the mathematics assignment help that will not only help you to submit a good quality assignment before the deadlines, but also you get a thorough understanding about the concept and boost your subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Mathematics Assignment Writing Experts:</h2>\r\n<p>We have employed a very dedicated and expert team of Mathematics academic writers who possess good subject knowledge and all the prerequisite skills set that must be a proficient assignment helper. Our team consists of Project Manager, writers, proof-readers, editors who work on your assignment together to make it delivered on time and make it a flawless work that could score higher marks for you.</p>\r\n<p>Our Mathematics Assignment Online Help online covers assignment help on various topics including Algorithms, Algebra, Trigonometry, Number theory, Calculus and many others. We work on your assignment from scratch and get it compiled in standard structures followed at the universities to make it best fit on the parameters given by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Mathematics Assignment Help’ services:</h2>\r\n<p>The benefits you get when you book Mathematics Assignment Help online are numerous and bring positive impacts on grades. Some of the core benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment help from highly qualified and experienced mathematicians’ scholars who come from very reputed universities and have immense experience in writing assignments.</li>\r\n<li>We provide customized assignment writing services based on the university you come from, so that the assignment we prepare matches the criteria set by your professor.</li>\r\n<li>Every assignment goes through a standard trajectory that ensures the quality of assignments.</li>\r\n<li>You get affordable services and timely deliveries without any compromise with the quality of content.</li>\r\n</ul>\r\n<p>Professional Assignment Help has a lot more academic writing services to offer and we aim to create value for every service you seek from us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 23, NULL, NULL, NULL, NULL, 3, 'Mathematics Assignment Online Help | Mathematics Academic Writers', 'Now scoring high grades will be possible with our mathematics assignment online help services being offered by our team of academic writers.', 'Mathematics Assignment Online Help, Mathematics Academic Writers', 'mathematics-assignment-online', '2021-09-21 02:16:47', '2021-10-11 23:06:38'),
(196, 'Trigonometry Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TRIGONOMETRY ASSIGNMENT HELP</h1>\r\n<p>Are you a Mathematics student and asked to write Trigonometry Assignment by professors? Are you worried about the quality of the assignment if you write it by yourself? Or are you worried about the scores? Problems might be numerous, but the solutions for all of them are available on one platform.</p>\r\n<p>Getting Trigonometry Assignment done is no less than a nightmare and the most challenging part of it is to submit them by the deadline. Professional Assignment Help is one of the leading assignment helpers offering a wide range of academic writing services in the courses which are being taught across the world. Trigonometry is one of the most successful assignment help services that we have been offering to students from schools to universities with higher rate of customer satisfaction and timely deliveries. We get you connected with our highly dedicated team of professional experts who write your Trigonometry assignment and help you secure higher marks delivering assignments on time without compromising with the quality.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Trigonometry Assignment Writing Experts:</h2>\r\n<p>To help the student with the most impressive and quality assignment, we have hired the most qualified and experienced trigonometry experts from top-most universities across the world. Your assignment is completed by a highly efficient team consisting of assignment writers, project manager, proof-readers, editor etc who make sure that the assignment they deliver has no scope of error and brings the best results for you.</p>\r\n<p>Each of our assignment help team are certified professionals and research scholars in Trigonometry subject who have been catering the assignment writing queries from students across the world and are able to match the requirement.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Trigonometry Assignment Help’ services</h2>\r\n<p>Outsourcing Trigonometry assignment help from Professional Assignment Help will certainly get you lot more advantages including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Services from Trigonometry experts for assignment help which is customized based on your requirements and parameters stated by your professors.</li>\r\n<li>Our experts not only write assignments for you but also guide you thoroughly about the topics to boost your knowledge about the concepts.</li>\r\n<li>You certainly get the 100% plagiarism free work, relevant to the topic and compiled in the well-structured format.</li>\r\n<li>You get the assignment delivered within the stipulated time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Professional Assignment Help believes in creating value for the money and time you invest with us for assignment help. It is our aim that every step we take towards delivering you services contribute towards your academic success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 23, NULL, NULL, NULL, NULL, 4, 'Trigonometry Assignment Help | Assignment Writing Queries', 'Get impressive and quality content for trigonometry assignments with qualified experts of trigonometry assignment help services.', 'Trigonometry Assignment Help, Assignment Writing Queries', 'trigonometry-assignment-help', '2021-09-21 02:21:18', '2021-10-11 23:05:14'),
(197, 'Child Development Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHILD DEVELOPMENT ASSIGNMENT HELP</h1>\r\n<p>Are you stressed because you don’t have much time to write an assignment? Are you seeking the help of a professional expert who can assist you with best and impressive Child Development Assignment help services? Leave your all worries related to the assignment writing or any sort of academic writing task to us. We are professional assignment help, one of the best assignment helpers helping a number of students across the world.</p>\r\n<p>Child Development Assignment Help is one of the dedicated assignments writing services offered by Professional Assignment Help. Your assignment is prepared by the most qualified and highly experienced childcare experts, child development professors and child psychologists. With our renowned and excellent child development assignment help we have become one of the leading assignment helpers for many students from schools, colleges and universities across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Child Development Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help provides you the opportunity to get connected with the experts who have been hired from various countries so that you get the assignment help from the native writers. Native writers are well aware of the qualification framework and assessment guidelines followed at the universities of their native place and this is the reason we get you the native writer assigned who writes the Child Development Assignment as expected by your professor.</p>\r\n<p>Every Childcare expert and child development assignment experts who are part of our assignment help online team have pursued their qualification from top institutes with notable grades and hold immense practical experience either working as childcare experts or child development professors or tutors. With such vast experience in Childcare, these experts are proficient enough to write top-notch quality assignments for you.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Child Development Assignment Help’ services</h2>\r\n<p>The main advantages you get when you hire the services of Child Development Assignment Help from us are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You have the opportunity to submit the impressive assignment before the deadline.</li>\r\n<li>You get the opportunity to connect with childcare experts across the world who guide you thoroughly about the topic that boost your knowledge.</li>\r\n<li>You get the customized writing services based on your requirements and as per the specifications stated by your professors.</li>\r\n<li>You get a 100% plagiarism free report along with the assignment that is compiled in well-structured format and the authentic content.</li>\r\n</ul>\r\n<p>Helping you to achieve what you aim for is our main objective. We work with the motive to help you with the assignment writing services that creates value for your money and time that you invest with us.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 24, NULL, NULL, NULL, NULL, 1, 'Child Development Assignment Help | Assignment Help Online', 'Leave all worries on child development assignment help experts and submit assignments as per guidelines mentioned by your professors on time and good grades.', 'Child Development Assignment Help, Assignment Help Online', 'child-development-assignment-help', '2021-09-23 23:57:31', '2021-10-11 23:02:54');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(198, 'Medical Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MEDICAL ASSIGNMENT HELP</h1>\r\n<p>Are you among those students who find it really challenging to write a Medical Assignment by themselves and couldn’t manage to submit them before the deadline? If yes, then you surely require Medical Assignment Help from the professional medical experts who can complete your assignment from scratch with good quality content and score higher marks in Medical Assignment.</p>\r\n<p>Medical field is one of the fields that has always been changing and new research and development keeps on coming every day. Meeting the pace with the development in the medical sector and having thorough understanding of these developments might be difficult for the students. Professional assignments help understand these challenges and help you with the most updated research and development in the field of medical sectors. Webring you the opportunity to connect with the professional medical experts who are well versed with every aspect of the medical subject and the development happening in the sector.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Medical Assignment Writing Experts:</h2>\r\n<p>To help the student with the most impressive and quality medical assignment services, we have hired the most qualified and experienced medical professionals in our assignment writing team. The team of medical assignments help consist of assignment writers, project manager, proof-readers, editor etc who all work together for your assignment and make sure that it may achieve the best results.</p>\r\n<p>Every assignment helper we have hired in our team are certified professionals practicing medical, hold degree or Ph.D. in the respective field of study. With their good research skills and in-depth subject knowledge in the medical field they have been able to provide best medical science assignment help, nursing assignment help, nursing case study help and many other academic writing services that help you score high.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Medical Assignment Help’ services</h2>\r\n<p>Hiring Medical assignment help from experts of Professional Assignment Help would certainly get you lots of benefits including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Services from Professional Medical Assignment experts who curate your assignments according to your requirements and the parameters stated by your professors.</li>\r\n<li>Our experts help you understand the topics by converting it into easier form.</li>\r\n<li>You get the assignment which is absolutely 100% plagiarism free, unique and contains relevant content in a well-structured format.</li>\r\n<li>You always get affordable services and timely delivery.</li>\r\n</ul>\r\n<p>Assignment helps online let you focus on the task that needs your attention the most. Contact professional assignment help now to book medical assignment help. Let our assignment expert draft your assignment and spend your time onto other major academic activities.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 24, NULL, NULL, NULL, NULL, 2, 'Medical Assignment Help | Medical Assignment Services', 'With a stronghold over sports science subject, our experienced sports science assignment help experts will provide you best professional help you.', 'Medical Assignment Help, Medical Assignment Services', 'medical-assignment-help', '2021-09-24 00:05:15', '2021-10-11 23:02:01'),
(199, 'Nursing Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">NURSING ASSIGNMENT HELP</h1>\r\n<p>Writing a Nursing Assignment would not be less than a nightmare for the majority of the nursing students. To help such students with best of the academic writing services and best Nursing Assignment Help, Professional Assignment help has come with the Nursing Assignment Help through plenty of highly qualified and experienced professionals across the world to provide you excellent writing solutions and solve topic related queries in real time.</p>\r\n<p>Nursing is the field of study that brings out the facts, information, experience all together to apply in the healthcare industry and in the nursing field. Students who want to acquire higher marks and assured success in this field of study must be aware of the concepts and every aspect of this field, as it is just not a Profession but a responsibility as well. Nursing does have lucrative opportunities for students but getting success in this field would certainly require some prerequisite skills set and subject knowledge as well.</p>\r\n<p>Professional Assignment Help provides you the opportunity to not only score higher marks in assignments but also help you understand the subject by converting its concepts into easier form to make it easy for students to grasp. Our experts help you acquire those necessary skills which are required to perform well in Nursing courses and in your career as well.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Nursing Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we are well equipped with nursing professionals who hold years of experience in the medical sector, in the nursing field of study along with a strong educational background. Our team consists of academic assignment writers, subject matter experts, project managers, proof-readers, editors and more who all come from reputed nursing colleges or universities and hold vast practical experience. The entire team of assignments help online work together to deliver you the assignment that is worked out from scratch to end and delivered to you after making sure that it doesn’t contain any error.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Nursing Assignment Help’ services</h2>\r\n<p>Hiring assignment writing services and nursing assignment help from Professional Assignment Help would benefit you in a lot more ways. Some of the major advantages you get includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Getting assignment writing services from experts who hold expertise that matches with your requirement the most.</li>\r\n<li>We provide you with customized academic writing solutions, getting it matched as per your requirements and based on the parameters set by your professors.</li>\r\n<li>Every assignment goes through a trajectory while the work is being done in order to make sure that your assignment does not contain any error.</li>\r\n<li>You get affordable services and timely deliveries without any compromise with the quality of content.</li>\r\n</ul>\r\n<p>We aim to create value for the services you hire from us. Every step we take towards providing you services are meant to contribute to your academic success. If you are looking for the long-term benefits and assured success, get in touch with our experts now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 24, NULL, NULL, NULL, NULL, 3, 'Nursing Assignment Help | Academic Assignment Writers', 'Now acquire good scores with nursing assignment help online services in nursing assignments with zero plagiarism and quality content written by our experts.', 'Nursing Assignment Help, Academic Assignment Writers', 'nursing-assignment-help', '2021-09-24 00:10:18', '2021-10-11 23:00:58'),
(200, 'Nursing Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">NURSING HELP</h1>\r\n<p>Are you a student of the medical sector and looking for nursing help? If yes, professional assignment help is one of the leading nursing assignment help providers for the students of college and universities across the UK ,Australia and New Zealand.</p>\r\n<p>Nursing is one of the fields in the healthcare sector that focus on the care of people so that they may lead a quality life. This field boasts numerous opportunities for students all over the world.it has been seen that many of the nursing students face difficulties especially when they are asked to write assignments based on nursing topics. Writing an assignment in itself is a challenging and complex task. It requires vast subject knowledge of the nursing concepts and good writing skills to write an assignment. Moreover, it requires an ample amount of time to write any sort of assignment. Students lacking in any of these factors such as subjective knowledge or writing skills or time might need nursing help or nursing assignment help from professional assignment writer</p>\r\n<p>Professional Assignment Help offers you the help of a nursing expert to write quality assignments that could score higher grades for you in academics. We get you connected with our best assignment experts who are highly qualified and hold years of experience in working in the nursing sector. no matter how complex the topic is our assignment expert help you with the assignment compiled with very relevant data and piece of information that make your assignment all impressive all together</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Nursing Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have boasted a team of nursing experts hired from various countries such as Australia, New Zealand, UK, who come from highly strong educational backgrounds and hold immense practical experience in the healthcare sector. Our entire team of assignment help comprises Project Manager, writers, proofreaders, editors work hard to draft the nursing assignment containing relevant and authentic content which is 100% plagiarism free and does not contain any factual error ,grammatical error or spelling error.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Nursing Help’ services</h2>\r\n<p>You get number of benefits when you hire Nursing Help from Professional Assignment Help and these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment is written by native assignment experts who are highly qualified and well experienced in the Nursing sector.</li>\r\n<li>We deliver the customized assignment writing services that match your and your professor’s requirements.</li>\r\n<li>Every assignment is prepared from scratch till end, from topic selection to proofread and editing, so that we deliver an Error Free assignment.</li>\r\n<li>We provide the most affordable assignment writing services with the assurance of quality and best results.</li>\r\n</ul>\r\n<p>If you are also struggling with submitting assignments on time, then get in touch with us now to get reliable academic writing solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 24, NULL, NULL, NULL, NULL, 4, 'Nursing Help | Best Assignment Experts', 'Professional Assignment Help will let you connected with qualified experts if looking out for nursing help for getting good grades in academics.', 'Nursing Help, Best Assignment Experts', 'nursing-help', '2021-09-24 00:19:23', '2021-10-11 22:59:19'),
(201, 'Pharmacology Course Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PHARMACOLOGY COURSE HELP</h1>\r\n<p>Pharmacology course help is one of the most demanded assignment writing services we have catered. Pharmacology is the field of biology and the study of medicine exercises in organisms. The student who pursues this course tests lots of medicines on living organisms and does research based on that. During their course time scholars will be asked to prepare assignments based on application of medicine on any organism and submit their findings. It might be very difficult for the students to prepare pharmacology assignments especially during the beginning of the course and that is why they seek the help of assignment experts to avoid losing grades.</p>\r\n<p>Professional assignments help get you connected with the best pharmacology course, help experts who assist you in writing good quality assignments and guide you through the topics that boost your subject knowledge. Under pharmacology we have covered some of the topics such as Neuropharmacology, Clinical pharmacology, Cardiovascular pharmacology, Dental Pharmacology, Psychopharmacology, Environmental pharmacology, Toxicology, Pharmacogenomics etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Pharmacology Course Writing Experts:</h2>\r\n<p>Our team of assignment help online consist of highly qualified and very experienced pharmacology practitioners and pharmacology experts as project managers, assignment writers, proof-readers, editors etc who all together work for your assignment to make it an impressive assignment that lets you win higher accolades from professors.</p>\r\n<p>All the subject matter experts who are part of professional assignment help have come from reputed educational institutes and hold long term research experience in the field of Pharmacology. With their immense experience in writing assignments and vast subject knowledge, these experts have been able to draft assignments on a wide range of Pharmacology topics.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Pharmacology Course Help’ services</h2>\r\n<p>Professional Assignment Helps you with numerous advantages through their wide range of academic writing services which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You always get the timely delivery and quick responses to your queries through our round the clock available customer support.</li>\r\n<li>You get the assignment that is compiled with the most relevant information and authentic piece of information along with the 100% plagiarism free report.</li>\r\n<li>You get reliable services at very affordable prices that don\'t burden your pocket.</li>\r\n<li>You get the services from highly qualified and experienced writers who help you score higher marks by submitting top-notch quality assignments before the deadline.</li>\r\n</ul>\r\n<p>Along with our every assignment help online, you always get the assurance of quality and best results. If you are also looking for the assignment help that gives you assurance and creates value for your money, get in touch with our experts now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 24, NULL, NULL, NULL, NULL, 5, 'Pharmacology Course Help | Pharmacology Course Writing Experts', 'Pharmacology course help services are one of the most demanded assignment writing help needed by students across the globe in different universities and colleges.', 'Pharmacology Course Help, Pharmacology Course Writing Experts', 'pharmacology-course-help', '2021-09-24 00:26:51', '2021-10-11 22:57:27'),
(202, 'Chemistry Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHEMISTRY ASSIGNMENT HELP</h1>\r\n<p>It is possible to get Chemistry Assignment Help and score higher in the assignment you submit. Professional Assignment help has come with the Chemistry Assignment Help through highly qualified and experienced professionals who get you excellent writing solutions and solve topic related queries in real time.</p>\r\n<p>Chemistry is the branch of science that studies the nature of substance or we can call it the study of the nature of structure. There are numerous chemical formulas almost for each substance on this planet, the formation of other new substances and much more. In Chemistry Assignment Help, we have covered various categories of chemistry subject under Chemistry Assignment Help include Organic Chemistry, Analytical Chemistry, Inorganic Chemistry, Biochemistry and many others.</p>\r\n<p>Professional Assignment Help provides you the opportunity to lead ahead in your academic life by submitting good quality projects before the deadline, if you don’t have time. You can now invest your time into something else that needs your attention the most, while we write your academic projects.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Chemistry Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we are well equipped with a highly experienced team of subject matter experts as project manager, chemistry assignment writers, proof-readers, editors and more. These experts hold in-depth knowledge on the various topics of chemistry and related sub fields under this subject utilizing them, they write a top-notch quality assignment in quick time.</p>\r\n<p>Every assignment helper we have hired to be a part of our team holds a relevant degree or certification in the respective field of study. Some of them are Ph.D. experts too. We work on your assignment from scratch and get it compiled in standard structures followed at the universities to make it best fit on the parameters given by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Chemistry Assignment Help’ services</h2>\r\n<p>The advantages you get when you book Chemistry Assignment Help from Professional Assignment Help includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The assignment helps from chemistry experts who hold specialization in the topic you are looking for.</li>\r\n<li>Customized solutions for your science assignment so that you get the assignment prepared based on criteria stated by your professors.</li>\r\n<li>Every assignment goes through a trajectory while the work is being done, so that it does not contain any error and is full of quality.</li>\r\n<li>You get affordable services and timely deliveries without any compromise with the quality of content.</li>\r\n</ul>\r\n<p>Our assignment services are designed in a way that benefits the student in the long run. If you are looking for the long-term benefits and value for your money, get in touch with our experts now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 22, NULL, NULL, NULL, NULL, 1, 'Chemistry Assignment Help | Chemistry Assignment Writers', 'With chemistry assignment help you can go ahead achieving  good grades with Professional Assignments Help with 24*7 instant expert help solutions.', 'Chemistry Assignment Help, Chemistry Assignment Writers', 'chemistry-assignment-help', '2021-09-24 00:32:06', '2021-10-11 00:41:15'),
(203, 'Physics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PHYSICS ASSIGNMENT HELP</h1>\r\n<p>Physics is basically considered as a study or nature as a whole. It consists of study of motions, motion of different states, forces, energies, speed and many other natural phenomena. Physics is one of those branches of science that is the foundation of many other professional courses like electronics, engineering, astronomy etc. Most of the streams which are related to math or science do consist of Physics as one of the basic courses and this is the reason many students do opt for this course.</p>\r\n<p>It is quite certain that you might be asked to submit Physics assignments anytime during your course and you must have good writing skills and subject knowledge to score well in assignments given by your professors. However, subject knowledge and writing skills are not enough to write an assignment, students must have ample amount of time to spend on writing assignments, which most of the students lack these days due to packed academic schedules and their social life responsibilities like job, families etc.</p>\r\n<p>Professional Assignment Help is one of the leading academic writing service providers, offering excellent Physics Assignment Help for students of schools, colleges and universities across UK, Australia and New Zealand. You get the Physics Assignment Help from the best Physics experts who have decades of experience working as professors, tutors, industrial practitioners and are well aware of every aspect of the subject. Our experts draft an impressive assignment for you that certainly scores high and contributes towards your success in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Physics Assignment Writing Experts:</h2>\r\n<p>Through Professional Assignment Help, we get you connected to the best experts hired from various countries such as Australia, New Zealand, UK, who come from highly strong educational backgrounds and hold immense practical experience in the physics stream. Our entire team of assignment help consisting Project Manager, writers, proofreaders, editors work hard to draft the physics assignment containing quality content and deliver flawless work that certainly gains higher scores.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Physics Assignment Help’ services</h2>\r\n<p>You get number of benefits when you hire Physics Assignment Help from Professional Assignment Help and these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment is written by native assignment experts who are highly qualified and well experienced physics experts.</li>\r\n<li>We deliver the customized assignment writing services that match your and your professor’s requirements.</li>\r\n<li>Every assignment is prepared from scratch till end, from topic selection to proofread and editing, so that we deliver a flawless assignment.</li>\r\n<li>We provide the most affordable assignment writing services with the assurance of quality and best results.</li>\r\n</ul>\r\n<p>If you are also struggling with submitting assignments on time, then get in touch with us now to get reliable academic writing solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 22, NULL, NULL, NULL, NULL, 2, 'Physics Assignment Help | Physics Assignment Writing Experts', 'Due to a busy schedule, if getting problems while writing physics research papers, then our physics assignment help solutions are here for your rescue.', 'Physics Assignment Help, Physics Assignment Writing Experts', 'physics-assignment-help', '2021-09-24 00:43:41', '2021-10-11 00:42:33'),
(204, 'Political Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">POLITICAL SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Political Science is the branch of social science the covers the various aspects of the political environment such as political issues, political policies, their changes and impacts etc. There are numerous branches within this stream including Political Theory, International Politics, Domestic Politics, Local Politics, Public Law, Comparative Politics, Political Statistics and many others.</p>\r\n<p>Students of Political Science would certainly be asked to submit assignments anytime during their course. Since assignments are the major part of the grading system and students are required to submit good quality assignments to score good marks. However, many students find it challenging to write good quality Political Science assignments due to lack of subject knowledge, lack of writing skills or lack of time.</p>\r\n<p>Professional Assignment help, offers you the solutions of all your issues pertaining to Political Science Assignment Help and gets you connected with Professional experts hired from different countries who are highly qualified and experienced in writing impressive Political Science Assignments. Our experts work based on your requirements so that you get the expected results in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Political Science Assignment Writing Experts:</h2>\r\n<p>We have a panel of political science experts consisting project managers, assignment writers, proof-readers, editors etc who all together work on your assignment to make it match your expectation and fit best on the parameters set by your professors.</p>\r\n<p>All the subject matter experts we have hired in our team come from a strong educational background, and hold long term research experience in the field of Political Science. With their immense experience in writing assignments and vast subject knowledge, our experts are able to write on a wide range of Political Science topics from basic to complex very proficiently.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Political Science Assignment Help’ services</h2>\r\n<p>Professional Assignment Help get you numerous benefits when you book Political Science Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services from highly qualified and experienced research scholars across the world.</li>\r\n<li>You don’t only get the assignment writing services, but our experts help you understand every aspect of the topic covered in the assignment that boost your subject knowledge.</li>\r\n<li>You get the affordable services with the reliability and assurance of quality and best results you look for.</li>\r\n<li>We get the customized assignment writing services based on the university you come from, matching your and your professor’s requirements.</li>\r\n</ul>\r\n<p>The benefits you get from Professional Assignment Help certainly bring positive impacts on your academic grade. If you want to score higher in Political Science assignment, and want to submit the same before the deadline, connect with Professional Assignment Help right away.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 22, NULL, NULL, NULL, NULL, 3, 'Political Science Assignment Help | Political Science Experts', 'Want to submit political assignments on time with zero plagiarism and unique content with political science assignment help services with instant help.', 'Political Science Assignment Help, Political Science Experts', 'political-science-assignment-help', '2021-09-24 00:51:33', '2021-10-11 00:33:41'),
(205, 'Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Are you among the students who find it really difficult to write a Science Assignment by themselves and unable to manage submitting it on deadline? Are you struggling to finish before the deadline or worried about the quality and scores? If yes, then you certainly need the Science Assignment Help from the professional experts who can complete your unfinished assignment or can even write it from scratch with good quality content and score higher marks in Science Assignment.</p>\r\n<p>Science is one of those critical subjects that involves lots of technicalities, concepts that do require the knowledge of its practical aspects to write any assignment based on a science topic. Professional Assignment Help offers a wide range of academic assistance and assignment help that includes Science Assignment Help as well. The students who find it challenging to write science assignments by themselves could hire the science experts from Professional Assignment Help. These experts would write an impressive Science assignment on your behalf that would be as similar as an assignment written by a scholar and would secure higher grades for you.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Science Assignment Writing Experts:</h2>\r\n<p>To help the student with the most impressive and quality assignment, we have hired the most qualified and experienced science professionals in our assignment writing team. The team of assignment help consist of assignment writers, project manager, proof-readers, editor etc who all together work on your assignment and make sure that it achieves the best results for you.</p>\r\n<p>Every assignment helper we have hired in our team are certified professionals practicing science, holding a degree or Ph.D. in the respective field of study. With their good research skills and in-depth subject knowledge, these science experts are proficient in writing top-notch quality assignments that win higher accolades and make you stand out among the peers.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Science Assignment Help’ services</h2>\r\n<p>Getting Science assignment help through experts from Professional Assignment Help gets you lots of benefits such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Services from Professional science Assignment experts to write your assignments according to your requirements and parameters stated by your professors.</li>\r\n<li>You can discuss the topics in detail with our experts to get an in-depth understanding.</li>\r\n<li>You get the final work delivered which is 100% plagiarism free, unique and contains very relevant content in a well-structured format.</li>\r\n<li>You get affordable services with delivery on time and quick responses to your queries.</li>\r\n</ul>\r\n<p>We provide you with the assignment help and the academic writing services that positively contribute towards your academic success. Even if you come up with any urgent assignment help, our experts get that done for you without compromising with the quality.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 22, NULL, NULL, NULL, NULL, 4, 'Science Assignment Help | Science Assignment Writing Experts', 'With impressive and effective science assignment help with the assistance of expert Ph.D. writers, grab the chance to achieving maximum scores.', 'Science Assignment Help, Science Assignment Writing Experts', 'science-assignment-help', '2021-09-24 00:58:10', '2021-10-11 00:34:49'),
(206, 'Sports Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SPORTS SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Facing challenges while writing assignments is quite common among students across the world. With the changes and development in the educational sector, there have been new study patterns, new ways to impart knowledge and many new reforms have been introduced. All the changes and new ways to impart knowledge at educational institutes, student life too has not remained the same as it was in earlier days. Students indulge in many academic and social life activities which are unavoidable. They hardly get any time to spend on writing assignments which is the reason they are compelled to seek assignment help online from experts.</p>\r\n<p>Sports Science Assignment Help is one of the commonly asked assignment assists. Science students who have been pursuing this course learn about the treatment of injuries or their prevention which are related to sports. There are various aspects of this course including Bio kinetics, Anatomy, Biochemistry, Psychology, Biomechanics, Physiology and many more.</p>\r\n<p>You can ask to work on assignments related to any of the topics of sports science during your course. But leave your assignment worries to Professional Assignment Help as we are the leading assignment helpers offering a wide range of academic writing services including sports science assignment help through best professional experts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Sports Science Assignment Writing Experts:</h2>\r\n<p>We have hired sports science assignment experts from different countries who have pursued their qualification from top institutes with notable grades. Besides strong educational qualifications, they hold years of practical experience having worked as professors, tutors, sports experts etc.</p>\r\n<p>Utilizing their immense subject knowledge and vast experience, these assignment writing experts write an impressive assignment for you from scratch till end, having no scope of error, compiled in a well-structured format with 100% plagiarism free data.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Sports Science Assignment Help’ services</h2>\r\n<p>The main advantages you get when you hire the services of Sports Science Assignment Experts for assignment help includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Gaining a higher score by submitting an impressive assignment that is drafted by the sports science experts who hold strong subject knowledge and immense practical experience.</li>\r\n<li>Customized assignment writing services based on your specification given by you, matching your academic level and the parameters stated by your professors.</li>\r\n<li>You get a 100% plagiarism free assignment that contains relevant information in the standard format applicable at your university.</li>\r\n<li>You get timely deliveries and quick responses to your queries always.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, our services are designed in a way that contributes towards your success in academics through every step we take to fulfil your requirement. If you are looking for assured success in sports science assignment help, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 22, NULL, NULL, NULL, NULL, 5, 'Sports Science Assignment Help | Sports Science Assignment Experts', 'You hardly get time for completing sports science assignments. Professional Assignments Help will finish it before the deadline as soon as possible.', 'Sports Science Assignment Help, Sports Science Assignment Experts', 'sports-science-assignment-help', '2021-09-24 01:04:35', '2021-10-11 00:36:06'),
(207, '4P of Marketing Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">4P OF MARKETING ASSIGNMENT HELP</h1>\r\n<p>Marketing has been one of the most opted subjects among the students as it has numerous lucrative career opportunities for students. Many companies or organizations give weightage of the academic scores while hiring and in order to be chosen by best companies across the world, students wish to perform great in academics to maintain a good academic score card. Nowadays, the grading system consists of various different components and assignments are one of those components.</p>\r\n<p>Professional Assignment Help has brought you the marketing assignment help covering a wide range of topics such as strategy marketing, 4P of Marketing Assignment Help and many more. Study of 4Ps of Marketing consist of 4 major elements which are ‘Product, Pirce, Place and promotion. Marketing starts with these 4 basic yet major elements and hence having a thorough understanding of these 4 elements further becomes important.</p>\r\n<p>Professional Assignment Help offers 4P of Marketing Assignment Help for marketing students. Here, you not only get the good quality assignment written but our assignment experts guide you thoroughly about the topics that boost your understanding.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Marketing Assignment Writing Experts:</h2>\r\n<p>Every writer we have hired are certified professionals who hold degrees in marketing management from reputed organizations. In addition to education, these experts hold vast experience in writing assignments for students and handling their queries.</p>\r\n<p>We always provide the Marketing Assignment Help that consists of the latest standard in the marketing field of study. Our Experts keep themselves updated with the changes and development so that they can write assignments that are reliable and up-to-date with the changing market environment. These experts compile your assignment with unique and relevant information gathered after performing in-detailed research and deliver the assignment that consists of top-notch quality data.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘4P of Marketing Assignment Help’ services</h2>\r\n<p>There are lots of benefits you get when you book assignment help services from us such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by your university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant data to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries and quick responses to help better and faster.</li>\r\n<li>Even if the deadlines are closer, we get the work done in a very short time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>No matter how complex your query is, we are efficient to answer your queries and provide instant solutions which are reliable and ensure best results. Each and every step taken towards finishing your assignment ensures quality that brings positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 1, '4P of Marketing Assignment Help | Marketing Assignment Writing Experts', 'Unable to get 4P’s of marketing assignment problems, then hire our experts for 4P of marketing assignment help services.  Connect us for 24*7 customer support.', '4P of Marketing Assignment Help, Marketing Assignment Writing Experts', '4p-of-marketing-assignment-help', '2021-09-24 01:18:53', '2021-10-09 06:30:07'),
(208, 'Advertising Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ADVERTISING ASSIGNMENT HELP</h1>\r\n<p>Assignments are incorporated in the curriculum to boost the learning capabilities and evaluate the subject knowledge, and other skills such as writing skills, research skills etc of the students. These assignments consist of a major part of the grading system and if you want to score well, you are required to perform well.</p>\r\n<p>Advertising might be an easy subject to grasp in the beginning of the course. Many students face lots of challenges while writing advertising assignments due to lack of topics understanding and writing skills. Due to these challenges, they might end up compromising with the scores. In order to avoid impact on their grades, students look for advertising assignment help.</p>\r\n<p>Professional Assignment Help is one of the leading assignment helpers available for students across the UK, Australia and New Zealand. Our assignment writing services are designed in a way that ensures top notch quality assignments, timely deliveries and assured grades. For advertising assignment help, we get you connected with the professional writing experts who curate your assignment with top notch quality content that will surely make you stand out among the peers and win higher scores.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Advertising Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible Advertising experts from various countries so that we could assign your task to the native assignment writers who are well aware of the education framework and assessment guidelines to assist you better. These writing experts are the Master’s degree holder and Ph.D. holder possess excellent subject knowledge and research skills into the business development stream.</p>\r\n<p>Our assignment writing experts work on your projects from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Advertising Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, your benefits and expectations are always kept on priority. Some of the core benefits you get are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We deliver the assignments which are written in well formatted structure, unique and meet all the guidelines set by your institution ensuring your success and ours too.</li>\r\n<li>We deliver the services which are more affordable and reliable, providing quality for your money.</li>\r\n<li>You get the native writer for your assignment whose expertise matches with your requirement best.</li>\r\n<li>Every assignment is backed by in-depth research, full of quality content which is 100% plagiarism free.</li>\r\n</ul>\r\n<p>Getting you the services that create value for your time and money invested in us is what we aim for. If you are looking for the quality and value together, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 2, 'Advertising Assignment Help | Native Assignment Writers', 'Being leading advertising assignment help writing services, we offer top-notch assignment solutions for various assignments and papers at a reasonable cost.', 'Advertising Assignment Help, Native Assignment Writers', 'advertising-assignment-help', '2021-09-24 01:23:29', '2021-10-09 06:28:29'),
(209, 'Aviation Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AVIATION ASSIGNMENT HELP</h1>\r\n<p>Are you looking for an expert who can write an excellent Aviation Assignment that could make you stand out among peers and win accolades from the professor? If yes, then, Professional Assignment Help is surely a right place for you to seek Aviation assignment help or any type of assignment help you need.</p>\r\n<p>Assignments are incorporated in the curriculum to boost the learning capabilities and evaluate the subject knowledge, and other skills such as writing skills, research skills etc of the students. These assignments consist of a major part of the grading system and if you want to score well, you are required to perform well. Writing an aviation assignment needs a certain level of subject knowledge, understanding of topics, technicalities and certainly good writing skills. Lack of any of these might let you compromise with the quality that can impact your grades negatively.</p>\r\n<p>Professional Assignment Help is one of the leading aviation assignment helpers, assisting students with top notch quality assignments that focus on the major aspects of the aviation industry and compile it with relevant yet prevailing information. You get connected with professional aviation experts who curate your assignment with utmost care and provide subject specific assistance that enhance your knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Aviation Assignment Writing Experts:</h2>\r\n<p>We have boasted an in-house team of highly-qualified and experienced Aviation experts who are either master’s degree holders in aviation, mathematics, engineering. Some of them are Ph.D. qualified as well. With their immense knowledge and years of experience, our experts are very proficient in solving all sorts of basic to complex queries of aviation students.</p>\r\n<p>Our aviation assignment writing experts work on your projects from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Aviation Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, when you book any assignment writing services you get numerous benefits such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Good quality assignments which are compiled in standard format and structure, contain 100% plagiarism free data, and meet all the guidelines set by your professors.</li>\r\n<li>Reliable and affordable services that fit best in your pocket and provide value for the money.</li>\r\n<li>Experts’ services who are well aware of the native educational culture, assessment guidelines, qualification framework at the institutes in your place.</li>\r\n<li>Assured timely deliveries and quick responses through our round the clock available customer support.</li>\r\n</ul>\r\n<p>Getting you the services that create value for your time and money invested in us is what we aim for. If you are looking for the quality and value together, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 3, 'Aviation Assignment Help | Aviation experts', 'Seek guidance from our experts for aviation assignment help services at an affordable rate. We offer instant aviation assignment solutions.', 'Aviation Assignment Help, Aviation experts', 'aviation-assignment-help', '2021-09-24 01:29:59', '2021-10-09 06:26:58'),
(210, 'Business Development Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS DEVELOPMENT ASSIGNMENT HELP</h1>\r\n<p>Business Development is one of the most preferred streams chosen by students as it offers a wide range of career opportunities for students. The study of business development covers the finer points regarding how to coordinate with every stakeholder including Suppliers, Distributors, Alliances and maintain the image in the market, sustaining with the Product line. It deals with the Culture, Technology, experience and attaining goals.</p>\r\n<p>Writing assignments covering the topic Business Development might be a complex and challenging task as it requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities etc. If you wish to score well and stand out among peers, then certainly you need to submit a high standard and top-notch quality assignment. Professional Assignment Help is one of the leading assignment helpers available for students across the UK, Australia and New Zealand. Our assignment writing services are designed in a way that ensures top notch quality assignments, timely deliveries and assured grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Development Assignment Writing Experts:</h2>\r\n<p>Our team consists of the most capable and eligible Business Development experts from various countries so that we could assign your task to the native assignment writers who are well aware of the education framework and assessment guidelines to assist you better. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills into the business development stream.</p>\r\n<p>Every assignment expert we have hired holds excellent skills which are prerequisite for being a proficient assignment helper. We get the work done from scratch to end and deliver the final work after ensuring that it does not contain any grammatical or spelling errors. Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Development Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, your benefits and expectations are always kept on priority and the entire team works hard to fulfil those expectations. Some of the core benefits are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our business development assignment helpers are well versed with the theoretical concepts and practical aspects of the subject and able to deliver you the services that are impressive.</li>\r\n<li>You get assigned the native writers as they are well aware of the qualification’s framework, competency and assessment guideline followed at the universities in their country.</li>\r\n<li>We work on assignments from scratch to end, initiating in-depth research to proofreading and editing and make sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>At professional assignment help, you get affordable yet reliable services. Getting you the services that create value for your time and money invested in us is what we aim for. If you are looking for the quality and value together, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 4, 'Business Development Assignment Help | Business Development Experts', 'Are writing business assignments complex and challenging tasks for you? Approach instant business development assignment help services on an urgent basis.', 'Business Development Assignment Help, Business Development Experts', 'business-development-assignment-help', '2021-09-24 01:51:57', '2021-10-09 06:26:03');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(211, 'Business Plan Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS PLAN ASSIGNMENT HELP</h1>\r\n<p>Business plans are required to run a business sustainably. It outlines the business strategies, objects, goals, scope of achievement and much more. In simple words, we can say the draft or script that executes the business concepts into reality. A business plan could be used for educational purposes, for internal use, for stakeholders to raise funds.</p>\r\n<p>Business Plan Assignment Help services is one of the unparalleled services offered by Professional Assignment Help through the professionals who hold decades of experience as business consultants, business analysts who help you curate an interesting and impressive Business Plan assignment.</p>\r\n<p>We understand the complexities and challenges associated with writing assignments and the fear of missing deadlines. Therefore, to assist the students over such challenges and making them submit assignment on time, Professional Assignment Help has come with the exceptional Business Plan assignment help through experts who not only write the assignment but guide you thoroughly about the topics that boost your knowledge</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Plan Assignment Writing Experts:</h2>\r\n<p>Our team of assignment writing experts consist of the most capable and eligible Business plan assignment writers. These assignment writers are well qualified and hold years of experience having worked as industrial practitioner, business analyst, business planner, business strategist and such similar positions. With their acute business acumen and work knowledge, they have been able to cater the writing needs of students when they look for business plan assignment help.</p>\r\n<p>Our experts get the work done from the very scratch till the end, drafting an impressive assignment that is absolutely unique, flawless and would make you stand out among the peers. You get high-quality assignments written that match your academic level and the parameters set by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Plan Assignment Help’ services:</h2>\r\n<p>At Professional Assignment Help, you get the benefits that bring out the most positive outcomes for your academic life. Some of these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our business plan experts are well versed with the theoretical concepts and practical aspects of the subject and able to deliver you the services that are impressive.</li>\r\n<li>You get the services through native writers who are well aware of the qualification’s framework, competency level and assessment guidelines followed at the universities.</li>\r\n<li>Every assignment we deliver is prepared from scratch to end, initiating in-depth research to proofreading and re-editing to make the assignment flawless.</li>\r\n</ul>\r\n<p>We always aim to provide the services that create value for your time and money. If you want the most positive outcomes in business plan assignment help, then contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 5, 'Business Plan Assignment Help | Business Plan Assignment Writers', 'Get business plan assignment help from our business experts and consultants having great experience and skills in field of business plan and development.', 'Business Plan Assignment Help, Business Plan Assignment Writers', 'business-plan-assignment-help', '2021-09-24 02:00:02', '2021-10-09 06:25:12'),
(212, 'Business Studies Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BUSINESS STUDIES ASSIGNMENT HELP</h1>\r\n<p>Writing a business studies assignment has never been an easy task for the majority of students. Business studies is the field of study that covers the various aspects of business such as planning, organizing, staffing, forming of strategies and much more. Students might find it challenging if they are asked to write assignments covering any such business studies topics that require the awareness of the practical aspects, real-life examples etc. In order to get help on writing such Business studies assignments, students look for business studies help.</p>\r\n<p>Professional assignment help is the proficient business assignment help provider along with the assurance of quality assignments, assured results and timely deliveries. We have been helping students from schools or colleges across the UK, Australia and New Zealand with a wide range of academic writing services that help them to deliver projects on time and score higher marks in every academic task they are assigned. Our business studies experts curate an impressive business studies assignment for you that matches your academic level and contains top-notch quality content.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Business Studies Assignment Help experts:</h2>\r\n<p>At Professional Assignment Help, you get the Business Studies Assignment assistance from most qualified and experienced MBA experts who hold expertise in business studies and are well aware of the practical aspects of it. Every MBA expert we have hired are either Master’s degree holder and Ph.D. holder from reputed institutes with notable grades. These experts work on your assignment from scratch till proofread and edit.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Business Studies Assignment Help’ services:</h2>\r\n<p>Hiring experts from Professional Assignment Help to get Business Studies Assignment help will benefit you in lot more ways such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignments written that are similar to the assignments written by any scholar.</li>\r\n<li>You the most updated information compiled in your business studies assignment which is relevant and 100% plagiarism free.</li>\r\n<li>You get the help on native writers on your assignments as they are well aware of the qualification framework, assessment policies followed at the university you come from.</li>\r\n<li>Each assignment we work on goes through multiple quality checks to ensure delivering a flawless assignment.</li>\r\n<li>You get the assignment writing services at very affordable prices with the assurance of quality and higher scores.</li>\r\n</ul>\r\n<p>We understand the importance of quality assignment as it impacts your overall grades. We always aim to provide the services with the motive to contribute positively towards your academic success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 6, 'Business Studies Assignment Help | Business Studies Experts', 'Get professionals\' business studies assignment help by expert writers to assure higher grades with 100% plagiarism-free and quality assignment papers.', 'Business Studies Assignment Help, Business Studies Experts', 'business-studies-assignment-help', '2021-09-24 02:04:38', '2021-10-11 00:49:43'),
(213, 'Change Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHANGE MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Are you a student pursuing a course in Change Management and stressed due to the assignments given by professors? Whether you are struggling to maintain the quality of assignment or facing the time issue, we are here to help with all what you require to succeed in academics. Professional Assignment Help is the one step solution of your all-academic writing needs from writing assignments to solving papers. We are one of the renowned assignments providers helping students with excellent writing solutions which make them get success in academics by scoring higher.</p>\r\n<p>Change management is a field of management that refers to the systematic way in dealing a particular persona or an organization. Its three different facets consist of Change Adaption, Administrating Change and Influencing Change. In an organization, change management can be referred to as the expanding of technologies and the environment changes. In Short, we can say that the process that is adopted to bring the changes in the existing environment to attain some desired results is change management.</p>\r\n<p>If you find it difficult to work on change management assignment due to lack of subject knowledge, lack of expertise and lack of time, then Professional Assignment Help have the solutions for you. We offer Change Management assignment help to the students across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts for Change Management Assignment Help:</h2>\r\n<p>Our team consists of the most capable and eligible management experts who help in writing good quality assignments that match the expectations of your professors. These writing experts are Master’s degree holders and Ph.D. holders who hold excellent subject knowledge and research skills. Efficiency lies in excellence and hence we provide the opportunity to our change management assignment helpers to brush up their skills and keep their knowledge up to date through the training sessions.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Change Management Assignment Help’ services:</h2>\r\n<p>There are lots of benefits you get when you hire Change Management Assignment Help services, some of these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts are well versed with the theoretic concepts and practical aspects of management courses which makes them quite efficient in providing quality services.</li>\r\n<li>Native writers are well aware of the qualification’s framework, competency and assessment guideline at the universities in their country and hence we get you connected with native writers for assignment help.</li>\r\n<li>The assignment experts work on assignments from scratch to end and make sure the assignment delivered does not contain any error.</li>\r\n</ul>\r\n<p>We are the most reliable assignment writing service helping you grow constantly and saving your time that could be invested on tasks that require your attention most. Contact us now to discuss your queries with our experts.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 7, 'Change Management Assignment Help | Assignment Writing Service', 'With 24*7 customer assistance, Professional Assignments Help provides the best change management assignment help to students across the globe.', 'Change Management Assignment Help, Assignment Writing Service', 'change-management-assignment-help', '2021-09-24 02:08:50', '2021-10-11 00:52:06'),
(214, 'CIPD Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CIPD ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment help is one of the leading assignment helpers, providing you the opportunity to get the help from the best CIPD WRITERS.CIPD is The Chartered Institute of Personnel development Qualification is the institute of professional qualification and the training specialist in human resource who work with various post in Charity and private sectors. CIPD offers three types of qualifications including the Foundation Level, Intermediate Level and the advanced level qualification.</p>\r\n<p>There are certain significances of CIPD such as:</p>\r\n<ol class=\"listing\">\r\n<li>Improve the competency level in HR stream</li>\r\n<li>Improved personnel and knowledge skills through CIPD Training</li>\r\n<li>Bring in more effectiveness and productivity in your work</li>\r\n<li>Bring you more sustainability in your HR Career</li>\r\n</ol>\r\n<p>Students of CIPD are asked to prepare assignments related to HR topics which might be challenging to finish and submit before the deadline. Professional Assignment Help enable you to overcome these challenges and submit an impressive assignment before the deadline. You get the assistance from CIPD experts who curate an impressive assignment that leads you to score higher grades in the project.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified CIPD Assignment Writing Experts:</h2>\r\n<p>Our experts provide you the support and help you with the understanding of untouched topics of the subject that benefits you in the long run. Our CIPD Assignment writers help you with the in-depth knowledge of the CIPD subject that boost your understanding and subject knowledge. We help you brush up your skills that benefit you in future like working on complex assignments, projects, term papers pertaining to the CIPD subjects.</p>\r\n<p>Our team of experts consist of best writers, veteran professors, subject matter experts, industrial practitioners, who all work hard constantly with the aim to deliver only the best services with the assurance of quality and positive results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘CIPD Assignment Help’ services:</h2>\r\n<p>The following are the advantages you get when you book CIPD assignment help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assistance of excellent CIPD assignment writers who hold the expertise that matches with your requirements.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>You get the customized solutions and assignment writing services that match with your academic level and fit best on the criteria set by your professors.</li>\r\n</ul>\r\n<p>If you are finding it difficult to write a CIPD Assignment and looking for professional assistance to get CIPD Assignment Help, you are at the right platform. Contact us now for professional assignment assistance.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 8, 'CIPD Assignment Help | CIPD Assignment Writers', 'Need CIPD assignment help assistance at a reasonable cost assuring good grades. Come and grab the offers for different CIPD levels related assignments.', 'CIPD Assignment Help, CIPD Assignment Writers', 'cipd-assignment-help', '2021-09-24 02:19:03', '2021-10-11 00:52:59'),
(215, 'Conflict Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CONFLICT MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Conflict management is the field of study in management that aims to enhance group outcomes and increase the productivity and effectiveness of the workforce. It mainly deals with managing or preventing the negative facets of conflict within an organization.</p>\r\n<p>Many universities ask their students to write assignments and projects to boost their learning capabilities and management skills. These assignments consist of a major part of the grading system and if you want to score well, you are required to perform well. However, there are certain challenges and complexities associated in writing such assignments such as lack of writing skills and subject knowledge due to which many students look for Conflict Management Assignment.</p>\r\n<p>If you are a student of management looking for conflict management assignment help, then Professional Assignment Help is surely the right platform for you. We offer numerous academic writing services to students with the assurance of higher grades and quality through highly qualified and experienced professionals who make sure that the work we deliver is unique and compiled in a well-written format.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts for Conflict Management Assignment Help:</h2>\r\n<p>Every management assignment writer we have hired holds a master’s degree. These experts are Ph.D. holders which make them highly capable in delivering assignments backed by in-depth research. In addition to qualification, these writers hold years of assignment writing experience and handling the academic queries from students across the UK, Australia and New Zealand.</p>\r\n<p>In our assignment writing team, we have hired the most competent writers who work hard to achieve excellence in work and achieve more customer satisfaction. Our writers understand your requirement and specification that must be considered while writing the assignments and get the work done accordingly,</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Conflict Management Assignment Help’ services:</h2>\r\n<p>While you hire us for Conflict Management assignment help, you get the benefits as listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Every assignment we work on goes through a systematic route that ensures the quality of assignments and makes sure that we deliver flawless work which is 100% unique matching your requirement.</li>\r\n<li>We get the work done from scratch to end, from selecting topics, doing research to proofread and editing assignments before delivering the final work.</li>\r\n<li>We promise you to offer reliable work at very affordable rates that match your budget.</li>\r\n<li>Timely deliveries and quick responses to your queries is what we aim for. You can connect with 24/7 through live chat, calls or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, going beyond your expectation is what we aim for. We left no stone unturned in curating an assignment that consists of quality content, uniqueness and scores the high grades.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 9, 'Conflict Management Assignment Help | Management Assignment Writer', 'Are you wanted to score good grades through conflict management assignment help solutions? Then, you approach the right place for the best writing services.', 'Conflict Management Assignment Help, Management Assignment Writer', 'conflict-management-assignment-help', '2021-09-24 02:24:35', '2021-10-11 00:54:23'),
(216, 'Construction Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CONSTRUCTION MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Construction management is an important subject in the field of civil engineering. The study of project management comprises overseeing planning and the construction of any particular project. Students while they are pursuing the course of civil engineering are asked to work on assignments to boost their learning capabilities and project skills.</p>\r\n<p>For students, it might be challenging to work on detailed assignments based on construction management due to the subject technicalities and lack of time. To get the help on assignment or construction management assignment help, students look for professional experts who can write their Construction Management Assignment that could score higher marks for them. Professional Assignment Help offers the opportunity to connect with Construction Management Experts who are highly qualified and experienced in the field of civil engineering. Our experts curate an impressive assignment for you using materials and effective project management techniques.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Construction Management Assignment Writing Experts:</h2>\r\n<p>We boast a team of highly qualified and experienced engineers to get construction management assignment assistance. These experts are the master’s degree holder and the Ph.D. holder who hold good research skills, writing skills and immense subject knowledge that is utilized to create a high-quality assignment.</p>\r\n<p>Every assignment these experts write follows a trajectory that ensures the quality and flawless work, making it best fit on the parameters set by your professors and matching your academic level. We keep our experts up-to-date with the changes or development in the field of study so that you get the help that matches the prevailing standard and relevant information.</p>\r\n<h2 class=\"sub-heading\">Core features of our Construction Management Assignment Help’ services:</h2>\r\n<p>Construction Management Assignment Help comes with numerous benefits and advantages that includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment which is very similar to the assignment written by any scholar. It consists of most updated information about the topic with proper referencing.</li>\r\n<li>The services from native writers who expertise matches with your requirement the most. Native writers are well aware of the qualification framework, assessment guideline followed at the university you come from.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>You get real-time answers to your queries through our round the clock available customer support.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, the assignments we work on are unique, well-researched, impactful that could help you in not just getting good results but help you build an impactful goodwill in your institute.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 10, 'Construction Management Assignment Help | Management Assignment Assistance', 'Here we have a team of experienced construction engineers for construction management assignment help assistance. We provide you with top assignment writing on time.', 'Construction Management Assignment Help, Management Assignment Assistance', 'construction-management-assignment-help', '2021-09-24 02:28:33', '2021-10-11 00:55:58'),
(217, 'Corporate Strategy Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CORPORATE STRATEGY ASSIGNMENT HELP</h1>\r\n<p>It is very common among students to get stressed when they are asked to write assignments and the deadlines are closer. Corporate strategy is the field of study applied by multi-national organisations to attain success in business environments and stay ahead with competitors. It consists of a process of planning, strategizing, executing and analysing to attain the desired outcomes. Students might find it challenging to work on Corporate Strategy Assignment if they are not well aware of the concepts within this subject. In addition to lack of subject knowledge, if a student doesn’t have enough time to write a good assignment and lack writing skills, they might end up compromising with the grades.</p>\r\n<p>Professional Assignment Help has brought you the services through management experts that does not let you compromise with grades anymore. To help students overcome the stress due to management assignments and make them able to submit assignments on time, Professional Assignment Help is offering help from Corporate Strategy Assignment Help that not only gets your assured higher results but also boost your subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Corporate Strategy Assignment Writing Experts:</h2>\r\n<p>Our management assignment experts team consist of well qualified and highly experienced writers who have completed education in the respective field of study from reputed organizations. These experts are highly efficient in answering your queries regarding management assignment help utilizing their vast subject knowledge and practical experience.</p>\r\n<p>These subject matter experts not only help in writing assignments but also help you to understand the concepts thoroughly that boost your subject knowledge and benefits in the long run. Every assignment is worked out from scratch to end and delivers the final work after ensuring that it does not contain any grammatical or spelling errors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Corporate Strategy Assignment Help’ services</h2>\r\n<p>There are numerous benefits you get when you book Corporate Strategy Assignment Help through Professional Assignment Help and these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant and authentic data that can be interpreted to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries without compromising quality and get quick responses to your queries.</li>\r\n<li>Our experts deliver the assignments which are high in quality and ensure higher remarks and notable grades.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and bring you the desired results. We left no stone unturned to bring the most positive outcomes that help you succeed in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 11, 'Corporate Strategy Assignment Help | Management Assignment Experts', 'Our team is offering professional corporate strategy assignment help services. You don’t need to compromise the assignment quality and higher grades in academics.', 'Corporate Strategy Assignment Help, Management Assignment Experts', 'corporate-strategy-assignment-help', '2021-09-24 03:14:07', '2021-10-11 01:39:26'),
(218, 'Event Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">EVENT MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Are you struggling in finishing your Event Management Assignments and the deadline is coming closer? Are you worried about the quality of assignments you have written? Are you afraid of losing grades due to low quality assignments? No matter what the problem is, Professional Assignment Help has the answer to your every query and is able to get you instant reliable solutions.</p>\r\n<p>Writing an assignment always comes with lots of challenges and complexities that arise due to the lack of subject knowledge, lack of expertise in writing assignments, lack of time and many other issues due to which students find it hard to finish off their assignment on time and are afraid about the quality. To get the help in writing event management assignments, students seek the help of professionals to get event management assignment help so that they don’t have to compromise with the grades.</p>\r\n<p>Study of Event management as a subject consists of planning, execution and implementation of plan pertaining to the commencement of any event irrespective of its nature. Professional Assignment Help covers all the aspects of the subject while guiding you through the topics and having you understand the topic thoroughly. The topics or other streams that we have covered under event management assignment help also includes destination event management, covering financial planning for an event management and tourism-based events as well.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Event Management Assignment Experts:</h2>\r\n<p>Our in-house team of assignment writers consists of the most proficient assignment helpers who come from various fields of study and are able to handle your queries very efficiently. Our experts are master’s degree holders and some of them are Ph.D. holders as well. Besides education from top institutes, these event experts hold decades of experience having worked as event management professionals and assignment writing which gave them immense practical knowledge to help the students efficiently.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Event Management Assignment Help’ services:</h2>\r\n<p>The below are the benefits you get when you book Event Management Assignment help from us:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Every academic project we work on goes through a systematic route that ensures quality and flawless work which is 100% unique matching your requirement and meets the parameters set by your professors.</li>\r\n<li>Event planning assignments are backed by top research content which is flawless, relevant to the topic and 100% plagiarism free.</li>\r\n<li>We assure that the prices of our services come within your budget and the assurance of quality and most positive results.</li>\r\n<li>Timely deliveries and quick responses to your queries is what we aim for. You can connect with 24/7 through live chat, calls or emails.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you get the benefits that create the most positive outcomes for your academic life. To discuss more about the assignment services, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 12, 'Event Management Assignment Help | Event Management Professionals', 'Are you finding difficulty in writing event management assignments? And need assignment help services for writing top-quality content at the earliest.', 'Event Management Assignment Help, Event Management Professionals', 'event-management-assignment-help', '2021-09-24 03:18:08', '2021-10-11 01:41:53'),
(219, 'Kalpan Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">KAPLAN ASSIGNMENT HELP</h1>\r\n<p>Kaplan is one of the prestigious and premier institutes to impart the knowledge in the way that prepares the students for the advanced life skills by sharing knowledge using advanced learning systems. Students across the world come to pursue courses such as graduate courses, undergraduate courses and professional courses. During their course duration, students are asked to take active participation in various tasks and one of crucial among them are assignments that consist of a major part of the grading system.</p>\r\n<p>Professional Assignment Help offers wide ranges of academic writing services including essays, dissertation, projects, thesis etc through the experts who hold expertise in various fields of study. Through us you receive academic assistance at a very affordable process with the assurance of quality and timely delivery. Now, get the reliable yet affordable Kaplan assignment help online and get the assured best results to succeed in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Kaplan Assignment Writing Experts:</h2>\r\n<p>We have been associated with highly quality and experienced Kaplan assignment writing experts. Our team consists of experts from various fields of studies who hold degrees from reputed organizations and do hold years of assignment writing experience. In addition to that, we have native writers in our team who are well aware of the qualification framework and assessment guidelines at the universities in their country and are able to deliver subject-specific Kaplan assignment help and academic writing services in various courses to the students from countries like USA, UK, New Zealand and Canada.</p>\r\n<p>With the experts of Professional Assignment Help, you don’t only get the writing services to score high but also get the assistance of subject or topic issues you face so that your subjective knowledge could be enhanced.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Kaplan Assignment Help’ services</h2>\r\n<p>There is a wide array of benefits of getting Kaplan Assignment Help from experts of Professional Assignment Help and some of these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The entire team of Professional Assignment helps the entire team work very hard to get the assignment completed through a systemic way that minimizes error and maximizes the quality.</li>\r\n<li>Every assignment is backed by the absolutely unique and 100%plagiarism free researched data which is relevant to the topic.</li>\r\n<li>You always have the services delivered on time. You can reach us anytime through our 24/7 available customer support.</li>\r\n</ul>\r\n<p>Ensuring your success through the services we offer is what we aim for and work constantly to achieve that. If you are the students of Kaplan university and looking for Kaplan assignment help online and the assured success, then you have certainly reached the right platform to get the assignment assistance. Contact us now to get in touch with our Kaplan assignment experts.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 13, 'KAPLAN Assignment Help | KAPLAN Assignment Experts', 'For succeeding good grades in academics, now go for our Kalpan assignment help writing services. Our team members will ensure assistance with subjective knowledge.', 'KAPLAN Assignment Help, KAPLAN Assignment Experts', 'kalpan-assignment-help', '2021-09-24 03:22:49', '2021-10-11 01:43:54'),
(220, 'Marketing Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MARKETING ASSIGNMENT HELP</h1>\r\n<p>Are you struggling in completing your marketing assignment and worried about losing score due to the quality? Professional Assignment Help bring the quality in your every assignment you want us to write. From writing essays, dissertation, projects, assignments or whether you need help with term papers, we have all academic solutions over one single platform.</p>\r\n<p>Writing assignments is a complex and challenging task as it requires a certain level of expertise in writing academic assignments such as good research skills, vast subject knowledge, critical and analytical thinking abilities etc. It has been seen that students studying Marketing find it hard to write on assignments by themselves. The major reason for it is the complication of theoretical concepts and elements it consists of which are hard to understand. Even though these challenges, if you wish to submit an impressive Marketing assignment, you may seek the help of assignment writing expert to write your assignment.</p>\r\n<p>Professional Assignment Help is offering Marketing Assignment Help through highly experienced marketing experts who work hard on your assignment to bring out the expected outcomes irrespective of the complexity of the topic. Solutions offered by these experts do not only help in scoring high but boost your subject knowledge that helps in the long run.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Marketing Assignment Writing Experts:</h2>\r\n<p>Our writing team consists of highly qualified marketing experts who hold immense subject knowledge and expertise in the field of marketing. With their unparalleled experience and qualification, our experts are able to write impressive marketing assignments that match your academic level, meet the parameters set by your professors and match your expectations.</p>\r\n<p>Each of the assignment writing experts we have hired hold a degree in marketing and also hold a doctorate degree which makes them so efficient in writing assignments backed by thorough research. In addition to the qualification, each writer holds years of experience as professor, industrial practitioners and as an assignment writing expert handling queries from students across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Marketing Assignment Help’ services:</h2>\r\n<p>You get a lot of benefits while getting connected with Professional Assignment Help for assignment assistance. Some of the core benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you the marketing Assignment Help through certified tutors, subject specific experts who assure delivering high quality work which hardly needs any modifications.</li>\r\n<li>Every assignment goes through multiple quality checks to ensure that it meets all the criteria and compiles with 100% plagiarism free content which is unique and relevant to the topic given.</li>\r\n<li>We do timely deliveries and are available to answer your queries in real time.</li>\r\n</ul>\r\n<p>Choosing our assignment services help you not only in scoring higher but also in boosting your subject knowledge. With the aim of high-quality service delivery, we provide the most reliable and affordable services that create value for your money.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 14, 'Marketing Assignment Help | Qualified Marketing Experts', 'With our marketing assignment help services, bring quality to your assignments with our Ph.D. expert writers. We have one academic platform for all.', 'Marketing Assignment Help, Qualified Marketing Experts', 'marketing-assignment-help', '2021-09-24 03:34:28', '2021-10-11 01:45:23'),
(221, 'Marketing Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MARKETING MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Management is the vast subject consisting of applied theories, principles, concepts which might be challenging for students to understand. Therefore, when they are asked to prepare assignments on Marketing Management, it becomes quite stressful for them to write quality assignments due to certain factors such as lack of subject knowledge, writing skills and lack of time as well. Therefore, most of the management students seek Marketing Management Assignment Help to avoid compromising with the quality and gain good scores in marketing management assignments.</p>\r\n<p>Professional Assignment Help is one of the leading assignments writing help available for students of schools, colleges and universities across UK, Australia and New Zealand. We help the marketing management students with the writing solutions with the quality assignment services within the stipulated time frame and help them secure higher grades in academics. Our entire team works hard to provide you with affordable yet reliable writing assistance in any subject you ask for.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Marketing Management Assignment Writing Experts:</h2>\r\n<p>We have hired the most competent professionals who hold a thorough understanding of various courses of marketing management. Our assignment writing experts are highly qualified and hold expertise in marketing management subjects that help them to help students in writing good quality assignments that match their expectations and fit best of the parameters set by professors.</p>\r\n<p>In order to match the always changing educational standards, we organize timely training sessions to keep our writers updated with the changing norms of educational institutes, brush-up their skills and boost their subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our Marketing Management Assignment Help’ services:</h2>\r\n<p>Major benefits you get when you hire assignment assistance on marketing management from Professional Assignment Help online are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You assign your task to the most capable management expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we make sure that the work we deliver you is unique, well-researched, impactful that could help you in not just getting good results in your academics but also an impactful goodwill in your institute.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 15, 'Marketing Management Assignment Help | Assignment Writing Experts', 'Getting good grades in marketing management assignments will now be so challenging task as we help you with this. We give assistance for helping students.', 'Marketing Management Assignment Help, Assignment Writing Experts', 'marketing-management-assignment-help', '2021-09-24 03:41:32', '2021-10-11 01:46:45'),
(222, 'MBA Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MBA ASSIGNMENT HELP</h1>\r\n<p>Looking for assignment experts to get MBA Assignment Help? Professional Assignment Help connect you with the experts who deliver the highest standard of professional assignment writing services that scores higher grades in any of your MBA assignments.</p>\r\n<p>There has been development in the field of education over the time due to which the academic or social life of any student has not been the same as earlier. Daily routine of students is entirely packed with classroom sessions, curricular and extracurricular activities which makes it difficult for them to get time when they are asked to write assignments. Moreover, writing an assignment in itself is a challenging task as it needs ample time and subject knowledge from students to work on MBA Assignment. Therefore, the majority of students look for MBA help from experts who can write assignments that could score high and meet all expectations of professors.</p>\r\n<p>Professional assignment help is one of the leading MBA Assignment helpers across UK, Australia and New Zealand who are pursuing management studies and need assignment help in affiliated subjects and MBA topics. You get the help of MBA experts to score higher grades and success in academics through impressive MBA assignments they curate.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified MBA Assignment Help experts:</h2>\r\n<p>We boast a team of experts who are the most capable and eligible management experts from various countries such as the UK, Australia and New Zealand to assist the students in drafting their management assignments. The idea behind hiring MBA experts from various countries is to provide you with assignment assistance from native writers as they are well aware of the qualification framework and assessment guidelines followed at the universities or colleges of your country.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MBA Assignment Help’ services:</h2>\r\n<p>You get the number of benefits when you hire Professional Assignment Help for MBA Assignment help and these benefits include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services that benefit in the long run as our experts guide you thoroughly about the subject that boost your subject knowledge and enhance learning capabilities.</li>\r\n<li>Every assignment we write goes through multiple quality checks to make sure that the assignment delivered has no scope of errors.</li>\r\n<li>Our assignment services come with affordable packages along with reliability in services.</li>\r\n</ul>\r\n<p>Every step we take towards servicing you, we ensure that we contribute positively towards your success in academics. If you are looking for MBA Assignment Help or academic assistance on any project, contact us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 16, 'MBA Assignment Help | MBA Assignment Helpers', 'Through our higher standards in MBA assignment help, beat the deadlines by doing submissions on time with Professional Assignments Help.', 'MBA Assignment Help, MBA Assignment Helpers', 'mba-assignment-help', '2021-09-24 03:47:46', '2021-10-11 01:48:55'),
(223, 'MBA Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MBA HELP</h1>\r\n<p>Looking for assignment experts to get MBA Help? Professional Assignment Help connect you with the experts who deliver the highest standard of professional assignment writing services that scores higher grades in MBA assignments.</p>\r\n<p>With the changes in educational culture by the time, the life of the student has not been the same as earlier. Students these days are assigned many tasks and their daily routines are entirely packed with classroom sessions, curricular and extracurricular activities. Due to such a busy schedule, they find it really hard to spend time on writing assignments which consist of a major part of the grade system. Due to lack of time and lack of expertise in writing MBA assignments, they look for MBA help from experts who can write assignments that could score high and meet all expectations of professors.</p>\r\n<p>Professional assignment help has been the preferred assignment help online services providing academic writing service to students from schools, colleges and universities across UK, Australia and New Zealand who are pursuing management studies and need assignment help in affiliated subjects. We help you get higher grades and success in academics through writing impressive assignments, projects, research papers, essays and any form of academic writing help required in management topics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified assignment writers for MBA Help:</h2>\r\n<p>Our team consists of the most capable and eligible management experts from various countries to assist the students in drafting their management assignments. We assign you the native writers as they are well aware of the qualification framework and assessment guidelines followed at the universities or colleges in their native country.</p>\r\n<p>It is the prerequisite for every management expert to have in-depth knowledge of theories, concepts of the subject they are qualified in and therefore we have hired experts who hold Master’s degree holders and Ph.D. holders from reputed institutes with notable grades. In addition to the qualification, our accounting tutors hold decades of experience in working as professors, tutors, and in writing assignments for students.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘MBA Help’ services:</h2>\r\n<p>If you hire Professional Assignment Help to get MBA Assignment help, then you get various benefits as listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services that benefit in the long run as our experts guide you thoroughly about the subject that boost the subjective understanding.</li>\r\n<li>Every assignment we write goes through multiple quality checks to make sure that the assignment delivered has no scope of errors.</li>\r\n<li>Our assignment services come with affordable packages along with reliability in services.</li>\r\n</ul>\r\n<p>Every step we take towards assisting you is to ensure that we contribute towards your success in academics. It is our aim to deliver only the best for any sort of academic help you need.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 17, 'MBA Help Services | Assignment Help Online', 'Now prefer our MBA help online services for meeting the tutor’s expectations in getting higher grades. Our writers are capable of writing assignments on time.', 'MBA Help Services, Assignment Help Online', 'mba-help', '2021-09-24 03:56:22', '2021-10-11 01:50:26');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(224, 'Operation Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">OPERATION MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Management is one of the most appealing courses and many students opt for it due to the wide range of career opportunities it has to offer. While management is a creative subject, operation management is the field of management that has made it possible to manage the area of management. It is the field of study that aims to make the person capable of looking after the operations within an organization.</p>\r\n<p>Many educational institutes ask their management students to work on assignments which aim to enhance the subject knowledge, practical skills, to boost learning capabilities. These all assignments and projects consist of a major part of the grading system and if you wish to score high you must perform well.</p>\r\n<p>However, there are certain challenges and complexities associated with writing management assignments such as lack of subject understanding and expertise in writing. We understand no student would like to compromise with the grades and therefore we have brought you the best academic writing solutions and operation management assignment help through professional and qualified assignment writing experts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts:</h2>\r\n<p>What makes us more efficient and effective is our team which includes best writers, veteran professors, subject matter experts, industrial practitioners, who all work with the motive to offer best services to students with assured good results.</p>\r\n<p>We have hired the most qualified and experienced professional management assignment writing experts in our team. These experts have been working in this industry for the last many years which made them highly capable in serving students better and very efficiently.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Operation Management Assignment Help’ services:</h2>\r\n<p>The advantages you get when you hire assignment assistance and Operation Management Assignment Help from us are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to the most capable management expert who holds immense subject knowledge and practical experience that matches with your requirement.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we work hard to provide you with excellent assignment assistance that helps you stand out among the crowd and lead you ahead in your academic life. If you are looking for best assignment help that assures the affordability, quality and good result together, we are the right team for you to get help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 18, 'Operation Management Assignment Help | Assignment Help Services', 'Getting complexities while writing operation management assignments and looking for professionals in this field for your help. You are at the right place.', 'Operation Management Assignment Help , Assignment Help Services', 'operation-management-assignment-help', '2021-09-24 04:00:59', '2021-10-11 01:52:29'),
(225, 'Poster Making Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">POSTER MAKING ASSIGNMENT HELP</h1>\r\n<p>Academic life of any student is filled with so much academic work, extra-curricular activities, social life activities due to which they hardly get any time to work on assignments and many other academic projects. Students during their course duration might be asked to prepare posters based on any topics in any subject. Poster Making might not be very challenging but it certainly requires some level of expertise, creativity to work on posters. Besides, students find themselves unable to work on such posters due to lack of time as well and therefore they seek Poster Making Assignment Help.</p>\r\n<p>Professional Assignment Help is one of the leading assignment helpers, offering wide range academic writing services such as essays, dissertation, assignments, term papers, coursework and much more. When you book the poster making assignment help from us, we get you connected with the professional experts who hold expertise in preparing posters and hold the skills matching with your requirements.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Poster Making Experts:</h2>\r\n<p>We have hired the most competent assignment helpers in our assignment writing team who come from various fields of study and are able to handle your queries very efficiently. Our experts are master’s degree holders, Ph.D. holders and hold years of assignment writing experience and handling the academic queries from students across UK, Australia and New Zealand.</p>\r\n<p>Our poster making experts deliver you the poster based on the topic you asked for, compiled with high creativity, top-notch quality content that will surely be unique and differentiate you from your peers.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Poster Making Assignment Help’ services:</h2>\r\n<p>When you hire experts from Professional Assignment Help for Poster Making assignment help, you get the benefits as listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Every academic project we work on goes through a systematic route that ensures quality and flawless work which is 100% unique matching your requirement and meets the parameters set by your professors.</li>\r\n<li>Poster are supposed to be creative yet compiled with unique yet relevant information and our poster making assignment experts deliver the poster that stands out among the peers.</li>\r\n<li>We promise you to offer reliable work at very affordable rates that match your budget.</li>\r\n<li>Timely deliveries and quick responses to your queries is what we aim for. You can connect with 24/7 through live chat, calls or emails.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, going beyond your expectation is what we aim for. We left no stone unturned in curating an assignment that consists of quality content, uniqueness and scores the higher grades, contributing towards your academic success positively.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 19, 'Poster Making Assignment Help | Poster Making Experts', 'Are you frustrated while writing poster-making assignments? You need proper class assistance while poster-making assignment help. Come to us.', 'Poster Making Assignment Help, Poster Making Experts', 'poster-making-assignment-help', '2021-09-24 04:05:38', '2021-10-11 01:53:48'),
(226, 'PowerPoint Presentation Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">POWERPOINT PRESENTATION ASSIGNMENT HELP</h1>\r\n<p>Whether you are in school or pursuing any degree from college or university, you might be asked to submit PowerPoint Presentations based on any topic. Since this activity in many educational institutes is a part of grading system and hence submitting them before the deadline becomes important. Creating a powerpoint presentation requires a certain level of expertise in working with PowerPoint software and students must be aware of it. Moreover, you must be aware of how to compile the data and facts in the presentation, how to do gather the data. Doing this entire activity is certainly a time-consuming task for most of the students. Hence, you need PowerPoint Presentation Assignment Help from certified experts so that you can submit them on time and score well.</p>\r\n<p>Professional Assignment Help offers a wide range of academic writing services that not only benefit you in scoring higher marks in any project but also boost your subject understanding. We get you connected with the PowerPoint Presentation making experts who curate an impressive presentation compiled with researched facts and data with a high level of creativity.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified PowerPoint Assignment Writing Experts:</h2>\r\n<p>Our PowerPoint Assignment experts are subject matter experts from various fields of study who hold years of experience in making presentations on various topics covering any subject and help the students with top notch quality assignments and thorough subject knowledge.</p>\r\n<p>The assignment helpers we have in our team are well informed with the educational framework, assessment guidelines followed at the schools, colleges and universities across the UK, New Zealand and Australia which makes it so efficient to take the task from small to big projects and complete them so efficiently within the stipulated time frame.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘PowerPoint Presentation Assignment Help’ services:</h2>\r\n<p>The core benefits you get while hiring Professional Assignment Help for PowerPoint Presentation Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign you the most qualified PowerPoint presentation making experts whose expertise matches with your requirements.</li>\r\n<li>Our experts not only help you in curating impressive PowerPoint presentations but also guide you thoroughly about the topics they work on to boost your subject understanding.</li>\r\n<li>Every project we work on goes through multiple quality checks to make sure it meets the parameters stated by your professors and contains no error.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and expectations.</li>\r\n</ul>\r\n<p>Our entire team works really hard to match the pace with changing educational culture which helps us achieve excellence in assignment writing services. If you’re looking for the quality services under affordable prices, then Professional Assignment Help is certainly the right choice.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 20, 'Powerpoint Presentation Assignment Help | PowerPoint Assignment Experts', 'Now submit your powerpoint presentation assignments with our help. Submit your assignments on time and score well in academics with a huge variety of choices.', 'Powerpoint Presentation Assignment Help, PowerPoint Assignment Experts', 'powerpoint-presentation-assignment-help', '2021-09-24 04:10:06', '2021-10-11 01:56:03'),
(227, 'Pricing Strategy Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PRICING STRATEGY ASSIGNMENT HELP</h1>\r\n<p>Are you looking for an expert who can write an excellent Pricing Strategy Assignment that could make you stand out among peers and win accolades from the professor? If yes, then, Professional Assignment Help is surely a right place for you to seek pricing strategy assignment help or any type of assignment help you need.</p>\r\n<p>Assignment has always been a challenging task to do for most of the students. Educational Institutes across the world ask their students to work on assignments to boost their subject knowledge and writing skills. Besides, these assignments are considered a major part of the grading system, hence performing well and submitting good assignments before the deadlines becomes important to secure good marks. However, due to lack of expertise, lack of subject knowledge and time, students find it difficult to write assignments by themselves and therefore look for assignment assistance.</p>\r\n<p>Professional Assignment Help offers a wide range of management topics and academic help from writing essays to solving papers. You get connected with our highly qualified and experienced assignment writers and subject matter experts who help you in writing high standard assignments that match the expectations of your professors and your expectations.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Pricing Strategy Writing Experts:</h2>\r\n<p>Professional Assignment help has employed the most qualified Management subject matter experts who handles each of your academic projects to maintain top-notch quality of the topic. Our team consists of professionals with industrial experience who help students with genuine insights about the industry and write their assignments.</p>\r\n<p>Our writing experts work dedicatedly on your projects to ensure quality in each and every aspect to bring out the best results. The assignments we work on are of high standard quality as it is worked keeping in line with the instruction provided by students to make best fit on the criteria stated by your university.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Pricing Strategy Assignment Help’ services</h2>\r\n<p>Getting Pricing Strategy Assignment Help from Professional Assignment Help is surely bring in lots of benefit for you and these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our entire team works very hard to get every work done in a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant data to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries and quick responses to help better and faster.</li>\r\n<li>Even if the deadlines are closer, we get the work done in a very short time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and brings you the desired results. We left no stone unturned to bring the most positive outcomes.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 21, 'Pricing Strategy Assignment Help | Pricing Strategy Writing Experts', 'Looking for pricing strategy assignment help for academic projects at cost-effective prices. Our industrial experts bring out the desired results meeting college standards.', 'Pricing Strategy Assignment Help, Pricing Strategy Writing Experts', 'pricing-strategy-assignment-help', '2021-09-24 05:39:40', '2021-10-11 01:57:07'),
(228, 'Project Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PROJECT MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Students of Project Management are asked to work on numerous projects and assignments. To write good quality assignments, you must have thorough subject knowledge and writing skills. However, many students struggle working on Management assignments due to the complexities of the subject and lack of expertise in writing assignments. Therefore, they look for Project Management Assignment Help through experts who could work out an assignment with top-notch quality content that scores high.</p>\r\n<p>Project management is the field of study in management that deals in managing the work or co-ordinating the work with the work force and clients. It consists of planning, executing, analysing and much more. Students might find it challenging to write Project Management Assignment by themselves and the reason could be the lack of subject knowledge, lack of expertise in writing assignments or lack of time.</p>\r\n<p>To help students overcome these challenges, Professional Assignment Help has brought for you the services of highly qualified and experienced professionals who write top notch quality assignments for you and deliver them on time so that you could score higher grades and win accolades from your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Project Management Assignment Writing Experts:</h2>\r\n<p>We have the most qualified team in house at Professional Assignment Help, who hold the expertise in Project Management subject and hold the certification or degrees which makes them the most suitable person to do your assignment.</p>\r\n<p>Our experts follow a systematic route for getting the work done on the assignment which includes data collection, analysis, identifying appropriate sources of information, writing, quality checks and proofreading to ensure 100% unique content for your assignment matching your requirement and gets you good results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Project Management Assignment Help’ services</h2>\r\n<p>The benefits you get if you hire Professional Assignment help to get Project Management Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We deliver the services which are more affordable and reliable, providing quality for your money.</li>\r\n<li>Our experts work on Project Management assignments from scratch to end, from selecting topics doing research to proofreading and editing assignments before delivering the final work.</li>\r\n<li>We are well known for timely deliveries and quick responses. You can contact us 24/7 through live chat, call or emails.</li>\r\n<li>We always keep in consideration the specification given by you while writing assignments to make best of the parameters set by professors.</li>\r\n</ul>\r\n<p>Our entire team has been working hard with the primary motive of getting timely and quality services in the subject you are looking for, so that we can positively contribute towards your success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 22, 'Project  Management Assignment Help | Professional Assignment Help', 'Get connected with project management assignment help services for writings assignments. We are offering suitable assignment writing solutions.', 'Project  Management Assignment Help, Professional Assignment Help', 'project-management-assignment-help', '2021-09-24 05:45:16', '2021-10-11 01:58:55'),
(229, 'Strategic Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STRATEGIC MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>Writing assignments has never been so easy for students as there are certain challenges and complexities associated with it. Many students might experience difficulties understanding the concepts and theories under strategic management subjects and find it challenging to write assignments subsequently. Professional Assignment Help offers a wide range of academic writing services that not only benefit you in scoring higher in assignments but also enhance your subject knowledge.</p>\r\n<p>We get you connected with our management experts who hold a good understanding of strategic management subjects and hold expertise in writing assignments in the same stream. We are committed to get you the most reliable yet affordable solutions ever. You get the help through each stage of writing an assignment, from researching till final revisions. Every assignment we work on goes through a systematic route that ensures the quality of assignments and makes sure that we deliver flawless work which is 100% unique matching your requirement.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Strategic Management Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help writers are the subject specific experts with years of experience in Strategic Management Assignment writing services helping students with top notch quality assignments and thorough subject knowledge.</p>\r\n<p>These assignment helpers are well informed with the assignment writing structure or format followed in the universities across the UK, New Zealand and Australia which makes them so efficient to take the task from small to big projects and complete them so efficiently within the stipulated time frame.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Strategic Management Assignment Help’ services:</h2>\r\n<p>The core benefits you get while hiring Professional Assignment Help for Strategic Management Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign you the most qualified assignment writing experts whose expertise matches with your requirements.</li>\r\n<li>Our experts not only help you in writing high quality assignments but also guide you thoroughly about the subject that boost your subject understanding.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n</ul>\r\n<p>Our entire team works really hard to match the pace with changing educational culture which helps us achieve excellence in assignment writing services. If you’re also looking for the updated and excellent strategic management assignment services, then Professional Assignment Help is certainly the right choice.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 23, 'Strategic Management Assignment Help | Assignment Writing Services', 'Professional Assignments Help gives prominent strategic management assignment help to the scholars with efficient results within a given timeframe.', 'Strategic Management Assignment Help, Assignment Writing Services', 'strategic-management-assignment-help', '2021-09-24 05:53:24', '2021-10-11 02:00:22'),
(230, 'Strategy Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STRATEGY ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help brings you the most affordable yet reliable Strategy Assignment Help through the assignment writing experts who are specialized in the respective field of study and hold expertise in writing academic projects. We are a one stop solution for students to help them with writing essays, dissertation to solve term papers. Our highly experienced subject matter experts are efficient to help you and guide thoroughly about the topics and boost your subject knowledge.</p>\r\n<p>When you book Strategy Assignment Help, we bring out the best information of the subject with technicalities involved in it on the assignments. Under strategy assignment help, we have got covered the topics such as corporate strategy, business unity strategy, marketing functional energy. Many students struggle with writing assignments on such management topics as it covers a broader perspective and therefore, they look for professional assignment experts who can write good quality assignments that score high.</p>\r\n<p>Professional Assignment Help online has brought services of well qualified assignment writing experts from various countries who hold expertise in writing strategy assignment help and would be able to handle your queries very efficiently.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts for Strategy Assignment Help:</h2>\r\n<p>Assigning the right job to the right person is key to get quality work delivered and therefore we allocate your task to the assignment writer who holds the expertise matching with your requirement.</p>\r\n<p>Our management assignment experts hold the master’s degree and Ph.D. with specialization in strategy management field of study. In addition to certification, they hold years of writing experience in the same stream which make them efficient to deliver high quality assignments. When you hire experts from Professional Assignment Help, you can always rest assured about the quality and the deadline. We get it delivered within the stipulated time frame without compromising with the quality.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Strategy Assignment Help’ services:</h2>\r\n<p>There are numerous benefits you get when you get connected with Professional Assignment Help and some of those benefits are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your task to the most capable strategy assignment writing expert who holds immense subject knowledge and practical experience that is utilized to answer your queries.</li>\r\n<li>Every assignment goes through multiple quality checks to make sure it is working as per the specification given by you and meet the parameters stated by your college professors.</li>\r\n<li>Our experts understand your requirements and get you customized solutions matching your academic level and guidelines stated by professors.</li>\r\n<li>We are available round the clock to answer your queries through call, live chat or emails.</li>\r\n</ul>\r\n<p>We understand your requirements and make sure to withstand your expectations by working hard at each stage of getting an assignment done. Our academic writing services are curated in a way that ensures quality at each stage and promise you to get the best results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 24, 'Strategy Assignment Help | Assignment Writer', 'Our highly experienced strategy assignment help services will let you finish all strategy assignments on time with 100% plagiarism-free quality content.', 'Strategy Assignment Help, Assignment Writer', 'strategy-assignment-help', '2021-09-24 05:58:25', '2021-10-11 23:15:44'),
(231, 'Supply Chain Management Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SUPPLY CHAIN MANAGEMENT ASSIGNMENT HELP</h1>\r\n<p>If you have been asked to submit a Supply chain management assignment by your professor but find it challenging to work on it due to any reason, contact Professional Assignment Help today to get excellent professional services and supply chain management help.</p>\r\n<p>Supply chain management is the field of study that focuses on the process of inflow and outflow of goods and services from point of production to the point of consumption. It includes various other concepts that fall in between the entire process including study of channels, business modes, delivery networks and inventory management. If you are a student of supply chain management, you might find it challenging to write a Supply Chain Management assignment by yourself due to lack of subject knowledge, lack of expertise in writing assignment and any other reason.</p>\r\n<p>To help the students overcome the challenges they face while asked to submit assignments, Professional Assignment helps all the solutions under one platform. We offer supply chain management assignment help through experts who are highly qualified and experienced in creating impressive assignments covering best of knowledge, top-notch quality content backed by in-depth research that help you stand out among the crowd.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Supply Chain Management Writing Experts:</h2>\r\n<p>Professional Assignment help has employed the most qualified Supply Chain Management subject matter experts who handles each of your academic projects meticulously to make it a flawless work and high standard assignment. Our team consists of professionals with industrial experience who help students with genuine insights about the real-world industry and write their assignments accordingly.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Supply Chain Management Assignment Help’ services</h2>\r\n<p>Getting Supply Chain Management Assignment Help from Professional Assignment Help is surely bring in lots of benefit for you such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your assignment is worked out following a systematic way adhering to the student’s instructions and criteria stated by the university.</li>\r\n<li>We do in-depth research before starting working on assignments to gather relevant data to generate valuable results and compiled in a well written format.</li>\r\n<li>We are known for timely deliveries and quick responses to help better and faster.</li>\r\n<li>Even if the deadlines are closer, we get the work done in a very short time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Our assignment writing services are designed in such a way where every step adds more quality to the assignment and bring you the desired results. We work with the motive to contribute positively towards your success in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 20, NULL, NULL, NULL, NULL, 25, 'Supply Chain Management Assignment Help | Assignment Writing Services', 'Facing difficulty while managing supply chain management assignments, then Professional Assignments Help is here for your rescue with expert advice.', 'Supply Chain Management Assignment Help,  Assignment Writing Services', 'supply-chain-management-assignment-help', '2021-09-24 06:02:04', '2021-10-11 02:05:12');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(233, 'Lead and Manage team Effectiveness (BSBWOR502)', '<div class=\"a-content\">\r\n<h3><br />Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>origins and the concept of the term group dynamics</strong></em></li>\r\n</ol>\r\n<p>According to the field study, the term group dynamics helps in describing the way in which all the group members interact with each other. If the dynamics of the group are considered as positive then all the group members and the group will work together. In other case if the dynamics are negative and poor then the group will not work together. In simple words group’s effectiveness will be reduced.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>three aspects of group dynamics that can have a negative effect on team performance</strong></em></li>\r\n</ol>\r\n<p>Following are the three aspects of the group dynamics that can have a negative effective on the team performance:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Weak leadership:</strong>Leadership plays quite important role in the group dynamics. If the leadership is weak this can results arising the dominant personality within the leader which are willing to control over the team or the group. This can arouse the situation where the group can go through lack of direction and will focus on the wrong priorities.</li>\r\n<li><strong>Groupthink: </strong>Groupthink only happens when all the group members are ready to agree with the specific task or solution which is good for the problem. If the thinking of all the group members are negative then there will not be single member who will agree with the appropriate solution for the company.</li>\r\n<li><strong>Lack of trust:</strong>Trust within the team is also quite important. If there is lack of trust between the group then there will be no task which they can complete within the workplace.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>The phenomenon of social loafing in groups, its negative consequences and the effect of group size and culture.</strong></em></li>\r\n</ol>\r\n<p>The concept of social loafing in groups means that there are people who are putting there less efforts whenever they are working as a group as compared to the working as an individual on a specific task.</p>\r\n<p><strong>Following are the negative consequences and the effect of group size and culture:</strong></p>\r\n<p>The negative consequences can also be created as its impact can be observed on the performance of the group and which will result in slowing down their productivity towards the work or the tasks of the organization.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Some of the team members have become very lazy who are giving least of their contribution within working the company.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Three strategies for preventing social loafing in groups.</strong></em></li>\r\n</ol>\r\n<p>Following are three strategies for discouraging the social loafing within the groups:</p>\r\n<ol>\r\n<li>First step or the strategy is to keep the team small. Whenever the team starts growing and the number of members start going beyond three or five members, at that time there are chances that social loafing situation can be high. In that case whenever the situation arises it is best way to sub-groups the large teams with the limit of three members each sub-group have.</li>\r\n<li>Develop the rules of engagement: It is quite important to develop the rules for the engagement for each team. If as a company to get the better result from each team it is better to provide them the deadlines for each task and make them understand the importance of the deadlines.</li>\r\n<li>Third and the last strategy is to assign each and every team member individually to have separate and different contributions within the tasks.</li>\r\n</ol>\r\n<br /><em><strong>5. The phenomenon of Groupthink.</strong></em><br />\r\n<p>Groupthink is the phenomenon or the process it occurs when every group reaches the consensus without giving and critical or appropriate reasoning or the evaluation of the situation including their alternatives<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Advantages and disadvantages of group decision-making</strong></em></li>\r\n</ol>\r\n<p>Following are the three advantages of group decision-making:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is good and best if the group is having lots of information that is concerned with the decision-making process.</li>\r\n<li>It will be considered as an advantage if the group is having diverse variety of views, because every individual of the group is having different point of view to analysis the situation and provide alterative which can be considered in decision making process.</li>\r\n<li>Whenever any member of the group expresses his view within the meeting it is the responsibility of the group to accept the views from each one of the individual who is contributing in the decision-making process. This can also be the advantage of the group decision-making.</li>\r\n</ul>\r\n<p><strong>Three Disadvantages of Group decision-making</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>First disadvantage is that this process can be quite time-consuming, because every time a group is being involved in the decision-making process, it is very important to organize, plan and co-ordinate for the meeting and it is quite important to explain the purpose of the meeting.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Second disadvantage can be individual domination which means in simple words that there are always few members within the group who are being dominated by the other group members and they can easily misuse their position to agree them with their point of view.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>This is quite important disadvantage is always having compromising decisions. It always not the best option to have group-decision making it can sometime lead to the compromise with the decision which has been taken as the group.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>three team-building techniques.</strong></em></li>\r\n</ol>\r\n<p>Following are the three team-building techniques:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Good Communication</strong></li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Concept of a team consensus</strong></em></li>\r\n</ol>\r\n<p>Team consensus refers to the process in which group decision making is performed which means that all the group members who are involved in making the group decision making in which all the members are agree to support the complete decision as the group or the common goal. In simple words there will be not even a single team member will be against the team member.<br /><br /></p>\r\n<ol start=\"9\">\r\n<li><em><strong>Two methods that can be used to assist teams to reach consensus</strong></em></li>\r\n</ol>\r\n<p>Following are the two methods that can be used to assist teams to reach consensus:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Brainstorming: </strong>This method is quite effective method which helps in generating the ideas within the group. In this method when the group decision making process is going all the group members who are participating in this process gives the several innovative or creative ideas for the problem which have been identified or on the topic on which decision is going to take place.</li>\r\n<li><strong>Multi-voting: </strong>This method helps in eliminating the burden of the list of the items that are to be managed. As this process helps each member to gain the equal number of votes which can not be more than half of the total number of votes from the list of the items. Members are eligible to vote for the items that available in the list which they wanted to do.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Simple steps for resolving a workplace dispute</strong></em></li>\r\n</ol>\r\n<p>Following are the four simple steps which helps for resolving the disputes at workplace:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Communication: </strong>Open communication is the best method which can help in resolving the disputes within the workplace. Because with the help of communication staff members can express their views and feeling that how they are feeling within the workplace or the situation that has been arouse within the workplace.</li>\r\n<li><strong>Actively Listen: </strong>Listening also referred as the best medicine for resolving the disputes. Because everyone wants to express their feeling to the one who is willing to listen the problem without interrupting.Being objective is always the best option. if the listener is willing to solve the dispute asking the open-ended questions for the member who is facing the problem.</li>\r\n<li><strong>Review Options: </strong>It is better to always talk over the options, and always ready to identify the solutions that can help in benefiting all the staff members even the owner of the company. Never feel pressured and always feel free to come up with the answers or the solutions as soon as possible. If it is necessary ready to involve the third party for considering their ideas.</li>\r\n<li><strong>End with a win-win solution: </strong>This is the last step which can help in resolving the dispute at the workplace. This is considered as the ultimate goal in which members should be ready to agree with the options that can benefit everyone within the workplace. In simple words if one of the team is wining by giving their aggressive behavior on other hand there is someone who is also losing within the situation. There are chances that company can also get the outcomes which could not help the company to resolve the dispute and it can also result in causes the major conflict within the workplace.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"11\">\r\n<li><em><strong>Is it important to have an effective dispute resolution process?</strong></em></li>\r\n</ol>\r\n<p>It is quite important to have an effective dispute resolution process because the clause that are within the dispute resolution which will help in minimizing the possibility of a dispute and also helps in reducing the misunderstanding between the parties who are facing the disputes. This process can be considered as quite time consuming and also lead to quite expensive to include the court action who can also help in resolving their disputes or differences.<br /><br /><br /></p>\r\n<h3>Assessment Task 2</h3>\r\n<ol>\r\n<li><em><strong>Email to Assessor</strong></em></li>\r\n</ol>\r\n<p>To: Team Members</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the operational plan</p>\r\n<p>Dear Team Members,</p>\r\n<p>Hello to all the members, I have taken your valuable minute to inform you that upcoming staff meeting details have been decided. As the meeting will be held on 20<sup>th</sup> September 2021, at the meeting hall of the company sharp at 11:00 AM.</p>\r\n<p>During this meeting discussion will be made on the strategies and the plans that are required to be revised for the welfare and the development of the football south east coast association and will help to complete its objectives quite successfully.</p>\r\n<p>At the end I am also attaching the operational plan with this email. Please have a look at the operational plan and do share your views with me.</p>\r\n<p>Thank you</p>\r\n<p>Regards<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Conduct Meeting with Team</strong></em></li>\r\n</ol>\r\n<p>Date: 20<sup>th</sup> September 2021</p>\r\n<p>Time: 10:00 AM to 12:00 PM</p>\r\n<p>Participants: Communication Manager, staff members</p>\r\n<p>Meeting Minutes</p>\r\n<p>The major purpose for conducting this meeting is to discuss all the information and the matter along with the strategies that will be all about the plan of the year. This meeting will also include about the major tasks that is required to be done within this year and the actions that is quite necessary to be performed.</p>\r\n<p>Following are the strategies and the list of actions for the next 12 months.</p>\r\n<p><strong>Membership Growth</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"254\">\r\n<p><strong>Strategies</strong></p>\r\n</td>\r\n<td width=\"350\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"254\">\r\n<p>Market research is required to be conducted to have the better understanding about the population or the demographics of the people who loves to play soccer at the South East Coast</p>\r\n</td>\r\n<td style=\"text-align: left;\" width=\"350\">\r\n<p style=\"text-align: left;\">Survey</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\" width=\"254\">\r\n<p>In order to promote the participation in the soccer marketing campaigns is required to be developed</p>\r\n</td>\r\n<td style=\"text-align: left;\" width=\"350\">\r\n<p style=\"text-align: left;\">Through Social Media such as</p>\r\n<p style=\"text-align: left;\">Twitter</p>\r\n<p style=\"text-align: left;\">Facebook</p>\r\n<p style=\"text-align: left;\">Instagram</p>\r\n<p style=\"text-align: left;\">Blog</p>\r\n<p style=\"text-align: left;\">Advertisement through radio or Television</p>\r\n<p style=\"text-align: left;\">Speaking about the campaigns in the school regions</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"254\">\r\n<p>There should be regular communication with the members</p>\r\n</td>\r\n<td style=\"text-align: left;\" width=\"350\">\r\n<p>Regular content is required to be prepared every month</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"254\">\r\n<p>There should be good and friendly relationship with the local media</p>\r\n</td>\r\n<td style=\"text-align: left;\" width=\"350\">\r\n<p>There need to be regular calling made to the media to have the updates about the articles and inform them about the soccer events and the news.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Volunteer Development</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"255\">\r\n<p><strong>Strategies</strong></p>\r\n</td>\r\n<td width=\"350\">\r\n<p><strong>Actions </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Recognition scheme for the volunteer is required to be developed</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Suitable schemes are required to be researched and it is need to be approved for the implementation.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>There should be proper database to be prepared for the volunteer.</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Questionnaire should be developed and required to be filled and completed by the volunteers</p>\r\n<p> </p>\r\n<p>Mailing all the volunteers in order to wait for their consent to add them to the database.</p>\r\n<p> </p>\r\n<p>New volunteers need to be added into the database with their proper consent.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>There should be proper incentive scheme which is required to be developed which could help in encouraging the volunteers in order to take up the roles of the volunteers.</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Proper research and suitable schemes is required to be made, along with the approval for the implementation.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Programs and Events</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"275\">\r\n<p><strong>Strategies</strong></p>\r\n</td>\r\n<td width=\"340\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"275\">\r\n<p>There should be promotional days that is required to be conducted throughout the year.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"340\">\r\n<p>Suitable dates are required to be identified</p>\r\n<p> </p>\r\n<p>Workshop need to be conducted with team for the suitable event.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"275\">\r\n<p>There should be interesting promotional days or events is required to be created on which media can report or write articles about.</p>\r\n</td>\r\n<td width=\"340\">\r\n<p>There need to be good and healthy relationship with the media either on phone calls</p>\r\n<p> </p>\r\n<p>Event details are required to be send.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"275\">\r\n<p>There should be gala event conducted every year whose main purpose will be to raise the fund and awareness about the association.</p>\r\n</td>\r\n<td width=\"340\">\r\n<p>Suitable dates are required to be identified</p>\r\n<p> </p>\r\n<p>Workshop need to be conducted with team for the suitable event.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"275\">\r\n<p>There should be special event conducted on the day of event for both girls as well as boys.</p>\r\n</td>\r\n<td width=\"340\">\r\n<p>Suitable dates are required to be identified</p>\r\n<p> </p>\r\n<p>Workshop need to be conducted with team for the suitable event.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p>These schedules will be provided to you along with the scheduling meetings for the next 12 months in order to support the implementation and the action plan. an overview will be provided to you on the action plan which will help in resolving the issues at the workplace to achieve the success in team performance.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Communication: </strong>Open communication is the best method which can help in resolving the disputes within the workplace. Because with the help of communication staff members can express their views and feeling that how they are feeling within the workplace or the situation that has been arouse within the workplace.</li>\r\n<li><strong>Actively Listen: </strong>Listening also referred as the best medicine for resolving the disputes. Because everyone wants to express their feeling to the one who is willing to listen the problem without interrupting.Being objective is always the best option. if the listener is willing to solve the dispute asking the open-ended questions for the member who is facing the problem.</li>\r\n<li><strong>Review Options: </strong>It is better to always talk over the options, and always ready to identify the solutions that can help in benefiting all the staff members even the owner of the company. Never feel pressured and always feel free to come up with the answers or the solutions as soon as possible. If it is necessary ready to involve the third party for considering their ideas.</li>\r\n<li><strong>End with a win-win solution: </strong>This is the last step which can help in resolving the dispute at the workplace. This is considered as the ultimate goal in which members should be ready to agree with the options that can benefit everyone within the workplace. In simple words if one of the team is wining by giving their aggressive behavior on other hand there is someone who is also losing within the situation. There are chances that company can also get the outcomes which could not help the company to resolve the dispute and it can also result in causes the major conflict within the workplace.</li>\r\n</ul>\r\n<p>Above is an overview of the training and the development activities that are required to be implemented over the next 12 months in order to attain the training needs that have been identified in the team performance.</p>\r\n<p>Course Name: Communication skills for Managers training course</p>\r\n<p>Location: Sydney training centre</p>\r\n<p>Date: One day course 27-09-2021 at 9:00 AM to 5:00 PM</p>\r\n<p><strong>Learning outcomes</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>This course will help I developing the key skills for communication and for the insight which will help the team that how they can inspire others</li>\r\n<li>It will also help that how better understanding about self is being developed and also about others using DISC profile which will help in recognizing the communication styles.</li>\r\n<li>Will also help in understanding the importance of the role feedback which is being played within the workplace.</li>\r\n<li>This course will help you in giving the best positive and constructive feedback to the team members so, it can help them to develop the best skills and will also help in succeeding at the work.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Email to General Manager</strong></em></li>\r\n</ol>\r\n<p>To: General Manager</p>\r\n<p>From:</p>\r\n<p>Subject: Summary of the performance meeting of the team and the issues related to the workplace concerns.</p>\r\n<p>Dear General Manager</p>\r\n<p>I am writing this email to you to provide with the view about the meeting that was being conducted. During the meeting all the staff members were invited and they all were free to share their views and their ideas with all the participants of the meeting.</p>\r\n<p>As we are already aware about the strategic plan of the association:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Operating with trust and Integrity with each other, as well as with members and the community.</li>\r\n<li>Customer focus through appreciation of interests and passion of our members and the broader football community.</li>\r\n<li>Camaraderie through recognising the superior strength and efficiencies of good team work</li>\r\n<li>Innovation through best practice and change</li>\r\n<li>Openness and transparency in communicating with our members, customers and the broader community.</li>\r\n</ul>\r\n<p>So, the above mentioned strategic plan was the only thing which we discussed during the meeting and also identified that how we can cope up with the changes in the associations. Please feel free if you want to ask anything more about the meeting.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Team Performance Plan</strong></em></li>\r\n</ol>\r\n<p><strong>Team Performance Plan </strong></p>\r\n<p><strong>Name of Team:</strong> Football South East Coast (FSEC)</p>\r\n<p><strong>Plan timeframe: </strong>12 months</p>\r\n<p><strong>Name of Manager: </strong>Max</p>\r\n<p><strong>Date of performance planning discussion: </strong>20-09-2021</p>\r\n<p><strong>Date of mid cycle review discussion:</strong>01-02-2022</p>\r\n<p><strong>Date of end cycle review discussion: </strong>10-08-2022</p>\r\n<ol>\r\n<li><strong>Outputs, projects and deliverables: What will your main work be this year?</strong></li>\r\n</ol>\r\n<p>According to research the major tasks which is required to completed within the year:</p>\r\n<p>Membership growth, programs development events, strengthening, volunteer development.</p>\r\n<p>Following are the major goals of the projects:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>In order to improve the participation within the community football, just to increase the total number of players at least by 4% in 2018.</li>\r\n<li>In order to increase the participation of girls within the game of the girl which is of the age between 5 and 18 at least by 2% in 2018.</li>\r\n</ul>\r\n<ol start=\"2\">\r\n<li><strong>Conduct and behaviours: How will you do your work and interact with others this year?</strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Use of the visuals.</li>\r\n<li>Ideas of every team member should be valued.</li>\r\n<li>Ground rules is being established for the team.</li>\r\n<li>Debate should be encouraged</li>\r\n<li>Always show appreciation.</li>\r\n</ul>\r\n<ol start=\"3\">\r\n<li><strong>Knowledge and skills: What do you need to do your job well this year?</strong></li>\r\n</ol>\r\n<p><strong>Self-management:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always stay on the top of the deadlines</li>\r\n<li>Always ready to do your job by yourself without taking the help of anyone.</li>\r\n</ul>\r\n<p>Skills needed:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Should have the proper understanding of the team dynamics and also have the encouraging relationship</li>\r\n<li>Should have the skill to select and develop the right people into the team</li>\r\n<li>Should also have the skill to motivate the people.</li>\r\n<li>Should have the skill to manage the discipline and also know how to deal with the conflict</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><strong>Support needed to do my job well.</strong></li>\r\n</ol>\r\n<p>More collaborative work environment needs to be created or developed so that all the team members should involved with the help of planning the activities in order to evaluate the activities. This is the way in which it is quite possible to increase the team engagement and also achieve the desired results<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><strong>How do I know if I am performing well? </strong></li>\r\n</ol>\r\n<p>If time to time:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Feedback is being received</li>\r\n<li>Questions need to be asked about the go-to resources.</li>\r\n<li>Always ask for the opinions</li>\r\n<li>Always be in charge of your own work</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Feedback results</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p><strong>Marketing Officer</strong></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><strong>Promotions Assistant</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p><strong>Promotions Officer</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Description</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Research on market management is being done.</p>\r\n<p>Marketing campaign management</p>\r\n<p>Resource management</p>\r\n<p>Event management</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Communication Techniques</p>\r\n<p>People management</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Communication Techniques</p>\r\n<p>Event management</p>\r\n<p>Elaboration of status reports</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Dependencies</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Communication skills</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Basic knowledge of word processors</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>volunteer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Timeline</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>10-10-2021</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>12-10-2021</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>15-10-2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Marketing Manager</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Marketing Manager</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Marketing Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Resources</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Time</p>\r\n<p>Training</p>\r\n<p>Computer</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Time</p>\r\n<p>Computer</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Time</p>\r\n<p>Training</p>\r\n<p>Computer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Review dates</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>10/11/2021</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>21/11/2021</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>01/12/2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"167\">\r\n<p><strong>Measurement: KPI; Outcome</strong></p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Research is being developed and marketing plans are being elaborated</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Communications with customers and members</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Workshop was being conducted and gala event was conducted.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>5.Email to the Team (Assessor)</strong></em></p>\r\n<p>To: Team</p>\r\n<p>From:</p>\r\n<p>Subject: Requesting for feedback</p>\r\n<p>Dear Team,</p>\r\n<p>Hello to all the team members!  I am writing this email to provide with the short introduction to the strategies and the goals that have identified within the association. During the meeting we have also discussed about the changes and the similar issues or topics related to association.</p>\r\n<p>As we already decided that in every 3 months, meeting will be held to discuss about what we have done within these 3 months, all the staff members need to present of FSEC.</p>\r\n<p>As General Manager was also present in the meeting, he also suggested some of the changes which we need to make in our communication trails and in our feedback sites, rest of the other things are already working smoothly according to him.</p>\r\n<p>Please share your views and also provide feedback to me so, that we can share it further in our public meeting.</p>\r\n<p>Thank you</p>\r\n<p>Regards<br /><br /><br /></p>\r\n<h3>Assessment Task 3</h3>\r\n<ol>\r\n<li><em><strong>policy and procedures</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"630\">\r\n<p><strong>                                  PROFESSIONAL DEVELOPMENT POLICY</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Purpose of the policy </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>This policy is being developed in order perform the course of action. The policy is being developed to provide a guide tour to the strategies and the objectives of the businesses that has been accepted.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Scope of the policy – who it applies to</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>This policy is being applied to all the members who are working in the company.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Types of professional development that may be undertaken</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>Following are the development strategies that have been undertake</p>\r\n<p>·         there should be trust and integrity among each of the members and the community.</p>\r\n<p>·         Customer should have his main focus on his interests and passion.</p>\r\n<p>·         Innovation can be seen with the help of the best practices and because of the change</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Process for identifying professional development needs </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>·         Reviewing the job of the people with description</p>\r\n<p>·         Meeting with the team members</p>\r\n<p>·         Collecting the other informational data</p>\r\n<p>·         Steps that are required to be taken should be determined</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Criteria for determining whether the professional development opportunity is appropriate</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>There should be formal session that need to be conducted at least once a year. This formal session need to be between the managers and the employees who can discuss about their performances and the needs of the personal development.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Budget allocated to each staff member </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>The budget that has been assigned to each member is of $10,000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"315\">\r\n<p> </p>\r\n<p>Process for documenting and evaluating outcomes from professional development </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"315\">\r\n<p>When there is an expectation of explicit of the confidentiality of all the participants about their personal information they need to be notified and start their work according to the activity</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Email to Team (your assessor)</strong></em></li>\r\n</ol>\r\n<p>To: Team</p>\r\n<p>From: Marketing and communication Manager</p>\r\n<p>Subject: Attaching professional development policies</p>\r\n<p>Dear Team members,</p>\r\n<p>I am writing this email to provide you an overview with the professional development policies which I am summarizing below in this email</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Purpose of the policy</li>\r\n<li>Scope of the policy – who it applies to</li>\r\n<li>Types of professional development that may be undertaken</li>\r\n<li>Process for identifying professional development needs</li>\r\n<li>Criteria for determining whether the professional development opportunity is appropriate</li>\r\n<li>Budget allocated to each staff member</li>\r\n<li>Process for documenting and evaluating outcomes from professional development</li>\r\n</ul>\r\n<p>I am also attaching the complete document with this email. Please have a look at this document and also update me you want any changes within this document.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p>Marketing and communication Manager <br /><br /></p>\r\n<h3>Assessment Task 4</h3>\r\n<ol>\r\n<li><em><strong>Select reward and recognition schemes</strong></em></li>\r\n</ol>\r\n<p><strong>Instant Awards</strong></p>\r\n<p>This award gives the manager the autonomy which will help them to recognize and celebrate the great achievement which they have achieved as a team</p>\r\n<p><strong>Long service Awards</strong></p>\r\n<p>Long service Awardsis the award in which every year one of the employee’s milestone is being nominated without focusing on his payroll system</p>\r\n<p><strong>Award Nomination</strong></p>\r\n<p>Award nomination award is being conducted monthly, quarterly and yearly where managers or employees are being awarded who have given results to the company and have given success to the organization</p>\r\n<p><strong>Social Recognition</strong></p>\r\n<p>This award is considered as more than a award, this award is given to the employees who can share success and his achievement with others or company.</p>\r\n<p><strong>Incentives and Motivation</strong></p>\r\n<p>Incentive is given for the future performance and given to the employees who have achieved their targets successful and within the provided timespan. This award is given to sales staff or the project team.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Email to Team</strong></em></li>\r\n</ol>\r\n<p>To: Team</p>\r\n<p>From: Marketing and communication manager</p>\r\n<p>Subject: Thank you</p>\r\n<p>Dear sir,</p>\r\n<p>I am taking a minute from your valuable time just to thank you for the effort that you have contributed in the project, the general manager have decided to reward you guys for you hard work. Following are the ways which we people have decided to reward you with</p>\r\n<p><strong>Instant Awards</strong></p>\r\n<p>This award gives the manager the autonomy which will help them to recognize and celebrate the great achievement which they have achieved as a team</p>\r\n<p><strong>Long service Awards</strong></p>\r\n<p>Long service Awardsis the award in which every year one of the employee’s milestone is being nominated without focusing on his payroll system</p>\r\n<p><strong>Award Nomination</strong></p>\r\n<p>Award nomination award is being conducted monthly, quarterly and yearly where managers or employees are being awarded who have given results to the company and have given success to the organization</p>\r\n<p><strong>Social Recognition</strong></p>\r\n<p>This award is considered as more than a award, this award is given to the employees who can share success and his achievement with others or company.</p>\r\n<p><strong>Incentives and Motivation</strong></p>\r\n<p>Incentive is given for the future performance and given to the employees who have achieved their targets successful and within the provided timespan. This award is given to sales staff or the project team.</p>\r\n<p>Please read them and also share your views about</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p>Marketing and communication Manager</p>\r\n<p> </p>\r\n<h3>Assessment Task 5</h3>\r\n<ol>\r\n<li><em><strong>Email to communications officer</strong></em></li>\r\n</ol>\r\n<p>To: Communication officer</p>\r\n<p>Subject: Request for attending the meeting</p>\r\n<p>Dear Officer,</p>\r\n<p>I am taking your valuable minute to inform you that we have arranged the meeting urgently on 23-09-2021 at conference hall sharp at 10:00 AM. The meeting is all about the roles and responsibilities of all the executive members and the officers.</p>\r\n<p>You are the soul of the association, without whom association is not able to work properly and effectively. You are the only one who provide media with all the necessary information which you think people should know about the company. I request you to attend the meeting positively. So, we can discuss about the roles and responsibilities about your position also.</p>\r\n<p>Hoping to see you in the meeting</p>\r\n<p>Thank you</p>\r\n<p>Regards<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Conduct the meeting with the communication officer</strong></em></li>\r\n</ol>\r\n<p>Meeting date: 23-09-2021</p>\r\n<p>Time: 10:00 AM</p>\r\n<p>Meeting reason</p>\r\n<p>As we all are aware the purpose of the meeting, once again I am reviewing the purpose, this meeting will include the discussion on the job and roles and responsibilities of Communication officer. As we already know that communication is the soul and heart for the company.</p>\r\n<p><strong>Issues:</strong></p>\r\n<p>There is a complain that has been logged in of Max who have been seen always on the mobile talking or chatting with his friends. Whenever office phone rings he is not available at the phone his colleagues are the ones who answer his calls. He is putting his personal life in a way of the professional life and on the roles and responsibilities which he has been provided with.</p>\r\n<p><strong>Impact</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>This is resulting in low productivity</li>\r\n<li>Bad Behavior</li>\r\n<li>He is being distraction for the other employees</li>\r\n<li>Customers are also leaving the association due to his behavior</li>\r\n<li>Unsatisfaction of the customers</li>\r\n</ul>\r\n<p>So, there is lots of things which Max needs to improve within himself as he is being underperformance almost in every area.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Email to communication officer</strong></em></li>\r\n</ol>\r\n<p>To: Communication Officer</p>\r\n<p>From:</p>\r\n<p>Subject: Meeting summary</p>\r\n<p>Dear Officer,</p>\r\n<p>Hello Sir, I am writing this mail to thank you for being cooperative throughout the meeting. Thank you for attending the meeting.</p>\r\n<p>The meeting went very well and there were some issues that we have identified and also there were some bad impact that was going on in the office.</p>\r\n<p>I hope that you are going to work according to your roles and responsibilities that have been assigned to you</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n</div>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 3, NULL, 'Lead and Manage team Effectiveness BSBWOR502', 'Get BSBWOR502 lead and manage team effectiveness case study online help with our experts at a minimal price rate with great quality content.', 'Lead and Manage team Effectiveness BSBWOR502', 'lead-and-manage-team-effectiveness-bsbwor502', '2021-10-14 00:34:17', '2021-10-23 01:10:43');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(234, 'Manage Quality Customer Service (BSBCUS501)', '<h3><br />Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>Purpose of the Australian Consumer Law and how it protects consumers’ rights.</strong></em></li>\r\n</ol>\r\n<p>The main purpose of the Australian Consumer Law is to make sure that businesses are doing fair sale practices, this will help to build the trust of the customers on the businesses. This law helps to protect the customer from unfair trade practices. The consumer protection act helps in protection of the interest of the customer. It also helps in securing the rights of the customers. This act helps to give the right when to buy the goods and services<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>The consumer guarantees that apply for both products and services under the Australian Consumer Law.</strong></em></li>\r\n</ol>\r\n<p>Businesses must give guarantee of the products and services which they are selling, hire or leasing for:</p>\r\n<p>Under $40 000</p>\r\n<p>There are around $40,000 which were used for personal as well as household</p>\r\n<p>Independent of the cost, business vehicles and trailers are covered, if utilized properly to move the products.</p>\r\n<p>Business vehicles and trailers are likewise covered, independent of cost, if they are utilized essentially to move products.</p>\r\n<p>If a business does not deliver these guarantees, consumers have the following rights:<br /> Replacing, repairing or refunding of the product</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cancellation of the services</li>\r\n<li>Getting compensation for the damages &amp; loss caused due to the product or services</li>\r\n</ul>\r\n<p>Since 1 January 2011, following are the guarantees of consumer on products and services which can be applied</p>\r\n<p>The quality of the product must be good and acceptable, which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It must be safe and should not have any fault</li>\r\n<li>Must be acceptable</li>\r\n<li>It should be up to the expectations of everyone</li>\r\n</ul>\r\n<p>Products must also:</p>\r\n<p>It should be as per the descriptions which is mentioned by the salespersons on the packaging on the product</p>\r\n<p>Services must:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It should be provided with proper skills and technical knowledge and must take all the necessary steps so that there is no damage or the loss</li>\r\n<li>Must give the results which is promised by the business</li>\r\n<li>Delivery must be made on time.</li>\r\n</ul>\r\n<p>There should be guarantees provided on the products and services which can also apply:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Purchasing of online products should be from Australian businesses</li>\r\n<li>Products which are second hand, must consider all the conditions.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Types of products and services covered by the consumer guarantee.</strong></em></li>\r\n</ol>\r\n<p>Businesses must give guarantee of the products and services which they are selling, hire or leasing for:</p>\r\n<p>Under $40 000</p>\r\n<p>There are around $40,000 which were used for personal as well as household</p>\r\n<p>Independent of the cost, business vehicles and trailers are covered, if utilized properly to move the products.</p>\r\n<p>Business vehicles and trailers are likewise covered, independent of cost, if they are utilized essentially to move products.</p>\r\n<p>If a business does not deliver these guarantees, consumers have the following rights:<br /> Replacing, repairing or refunding of the product</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cancellation of the services</li>\r\n<li>Getting compensation for the damages &amp; loss caused due to the product or services</li>\r\n</ul>\r\n<p>Since 1 January 2011, following are the guarantees of consumer on products and services which can be applied</p>\r\n<p>The quality of the product must be good and acceptable, which are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It must be safe and should not have any fault</li>\r\n<li>Must be acceptable</li>\r\n<li>It should be up to the expectations of everyone</li>\r\n</ul>\r\n<p>Products must also:</p>\r\n<p>It should be as per the descriptions which is mentioned by the salespersons on the packaging on the product</p>\r\n<p>Services must:</p>\r\n<ul class=\"unordered-listing\">\r\n<li class=\"unordered-listing\">It should be provided with proper skills and technical knowledge and must take all the necessary steps so that there is no damage or the loss</li>\r\n<li>Must give the results which is promised by the business</li>\r\n<li>Delivery must be made on time.</li>\r\n</ul>\r\n<p>There should be guarantees provided on the products and services which can also apply:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Purchasing of online products should be from Australian businesses</li>\r\n<li>Products which are second hand, must consider all the conditions.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>it is unlawful for a retailer to display a sign to say that no refunds are provided.</strong></em></li>\r\n</ol>\r\n<p>No business can have a ‘No Refund Policy’. There is no law that will not provide refund under any circumstances if there is any loss or damage. This also covers the sales items, gift items as well as the second hand goods even. On contrary, a customer can also ask a business for refund or replacement of the products.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>consumers are legally entitled to a refund or replacement if they change their mind when buying a productor service.</strong></em></li>\r\n</ol>\r\n<p>If consumer have changed their mindset about a particular product then no store will allow them to return the item. However there are some stores who have their own policies which offer refund, exchange and also for the ‘change of mind,’<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>The statement below in relation to guidelines about consumer guarantees.</strong></em></li>\r\n</ol>\r\n<p>“Some of the suppliers informs the customer about the agreements which provides extra protection, which the customer will not get if they don’t buy it.”</p>\r\n<p>Some of the suppliers giver extra warranties, which provides coverage for the longer period of time as compared to the manufacturer’s warranty.</p>\r\n<p>When the extra warranty is being provided then the supplier must make it clear to the customer that what they are offering and also about the rights which they have under the ACL consumer guarantees. Example:</p>\r\n<p>Katie buys a new refrigerator which cost $8000. The warranty of manufacturer is of one year. The salesperson informs Katie that it will be beneficial to buy the extended warranty so that if there is any damage to the refrigerator after a year then he will cover all the loss.</p>\r\n<p>In this circumstance, the salesperson could also be accused if he misleads Katie about the rights which she have.</p>\r\n<p>Here Katie is having the benefit under ACL.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>two benefits of an effective complaint handling system for businesses</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Reviews of the clients are essential for all the companies, not only to get the insights but also to know about the drawback or failure of the product or the services.</li>\r\n<li>Understanding the value of every customer and not taking them as an interruption in the work will lead to the success and also help the business to have long term profits.</li>\r\n<li>Effective management of complaints and making sure that the client is satisfied with the services will help in reducing the operational cost and will also help to reduce the expenses in the long run.</li>\r\n</ul>\r\n<p>Following are the four steps which can help in handling customer complaints.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Customer’s complaint must be listened carefully</li>\r\n<li>Always apologize for any damage or the loss</li>\r\n<li>Always look for a solution and offer them to the customer</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>standard procedure that the sales people could follow.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Always dress up professionally</strong>.</li>\r\n</ul>\r\n<p>Outfits must be chosen that are suitable for the work environment. Because salespeople will be the first face that the customer sees, so keep in mind to dress nicely and also act professionally.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Greet with a smile</strong></li>\r\n</ul>\r\n<p>All customer will love if salespeopleare polite and greet them with a smile. If the employee’s does not greet with smile at the doorstep, then the customer will feel discomfort able.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Show, don’t tell.</strong></li>\r\n</ul>\r\n<p>Instead of sending those to passages, somewhere near the middle, on the 5th-7th shelf down, walk with them to the aisle. Time need to be taken to show them exactly where the product is. It will only take a few seconds and his customer will appreciate his time and effort.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Ask for questions</strong></li>\r\n</ul>\r\n<p>Always take care of the customer and ask them if there is any complain this will make customer more comfortable and he/she will feel like they are getting proper attention. Further, ask for the complaints if there is any because of the product.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Hold on what salespeopleare doing </strong></li>\r\n</ul>\r\n<p>When the customer enters the store hold on to the work that salespeopleare doing and greet the customer with a smile and polite words.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>The concept of service standards and their importance. Identify two examples of services standards.</strong></em></li>\r\n</ol>\r\n<p>A service standard helps to know what a customer is expecting from the service which they are getting. Example: Accuracy and suitability.</p>\r\n<p>Service standards are essential for the customers, potential customer, employees as well as for the management of the business. It helps to know what a customer is expecting and also helps the management and employees to remind them of the challenges and obligations which they are facing</p>\r\n<p>Example:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Accuracy Standards.</li>\r\n<li>Transparency Standards</li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Reason company committed to best practice customer services may choose to measure its service standards.</strong></em></li>\r\n</ol>\r\n<p>Service standards are always important for the customers, potential customers, employees and management of a business. It helps to know what a customer is expecting and also helps the management and employees to remind them of the challenges and obligations which they are facing. Standards will help the manufacturer in reducing the cost and also in increasing the productivity.</p>\r\n<p>Public relations are a process that helps to build the healthy relationship between the organization and their clients</p>\r\n<p>As per the Public Relations Society of America. Public relation technique will help the businesses to advertise the product and services which they are offering<br /><br /></p>\r\n<ol start=\"12\">\r\n<li><em><strong>five methods by which a company can promote its products.</strong></em></li>\r\n</ol>\r\n<p><strong>Radio Advertising</strong></p>\r\n<p>Radio’s ad will be effective if the tag line is chosen wisely and is catchy. Choosing a station which covers the target customer is the main key. Choose the station according to the age, which is the target</p>\r\n<p><strong>Television Advertising</strong></p>\r\n<p>A television Advertisement is effective only if the company sell a product or service at a high price.</p>\r\n<p><strong>Public Speaking</strong></p>\r\n<p>Public speaking is the most efficient way of advertisement. If the product which company are selling is as per its expectation then this form of advertisement is very great.</p>\r\n<p><strong>Door Hangers and Flyers</strong></p>\r\n<p>Use of flyers or hanging of ads on the doorknobs is a very good way to advertise the product to the target customer, this will make sure that the targeted customer have gone through the advertisement and information which company wanted to provide them.</p>\r\n<p><strong>Event Sponsorship</strong></p>\r\n<p>Advertising can also be done through event sponsorship. Give out the free samples of the products to the people so that they can further make a purchase from company. This is one of the most effective and efficient of advertising the product or the service</p>\r\n<p>It is quite important to protect the brand image. Brand’s image is always at sake as company interact with every customer.</p>\r\n<p>It is important for every customer to get to know more about the brand if company want to attract them and keep them for long run.</p>\r\n<p>Customers must be familiar with company’s brand if company want to attract them and keep them for long run. Protecting company brand is very important as it the face of the company.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Use repetition. Repeat the things as people often need to understand it and remember it. If you say something for once only no one will remember anything.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Use visual methods of communication. Make more use of pictures and diagrams to explain it more easily, this will be easier for people to understand and remember.</li>\r\n<li>Be respectful. Maintain patience when there is a language barrier. Never scream or raise your voice when you fail to understand something or when you fail to communicate.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li><em><strong>overcome barriers to communication with customers who have a hearing impairment.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Stop communicating from another room</li>\r\n<li>Before starting a conversation, one must say the person’s name with whom you want to communicate</li>\r\n<li>Talk slowly and use clear words and do not shout</li>\r\n<li>Talk straightforwardly with the person</li>\r\n</ul>\r\n<br />\r\n<ol start=\"16\">\r\n<li><em><strong>four keys way of providing excellent customer service.</strong></em></li>\r\n</ol>\r\n<strong>Be friendly</strong>\r\n<p>Excellent customer service must involve a friendly environment. Always be friendly with your customer and use polite words and greet them with a smile, this will attract the customer.</p>\r\n<p>The first and the very important rule is to provide customer with very friendly and excellent services. Always greet the customer with the smile and always be confident and respectful towards the customers.</p>\r\n<strong>Respond in a timely manner</strong>\r\n<p>Giving response in time will increase the customer satisfaction and they will also appreciate the timely response which they are getting for their inquiries.</p>\r\n<strong>Know your product or service</strong>\r\n<p>One must be aware about its product and services which they are offering to the customer, this will be an excellent service. Knowing about your product will help in healthy discussion about the features of the product and you can also let your customers know about its advantages which they can get from the particular product.</p>\r\n<strong>Listen to the customers</strong>\r\n<p>Listening is the only key which will provide efficient customer service. Sometimes there’s a need of listening and customer wants to be heard, so must listen carefully and patiently to the customer. Listening will help you to know the core of the problem which will help you in making your product even better.</p>\r\n<p>There will always be a risk of distancing the current customer with unsatisfactory assistance, this will the potential of the business. Poor customer services can lead to the decrease in the clientage of business. There will always be a negative impact on the customers if the customer services are not up to the mark and will indirectly increase the risk of losing the employees as well.</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>importance of understanding customer behaviour and two techniques that can be used to analyse customer behaviour.</strong></em></li>\r\n</ol>\r\n<p>Consumer behavior data can be gathered through various ways such as through interviews, projective techniques, questionnaires, - observation with check list, - agent-based modeling.</p>\r\n<p><strong>Concept testing</strong></p>\r\n<p>Marketing ideas can be tested and accepted in following ways</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Survey must be carried out to see whether  the product is beneficial to the customer or not</li>\r\n<li>Setting a personal interview will help in understanding how the customers are reacting to the marketing ideas.</li>\r\n</ul>\r\n<p><strong>Positioning research</strong></p>\r\n<p>Look for what are the customer’s view about your products as compared to the competitor’s product by a research:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Study the perception of customer within each market</li>\r\n<li>Researching on the sales figures for each and every marketing segments</li>\r\n</ul>\r\n<p><strong>Brand testing</strong></p>\r\n<p>Customers feedback can be determined of the brand and the product names by the following ways:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Go for branding research to know about the brand’s performance</li>\r\n<li>Surveys are being used to learn about the responses that the company can get for their products and their brand name.</li>\r\n</ul>\r\n<p>It is very important to manage complaints of customers for a successful business. It is important not only for customer insight but also for the improvement in that product which is been offered to the customer this will also further help in reducing the cost and increasing the profit which will help in customer satisfaction. A customer complaint will give us light about what actually the problem is and will help us to know whether the problem is with the product, employee or internal process. This will help in solving the problem and prevent complaints in coming future.</p>\r\n<p> </p>\r\n<h3>Assessment Task 2</h3>\r\n<ol>\r\n<li><em><strong> Regulation Report</strong></em></li>\r\n</ol>\r\n<p><strong>Legislation and regulations in Australia for cleaning sector</strong></p>\r\n<p>Australia has a law for the fair trading as well as for the consumer protection- the Australian Consumer Law (ACL). The Australian Competition and Consumer Commission (ACCC) - often referred to as \"the A triple C\"- this law deals with all the matters that are related to the competition. Many people use the cleaning products almost every day which is then drained after every use. So, safety of people and safety of environment is the top most priority of the manufacturer. This law ensures that the product is sregulaafe for the people to be used, and also the product is being used as per the instructions given by the manufacturer. If the product is not found safe, then the manufacturer should not bring the product to the market anymore.</p>\r\n<p><strong>Additional legislation</strong></p>\r\n<p>There are various other regulations which is also being used in the professional cleaning and hygiene sector can be found below. This list is illustrative not exhaustive.</p>\r\n<p><strong>Health &amp; Safety at Work Act 1974</strong></p>\r\n<p>The Health &amp; Safety work act 1974 is the law for occupational health and safety. The duties are as follows:</p>\r\n<p>There should be complete safety of the employees as well as security of the health.</p>\r\n<p>Complete protection must be there if there is any risk arising from the activities of others at work</p>\r\n<p>There should be complete control on the use of dangerous chemicals</p>\r\n<p><strong>Rights and responsibilities of personnel may include</strong></p>\r\n<p><strong>Secrecy</strong></p>\r\n<p>Selection of appropriate employees for reporting purpose</p>\r\n<p>Learning about the terms and situations of own employment</p>\r\n<p>Protection from the misbehaviour sexual harassment as well as the discrimination</p>\r\n<p><strong>Rights and obligations of employers may also consist of</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Responsibility of care</li>\r\n<li>Giving safe environment where there is no discrimination and sexual harassment</li>\r\n<li>No use of abusive language</li>\r\n<li>Information</li>\r\n<li>Is negligent, careless or reasons a twist of fate</li>\r\n</ul>\r\n<p><strong>Customer service Strategy</strong></p>\r\n<ol>\r\n<li><strong> Create a Customer Service Vision</strong></li>\r\n</ol>\r\n<p>Creating vision for the customer is the first step which the organization should do.</p>\r\n<ol start=\"2\">\r\n<li><strong> Assess Customer Needs</strong></li>\r\n</ol>\r\n<p>Organizations should be clear about what the needs of the customers are and what they want. If they are clear about the customer’s need then it will be easy for the organization to provide complete satisfaction to the customer</p>\r\n<ol start=\"3\">\r\n<li><strong> Hire the Right Employees</strong></li>\r\n</ol>\r\n<p>Hire the right employees so that it becomes easy for the organization to achieve the desired target and this will also help in achieving customer satisfaction</p>\r\n<ol start=\"4\">\r\n<li><strong> Set Goals for Customer Service</strong></li>\r\n</ol>\r\n<p>Employees should be clear about the targets so that they are clear and can help the organization to reach their goals.</p>\r\n<ol start=\"5\">\r\n<li><strong> Train on Service Skills</strong></li>\r\n</ol>\r\n<p>If the employees hired by you are right then they will naturally have the ability to serve the customers well. However, training will help everyone to provide the best customer services</p>\r\n<ol start=\"6\">\r\n<li><strong> Reward and Recognize Good Service</strong></li>\r\n</ol>\r\n<p>There should be well planned system to acknowledge and reward the employees for giving the good customer services. Employees need to be rewarded when they meet the expectations.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong> Customer Service Strategy</strong></em></li>\r\n</ol>\r\n<p><strong>Ozhouse Clean </strong></p>\r\n<p><strong>Draft Customer service and communication policy and procedure </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"117\">\r\n<p><strong>Strategies</strong></p>\r\n<p><em>(what)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Actions</strong></p>\r\n<p><em>(how)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Priority</strong></p>\r\n<p><em>(L/M/H)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Time</strong></p>\r\n<p><strong>Frames</strong></p>\r\n<p><em>(when)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Performance Indicators</strong></p>\r\n<p><em>(measurement)</em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p>Service quality</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>There was regular inspection which is required to be made of the site.</p>\r\n<p> </p>\r\n<p>Telephone timekeeping tracking system is being used. This system helps the company to know whether employees are working properly or not.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Client walking and inspections-</p>\r\n<p> </p>\r\n<p>While regular business hours are going on according to the request, scheduled inspections are being recommended with you in order to keep the communication line open.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>15/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>As the outcomes there were various reviews that has been received from the customers.</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p> </p>\r\n<p>Client Satisfaction and Responsiveness</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Survey was being prepared to measure the satisfaction of the clients and their responses</p>\r\n<p>Which will make sure that whatever is the complaint logged in and should be handled carefully and professionally</p>\r\n<p> </p>\r\n<p>We should always be assured the customer shout get the apology where the service went wrong for the employees.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"117\">\r\n<p> </p>\r\n<p>19/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>There were results from the clients</p>\r\n<p> </p>\r\n<p>There were lots of special requests that was being submitted as compared to the number of requests that were being completed by the employees.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p>Cleaning Workers</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Manual was tasks with the solutions was being given that could help them</p>\r\n<p> </p>\r\n<p>Being careful</p>\r\n<p>Always check the workplace if there is any signs which helps in indicating towards the poor cleaning system.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Low</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>16/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Employee attendance and absentees will also be counted.</p>\r\n<p> </p>\r\n<p>There will be training hours for the cleaning procedures safety and policies</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"3\">\r\n<li><em><strong> Email to Management Team</strong></em></li>\r\n</ol>\r\n<p>To- Management Team</p>\r\n<p>From-</p>\r\n<p>Subject- Customer service strategy</p>\r\n<p>Dear manager,</p>\r\n<p>With due regard I would like to pay light on the customer services strategies at our company. I have attached all the documents and records that are useful for this customer service strategy.</p>\r\n<p>In this report I have been discussing what are the needs of the company with reference to the customers. I would like to held a meeting with all the team members for the effective planning for best customer strategy. The meeting have been scheduled for the 27/09/2021 at 11:00 am at the conference room.</p>\r\n<p>In this file and document I have discuss what are the priorities and performance of company with regards to the customer. I can easily manage the meeting with the customers and team members so that efficient Planning can be made for the better customer strategy in the next week. I have scheduled meeting on 05/05/2021 10:00 a.m. in the conference hall. For any more situations and advice kindly call me anytime.</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong> Meet with Management Team</strong></em></li>\r\n</ol>\r\n<p>Meeting date: 27/09/2021</p>\r\n<p>Time: 11:00 AM</p>\r\n<p>Venue: Conference Hall</p>\r\n<p>The meeting was between the management team and the general team. This meeting was held for the discussion about the regulation report and also about the customer service strategy.</p>\r\n<p> </p>\r\n<p>MEETING</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Explain the importance of customer service, as well as legislation and regulations key to customer service</strong></li>\r\n</ul>\r\n<p>Providing good customer services is very essential for the business and its growth. This might include extra resources and money but this will lead to more customer satisfaction thus increasing the business goodwill.</p>\r\n<p>Customer service is the most important business element that can help to increase the client age the business. This will also affect that how the company is being viewed by the public. To keep the business on top and for maintain the goodwill of the business one must keep customer service the top most priority</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Explain each of the strategies and actions in the new customer service strategy</strong></li>\r\n</ul>\r\n<p>Strategies related to Service Quality</p>\r\n<p>Strategies related to Customer Satisfaction and Responsiveness</p>\r\n<p>Strategies related to Cleaning Workers</p>\r\n<p>Strategies related to Safety</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Explain how strategies and actions will assist in achieving the key customer service principles, as well as strategic mission, vision and objectives.</strong></li>\r\n</ul>\r\n<p>Strategies which are developed are directly linked with mission, vision and objectives of the company which will be helpful in customer service principles.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Explain how your plans achieve the quality, time and cost specifications that the company has agreed to uphold for customers.</strong></li>\r\n</ul>\r\n<p>Training will help in increasing the employee’s productivity which will increase the quality, time and also the cost.</p>\r\n<p>Example: office which is cleaned in 2 hours now will be cleaned in an hour or 45 minutes only on Fridays, so that there is saving if $ 23 per day and $116 per week by the customer.</p>\r\n<p>The payment will be made in accordance as the staff is completing the work in less time</p>\r\n<p>There were requirements that can be balanced with the Quality, time and cost</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Market research must be carried.</li>\r\n<li>Time and cost expectations by the customers should be identified</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong> Revise Customer Service Strategy</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"117\">\r\n<p><strong>Strategies</strong></p>\r\n<p><em>(what)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Actions</strong></p>\r\n<p><em>(how)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Priority</strong></p>\r\n<p><em>(L/M/H)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Time</strong></p>\r\n<p><strong>Frames</strong></p>\r\n<p><em>(when)</em></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Performance Indicators</strong></p>\r\n<p><em>(measurement)</em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p>Service quality</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>There was regular inspection which is required to be made of the site.</p>\r\n<p> </p>\r\n<p>Telephone timekeeping tracking system is being used. This system helps the company to know whether employees are working properly or not.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Client walking and inspections-</p>\r\n<p> </p>\r\n<p>While regular business hours are going on according to the request, scheduled inspections are being recommended with you in order to keep the communication line open.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>15/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>As the outcomes there were various reviews that has been received from the customers.</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p> </p>\r\n<p>Client Satisfaction and Responsiveness</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Survey was being prepared to measure the satisfaction of the clients and their responses</p>\r\n<p>Which will make sure that whatever is the complaint logged in and should be handled carefully and professionally</p>\r\n<p> </p>\r\n<p>We should always be assured the customer shout get the apology where the service went wrong for the employees.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"117\">\r\n<p> </p>\r\n<p>19/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>There were results from the clients</p>\r\n<p> </p>\r\n<p>There were lots of special requests that was being submitted as compared to the number of requests that were being completed by the employees.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"117\">\r\n<p>Cleaning Workers</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Manual was tasks with the solutions was being given that could help them</p>\r\n<p> </p>\r\n<p>Being careful</p>\r\n<p>Always check the workplace if there are any signs which helps in indicating towards the poor cleaning system.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Low</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>16/09/2021</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Employee attendance and absentees will also be counted.</p>\r\n<p> </p>\r\n<p>There will be training hours for the cleaning procedures safety and policies</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong> Email</strong></em></li>\r\n</ol>\r\n<p>To- Assessor</p>\r\n<p>From-</p>\r\n<p>Attachments: Revised Customer service strategy</p>\r\n<p>Subject- About Revised Customer service strategy</p>\r\n<p>Respected Sir,</p>\r\n<p>The motive of writing this email is to let you know about the overview of the outcome of the meeting. Important facts and figures have been discussed in the meeting:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Quality of Service</li>\r\n<li>Client Satisfaction and Responsiveness</li>\r\n<li>Cleaning Workers</li>\r\n<li>Safety</li>\r\n<li>Hire the Right Employees</li>\r\n</ul>\r\n<p>Regards<br /><br /><br /></p>\r\n<h3>Assessment Task 3</h3>\r\n<p><em><strong>1. Customer Service Analysis</strong></em></p>\r\n<p><strong>Analysis </strong></p>\r\n<p><strong>We had reviewed all the provided documents including:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Customer Emails and Responses which are sent by the customer care staff.</li>\r\n<li>Customer Service Policy and Procedure.</li>\r\n<li>Ozhouse Clean List of services</li>\r\n</ul>\r\n<p><strong>Review of Customer Service Policy and Procedures:</strong></p>\r\n<p><strong>Policies</strong></p>\r\n<p>Ozhouse Clean is committed to:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Politeness – the use of good words and use of good manners while interactions</li>\r\n<li>Responsiveness – give timely response</li>\r\n<li>Professionalism – Is being objective and knowledgeable and demonstrating integrity</li>\r\n<li>Understanding – complete understanding of the customer needs</li>\r\n<li>Confidentiality – It means respecting the confidentiality of customer information</li>\r\n<li>Transparency – there should be complete transparency and ease to access the documents</li>\r\n</ul>\r\n<p><strong>Procedures for enquiring</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Pick up the phone on time- all the phone calls should be answered on time or before the third ring.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Greet the client with “Good morning/afternoon’ with a smile on your face</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Be gentle and friendly</li>\r\n<li>Be clear with your works and talk slowly</li>\r\n<li>Use polite language</li>\r\n<li>Give a call back to the unattended calls</li>\r\n<li>Be calm and patient with the clients even when they are aggressive on the call</li>\r\n<li>Telephone messages should be replied within one business day</li>\r\n</ul>\r\n<p><strong>Review of List of services</strong>:</p>\r\n<p><strong>Regular clean</strong></p>\r\n<p>In this full cleaning of living room, bedrooms and bathrooms should be done on regular basis</p>\r\n<p><strong>Spring clean (blitz)</strong></p>\r\n<p>Our spring clean service is designed for customers who don’t’ want a regular cleaner but every now and again want someone to come in and do a spring clean.</p>\r\n<p><strong>Bond cleaning</strong></p>\r\n<p>In this 100% surety of getting bond back is given. There is minimum time of 6 hours at $150</p>\r\n<p><strong>Eco-Clean</strong></p>\r\n<p>In this cleaning of living areas, bedrooms, and bathrooms is done with ecofriendly products</p>\r\n<p><strong>Oven cleaning</strong></p>\r\n<p>This is the part of regular cleaning services at a price of $25</p>\r\n<p><strong>New products</strong></p>\r\n<p>TO provide opportunities to our customers to buy high quality and environment friendly products we have teamed up with the Nature Care Products</p>\r\n<p><strong>Review of the email correspondence</strong></p>\r\n<p>Email 1 from customer:</p>\r\n<p>Received: 3 August 2021 10 am</p>\r\n<p>Logged 3 August 2021 1 pm</p>\r\n<p>Response sent out: 6 August 10 am</p>\r\n<p>Email 2 from customer:</p>\r\n<p>Received: 8 August 2021 10.30 am</p>\r\n<p>Logged 8 August 2021 1pm</p>\r\n<p>Response sent out: 12 August 6 pm</p>\r\n<p>Variances identified:</p>\r\n<p>Cost variances</p>\r\n<p>Quality variances</p>\r\n<p>Timeline variances</p>\r\n<p><strong>Actions to address identified issues with response time:</strong></p>\r\n<p>Reaction time or response time refers the difference between the time when we perceive something and when we reply to it.</p>\r\n<p>Reaction time varies on various factors:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Perception</li>\r\n<li>Processing</li>\r\n<li>Response</li>\r\n</ul>\r\n<p><strong>Way to improve the responsive information </strong></p>\r\n<p>Brain can be strengthened with the help of training and challenges. If the brain is trained on regular basis the connection will be healthier and stronger, it means when there will be the time to response then it will be very quick</p>\r\n<p>The program begins with an evaluation of client’s reaction time and also other capacities and then making the use of results for the preparation of a training program which is being created to their specific needs</p>\r\n<p>Also, for this, we had to:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Don’t make excuses.</li>\r\n<li>Set a system (and use it)</li>\r\n<li>Listen on social media.</li>\r\n<li>Leverage technology.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong> Delivery Analysis Meeting</strong></em></li>\r\n</ol>\r\n<p>Meeting Date: 27/09/2021</p>\r\n<p>Time: 11:00 AM</p>\r\n<p>Venue: Conference Hall</p>\r\n<p>We have conducted the meeting and the summarized points of the meeting were:</p>\r\n<p>Reactions of data needs and timelines</p>\r\n<p>Reaction on timeline with respect to the Customer Service Policy and Procedures and List of Services are:</p>\r\n<p><a name=\"_Toc83168890\"></a>Contact the customer within 3 working days to response to their complaints.</p>\r\n<p>Receipt of written correspondence will be send for:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>email within one working day</li>\r\n<li>mail within three working days</li>\r\n</ul>\r\n<p>Variances are being identified by reviewing of the email correspondence</p>\r\n<p>Review</p>\r\n<p>Email 1 from customer:</p>\r\n<p>Received: 3 August 2021 10 am</p>\r\n<p>Logged 3 August 2021 1 pm</p>\r\n<p>Response sent out: 6 March 10 am</p>\r\n<p>Email 2 from customer:</p>\r\n<p>Received: 8 August 2021 10.30 am</p>\r\n<p>Logged 8 August 2021 2 pm</p>\r\n<p>Response sent out: 12 August 6 pm</p>\r\n<p>Variances</p>\r\n<p>Cost variances</p>\r\n<p>Quality variances</p>\r\n<p>Timeline variances</p>\r\n<p>Proposed actions</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"654\">\r\n<p>Customers should be allowed to switch multiple channels yet enjoy the service quality. This will help to increase the goodwill of the brand</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"654\">\r\n<p>Acknowledge them with complete product training and knowledge</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"654\">\r\n<p><strong>Right skills should be used to train the professionals </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"654\">\r\n<p>Make sure that there are number of ways through which customers can share their feedbacks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"654\">\r\n<p>Make and implement strategies related to conflict resolution as soon as possible</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"3\">\r\n<li><em><strong> Email to Customer Service Team</strong></em></li>\r\n</ol>\r\n<p>To: The customer service team</p>\r\n<p>From:</p>\r\n<p>Subject: Summarizing the meeting minutes</p>\r\n<p>Respected Team members,</p>\r\n<p>The main aim of writing this mail is to overview the outcomes of the service delivery analysis meeting which was held. We discussed about the requirement of the information in respect with the policies and procedures.</p>\r\n<p>Identification of variance are been made through the email</p>\r\n<p>Proposed actions opted</p>\r\n<p>For better understanding I urge you to go through the attached document</p>\r\n<p>Thank you</p>\r\n<p>With regards<br /><br /><br /></p>\r\n<h3>Assessment Task 4</h3>\r\n<ol>\r\n<li><em><strong> Complex Complaint Briefing Report</strong></em></li>\r\n</ol>\r\n<p><strong>Ozhouse Clean</strong></p>\r\n<p><strong>Complex Complaints Briefing Report</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Summary of the issues</strong></li>\r\n</ul>\r\n<p>Redeeming of vouchers have been already enquired by the three customers. The voucher was being checked by the customer service office and is declared to be out of the date. The officers informs the customers that they cannot redeem their vouchers as they are expired. Whereas the two customers filed a complaint to the Fair Trading Department of not getting their vouchers redeemed by the refund policy is not applied to the such.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Analysis of relevant legislation.</strong></li>\r\n</ul>\r\n<p>On the 1<sup>st</sup> case the company have already set the current laws. The time period to redeem the voucher if of three years. The fallowing law as mentioned in the Fair Trading website (In NSW, the vouchers are being sold with the time period of expiration in three years in NSW and there will be no administration fees. This is in the Fair Trading Act 1987 which is being applicable to vouchers which is sold from 31<sup>st</sup> march 2018. )</p>\r\n<p>In the 2nd case, there’s a right for everyone to demand the refund have all the rights to demand for a refund, the fault is of the company because of the delay in the process.</p>\r\n<p>In the 3<sup>rd</sup> case, there’s a right of the company to decline the request of the customer because the condition clearly informs that the voucher is applicable for an hour only.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Issues with use of group buying web sites for businesses, including benefits and pitfalls.</strong></li>\r\n</ul>\r\n<p>The company uses the group buying websites as a main strategy to get new customers since it has a lot of benefits which include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Don’t have to pay anything</li>\r\n<li>No charge to view the site</li>\r\n<li>Reachable to the vast</li>\r\n<li>They upsell people when they are onsite</li>\r\n<li>Details can be saved easily.</li>\r\n</ul>\r\n<p>The main Pitfall with it concerning the company is that:</p>\r\n<p>The cost and its maintenance is very high because of the high representation cost</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Recommendations for actions, including response to the customers, as well as recommendations that can be adopted internally to avoid this situation reoccurring.</strong></li>\r\n</ul>\r\n<p>Ozhouse clean listens to the complaints of the customers. If they want to make any complaint, it can be made through emails and phones</p>\r\n<p>The customer will get a response within the 3 working days.</p>\r\n<p>Ozhouse cleans also response to the feedbacks and send a link of a online survey to all the customers to complete.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong> Email to Assessor</strong></em></li>\r\n</ol>\r\n<p>To: assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Briefing Report</p>\r\n<p>Dear team,</p>\r\n<p>Attachment of brief report. The main topics are:</p>\r\n<ol>\r\n<li>Summarising the problems.</li>\r\n<li>Analysis of relevant legislation.</li>\r\n<li>Issues with use of group buying web sites for businesses, including benefits and pitfalls.</li>\r\n</ol>\r\n<p>Suggestions for the actions inclusive of all the response to the customer as well as the suggestions that can be accepted internally.</p>\r\n<p>For further information, kindly contact me.</p>\r\n<p>Regards,<br /><br /><br /></p>\r\n<h3>Assessment Task 5</h3>\r\n<ol>\r\n<li><em><strong> Conduct Research</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Define a clear, attainable goal for your survey.</li>\r\n</ul>\r\n<p>What is clear, attainable goal? For example: if you want to know why the customers are leaving the business at such a high point. Rather than focusing on the goals like: “better understanding of the customer satisfaction”. The goal need to be “ quite understanding that what factors and because of what reasons which the customers are leaving the company.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Keep the more personal questions to the end.</li>\r\n</ul>\r\n<p>Surveys should be treated like conversations</p>\r\n<p>Will you start the conversation by asking someone what’s their age? No. you will start the conversation with small things and will further move to personal topics. Likewise, early set of questions which are to asked should be light</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Don’t let your survey get too long.</li>\r\n</ul>\r\n<p>Don’t let the surveys go for too long, respect their time by not taking it too long.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Don’t ask leading questions.</li>\r\n</ul>\r\n<p>In this don’t put you opinions in the questions that you ask. Doing this can influence their minds and their response can change</p>\r\n<p>For example, instead of asking: “was our friendly customer services helpful or not?” Ask: “Was our customer service representatives helpful or unhelpful?”</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Stay away from asking double-barreled questions.</li>\r\n</ul>\r\n<p>Double-barreled questions are when you ask for feedback on two different things.</p>\r\n<p>For example:</p>\r\n<p>“Rate the quality of our product and support?”</p>\r\n<p> How will you reply to this question? The quality of support? They might skip the question as they didn’t get it</p>\r\n<p>Double-barreled question can be fixed either by choosing only one question to be asked or dividing the question into two parts</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Preview your survey before you send it.</li>\r\n</ul>\r\n<p>Think of sending the survey report without adding the question. Or you forgot to add few essential questions. In both the cases, you will end up being frustrated</p>\r\n<p>To avoid such mistakes in the survey report, design and preview the survey very well and also share it with other to get to know about your mistakes</p>\r\n<p>Some of the steps followed in customer survey report are,</p>\r\n<ol>\r\n<li>Who should be interviewed?</li>\r\n<li>What should be measured?</li>\r\n<li>How should the interview be carried out?</li>\r\n<li>How should satisfaction be measured?</li>\r\n<li>What do the measurements mean?</li>\r\n<li>How to use a customer satisfaction study to greatest effect?</li>\r\n</ol>\r\n<p><strong>Research methods:</strong></p>\r\n<p>This includes postal questionnaire, face-to-face interviews, and telephone interviews. Various methods can be used to answer the questions</p>\r\n<p><strong>Postal questionnaires</strong></p>\r\n<p>In this method questionnaires are being send to the large number of people the response rate of this method is very low, depending upon the length and content of it</p>\r\n<p><strong>Face-to-face interviews </strong></p>\r\n<p>In Face-to-face interviews the interview is being done between the respondent and the researcher on a personal level. Few questions is being asked by the researcher. It is more costly and much more time consuming method</p>\r\n<p><strong>Telephone interviews</strong></p>\r\n<p>These are the surveys which allow the interaction between two parties. These are much more faster and cheaper way of interviewing.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong> Customer Survey</strong></em></li>\r\n</ol>\r\n<p><strong>Questions which related to the creation of a better Customer Service:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"268\">\r\n<p><strong>Services</strong></p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong>Totally Satisfied</strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong>Somewhat Satisfied</strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong>Totally dissatisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Services being offered by the Ozhouse are of high quality?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>How much rating will you give to Ozhouse Clean company?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>What rating will you give to the quality of products which are used?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Were you got aware about the special day by the waiters and also about the discount on the services provided by Ozhouse cleaning company?</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Will you like to use the Ozhouse clean services again?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Will you recommend Ozhouse Clean to others?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Does the management of the company answers all the questions?</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Rate the Overall services Ozhouse Clean company</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Are the mails being responded within 3 working days</p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"268\">\r\n<p>Rate the Overall services Ozhouse Clean company          </p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"88\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong> Email to Assessor</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Customer feedback</p>\r\n<p>Respected manager</p>\r\n<p>I would like to inform you that we have introduced the programme of customer feedback. This is done to improve the customer satisfaction of Ozhouse cleaning. Visualization of customer feedback should be made on television after every month, this will help to improve the customer services facility.</p>\r\n<p>Regards,<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong> Customer Survey Report</strong></em></li>\r\n</ol>\r\n<p><strong>Ozhouse Clean </strong></p>\r\n<p><strong>Customer survey report</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p>The information was collected from the survey of 300 customers in regards to the satisfaction of cleaning services, ease in running the business, proposal and ideas for the development.</p>\r\n<p><strong>Analysis</strong></p>\r\n<p>Customer satisfaction for the cleaning services is just by 42% which should be 80% which is the double of the received percentage. Working together will help in achieving the percentage level of 47%, whereas 72% of customers were ready to reuse this services. Moreover the customer who recommended this services to others were 63% which is not bad.</p>\r\n<p><strong>Overall </strong></p>\r\n<p>The performance of company is on average base in accordance to the customer satisfaction, which is very important for the success of the company. If the company focuses more a particular areas which needs to be improved then it will be a great success.</p>\r\n<p><strong>Table of Customer analysis of Report</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"118\">\r\n<p> </p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong>Satisfied</strong></p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong>partially Satisfied</strong></p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong>Totally dissatisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"118\">\r\n<p>Total Result</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>26</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>18</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>1</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"118\">\r\n<p>Convenience</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>20</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>19</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>8</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>2</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"118\">\r\n<p>Customer using service again</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>42</p>\r\n</td>\r\n<td width=\"118\">\r\n<p> </p>\r\n</td>\r\n<td width=\"118\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>0</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"118\">\r\n<p>Suggestions of services to others</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>38</p>\r\n</td>\r\n<td width=\"118\">\r\n<p> </p>\r\n</td>\r\n<td width=\"118\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>0</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Recommendations</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Focus on time management, one must make a schedule which will be beneficial for both, customer as well as the to you</li>\r\n<li>Learn what are the needs of the clients bye spending some time on social media</li>\r\n<li>To avoid fumes and smells around the home from furniture, use of ecological friendly products should be made.</li>\r\n<li>One must be aware about the new products and must always learn about it through suppliers or from other trade organizations</li>\r\n<li>Advertise through flyers, local brochures or magazines</li>\r\n<li>For cleaning business to grow, focus should be more than on cleaning only.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong> Email to Team</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Attachment: CustomerSurveyReport</p>\r\n<p>Subject: Analysis of customer survey and feedback</p>\r\n<p>Respected manager,</p>\r\n<p>I would like you to pay attention to the analysis of the customer feedback which is being attached with this email. There is more than hundred feedbacks of the customers which is being attached in a synchronised way. Kindly read the report.</p>\r\n<p>Kindly give suggestions for any change if you feel there is any.</p>\r\n<p>Regards</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 4, NULL, 'Manage Quality Customer Service BSBCUS501', 'BSBCUS501 Manage Quality Customer Service case study are no more time-consuming as Professional Assignments Help are here for your help in this.', 'Manage Quality Customer Service BSBCUS501', 'manage-quality-customer-service-bsbcus501', '2021-10-14 01:34:57', '2021-10-23 01:02:07');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(235, 'Develop and Use Emotional Intelligence (BSBLDR511)', '<h3><br />Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>Emotional intelligence</strong></em></li>\r\n</ol>\r\n<p>The term emotional intelligence means that individual should have the ability to manage his emotions and also have the ability to control their emotions. The employees or employers who have high emotional intelligence are always better and good at co- operating with other colleagues and also manage their work stress at their workplace and can easily manage their work and personal life individual</p>\r\n<p><strong>Importance of Emotional Intelligence at workplace:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always ready to learn about the expectations of people or employee at the workplace.</li>\r\n<li>Always try to put the needs of the other people ahead, whatever they require.</li>\r\n<li>Always be polite with the people who committed the mistake.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><strong>five essential principles of emotional intelligence as defined by Daniel</strong></li>\r\n</ol>\r\n<p>Following are the five essential principles of emotional intelligence that has been by Daniel Goleman</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Self-Awareness: </strong>It means that person should be completely aware about his strengths, weakness and about their emotions</li>\r\n<li><strong>Self-Regulations: </strong>It means that person should have the control of their impulsive attitudes</li>\r\n<li><strong>Motivation: </strong>It means that person should be quite motive and they should have the feeling of working on their specific tasks with good motivation.</li>\r\n<li><strong>Empathy: </strong>It means that person should be empathetic towards their colleagues and others</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Key principles ofthe Emotional Intelligence Theory developed by Caruso and </strong><strong>Salovey(2004).</strong></em></li>\r\n</ol>\r\n<p>Following are the key principles of the emotional intelligence theory which has been developed by Caruso and Salovey (2004).</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>First principle is that Emotion is the information</strong></li>\r\n<li>Emotions are the reaction which every individual have and it is personally appropriate interactions and the situation which they have to deal with every day.</li>\r\n<li><strong>Second principle is that emotion can be ignore, but ignoring your emotion does not work well</strong></li>\r\n<li>Thinking, judgements and emotions are interconnected with each other. Our responses for these emotional responses for every situation, it can be either with co-workers, family or friends these can be highly influence our relationship with them in positive or negative ways and it can also measure our performance at the job.</li>\r\n<li>As much as we try to hide our emotions, we can never hide them perfectly.</li>\r\n<li>There can be chances of decisions to be incorporate which can be do to make the emotion more effective.</li>\r\n<li>Emotions always follow a logical pattern.</li>\r\n<li>There is an existence of emotional universal, where as it does not specify it.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Three strategies that can be used to build emotional intelligence</strong></em></li>\r\n</ol>\r\n<p>Following are the three strategies that can be used to build the emotional intelligence:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>First strategy to have active listening skills</li>\r\n<li>Employee should also be motivated towards their workplace.</li>\r\n<li>He must practice the ways in which he can maintain his positive attitude.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Manager with high emotional </strong><strong>intelligence can assist in achieve business</strong></em></li>\r\n</ol>\r\n<p>Emotional intelligence is not considered as any trend, it has been considered almost by the leading companies who have compiled it as the statistical evidence for their employees, they also believe that emotional intelligence can help them to earn good revenue. Where as companies who have employees with good and strong emotional intelligence have analyzed the increase in their productivity and their total sales.</p>\r\n<p>For example: Lets consider the example of Sales target: in this manager should always encourages their employees or the staff members and will always give the equal opportunities to each of his employees to complete their sales target by the end of the month.<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>The importance of recognising cultural differences in emotional intelligence</strong></em></li>\r\n</ol>\r\n<p>It is quite important to have or recognizing the different culture. In Australia everyone belongs to different cultures and countries here, Australia is considered as multiculture country as people in Australia follows different religions and traditions they prefer to have food from their tradition of religion and each and every individual has respect for their tradition and culture because the country has been diversed.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Two ways of communicating effectively with adiverse work force with varying</strong></em></li>\r\n</ol>\r\n<p>Following are the two ways of communication effectively:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Developing good listening skills.</li>\r\n<li>Encouraging the self-expression</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Two ways of using emotional intelligence </strong><strong>to build effective workplace </strong><strong>relationships</strong></em></li>\r\n</ol>\r\n<p>Following are the two ways which is used for emotional intelligence and these ways helps in building effective workplace relationships:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Employee should have better management at conflict management</li>\r\n<li>He should also have the ability to recognize or manage his emotions at the workplace.</li>\r\n<li>Never make any decisions while being emotional.</li>\r\n</ul>\r\n<br />\r\n<h3>Assessment Task 2</h3>\r\n<ol>\r\n<li><em><strong>Personality Test</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,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\" alt=\"\" width=\"551\" height=\"441\" /><br /><br /><em><strong>     2. Review the results of Personality Test<br /></strong></em><br /><strong>a. Document the ratings</strong><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Personality Factor</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Score</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Rating</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Openness to experience</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>22</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Lo w</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Conscientiousness</p>\r\n<p>(Work ethic)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>95</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Very High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Extraversion</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>29</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Low</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Agreeableness</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>74</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"226\">\r\n<p>Natural reactions</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>21</p>\r\n</td>\r\n<td width=\"153\">\r\n<p>Low</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><br />b. Reflect on the results</strong><br />\r\n<p>According to me I believe that performing hard and give 100% of myself in each and every task can increase my performance. As I always enjoy the work which I am involved in. I believe in remaining clam whatever the situation comes in my way and I also do not easily get stressed because of the pressure of the work. I also have helping and friendly behaviour which also means I am always ready to help my colleagues in their difficult situations or work which they are not able to understand<br /><br /><strong>c. Questions asked as part of the personality test and your learnings as part of this unit, identify five of your emotional strengths.</strong></p>\r\n<p>Following are the five emotional strengths which I have discovered within myself:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I am completely aware about my strengths, weakness and the emotions which I am having within myself</li>\r\n<li>Self-regulation: I believe that I am self-regulated person which means I can easily handle or manage my emotions or my impulse attitude.</li>\r\n<li>Empathy: I believe that I am empathetic towards others as I am very supportive by nature and easily gets in helping the one who needs me at the time.</li>\r\n<li>Motivation: I believe I am self-motivated which mean I love doing my work and I don’t believe being lazy.</li>\r\n<li>I am very good at social-skills means I can easily manage health relationship between me and my workplace.</li>\r\n</ul>\r\n<br /><strong>d. Questions asked as part of the personality test and your learning as part </strong><strong>of this unit, identify five of your emotional weaknesses?</strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li>I can not compromise my interest and passion for anyone in world not even for my family and friends.</li>\r\n<li>I really don’t know that how to say no to others because of my helping nature.</li>\r\n<li>One of my weaknesses is that I easily start criticising myself whenever I see someone good</li>\r\n<li>I am afraid from public speaking.</li>\r\n<li>I have to work on my presentation skills.</li>\r\n</ul>\r\n<strong>e. Believe the emotional strengths you have identified above help your workplace performance and relationships.</strong><br />\r\n<p>I believe that the strengths that I have identified in myself will surely help in my performance within the workplace.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Self-awareness ensures that I do not hurt the sentiments of others and do not stick in to the situation.</li>\r\n<li>My Empathetic nature helps me maintaining the healthy and helpful atmosphere within the workplace.</li>\r\n<li>Self-Regulation strengths helps in understanding the situation and emotions of my colleagues and this behaviour can also help me from being impulsive at my workplace.</li>\r\n<li>I always feel myself motivated as I keep my thoughts away from the negativity and I always believe in working hard and creating a positive attitude towards ever situation which also helps in creating the positive environment at least from my side at the workplace.</li>\r\n</ul>\r\n<strong>f. Emotional weaknesses hinder your workplace performance</strong><br />\r\n<p>As I have lots of strengths within me there are also some weaknesses also which I have identified some of the weakness which have created lots of problems in my performance and relationship:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Because of my helpful nature or behaviour I have identified that I am not able to say no to my colleagues which has created lots of problem and also affected my performance.</li>\r\n<li>Next weakness is that I have Non-compromising nature which means I can not compromise my passion or interests which results sometime in huge fight or arguments.</li>\r\n<li>As I know I have to work a lot on my presentation skills due which I am not able to present my ideas or thoughts to my boss or manager.</li>\r\n<li>I am quite afraid of public speaking which lead me to not to participate in any presentation or event.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"166\">\r\n<p><strong>Personal stressor</strong></p>\r\n</td>\r\n<td width=\"221\">\r\n<p><strong>What is your stress response</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Actions to address</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Working hours are quite longer</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Stress</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Talk with employer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Deadlines are very tight</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Depression</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Tasks need to be schedule so, that deadlines can be met.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Work is quiet boring sometimes</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Disinterest</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Always find the ways of doing the work which can be creative.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>There is lots of workload</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Frustration</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Always be organized towards the work and also prepare the to do lists for the work.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> g. Review the following list of needs and choose at least three that most trigger your emotions when you don’t get these needs met.Consider this question in the context of the</strong></p>\r\n<ol>\r\n<li>Acceptance</li>\r\n<li>Beunderstood</li>\r\n<li>Beincontrol</li>\r\n<li>Attention</li>\r\n<li>Peacefulness</li>\r\n<li>Order</li>\r\n<li>Safety</li>\r\n<li>Respect</li>\r\n<li>Beneeded</li>\r\n<li>Beright</li>\r\n<li>Comfort</li>\r\n<li>Balance</li>\r\n<li>Variety</li>\r\n<li>Predictability</li>\r\n<li>Newchallenges</li>\r\n<li>Beloved/liked</li>\r\n<li>Bevalued</li>\r\n<li>Betreatedfairly</li>\r\n<li>Freedom</li>\r\n<li>Consistency</li>\r\n<li>Included</li>\r\n<li>Autonomy</li>\r\n<li>Fun</li>\r\n</ol>\r\n<p>Now complete the table below.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"187\">\r\n<p><strong>Need and why this need is important to you at work</strong></p>\r\n</td>\r\n<td width=\"213\">\r\n<p><strong>What is your emotional response when this need is not met?</strong></p>\r\n</td>\r\n<td width=\"201\">\r\n<p><strong>Emotional control mechanism</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Peace.</p>\r\n<p>In a peaceful environment I can do my work more concentration and properly.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Frustration</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always try to be calm for that I always prefer to do meditation or yoga.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I love to be stay organized with my work desk and the documents that I required during the working hours.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Anger</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always try to perform the tasks in specific order, which can help in reducing the confusion at the completion of the tasks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I always try to be consistent</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Lack of confidence</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>I always try to focus on the tasks that are consistent and also help me in increasing my motivator or productivity.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I always love being treated equally and I always treat the other employees equally</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Lack in motivation</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always explain the employers for the organization to treat the employees equally.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><strong>h. Identify and describe at least three.</strong>\r\n<ul class=\"unordered-listing\">\r\n<li>Always note it down the things which makes you happy and what can create sadness, worries and inferior within you. It is better to make the list of them to avoid stuck into the situation or moods swings.</li>\r\n<li>Always prepare a list or note it down about the qualities and things that can leave a positive or negative impact on the others. Remember that those qualities are reflection of you towards the people.</li>\r\n<li>It always the best method or way to have the second opinion on the things or the decision which you are not sure about. It is always helpful if you’re doubting on something.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Email to Assessor</strong></em></li>\r\n</ol>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the personality test results and the screenshot and the review of the test results.</p>\r\n<p>Dear Assessor,</p>\r\n<p>Hello Sir, I am writing this email to inform you that I have taken the personality test which have helped me a lot in identifying my strengths and weakness that I was unaware about till now, and I have also identified about the things that I have to work upon and I am attaching the personality test with this email and I am also attaching the screenshot of the results within this email.</p>\r\n<p>Regards,<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Meet the Assessor</strong></em></li>\r\n</ol>\r\n<p>Date: 25-09-2021</p>\r\n<p>Time: 11:00 AM</p>\r\n<p>Results of Personality tests</p>\r\n<p><strong>Overview of the results</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Personality Factor</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>Score</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Rating</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Openness to experience</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>22</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Lo w</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Conscientiousness</p>\r\n<p>(Work ethic)</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>95</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Very High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Extraversion</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>29</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Low</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Agreeableness</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>74</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"234\">\r\n<p>Natural reactions</p>\r\n</td>\r\n<td width=\"152\">\r\n<p>21</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Low</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Personal stressors, resulting emotions and actions to control emotional responses:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"166\">\r\n<p><strong>Personal stressor</strong></p>\r\n</td>\r\n<td width=\"221\">\r\n<p><strong>What is your stress response</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Actions to address</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Working hours are quite longer</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Stress</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Talk with employer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Deadlines are very tight</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Depression</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Tasks need to be schedule so, that deadlines can be met.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>Work is quiet boring sometimes</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Disinterest</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Always find the ways of doing the work which can be creative.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>There is lots of workload</p>\r\n</td>\r\n<td width=\"221\">\r\n<p>Frustration</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Always be organized towards the work and also prepare the to do lists for the work.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Emotional responses that have been encountered which results to unmet the requirements</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Stress</li>\r\n<li>Depression</li>\r\n<li>Frustration</li>\r\n<li>Lack of motivation</li>\r\n<li>Anger</li>\r\n<li>Lack of confidence</li>\r\n</ul>\r\n<p><strong>Effective Strategies that have helped to control the emotional responses.</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always try to be calm for that I always prefer to do meditation or yoga.</li>\r\n<li>Always try to perform the tasks in specific order, which can help in reducing the confusion at the completion of the tasks</li>\r\n<li>I always try to focus on the tasks that are consistent and also help me in increasing my motivator or productivity.</li>\r\n<li>Always explain the employers for the organization to treat the employees equally.</li>\r\n</ul>\r\n<p><strong>Selected needs at the workplace:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"187\">\r\n<p><strong>Need and why this need is important to you at work</strong></p>\r\n</td>\r\n<td width=\"213\">\r\n<p><strong>What is your emotional response when this need is not met?</strong></p>\r\n</td>\r\n<td width=\"201\">\r\n<p><strong>Emotional control mechanism</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Peace.</p>\r\n<p>In a peaceful environment I can do my work more concentration and properly.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Frustration</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always try to be calm for that I always prefer to do meditation or yoga.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I love to be stay organized with my work desk and the documents that I required during the working hours.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Anger</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always try to perform the tasks in specific order, which can help in reducing the confusion at the completion of the tasks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I always try to be consistent</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Lack of confidence</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>I always try to focus on the tasks that are consistent and also help me in increasing my motivator or productivity.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>I always love being treated equally and I always treat the other employees equally</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Lack in motivation</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Always explain the employers for the organization to treat the employees equally.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Emotional Strengths and its impact on workplace:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I am completely aware about my strengths, weakness and the emotions which I am having within myself</li>\r\n<li>Self-regulation: I believe that I am self-regulated person which means I can easily handle or manage my emotions or my impulse attitude.</li>\r\n<li>Empathy: I believe that I am empathetic towards others as I am very supportive by nature and easily gets in helping the one who needs me at the time.</li>\r\n<li>Motivation: I believe I am self-motivated which mean I love doing my work and I don’t believe being lazy.</li>\r\n<li>I am very good at social-skills means I can easily manage health relationship between me and my workplace.</li>\r\n</ul>\r\n<p><strong>Impact on workplace</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Because of my helpful nature or behaviour, I have identified that I am not able to say no to my colleagues which has created lots of problem and also affected my performance.</li>\r\n<li>Next weakness is that I have non-compromising nature which means I cannot compromise my passion or interests which results sometime in huge fight or arguments.</li>\r\n<li>As I know I have to work a lot on my presentation skills due which I am not able to present my ideas or thoughts to my boss or manager.</li>\r\n<li>I am quite afraid of public speaking which lead me to not to participate in any presentation or event.</li>\r\n</ul>\r\n<p><strong>Emotional Weakness and its impact on workplace</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I cannot compromise my interest and passion for anyone in world not even for my family and friends.</li>\r\n<li>I really don’t know that how to say no to others because of my helping nature.</li>\r\n<li>One of my weaknesses is that I easily start criticising myself whenever I see someone good</li>\r\n<li>I am afraid from public speaking.</li>\r\n<li>I have to work on my presentation skills.</li>\r\n</ul>\r\n<p><strong>Impact on Workplace</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Because of my helpful nature or behaviour, I have identified that I am not able to say no to my colleagues which has created lots of problem and also affected my performance.</li>\r\n<li>Next weakness is that I have non-compromising nature which means I cannot compromise my passion or interests which results sometime in huge fight or arguments.</li>\r\n<li>As I know I have to work a lot on my presentation skills due which I am not able to present my ideas or thoughts to my boss or manager.</li>\r\n<li>I am quite afraid of public speaking which lead me to not to participate in any presentation or event.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop an emotional intelligence development plan</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"173\">\r\n<p><strong>Name:</strong></p>\r\n</td>\r\n<td width=\"324\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p><strong>Date of development:</strong></p>\r\n</td>\r\n<td width=\"324\">\r\n<p> </p>\r\n<p>23-09-2021</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Emotional Intelligence Development Plan</strong><strong> </strong><strong> </strong></p>\r\n<p><strong>Your Priorities</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"183\">\r\n<p>Identified area of emotional intelligence development</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Assign a priority and briefly describe why.</p>\r\n</td>\r\n<td width=\"423\">\r\n<p>Actions to improve area of emotional intelligence development</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"183\">\r\n<p><em>1.    </em>Empathy</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Priority 1</p>\r\n<p>Empathy will at the top most priority because it will help me to experience good and helping relationship with others at my workplace.</p>\r\n</td>\r\n<td width=\"423\">\r\n<p>I will be quite open and approachable for others. I will completely open myself towards other and will help in exchanging the empathy attitude towards other.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"183\">\r\n<p><em>2.    </em>Agreeableness</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Priority 3</p>\r\n<p>It helps in creating the good relationships</p>\r\n</td>\r\n<td width=\"423\">\r\n<p>Positive nature</p>\r\n<p><em> </em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"183\">\r\n<p><em>3.    </em>Natural reactions</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Priority 5</p>\r\n<p> </p>\r\n<p>This will help in being calm and relaxing towards each and almost every situations.           </p>\r\n</td>\r\n<td width=\"423\">\r\n<p>I will be stay calm and always try to stay motivated towards the situation of being pressure of work.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"183\">\r\n<p><em>4.    </em>Self-awareness</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Priority 2</p>\r\n<p>This is because it will help me in identifying and understanding myself. So, that I can understand the emotions and characteristics of myself.</p>\r\n</td>\r\n<td width=\"423\">\r\n<p>I will always try to look at my own selves and try to pay attention towards me to understand myself more.</p>\r\n<p> </p>\r\n<p><em> </em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"183\">\r\n<p><em>5.    </em>Self-management</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Priority 4</p>\r\n<p>Will always complete my work more effectively</p>\r\n</td>\r\n<td width=\"423\">\r\n<p>I will always maintain and keep the records of my work.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Email to Assessor</strong></em></li>\r\n</ol>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the emotional intelligence development plan.</p>\r\n<p>Dear Assessor,</p>\r\n<p>Hello Sir, I am writing this email to inform you that I have prepared the emotional intelligence plan according to the template that was provided to me. This plan have helped me in identifying the emotional abilities that I was having within me. I am attaching the document with this email. Please have a look at the development plan.</p>\r\n<p>Thank you</p>\r\n<p>Regards</p>\r\n<p> </p>\r\n<h3>Assessment Task 3</h3>\r\n<p><em><strong>1. Staff emotional Intelligence Report</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>As Yuko I must have a feeling on lonely.</li>\r\n<li>I must have criticised myself.</li>\r\n<li>I must have felt ashamed of myself.</li>\r\n<li>I must have fear within myself.</li>\r\n<li>I must be embarrassed of myself.</li>\r\n</ul>\r\n<br />\r\n<p><em><strong> 2. E</strong><strong>motions that Beryl </strong><strong>could be feeling? List atleast five possibilities.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>As a Beryl I must have felt ignored</li>\r\n<li>I must have felt disobeyed within the organization.</li>\r\n<li>I must have felt unimportant within the company.</li>\r\n<li>I must have felt annoyance for the company</li>\r\n<li>I must have felt disrespectful</li>\r\n</ul>\r\n<br /><em><strong>3. effect of the workplace situation on the manager and possible emotions they could be feeling</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>They might have felt confused</li>\r\n<li>They might be disappointed</li>\r\n<li>They might have fear within themselves</li>\r\n<li>They might have a feeling of unworthy</li>\r\n<li>They might have irrigation feeling.</li>\r\n</ul>\r\n<br /><strong>4. <em> Cultural differences in emotions and differences between Australian and</em></strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li>If we consider the Australian culture, they are quite open towards the different opinions and they also have accepted the other people’s way in which they do things differently. On other hand Japanese culture is more anxious and about finding the appropriate ways of doing the things more appropriately just to make the uncertainty index too high. They might have preferred the specific structure for the specific circumstances and the employees which also helps in showing the high level of the commitments of the company.</li>\r\n<li>Where as Japanese also have the feeling of uncomfortable whenever the faced with any eye-contact as they were already taught these things to them when they were too young of age just to ignore the humility. On other hand there is always automatic response from the Australian culture, they always make eye-contact with the person who is speaking with them.</li>\r\n</ul>\r\n<br /><em><strong>5. Techniques would you use to ensure that Beryl and Yuko can </strong><strong>express their thoughts and Feelings</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Explaining policies and procedures of the company to them.</li>\r\n<li>Allowing them learn from the people which are working around them and who are quite confident and comfortable in expressing their thoughts and feelings.</li>\r\n</ul>\r\n<br /><em><strong>6. Techniques would you use to ensure that Beryl and Yuko can reflect on the effect of their behaviour and emotions</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Deep breathing and meditation techniques to calm their mind.</li>\r\n<li>Never make decision whenever you are angry and never respond to anything.</li>\r\n</ul>\r\n<br /><em><strong>7. Advice could you give to Beryl and Yuko to assist them in self-managing their emotions.</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Always try to speak about your problems to someone.</li>\r\n<li>Always admit the mistakes that you have made.</li>\r\n<li>Always show the feeling of Empathy and kindness towards others, which will surely helps in reducing the worrying about yourself.</li>\r\n<li>Always have a control on Self-talk.</li>\r\n<li>Always exercise and meditate.</li>\r\n</ul>\r\n<br /><em><strong>8. Step-by-step approach for resolving the workplace situation.</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Always define the problem and try to identify it.</li>\r\n<li>Always try to clarify the problem and the reason for it.</li>\r\n<li>Always try to find the root of the problem which have created the problem so much.</li>\r\n<li>Always prepare the Action plan for your problem.</li>\r\n<li>Try to execute the action plan properly.</li>\r\n<li>Always evaluate the results of the action plan</li>\r\n<li>Try to improve continuously.</li>\r\n</ul>\r\n<br /><em><strong>9. Questions (at least five)to ask Beryl and Yuko at the meeting</strong>.</em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Do your employees communicate with you?</li>\r\n<li>Do they communicate with each other properly?</li>\r\n<li>Yuko and Beryl please express your feelings?</li>\r\n<li>Have you ever experienced any sort of discrimination or harassment at the workplace?</li>\r\n<li>Do your working environment is peaceful or not?</li>\r\n</ul>\r\n<p><em><strong> 10. </strong><strong>Email to Assessor</strong></em></p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attach staff Emotional Intelligence Report</p>\r\n<p>Dear Assessor,</p>\r\n<p>Hello Sir, I have prepared the staff emotional intelligence report according to the template that was provided to me. I have mentioned all the details within the report.</p>\r\n<p>I am also attaching the report with this email.</p>\r\n<p>Please have a look at the report and also provide me with your valuable feedback.</p>\r\n<p>Thank you</p>\r\n<p>Best Regards,<br /><br /><em><strong>11. Meet with Staff</strong></em></p>\r\n<p>Time: 24-09-2021</p>\r\n<p>Time: 3:00 PM</p>\r\n<p>Location: Hobert’s conference venue, Australia</p>\r\n<p>Meeting Head: HR Manager</p>\r\n<p><strong>Purpose of the meeting:</strong>The purpose of the meeting is to identify the solutions related to the conflict that has been occurred between Yoko and Beryl.</p>\r\n<p>HR Manager: Hello, Yoki and Beryl. I have identified that the conflict that have took place between you both. I want you guys to explain everything and the reason to me so that I can help you guys.</p>\r\n<p>Yoko: Yes sir, can I get permission to keep my point to you first.</p>\r\n<p>HR Manager: Yes, sure.</p>\r\n<p>Yoko: Sir, when I visit to Beryl with any proposal or ideas, she instantly rejects those without even listening to me and she does not even let me explain my ideas or recommendation to her. So, I have this issue as she is not treating every employee equally. This is the only issue which I have with her.</p>\r\n<p>HR Manager: Okay, what about you Beryl</p>\r\n<p>Beryl: Sir, as you already know that I have more experience than yoko as I am already working with this association from last 7 years and Yoko does not respect me and my opinions at all. As, due to this issue I do not like to listen to her at all.</p>\r\n<p>HR Manager: Ok, after listening to your both point of view. As you both are aware that this is an organization. In this organization you both have to work with each other with proper cooperation. As I am already aware that you both are extremely hard-working and loyal employees for the organization. You yourself should try to solve this issue and have to cooperate with each other to attain success and promotion within the organization.</p>\r\n<p>Beryl: I agree with you sir, as I have been working with this organization and same as Yoko, but Yoko never respected me and never listen to me.</p>\r\n<p>HR Manager: I understand your concern Beryl. But there is no such issues. You both are faithful and hardworking staff. Every staff member is having proper experience. I want to say that you both please respect the feelings of each other and other staff also.</p>\r\n<p>Yoko: Sir, I was not having an idea about the issue which Ms Beryl has raised. Whenever I develop myself. I never wanted to disrespect someone.</p>\r\n<p>HR Manager: Beryl I think you have already heard that Yoko was not having any intention to hurt you. I am upset with this explanation. As I already know her from a while she is a decent and polite chief. Productivity also deals with the individuals and please complete your work.</p>\r\n<p>Beryl: Thank you sir, I think I was in a lot of pressure of work at that time.</p>\r\n<p>HR Manager: Good, Beryl, you should know that Yoko is from Japan and she is quite familiar with the English language and also have her social foundation from the Japan which is very much surprising from Australians.And all the very best to both of you! Always work together and try to achieve the authoritative objectives.</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 5, NULL, 'Develop and Use Emotional Intelligence BSBLDR511', 'Go through our sample of BSBLDR511 Develop and Use Emotional Intelligence and get help in preparing such unique content with our experts on time.', 'Develop and Use Emotional Intelligence BSBLDR511', 'develop-and-use-emotional-intelligence-bsbldr511', '2021-10-14 04:22:43', '2021-10-23 02:02:30');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(236, 'Maintain the quality of perishable item (SITXINV002)', '<h3><br />Assessment 1</h3>\r\n<p><em><strong>Question 1: A perishable food item is a food that has a reasonably short shelf life. Complete the table below by filling in the six different categories of perishable food items along with at least three examples for each category.</strong></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Category</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Examples</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Prepared fruits andvegetables</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Salads and cut fruits</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Rawandcookedmeat/poultry</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Steak tartare and chicken</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Fruitsandvegetables</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Apple, potatoes, carrots and cabbages</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Dairyproducts</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Milk and cheese</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Seafood</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Shellfish and fish</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p>Cookedfood</p>\r\n</td>\r\n<td width=\"350\">\r\n<p>Pasta and noodles</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li><strong> List three semi-perishable food items.</strong></li>\r\n</ul>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"42\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Potato</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Ginger</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p><strong>3</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Arbi</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong> </strong><strong>Explain why it is important for any food business to protect perishable food items from contamination. Provide at least six reasons.</strong></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"42\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Avoid wastage of food</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Illness should be avoided</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>For maximizing the profit.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>By reducing the wastage of food, protect the environment</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>It is good for planet</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>It is good for economy as well.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 2: You have been asked to conduct temperature checks on a delivery of perishable food supplies. You must complete the table below, assuming that all food supplies have been received at the adequate temperature for delivery.</strong></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Food type</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>Temperature</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Cooked meat</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>75 °C</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Uncooked fish</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>-20°C</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Frozen food</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>-18°C</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Milk and cream</p>\r\n</td>\r\n<td width=\"285\">\r\n<p> 2°C to 4°C</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Leafy green vegetables</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>2° to 4°C</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"187\">\r\n<p>Eggs</p>\r\n</td>\r\n<td width=\"285\">\r\n<p>7°C</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 3: Describe the meaning of ‘wastage’ of food in a commercial catering organisation.</strong></em></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"533\">\r\n<p>Consumers and the food-service industry generally lead to food wastage but it can also be a by-product of manufacturing operations.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Explain why all measures should be taken to avoid wastage.</strong></li>\r\n</ul>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"524\">\r\n<p>Storing large amount food should be avoided</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"524\">\r\n<p>Learn how to preserve and store the food correctly</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 4: What are the three generic types of contamination that food must be protected from?</strong></em></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"37\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"510\">\r\n<p><strong>When the food is contaminated by the other living organism then it is known as b</strong><strong>iological contamination</strong> and it is one of the common causes of food poisoning</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>When a physical object is entered in the food at any stage of production then it can lead to physical contamination</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>When the food comes in contact with the toxic chemical, it can cause chemical contamination. </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 5: Describe the potential deficiencies of perishable food items on delivery.</strong></em><br /><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"37\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>When the food is notdeliveredinthecorrecttemperature</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>When food that is closed to the expiry date is received.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>The packaging is damaged</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><em><strong>Question 6: What are the parameters of the ‘temperature danger zone’?</strong></em></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"515\">\r\n<p>The temperature range that is dangerous for the food that is to be held at, is referred to as danger zone. The range should be between 40°F and 140°F.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> ii) You are unloading a pallet of food that has just been delivered to your restaurant. You notice that the frozen fish appears to be thawing out and the fresh beef has a slightly strange odour. You immediately check the temperature of the food supplies and notice that all of the frozen and chilled foods are within the temperate danger zone. What action would you take to reject the potentially contaminated food?</strong></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"42\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"472\">\r\n<p>Reject the products whose packaging is damaged.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"472\">\r\n<p>Foods that don’t have the name or address of the supplier or any ingredient list on the label then reject the pre-packed food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"472\">\r\n<p>If the product information is not provided by the suppliers, then reject packaged food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 7: Describe four situations that may cause food to become contaminated.</strong></em><br /><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"37\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>For cleaning kitchen and disinfecting, chemicals are frequently used, so there is no surprise in that this can contaminate the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Campylobacter can be arise by keeping the chicken undercooked, it is a bacteria that can cause microbial contamination. s</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>When a knife that is used to cut bread is then used for cutting gluten- free bread, causes allergenic contamination</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>If food equipment such as loose screw or flaking paint enters the food it can lead to physical contamination</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 8</strong></em><br /><em><strong>a) For each of the following food items, suggest the most practical food storage area.</strong></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"206\">\r\n<p>Bulk delivery of fresh beef</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Coldroom</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"206\">\r\n<p>10kg bag of rice</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Drystore</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"206\">\r\n<p>Frozen fish</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Freezer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"206\">\r\n<p>2 dozen eggs</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Fridge</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><strong>b) At what temperature should frozen food be stored at?</strong>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"515\">\r\n<p>-18° C</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> c) At what temperature should food cool rooms / refrigerators operate at?</strong></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"515\">\r\n<p>It should operate at 4° C</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 9: Provide five examples of food safety procedures and standards for storage of perishable supplies.</strong></em><br /><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"37\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Doing properpackaging</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Separately store the raw meat and poultry</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>High risk foods should be taken special care</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Items that have short shelf- life should be used first.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Correctly store the food in coolers.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><em><strong>Question 10: For each of the following food items, provide two examples of what to look for to check for spoilage or contamination.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Apples:</strong></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>bruising or spots that are soft</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Skin is wrinkled</p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Bag of flour:</strong></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>texture in changed</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Checking of expiry date</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Cheese:</strong></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"37\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Darkening or fading of the colour of the cheese.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"37\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Texture of cheese is changed.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><em><strong>Question 11: Describe how you can you check the quality of a perishable food item.</strong></em><br /><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"482\">\r\n<p>Checkingtheexpiry date.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"482\">\r\n<p>Smellandthetexture must be checked</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"482\">\r\n<p>Where the food is stored, Checkwhetherthetemperatureiscorrector not.stored</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>Question 12</strong></em><br /><em><strong>a) Describe three factors that need to be taken into account to ensure food waste from kitchens is disposed of safely.</strong></em></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"33\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>For transferring food or ice, don’t use garbage containers.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"33\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Refrigerate food in warm climate to prevent bacteria from growing.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"33\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Don’t overflow the garbage containers. Overflowing waste should be moved to other containers.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><em><strong> b) Describe the correct procedure for disposing of identified hazardous substances.</strong></em></p>\r\n<p><strong>ANSWER:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"42\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Throwing waste in the trash.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"42\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"491\">\r\n<p>Dump hazardous waste at vacant lot.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><strong>The definition of contaminant and contamination</strong>(<em>as defined by the Food Standards Code).</em></li>\r\n<li><strong>The definition of potentially hazardous foods</strong><em>(as defined by the Food Standards Code).</em></li>\r\n<li><strong>The contrast between microbiological contamination, chemical contamination and physical contamination. Include examples.</strong></li>\r\n<li><strong>Indicators of contamination to food supplies. </strong></li>\r\n</ol>\r\n<p> </p>\r\n<p><strong>Report:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Definition of Contaminant and Contamination:</strong></li>\r\n<li>A contaminant can be biological, chemical or physical as well, it happens when it is left accidentally or deliberately to air, water, soil or food. In environmental science, pollution is referred to as contaminants.</li>\r\n<li>Food that is been corrupted by either physical, biological or chemical substance is known as food contamination.</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Definition of potentially hazardous foods:</strong></li>\r\n</ul>\r\n<p>Potentially Hazardous Food are the food or the food ingredient that helps in the growth of infections. It must be refrigerated at or below 41°F.</p>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>The contrast between microbiological contamination, chemical contamination and physical contamination. Include examples.</strong></li>\r\n<li><strong>Biological contamination </strong></li>\r\n</ul>\r\n<p>Contamination of food or environment with microorganisms such as toxins are regarded as biological contamination. Potential containments are bacteria, viruses, fungi, and parasites, which are generally found in food, walls, water, air, clothes and many more.</p>\r\n<p><strong> </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Chemical contamination </strong></li>\r\n</ul>\r\n<p>Chemical contaminations of food happens during the chemical reaction at processing. Chemical containment of food involves substances such as: agrochemicals, veterinary medicines residues, pesticides residues, environmental contaminants.</p>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Physical contamination </strong></li>\r\n</ul>\r\n<p>Food that is contaminated during the process stage, is known as physical contamination. Physical contaminants in food can happen during pre and post harvesting caused due to poor agricultural practices.</p>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Indicators of contamination to food supplies. </strong></li>\r\n<li>Search for milky liquid surrounding vegetables </li>\r\n<li>Cracked jars, loose lids, and swollen cans or lids.</li>\r\n</ul>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 6, NULL, 'Maintain the quality of perishable item SITXINV002', 'Maintaining the quality of perishable item SITXINV002 sample work by our writing solutions will clear all your doubts and queries regarding our online service.', 'Maintain the quality of perishable item SITXINV002', 'maintain-the-quality-of-perishable-item-sitxinv002', '2021-10-14 04:25:58', '2021-10-23 01:19:47');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(237, 'Manage Meetings (BSBADM502)', '<h3><br />Assessment Task 1</h3>\r\n<em><strong>1. Explain each of the following meeting terminology:</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Quorum</li>\r\n<li>Procedural motion</li>\r\n<li>Proxy</li>\r\n<li>Conflict of interest</li>\r\n</ul>\r\n<p><strong>Quorum</strong>: It is minimum accepted level of individuals with an interest in the company who need to proceed for the meeting. The clause makes sure that there is enough representation present in the meeting</p>\r\n<p><strong>Procedural motion: </strong>It means how the meeting is being scheduled. This is specially made for the easy transaction of the business during a meeting.</p>\r\n<p><strong>Proxy: </strong>It is an authorized act which acts on the behalf of another party.</p>\r\n<p><strong>Conflict of interest: </strong>The conflict takes place when there is clash in the interest or in professional duties.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Meeting structure for a formal meeting.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Well planned</li>\r\n<li>Apologies for absence.</li>\r\n<li>Date</li>\r\n<li>Start Time - End Time</li>\r\n<li>List of Invitees</li>\r\n<li>Minutes of last meeting.</li>\r\n<li>Matters arising</li>\r\n<li>Training &amp; Development</li>\r\n<li>Report on Funding.</li>\r\n<li>Finance &amp; Equipment</li>\r\n<li>Time and date of next meeting.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Meeting structure for an informal meeting.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Not heavily planned</li>\r\n<li>Meeting attendees</li>\r\n<li>Date and time</li>\r\n<li>Location</li>\r\n<li>Purpose</li>\r\n<li>Meeting minutes</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Three key arrangements that need to be made for a meeting.</strong></em></li>\r\n</ol>\r\n<p>Meeting arrangements will include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is quite important to make it clear the purpose and the objective that why meeting have been conducted.</li>\r\n<li>There should always be proper agenda for the meeting according to which meeting is going to be held.</li>\r\n<li>Proper email or notice is required to those who will going to attend the meeting. The email must contain the meeting schedules and proper meeting details in that mail.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Two responsibilities of a Chairperson prior to a meeting.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The chairperson should be aware of the agenda of the meeting</li>\r\n<li>Consult with the secretary and the other company directors concerning the issues to be discussed during the meeting.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Three important aspects of a Chairperson’s job during a meeting.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Clarification of any misunderstanding</li>\r\n<li>If necessary, assisting the secretary</li>\r\n<li>Focusing on the important points</li>\r\n<li>Before leading to the next point, conclude the previous point first</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Important for a Chairperson to monitor the participation of all those involved in a meeting.</strong></em></li>\r\n</ol>\r\n<p>When the meeting is carried, it is the duty of the director to make sure that it keeps on streaming and includes all the individuals are present.</p>\r\n<p>The administration aims at:    </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Indication of the advancement</li>\r\n<li>Clarification of any misunderstanding</li>\r\n<li>If necessary, assisting the secretary</li>\r\n<li>Focusing on the important points</li>\r\n<li>Before leading to the next point, conclude the previous point first</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>In relation group dynamics answer the following questions.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Explain how, in the role of a Chairperson, you would manage someone who is dominating the meeting.</li>\r\n<li>Explain how in the role of a Chairperson you would manage someone who is too shy to contribute to a meeting.</li>\r\n<li>Explain how in the role of a Chairperson you would manage two people having a private conversation within a meeting.</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li>As a chairperson, my duty is to make sure that all the participants are equally able to hear. If a person gives any opinion I would highly appreciate the opinion</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>A person who is shy will always hold his/her ideas and opinions. I would help them to boost their confidence. And it will be really appreciable if they make any progress in their behavior by sharing their views and ideas.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>If any of the attendees in the meeting is busy with their personal talks, as a chairperson I will ask them to share what they were talking about in front of all the members in the meeting. This is done to make them understand the importance of the meeting</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Group dynamics and describe this in relation to meetings?</strong></em></li>\r\n</ol>\r\n<p>There are more chances that when two people meet they take different roles in the process. This plays an important basis of group dynamic between the individuals and the group.</p>\r\n<p>Playing field is not a level in a meeting. The participants are influenced by other people of the group.</p>\r\n<p>In meetings, the playing field is not level. Meeting participants are often influenced by others in the group.</p>\r\n<ol start=\"10\">\r\n<li><em><strong>Define each of the following roles within meeting dynamics:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Initiator</li>\r\n<li>Clarifier</li>\r\n<li>Dominator</li>\r\n<li>Degrader</li>\r\n<li>Distractor</li>\r\n<li>Supporter</li>\r\n<li>Gate Keeper</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Initiator- </strong>This the person who give suggestion about a particular task which is to be undertaken.</li>\r\n<li><strong>Clarifier- </strong>This person makes sure that the participant is knowing the value of an idea</li>\r\n<li><strong>Dominator-</strong> This is the person who ask too many questions in the meeting and dominates the meeting</li>\r\n<li><strong>Degrader-</strong> This is a participant who degrades other participants by attacking on them.</li>\r\n<li><strong>Distractor –</strong> He/she keeps having their own talks in the meeting and distracts all the participants of the meeting.</li>\r\n<li><strong>Supporter -</strong> Participants who supports the opinions of the other participant.</li>\r\n<li><strong>Gate Keeper</strong>- Gatekeeper is the one who interfere in the conversation of the others Participant who jumps in the conversation to nudge others.</li>\r\n</ul>\r\n<br /><em><strong>11. Two ways of conducting meetings.</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li>Virtual meeting: in this people share the data and the information without being physically present.</li>\r\n<li>Face-to-face meeting: It is a meeting where all the participant are present in person or physicallyat the same place.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Three advantages of face to face meetings and give illustration of a workplace situation where this type of meeting may be used.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Chance to understand the body language is given:</strong><br />Someone can easily understand what one is trying to convey if he/she carefully observe the body language of the person and he/she can also understand through the facial expressions and gestures as well. A person who is not expert can also easily understand the body language. If a person is able to understand the body language then he/she can easily get to know much more than what actually the person is saying.</li>\r\n</ul>\r\n<p>For example, if the customer agrees with your decision but his/her body language says something else, you can easily judge it by spotting the signs and then you can guide them with alternative suggestions as well.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>It Helps Make Focusing Easier:</strong></li>\r\n</ul>\r\n<p>There are both advantages as well as disadvantages of the technology. Virtual meeting has its own benefits as it is cost efficient and less time consuming but in the world of multitasking there are chances that people can use some other applications side by side while attending the meeting. Whereas in face-to-face meetings, multitasking is not possible at all.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Deeper insights</strong></li>\r\n</ul>\r\n<p>Observe the client’s surrounding in the same way in which body language is read, this willtell you a lot about their mindset. Is their office clean? If their workplace is not up to the mark then make the request and if their method of working is not same as yours then pay extra attention</p>\r\n<p>Examples: Face-to-face meeting involves: Team meetings or conferences.</p>\r\n<ol start=\"13\">\r\n<li><em><strong>Three advantages of meetings held by tele conference or web conferencing and give an example of a workplace situation where this type of meeting may be used.</strong></em></li>\r\n</ol>\r\n<p><strong>Advantages:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Less costly and less time consuming</li>\r\n<li>Increase in the productivity</li>\r\n<li>No fees for the location</li>\r\n</ul>\r\n<p><strong>Example:</strong></p>\r\n<p>Web conferencing, business meetings involving people from different states, countries. This requires preparation from very long period of time as it involves expenditure in hotel, travelling and transport. With the help of web conferencing an hour is just needed and everyone will log in from their account and settle for the conference.</p>\r\n<ol start=\"14\">\r\n<li><em><strong>The uses of webcams for meetings, including a brief description if how to use a web cam</strong></em>.</li>\r\n</ol>\r\n<p><strong>No time constraint: </strong></p>\r\n<p>Time difference will not matter between the countries. This method of communication is used because people don’t travel to attend the meetings.</p>\r\n<p><strong>Easy communication:</strong></p>\r\n<p>The communication is made easy as people use the cam to communicate, tools such as text exchange, file sharing, screen sharing etc. is used.</p>\r\n<p><strong>Increased productivity: </strong></p>\r\n<p>With the help of web conferencing the district barriers have been eliminated which helped in saving the time as meeting can be held anywhere, anytime and at any place.</p>\r\n<ol start=\"15\">\r\n<li><em><strong>The purpose of an agenda and identify five items that should be included in an agenda.</strong></em></li>\r\n</ol>\r\n<p>Agendas are being used for keeping the track of the events and responsibilities</p>\r\n<p>A general meeting agenda has three main components. The first motive is to cover all the important issues which is to be discussed in the meeting. The second motive is to tell the members the minimum information that they should. The third motive is what the meeting should accomplish.</p>\r\n<p><strong>Item that should be involved in an agenda:</strong></p>\r\n<ol>\r\n<li>checking the details of the meeting for more than one time, such as time, place</li>\r\n<li>Outlining the topics which are to be discussed</li>\r\n<li>Goals of meeting should be identified</li>\r\n<li>The purpose of meeting minutes and list five items that should be included in meeting minutes.</li>\r\n</ol>\r\n<p>The minute of the meeting will include the date, place and time of the interview. It will also contain the list of the people who had attended the meeting and also the list of the topics which were discussed in the meeting. These notes are given to the attendees who are interested</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Public companies are governed by law to keep the shareholder meetings, board of directors meeting and executive committee meetings.</li>\r\n<li>The format will start with the date and purpose of the meeting.</li>\r\n<li>It covers what the agenda is.</li>\r\n</ul>\r\n<p>write effective meeting minutes you should include:</p>\r\n<p>Date and time of the meeting</p>\r\n<p>The names of the participants.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Agenda of the meeting</li>\r\n<li>Calendar or due dates.</li>\r\n<li>Actions or tasks to be carried</li>\r\n<li>The main points.</li>\r\n<li>Decisions that are to be made by the participants.</li>\r\n<li>Recording the most important points?</li>\r\n<li>Future decisions.</li>\r\n</ul>\r\n<ol start=\"17\">\r\n<li><em><strong>The difference between informal meeting minutes and formal meeting minutes.</strong></em></li>\r\n</ol>\r\n<p>The language which will be used is formal and there will appropriate sentence in a well-structured way. Although informal minutes will have informal meetings, and it will be easy and stress-free.</p>\r\n<ol start=\"18\">\r\n<li><em><strong>Access the Corporations Act 2001 from the Internet and identify the information from the Act that relates to notices of meetings. Now answer the following questions:</strong></em></li>\r\n</ol>\r\n<p><strong> To whom must a notice of meeting be provided?</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>How must the notice of the meeting be provided? Indicate at least two ways.</li>\r\n<li>Solitary part where there is joined enrolment, notice can be given to them.</li>\r\n<li>Through electronic modes it is being sent</li>\r\n</ul>\r\n<p>It is being send through post to the location<br /><br /><br /></p>\r\n<h3>ASSESSMENT 2</h3>\r\n<ol>\r\n<li><em><strong>Meeting agenda</strong></em></li>\r\n</ol>\r\n<p><strong>Meeting Agenda</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Meeting Date:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>4<sup>th</sup> September2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Meeting Time/duration:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>10:00 AM/30 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Meeting Location:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Grow Management Consultants Conference Hall</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Attendees:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Operation Manger</p>\r\n<p>Senior Management Consultants</p>\r\n<p>Administration/Project Officer</p>\r\n<p>Marketing Manager</p>\r\n<p>Two management consultant contractors</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Chair:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Administration/Project Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p>Please bring &amp;/or read:</p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Meeting Policy and Procedure</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Agenda Items</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Time Allocated</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Welcome and apologies</p>\r\n<p> </p>\r\n</td>\r\n<td>\r\n<p>2 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Presentation</p>\r\n</td>\r\n<td>\r\n<p>5 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Dividing responsibility for catering</p>\r\n</td>\r\n<td>\r\n<p>8 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Setting time table of conference</p>\r\n</td>\r\n<td>\r\n<p>5 minutes</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Identification of leadership topics</strong></em></li>\r\n</ol>\r\n<p>Example topic and information:          </p>\r\n<p>Mindful Leadership: Becoming a Mindful Leader by the Application of Acceptance and Commitment Therapy (ACT) Principles.</p>\r\n<p>ACT is applied to clinics and organizations, it is evidence based approach. It helps in assisting managers to increase the performance and innovation with reduction in the stress in the work.</p>\r\n<p>ACT will introduce the quality and mindful leader and person. Empathy and self-compassion are the example of such qualities</p>\r\n<p>This will be practical meeting with the aim of making them learn about the mindfulness techniques at work.</p>\r\n<p>In the meeting you need to explain that you can easily identify and interpret any information.</p>\r\n<p>The topic chosen for the conference are:</p>\r\n<p><strong>TOPIC 1 – Creating a better creativity in training giving</strong></p>\r\n<p> Management consultant have given the chance for the leadership training creativity to get more things done. It is also for the Australian people and not only for the companies, as people of Australia like to use leadership in an organization. The different teaching idea is also for the training to hospitals, social workers or to the NPO’s. If the leadership training is creative, it will be more fun to learn. It can also include videos, photos, quiz, or any other game challenges.</p>\r\n<p><strong>TOPIC 2 - Usage of digital media to enhance training process</strong></p>\r\n<p>Digital communication tools are viewed as key facilitator of team connectedness by the Australian leader. The use of work-based social media platforms have been increased by the 80% and there 67% increase in the usage of instant messages. Digital media has helped in the enhancement of good work such as webcam, social media and other things<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>Confirm the meeting arrangements</strong></em></li>\r\n</ol>\r\n<p>To: All staff</p>\r\n<p>From:</p>\r\n<p>Subject: Invitation for Leadership Conference Meeting</p>\r\n<p>Hi everyone,</p>\r\n<p>I would like to welcome you all for a meeting which is related to administration meeting program. The meeting will be on 04/09/2021. I have attached the plan of the meeting with the email. The meeting will start at 10:00 am to 10:30 am at Grow Management Consultants Board Room. It would be really appreciable if you give your valuable suggestion.     </p>\r\n<p>Regards</p>\r\n<p>Operations Manager</p>\r\n<p> </p>\r\n<p><strong>EMAIL</strong></p>\r\n<p>To: Administration and Project Officer</p>\r\n<p>From:</p>\r\n<p>Sub: Arranging and booking the Meeting Room</p>\r\n<p>Respected Sir,</p>\r\n<p>The main aim of writing this letter is to let you know that I have arranged a meeting for the upcoming leadership conference. Which will take place on September 2021. I urge you to book the meeting room 1 and do all the arrangements on 04/09/2021 for the meeting. The meeting will be of 30 minutes. Kindly make the arrangements accordingly.</p>\r\n<p>Thanking you</p>\r\n<p>Kind regards</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Conduct the meeting</strong></em></li>\r\n</ol>\r\n<p>Meeting date: 04/09/2021</p>\r\n<p>Time: 10:00 am</p>\r\n<p>Venue: Meeting Room 1</p>\r\n<p><strong>Safety Hazard Identified and Rectified:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Chair and desks are not in good condition.</li>\r\n<li>Fire extinguisher is not in working condition</li>\r\n</ul>\r\n<p>Kindly make sure that the chairs and desk are safe for the employees to use, kindly change them</p>\r\n<p>Replace the old fire extinguisher with the new one.</p>\r\n<p><strong>During meeting:</strong></p>\r\n<p>Good morning everyone. Myself…… and work as operation manager of Grow management consultants. As you all know that we have come here to discuss about the topics related to upcoming leadership conference.</p>\r\n<p><strong>Purpose:</strong></p>\r\n<p>Deciding the topic of conference is the main purpose of this meeting.</p>\r\n<p><strong>Time:</strong></p>\r\n<p>The duration of the meeting will be 30 minutes. All the attendees are expected to participate in the meeting and give their opinions also.</p>\r\n<p><strong>Meeting Agenda</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"515\">\r\n<p><strong>Agenda Items</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>Time Allocated</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Welcome and apologies</p>\r\n</td>\r\n<td>\r\n<p>2 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Presentation</p>\r\n</td>\r\n<td>\r\n<p>5 minutes</p>\r\n</td>\r\n<td>\r\n<p>Deciding the venue</p>\r\n</td>\r\n<td>\r\n<p>10 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Dividing responsibility for catering</p>\r\n</td>\r\n<td>\r\n<p>8 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Setting time table of conference</p>\r\n</td>\r\n<td>\r\n<p>5 minutes</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Leadership topics:</strong></p>\r\n<p>The topic chosen for the conference are:</p>\r\n<p><strong>TOPIC 1 – Creating a better creativity in training giving</strong></p>\r\n<p>The chance for creativity leadership training is being given by the Grow management consultant. It is also for the Australian people who like to use leadership. There is a different teaching for hospitals, social workers or the NPO’s.</p>\r\n<p><strong>TOPIC 2 - Usage of digital media to enhance training process</strong></p>\r\n<p>Digital communication tool is viewed as the key facilitator for tear connectedness by the Australian leader. There is an increase in work-based social media platforms by 80% and the use of instant message is increased by 68%. Mindful leadership has been enhanced by the digital development by using digital media such as webcam, social media and other things. It will also help in enhancement of the leadership.</p>\r\n<p><strong>Promoting Ethical Behavior:</strong></p>\r\n<p>During the meeting, two of the attendees were not paying attention in the meeting and were busy with their private talks.</p>\r\n<p>So as a leader, I stood by them and made them realized that they have been caught. So, that they get aware about the offend.</p>\r\n<p><strong>Outcomes</strong></p>\r\n<p>Ideas were given by all the attendees and discussions was also made. At last the above topic have been finalized for the meeting.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Prepare meeting minutes</strong></em></li>\r\n</ol>\r\n<p><strong>Grow Management Consultants </strong></p>\r\n<p><strong>Meeting minutes</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Date:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"521\">\r\n<p>4<sup>th</sup> September 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Time:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"521\">\r\n<p>10:00 AM</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Place:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"521\">\r\n<p>Meeting Room 1</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"111\">\r\n<p>Attendees:</p>\r\n</td>\r\n<td width=\"520\">\r\n<p>Operations Manager</p>\r\n<p>James Duval (Administration/Project Officer)</p>\r\n<p>Jack Smith (Senior Management Consultants)</p>\r\n<p>Jack Steel (Marketing Manager)</p>\r\n<p>Michael Simms (Management Consultant Contractor)</p>\r\n<p>Leander (Management Consultant Contractor)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"111\">\r\n<p>Apologies:</p>\r\n</td>\r\n<td width=\"520\">\r\n<p>N/A</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\"> </td>\r\n<td width=\"0\"> </td>\r\n<td width=\"520\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"108\">\r\n<p><strong>Item</strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p><strong>Description</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p>1</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Meeting purpose</p>\r\n<p> </p>\r\n<p>The main aim of this meeting is to decide the topics for the conference</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p>2</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Review of previous meeting (if applicable. Delete of not)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p>3</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Item discussed</p>\r\n<p> </p>\r\n<p>Leadership Topics</p>\r\n<p> </p>\r\n<p>TOPIC 1 - Create better creativity in training giving</p>\r\n<p> </p>\r\n<p>Management consultant have given the chance for the leadership training creativity to get more things done. It is also for the Australian people and not only for the companies, as people of Australia like to use leadership in an organization. The different teaching idea is also for the training to hospitals, social workers or to the NPO’s. If the leadership training is creative, it will be more fun to learn. It can also include videos, photos, quiz, or any other game challenges.</p>\r\n<p> </p>\r\n<p>TOPIC 2 - Usage of digital media to enhance training process</p>\r\n<p>Digital communication tools are viewed as key facilitator of team connectedness by the Australian leader. The use of work-based social media platforms have been increased by the 80% and there 67% increase in the usage of instant messages. Digital media has helped in the enhancement of good work such as webcam, social media and other things</p>\r\n<p> </p>\r\n<p>Outcomes</p>\r\n<p>Ideas were given by all the attendees and discussions was also made. At last the above topic have been finalized for the meeting</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p>4</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Item discussed</p>\r\n<p> </p>\r\n<p>Dividing of catering services</p>\r\n<p>Venue to be selected</p>\r\n<p> </p>\r\n<p>Outcomes</p>\r\n<p> </p>\r\n<p>Operational manager will arrange the venue and catering services.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p>5</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Meeting close: 10:30 AM</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"4\" width=\"108\">\r\n<p>6</p>\r\n</td>\r\n<td colspan=\"2\" width=\"526\">\r\n<p>Next meeting:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"135\">\r\n<p>Time:</p>\r\n</td>\r\n<td width=\"391\">\r\n<p>10 AM</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"135\">\r\n<p>Date:</p>\r\n</td>\r\n<td width=\"391\">\r\n<p> 10<sup>th</sup> September</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"135\">\r\n<p>Place:</p>\r\n</td>\r\n<td width=\"391\">\r\n<p>Conference hall</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Minute taker:</p>\r\n</td>\r\n<td width=\"524\">\r\n<p>Administration and project Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Signed:</p>\r\n</td>\r\n<td width=\"524\">\r\n<p>James</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Name:</p>\r\n</td>\r\n<td width=\"524\">\r\n<p>James Duval</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"111\">\r\n<p>Date:</p>\r\n</td>\r\n<td width=\"524\">\r\n<p>10<sup>th</sup>  September 2021</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Update the conference programme</strong></em></li>\r\n</ol>\r\n<p>Grow Management Consultants</p>\r\n<p><strong>Leadership Conference 2019: Leading in the twenty first century</strong></p>\r\n<p>4 September 2021</p>\r\n<p>10.30 am to 6.00 pm</p>\r\n<p>10 – 10.30 am: Conference welcome</p>\r\n<p>General Welcome – CEO, Grow Management Consultants</p>\r\n<p>Welcome to Country – Traditional Custodian</p>\r\n<p>10.30 – 11.30: LEADERSHIP TOPIC TO BE CONFIRMED</p>\r\n<p><strong>TOPIC 1 - Creating better creativity in training giving</strong></p>\r\n<p>Management consultant have given the chance for the leadership training creativity to get more things done. It is also for the Australian people and not only for the companies, as people of Australia like to use leadership in an organization. The different teaching idea is also for the training to hospitals, social workers or to the NPO’s. If the leadership training is creative, it will be more fun to learn. It can also include videos, photos, quiz, or any other game challenges.</p>\r\n<p>Keynote Speaker: CEO of Grow Management Consultants</p>\r\n<p>11.30 – 12 noon: Morning Tea and networking opportunity</p>\r\n<p>12 noon – 12.30 pm:  LEADERSHIP TOPIC TO BE CONFIRMED</p>\r\n<p><strong>TOPIC 2 - Usage of digital media to enhance training process</strong></p>\r\n<p>Digital communication tools are viewed as key facilitator of team connectedness by the Australian leader. The use of work-based social media platforms have been increased by the 80% and there 67% increase in the usage of instant messages. Digital media has helped in the enhancement of good work such as webcam, social media and other things</p>\r\n<p>Presenter: Marketing Manager</p>\r\n<p>12.30 to 1.30: Lunch</p>\r\n<p>1.30 – 3.00 pm: TOPIC OF LEADERSHIP TO BE CONFIRMED</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Topic: Mentoring and leadership development:</strong></li>\r\n</ul>\r\n<p>Mentoring is the main key nowadays to promote the leadership skills of the leaders. Mentors can play various roles and can also change the role according to the needs. Both mentors and mentees plays an important role. While the benefits of mentoring are very vast and adequate training helps to engage the mentoring immensely. To get the desired results.</p>\r\n<p>Presenter: Operation Manager</p>\r\n<p>3 – 3.30 pm: Afternoon Tea and opportunities of networking</p>\r\n<p>3.30 – 5.00 pm: TOPIC OF LEADERSHIP TO BE CONFIRMED</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Conflict management styles:</strong>                </li>\r\n</ul>\r\n<p>Managers who perceived to exhibit more on transformational leadership style adopted integrating and obliging style of conflict management. Those who perceived to exhibit more on transactional style opted for compromising style of conflict management. Whereas, managers perceived to exhibit laissez-faire leadership style adopted avoiding style to manage conflicts with subordinates.</p>\r\n<p>Presenter: CEO</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Email to staff</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>From:  Operations Manager</p>\r\n<p>Subject: Outcome of the meeting</p>\r\n<p>Dear Staff Member,</p>\r\n<p>I would like to inform about the leadership conference. A meeting was held recently to discuss the schedule of the meeting. The results are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Assignment of duties to all the staff members</li>\r\n<li>Finalisation of leadership topic</li>\r\n<li>Assignment of speakers for the conference</li>\r\n</ul>\r\n<p>Please go through the attached document carefully.</p>\r\n<p>Thank you.</p>\r\n<p>Regards,</p>\r\n<p>Operations Manager</p>\r\n<br />\r\n<h3>ASSESSMENT 3</h3>\r\n<ol>\r\n<li><em><strong>Develop a meeting agenda</strong></em></li>\r\n</ol>\r\n<p><strong>Meeting Agenda</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Meeting Date and Time:</strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>9<sup>th</sup>  September 2021 (10 am)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Meeting Time/duration:</strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>15 minutes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Meeting Location: </strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Conference hall</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Attendees:</strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Operations Manger</p>\r\n<p>Senior Management Consultants</p>\r\n<p>Administration/Project Officer</p>\r\n<p>Marketing Manager</p>\r\n<p>Other members</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Chair:</strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>Administration/Project Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Please bring &amp;/or read:</strong></p>\r\n</td>\r\n<td width=\"473\">\r\n<p>N/A</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"515\">\r\n<p><strong>Agenda Items</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>Time Allocated</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"74\">\r\n<ol>\r\n<li> </li>\r\n</ol>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Welcome and apologies</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>2 minutes</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"74\">\r\n<ol>\r\n<li> </li>\r\n</ol>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Presentation</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>3 minutes</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"74\">\r\n<ol>\r\n<li> </li>\r\n</ol>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Discuss all aspects of work life balance policy</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>4 minutes</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"74\">\r\n<ol>\r\n<li> </li>\r\n</ol>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Finding social activity</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>3 Minutes</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"74\">\r\n<ol>\r\n<li> </li>\r\n</ol>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Finalize time and budget for activity</strong></p>\r\n</td>\r\n<td width=\"123\">\r\n<p><strong>3 Minutes</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Email to staff</strong></em></li>\r\n</ol>\r\n<p>To- <a href=\"mailto:staff@gmail.com\">staff@gmail.com</a></p>\r\n<p>From- Operations Manager</p>\r\n<p>Dear staff members,</p>\r\n<p>Good morning </p>\r\n<p>I’m writing this letter to inform you that work-life balance policy is being implemented by the management consultants.</p>\r\n<p>The reason behind why I want to eBook the assembly with you all on 09/09/2021 at 10:00 Am because of the final handiest</p>\r\n<p>Please, go through the schedule of the assembly</p>\r\n<p>For any questions, kindly don’t hesitate to contact.</p>\r\n<p>Regards,</p>\r\n<p>Operations manager</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Conduct a meeting</strong></em></li>\r\n</ol>\r\n<p>Meeting date: 09/09/2021</p>\r\n<p>Time: 11 AM</p>\r\n<p>Me: Hope you all are doing great. We have picked up the sport which will be satisfactory to the personnel. Please give your suggestions, if any</p>\r\n<p>Officer: I have come up with the few social sports and also about its affects but most of the activities which I have chosen is appropriate for morning.</p>\r\n<p>Me: Some of the activities have been short listed by me. Kindly pay attention to my thoughts and please give your valuable feedbacks</p>\r\n<p>Venture officer: Please cross in advance</p>\r\n<p>Me: Thank you very much sir. I’ve realised there are number of sports but I’ve picked three among them.</p>\r\n<p>These are:</p>\r\n<p>Visiting trip in night membership</p>\r\n<p>Going for picnic after every 2 months</p>\r\n<p>Going for a pizza party at pizzeria</p>\r\n<p>Challenge officer: this a great idea this will help to increase the spirit of the crew as well as helping in increasing bonding among the employees.</p>\r\n<p>Me: all the thoughts are very existing so I would like to inform that it is important to offer proper devices to the personnel.</p>\r\n<p>Challenge officer: good finances have been located by the authority.</p>\r\n<p>Me: I would like to thank everyone for their precious time.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Email to team</strong></em></li>\r\n</ol>\r\n<p>To- <a href=\"mailto:%20staff@gmail.com\"> staff@gmail.com</a></p>\r\n<p>From- Operations Manager</p>\r\n<p>Subject: Draft e-mail – Social activities</p>\r\n<p>Dear staff,</p>\r\n<p>Good Morning!</p>\r\n<p>As our meeting was held the prior day, I would like to give the summarised results and list on which social activities agreed on.</p>\r\n<p>In our meeting, we discussed that piece- existence stability policy is been applied and it includes new ways</p>\r\n<p>The social sports agreed were:</p>\r\n<p>Visiting trip in night membership</p>\r\n<p>Going for picnic after every 2 months</p>\r\n<p>Going for a pizza party at pizzeria</p>\r\n<p>The sports might take place on alternative days.</p>\r\n<p>Regards,</p>\r\n<p>Operations manager</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Email to assessor</strong></em></li>\r\n</ol>\r\n<p>To: assessor@gmail.com</p>\r\n<p>From: Operations Manager</p>\r\n<p>Sub: received mail for quick details concerning the meeting effects</p>\r\n<p>I’m writing this letter to inform you that I’m providing vital statistics of the mentioned. The members who were in the assembly have decided on the following activities-</p>\r\n<p>Visiting trip in night membership</p>\r\n<p>Going for picnic after every 2 months</p>\r\n<p>Going for a pizza party at pizzeria</p>\r\n<p>As the manager of the corporation, I’ve decided every Friday we will look for all the personnel to Sydney for entertainment to make them feel relaxed from their paintings time tables. The workforce members are free to choose the picnic spot of their own wish and the trip will be sponsored by the agency.</p>\r\n<p>It was decided that pizza birthday party celebration is to be given in the lunch hours on every Wednesday. I hope that all the activities which I have mentioned will help in enhancing the morale of the staff members.</p>\r\n<p>The final activity decided in go give pizza birthday celebration all through lunch hours every Wednesday.</p>\r\n<p>Regards</p>\r\n<p>Operations manager</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 7, NULL, 'Manage Meetings BSBADM502', 'Want to properly demonstrate the terminology of manage meetings BSBADM502 in good format, then have a look at our sample related to this.', 'Manage Meetings BSBADM502', 'manage-meetings-bsbadm502', '2021-10-14 04:38:04', '2021-10-23 02:31:19');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(238, 'Prepare food to meet special Dietary requirements (SITHCCC018)', '<div class=\"a-content\">\r\n<h3><br />Assessment Task</h3>\r\n<ol>\r\n<li><em><strong>Five (5) basic nutrients</strong></em></li>\r\n<li><em><strong>Two (2) functions in the body of each nutrients.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"180\">\r\n<p><strong>NUTRIENT</strong></p>\r\n</td>\r\n<td width=\"418\">\r\n<p><strong>FUNCTION IN THE BODY</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Proteins</p>\r\n</td>\r\n<td width=\"418\">\r\n<p><strong>1.      </strong>Proteins helps in growth of the body and it also helps to maintain the tissues.</p>\r\n<p><strong>2.      </strong>It also helps in the production of the enzymes which causes the biochemical reactions.</p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Fats</p>\r\n</td>\r\n<td width=\"418\">\r\n<p><strong>1.      </strong>It also helps as the source of the energy to the living organisms.</p>\r\n<p><strong>2.      </strong>It also helps in transporting the fats- soluble vitamins throughout the blood.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Carbohydrates</p>\r\n</td>\r\n<td width=\"418\">\r\n<p>1.      It also provide and helps in storing the energy.</p>\r\n<p>2.      Carbohydrates helps in building macromolecules and also spare the proteins and the fats for the other uses of the body.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Vitamins</p>\r\n</td>\r\n<td width=\"418\">\r\n<p>1.      Vitamins helps in making the bones strong and also helps in boosting the immune system of the body and also helps in healing the wound faster.</p>\r\n<p>2.      Vitamins helps in converting the food into the form of energy and also helps in repairing the damage that is caused to cells.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Minerals</p>\r\n</td>\r\n<td width=\"418\">\r\n<p>1.      Minerals also helps the bones to be strong and it also helps in transmitting the nerve impulses.</p>\r\n<p>2.      There are various minerals which helps in the production of the hormones and also helps in maintaining the heartbeat quite normal.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>2. The Australian Guide to Healthy Eating provides 5 nutritional guidelines for adults, children and adolescents and the Elderly which vary slightly for each group. Provide a brief description of what these recommending general:</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Both children as well as adolescents should eat the sufficient or proper food which is nutritious for their health and this food should help them to grow and develop in their normal way. They need to be physically active and their growth should be monitored regularly. On other hand older people should also eat nutritious food so that they can also be physically active and it also helps in maintaining them and their muscle strength and their weight.</li>\r\n<li>Always support and encourages the adolescents for breastfeeding.</li>\r\n<li>Need to be quite careful related to food and always prepare the meal safely and store them according to their storage conditions.</li>\r\n<li>The food that is high in saturated fat which includes biscuits, cakes, pastries and pies need to be limited in intake. Foods and drinks which also contains added sugar and salts also be limited in intake.</li>\r\n<li>There should wide variety of nutritional food in diet regularly.</li>\r\n</ul>\r\n<br />\r\n<p><em><strong>3. Two implications that the Australian Guide to Healthy eating has towards your role as a chef.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>There should be proper guide and knowledge should be provided in order to promote health and well-being.</li>\r\n<li>Proper support and help should be provided to make decisions about the method of cooking.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>You are working as thechef in a hospital and a new patient has Coeliac disease.How will you ensure that the patient is not adversely affected?</strong></em></li>\r\n</ol>\r\n<p>Following are the factors that are considered during the selection, preparation, cooking and serving process.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Proper label need to be checked, always try to avoid the products which contains gluten.</li>\r\n<li>Always try to avoid the contamination of the products with those which contains gluten.</li>\r\n<li>Always clean and air dry the surface and the utensils before preparing the food.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>You work at Hotel Futura as a chef. For a seminar the hotel offers the food choices outlined in the table below.Which menu adjustments and points ofcare would be required for each course for guests requiring gluten free meals and for those who suffer from diabetes?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"102\">\r\n<p><strong>Breakfast</strong></p>\r\n</td>\r\n<td width=\"115\">\r\n<p><strong>Morning Tea</strong></p>\r\n</td>\r\n<td width=\"141\">\r\n<p><strong>Lunch</strong></p>\r\n</td>\r\n<td width=\"128\">\r\n<p><strong><em>Afternoon Tea</em></strong></p>\r\n</td>\r\n<td width=\"111\">\r\n<p><strong><em>Dinner</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Poached Eggs on sour dough with ham and spinach</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"115\">\r\n<p>Assorted sweet muffins</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Pork Piccata, mushroom risotto, Ratatouille</p>\r\n<p> </p>\r\n<p>Tropical Fruit Salad</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Mini Danish, assorted tea sandwiches</p>\r\n</td>\r\n<td width=\"111\">\r\n<p>Caesar Salad</p>\r\n<p> </p>\r\n<p>Sole fillets with beurre blanc, steamed asparagus</p>\r\n<p> </p>\r\n<p>Chocolate Raspberry Mille Feuille</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" width=\"598\">\r\n<p><strong>Gluten Free</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Substance that are used to prepare the food must be gluten and wheat free.</p>\r\n</td>\r\n<td width=\"115\">\r\n<p>Gluten free flour is being used in order to prepare the muffin.</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Any sort of flavours are not being used as these flavours can contain some amount gluten within them.</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Always prepare the food which contains gluten separately. And always use gluten free bread in order to prepare the sandwiches.</p>\r\n</td>\r\n<td width=\"111\">\r\n<p>Try not to make use of products which contains gluten within them Make use products having gluten in them while preparing the meal.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" width=\"598\">\r\n<p><strong>Diabetic</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Low gluten bread is highly considered.</p>\r\n</td>\r\n<td width=\"115\">\r\n<p>Alternatives should be used for sugar such as honey etc.</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Use of fruit is required to be made whose sugar level should be low.</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Sugar quantity in bread always need to be low.</p>\r\n</td>\r\n<td width=\"111\">\r\n<p>Ingredients should be used whose sugar level and fat level should be low.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>List three(3) diseases that can be linked to diet, and explain how a change in diet could be beneficial in these cases?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"224\">\r\n<p><strong>             Diseases</strong></p>\r\n</td>\r\n<td width=\"224\">\r\n<p><strong>Dietary factor</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p><strong>Preventative function</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"224\">\r\n<p>1.Obesity and overweight</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"224\">\r\n<p>Poor diet and poor lifestyle choices is the major factor for this disease such as there is very high choice of Poor diet and lifestyle choices, such as: eating large amounts of processed or fast food which contains sugar and fats in very high quantity.</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>+Consume less processed sugar and eat plenty of dietary fiber.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"224\">\r\n<p>2. heart disease and stroke</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"224\">\r\n<p>There is high intake of saturated fat. These are happened due to including of full-fat milk and other diary products.</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Saturated fats and food need to be limited and foods which contain high sodium and high sugar level should also be limited.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"224\">\r\n<p>3.Type 2 diabetes</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"224\">\r\n<p>There is quite unhealthy and transfats which can lead to the increase in the cholesterol levels.</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>More vegetables, fruits and wholegrain products are included within the diet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>What are the requirements for the following dietary needs?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"142\">\r\n<h4>Dietary needs</h4>\r\n</td>\r\n<td width=\"456\">\r\n<p><strong>Requirements</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Lactose intolerance</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>Dairy products which includes milk, curd, cheese, yogurt and butter milk should be avoided.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Low sodium</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>Frozen, canned and salted food should also be avoid including in the diet.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Coeliac</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>Wheat, barley, malt and wheat starch should also not be included within the diet.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<h4>Diabetes mellitus</h4>\r\n</td>\r\n<td width=\"456\">\r\n<p>Products which contain sugar and trans-fat should not be included within the diet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Some religions have specific requirements around which types of food or food combinations may be consumed. What is the basic information you need to consider when writing menus for the following client groups, but also generally when catering for any religious based requirements?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Jewish customers</li>\r\n<li>Muslim customers</li>\r\n<li>Hindu Customers</li>\r\n<li>General aspects which apply to all the religious diets.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"132\">\r\n<h4>Customers</h4>\r\n</td>\r\n<td width=\"456\">\r\n<p><strong>Requirements</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Jewish customers</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>There are certain food such as notably pork and shellfish need to be avoided. There are various combination which is not allowed to be made according to their rituals. There are certain observation regarding jewswill only eat meat and poultry which is certified from kosher.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Muslim customers</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>These customer will never eat the meat of the animals that has been died naturally, they love eating meat of the pigs which are dedicated as the food to the God.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Hindu customers</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"456\">\r\n<p>There are most of the Hindus which are vegetarian. According to Hindu religion cow is their sacred animal and for these customers meat of the beef is not allowed to have. There are some Hindus who eat eggs and some do not even eat eggs. Some category of the Hindus will not even have onions and garlic in their food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>General aspects which apply to all religious diets</p>\r\n</td>\r\n<td width=\"456\">\r\n<p>There is the basic principle which can be applied such as optmum of all the nutrients.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>Which aspects in terms of patient requirements and product availability need to be considered for texture modification of foods?Which equipment is typically used to prepare and present texture modified preparations?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"326\">\r\n<p><strong>Patient Requirements</strong></p>\r\n</td>\r\n<td width=\"262\">\r\n<p><strong>Product availability</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"326\">\r\n<p> </p>\r\n<p>Meals that have been provided to the patients are being modified with their texture which makes it difficulty in chewing and swallowing for them. While modifying their texture foods may be thickened and vegetables are minced and pureed.</p>\r\n</td>\r\n<td width=\"262\">\r\n<p> </p>\r\n<p>It is quite important to follow the instructions while preparing foods for the patients.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"588\">\r\n<p><strong>Examples for equipment for the preparation of texture modified preparations</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"588\">\r\n<p>Processor or grinders are being used in order to prepare the texture which is required to be modified for foods.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Provide examples of potential reactions from food allergies or intolerances. What are the consequences of failing to address special requirements for food allergies, medical conditions or drug-food interactions? What would be your actions to avoid negligence and meet legal requirements?</strong></em></li>\r\n</ol>\r\n<p><strong>Following are the examples of the potential reactions which lead to food allergies or the intolerance.</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Tongue can be swelled out.</li>\r\n<li>Voice can become Hoarse.</li>\r\n<li>Wheezing</li>\r\n<li>Persistent cough.</li>\r\n<li>There can be quite difficulty and breathing can be quite noisy.</li>\r\n</ul>\r\n<p><strong>Consequences of failing to address special requirements</strong></p>\r\n<p>Following can be some of the health consequences are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Severe asthma</li>\r\n<li>There can abdominal pain and nausea and customer can also vomit.</li>\r\n<li>Customer who is suffering from allergy can be unconsciousness.</li>\r\n<li>There can some sort of rashes and flushing of the skin.</li>\r\n</ul>\r\n<p><strong>Actions to avoid negligence and meet legal requirements</strong></p>\r\n<p>While there are legal essentials under the Civil Liability Act in close to home injury cases, the cook could open his manager to risk with the business being vicariously obligated for the culinary specialist\'s careless demonstration. The business may then have response against the representative, contingent upon the conditions and goal of the worker.<br /><br /></p>\r\n<ol start=\"11\">\r\n<li><em><strong>Which major nutrients are provided through the following foods?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"311\">\r\n<p><strong>Food category</strong></p>\r\n</td>\r\n<td width=\"277\">\r\n<p><strong>Nutrients</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Bread, cereal, rice, pasta, noodles</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Vitamins, minerals, protein and carbohydrates like starch and fiber.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Vegetables, legumes</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Potassium, magnesium, dietary fiber, folate, vitamin A, and vitamin C.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Capsicum, broccoli, cauliflower, cabbage, and tomatoes</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Vitamin C, K and E, calcium, Anti-oxidants</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Dark green and orange vegetables like spinach, broccoli, carrots and pumpkin</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Vitamin A, B, C and K, fiber, magnesium, calcium, iron and potassium</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Green vegetables, dried peas, beans and lentils</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Folate, iron, potassium, zinc and magnesium</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"311\">\r\n<p>Fruit</p>\r\n</td>\r\n<td width=\"277\">\r\n<p>Vitamins A, C and E, magnesium, zinc, phosphorous and folic acid.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"12\">\r\n<li><strong><em>Which nutrients are the main energy providers for the human body?What is their general role, nutritional value and approximately how much of each should be included in a healthy diet?</em></strong></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"120\"> Nutrients</td>\r\n<td width=\"145\"> General role</td>\r\n<td width=\"149\"> Nutritional value</td>\r\n<td width=\"174\"> Daily requirement</td>\r\n</tr>\r\n<tr>\r\n<td width=\"120\"> Protein</td>\r\n<td width=\"145\">\r\n<p>Helps in the growth and also helps in maintaining the tissues. It also helps in the production of the enzymes which is also the cause of the biochemical reactions.</p>\r\n</td>\r\n<td width=\"149\"> 1 gram provides 17 kJ</td>\r\n<td width=\"174\"> 0.8 grams of protein per kilogram of body weight per day</td>\r\n</tr>\r\n<tr>\r\n<td width=\"120\"> Carbohydrates</td>\r\n<td width=\"145\">\r\n<p>It also stores the energy and also helps in building macromolecules and also helps the proteins and the fats for the rest of the use of the body.</p>\r\n</td>\r\n<td width=\"149\"> 1 gram of carbohydrates provides 4 calories</td>\r\n<td width=\"174\"> Carbohydrates make up 45 to 65 percent of total daily calories</td>\r\n</tr>\r\n<tr>\r\n<td width=\"120\"> Fat</td>\r\n<td width=\"145\">\r\n<p>It is also the source of energy and it also help in transporting the fat- soluble vitamin.</p>\r\n</td>\r\n<td width=\"149\"> 1 gram of fat provides 9 calories</td>\r\n<td width=\"174\"> For adults 20% to 40% of total calories. About 44 to 77 grams of fat per day.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>What are food additives?How can additives affect individuals and how can you as a chef identify specific additives in foods?</strong></em></li>\r\n</ol>\r\n<p>Food additives are the substances which is being used to add them in to the food which helps in maintaining and improving the safety and the freshness or the taste, texture or appearance of the food.</p>\r\n<p>Following are the effects of additives on individuals.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Digestive disorder- diarrhoea</li>\r\n<li>Nervous disorders- Hyperactive, insomnia.</li>\r\n<li>Respiratory problems- Asthma, Sinusitis.</li>\r\n<li>Skin Problems- Hives, itching etc.</li>\r\n</ul>\r\n<p>In order to check what additives are being added into the food, always read the label. And go through the food ingredients which can also include the list of the additives if it is being added into the ingredients will always be listed on the food label.<br /><br /></p>\r\n<ol start=\"14\">\r\n<li><em><strong>List 4 factors which need to be considered when choosing cookery methods to ensure foods maintain maximum nutritional values or meet dietary requirements?</strong></em></li>\r\n</ol>\r\n<ul>\r\n<li><strong> Steaming: </strong>Steaming is the way in which is being used to prepare the healthiest manner. The hot steam helps in preparing the food quite gently which will add valuable vitamins and minerals are being preserved. Flavours can also be developed automatically and vegetables are alsoretain its colour.</li>\r\n<li><strong> Grilling: </strong>Grilling also allows the vegetables to get maximum amount of its nutritional values and this cooking method also helps in retaining its true flavours.</li>\r\n<li><strong> Sauteing: </strong>This cooking method of food uses the small amount of oil or fat within the shallow fan.</li>\r\n<li><strong> Microwaving: </strong>This cooking method is used to microwave fastest but it also helps the food preserve their nutrients etc.</li>\r\n</ul>\r\n<br /><em><strong>    15. What are the key features of the following lifestyle diets?</strong></em><br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Diet</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>Key features</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Vegan</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>This diet includes the lots of fruits and vegetables such as beans, nuts and seeds only. Vegan diet provides wide range of important vitamins and minerals in their food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Lacto vegetarian</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>This diet includes the food which is based on plant such as fruits, vegetables and grains. This diet also includes the diary products within.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Ovo vegetarian</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>This diet does not includes the animal- based food. Eggs are being included.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Ovo-lacto vegetarian</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>The pattern of this diet which includes the grains, fruits and vegetables within this diet. This diet does not focuses on the meat, fish etc. in to this diet.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Pesco vegetarian</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>It includes eat fruits, veggies, nuts, seeds, whole grains, beans, eggs, and dairy, and stay away from meat and poultry.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Semi vegetarian</p>\r\n</td>\r\n<td width=\"433\">\r\n<p>The main focus of this diet is on the plant which is quite healthy and contains the proteins.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>How does storage and part processing affect the nutritional values of fresh fruit and vegetables?Which measures can be used to minimise such losses?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Most of the vegetables are peeled and always trimmed before cooking in order to remove the skin which is quite difficult to</li>\r\n<li>Always wash or scrub the vegetables instead of peeling them.</li>\r\n<li>Always Microwave, steam, roast or the grill the vegetables instead of boiling them.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>You have prepared 3 dishes for customers with special requests.</strong></em></li>\r\n</ol>\r\n<p>In your own words ,what are the aspects you must consider to ensure that each dish meets the following standards with consideration to special dietary or cultural needs?</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"236\">\r\n<p><strong>Quality and Presentation standard</strong></p>\r\n</td>\r\n<td width=\"352\">\r\n<p><strong>Requirement</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Taste</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Taste should always contain the amazing combination of the tastes which is quite basic: such as salty, sweet, sour, bitter etc.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Balance of dish (overall)</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Dish should have the sweet and salty flavours within the dish should always be balanced.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Colour</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Dishes that are white in colour always looks quite elegant.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Contrast</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Ingredients that are being used need to be quite in contrasts to one another always help in making the meal better.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Texture</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Always include the texture which is best suited for according to the occasion.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Garnish</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Garnishes helps in enhancing or making the dish quite appealing with the colour.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Cleanliness</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Make sure everything is clean and avoid any kind of contamination.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"236\">\r\n<p>Service ware</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Service ware needs to be absolutely clean and hygienic.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><em><strong>18.Service has concluded. You have various foods in left your mise en place and your workstation needsto be cleaned for the next shift. List the processes required to store left-over foods correctly and the requirements to clean and sanitise your section to meet food safety standards.</strong></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"186\">\r\n<p><strong>Food Safe Storage requirements </strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Cleaning and Sanitation</strong></p>\r\n</td>\r\n<td width=\"213\">\r\n<p><strong>Specific areas and equipment that need to be cleaned </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Fridge temperature should be at 5 °C or below</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Always clean the work space or surface before the next shift starts.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Work station or kitchen</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Storing cooked food safely into shallow dishes or smaller portions.</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Deep clean sink.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Pans and trays.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Avoid refreezing thawed food as food-poisoning bacteria can grow.</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Always clean the shelves, floors and walls for any strain or dirt.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Dishes and pots.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Store raw food separately from cooked food</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Scrub the exterior of stove and oven.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Clean all cutlery.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Keep food in strong, non-toxic food storage containers</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Sanitize the equipment used during shift.</p>\r\n</td>\r\n<td width=\"213\">\r\n<p>Clean dust off the fridge and cabinets.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 8, NULL, 'Prepare food to meet special Dietary requirements SITHCCC018', 'Get in touch with expert writers for free samples for SITHCCC018 prepare food to meet special dietary assignments for timely delivery of the final assignments.', 'Prepare food to meet special Dietary requirements SITHCCC018', 'prepare-food-to-meet-special-dietary-requirements-sithccc018', '2021-10-14 05:12:08', '2022-04-09 02:14:08');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(239, 'Lead and manage effective workplace relationship (BSBLDR502)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Detail five benefits to an organization for developing and implementing work place policies.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>Expectations are set</li>\r\n</ol>\r\n<p>Employers are committed to the values and mission of the company because of policies and procedures. Standard of behaviour and performance of employees are also set.</p>\r\n<p>As a result, expectations are set for employees and defined by the policies and procedures.</p>\r\n<ol start=\"2\">\r\n<li>Accountability of the management</li>\r\n</ol>\r\n<p>Policies and procedures are implemented to set standard for the employees, also policies and procedures help to set standards for managers of a business as well.</p>\r\n<p>With the help of this, managers get the guidance. This also provides with the transparency to the workforce as well, as they will get to know about the standards expected by their managers and what they can expect in turn from them.</p>\r\n<ol start=\"3\">\r\n<li>Compliance with the law</li>\r\n</ol>\r\n<p>There is regular review of the policies and the procedures. For example: an employer will be assisted with health and safety policy while communicating about the obligations to provide a safe workplace.</p>\r\n<ol start=\"4\">\r\n<li>Will help in defending against employee claims</li>\r\n</ol>\r\n<p>An employer can defend against legal clams if he/she is assisted with up to date policies and procedures.</p>\r\n<ol start=\"5\">\r\n<li>Employees must know where to turn for help</li>\r\n</ol>\r\n<p>Policies and procedures helped the employees to know where they can turn to for help.  Process will be set out by the policies and procedures to know the about the options available for how any grievance can be addressed in the workplace.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain the purpose of the following Acts and explain why it is important for ensuring effective workplace relationships:</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Fair Work Act 2009</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p><strong>Age Discrimination Act 2004-</strong> The act came into existence on 1st October 2006. The Regulations is applied to all employment and vocational training. It is against the law to discriminate, harass any job applicants, employees or trainees on the basis of their age. The main motive of Age Discrimination Act 2004 is to protect people from age discrimination.</p>\r\n<p><strong>Disability Discrimination Act 1992-</strong> It is against the law to discriminate a person because of their disability.  When a person is not treated favorably because of his/her disability, or not given the same opportunity as others, then it is a disability discrimination.</p>\r\n<p><strong>Fair Work Act 2009</strong>- The safety of minimum entitlements are provided, it also enables the flexible working arrangements at workplace and also provides fairness at work by eliminating the discrimination.</p>\r\n<p><strong>Racial Discrimination Act 1975-</strong>This act ensures that people of Australia from all the backgrounds are treated equally and also have the same opportunities. It is against the law, under this act if anyone is treated unfairly. This act promotes equality as it is unfair to discriminate someone on the basis of their color, race or nation.</p>\r\n<p><strong>Sex Discrimination Act 1984-</strong>It is a law that makes it unlawful to discriminate someone on the basis of their sex, marital status, pregnancy.</p>\r\n<ol start=\"3\">\r\n<li><em><strong>What steps should be used to identify and resolve the problems at workplace and to promote effective workplace relationships.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Identification of the source of the conflict</li>\r\n<li>Looking beyond the incident</li>\r\n<li>Requesting for the solutions</li>\r\n<li>Identification of solutions both disputants can support</li>\r\n<li>Agreement</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>What conflict resolving techniques can be used to support effective workplace relationships?</strong></em></li>\r\n</ol>\r\n<p>Listen, Then Speak Out</p>\r\n<p>Listening to the employee’s issue is the most important step in resolving the conflicts. One should listen carefully and then speak out.</p>\r\n<p>Gather the Group</p>\r\n<p>As a leader, all the parties should be invited in a meeting to discuss over the issue. A meeting should be arranged for the involved parties. Everyone should be given a chance to speak: to hear their sides and also to understand.</p>\r\n<p>Be Impartial</p>\r\n<p>As a leader, never be impartial to anyone.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Explain the purpose of a workplace Code of Conduct and how it can assist in ensuring a harmonious workplace?</strong></em></li>\r\n</ol>\r\n<p>Behavioural and ethical standards for employees can be established with the help of code of conduct. Value of the organization can be only established with an effective code of conduct. The main motive of the conduct code is to give the detailed knowledge of what is the most legal and ethical behaviour expected out of the business.<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Why networking, as well as external contacts leads to a more productive and effective environment at workplace?</strong></em></li>\r\n</ol>\r\n<p>Get accesses to job opportunities- new opportunities will knock the door if the business expands their contacts. When the new opportunities like new job openings increase are there when there is active networking.</p>\r\n<p>Interconnected business contacts- more knowledge: Exchange of knowledge can be done through networking broader access to new information can be achieved through wide network of interconnected contacts</p>\r\n<p>Get career advice and support- it is important to gain the advice of experienced peers. Discussion of common challenges and opportunities can help in having valuable guidance.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>What are the two examples of barriers to effective interpersonal communication and two communication strategies which is implemented at work to ensure effective workplace communication?</strong></em></li>\r\n</ol>\r\n<p>Effective Communication Barriers:</p>\r\n<p>The use of jargon</p>\r\n<p>Emotional barriers and taboos- It is difficult for some people to express their emotions. Topics that are difficult are not only limited to politics, religion, disabilities, sexuality and sex, racism</p>\r\n<p>Effective Communication Strategies at workplace:</p>\r\n<ol>\r\n<li>Give Your Undivided Attention. Offer full attention to people when in the meeting conversation gets devalue when there is lack of focus leading people to tune out.</li>\r\n</ol>\r\n<ol start=\"2\">\r\n<li>Take Time to Listen. Conversation should not be monopolized. After some time, Avoid fluff and fillers and be frugal with the words. After an important point take a pause to take question.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Explain benefits of implementing adversity policy and procedure to an employer.</strong></em></li>\r\n</ol>\r\n<p>Doors are opened for business with the help of language skills</p>\r\n<p>There’s always an obstacle when there is language barriers and cultural differences. When a company hires people from different culture and language it helps a company to work on a global level.</p>\r\n<p>Talent pool grows</p>\r\n<p>A wider range of candidate can be attracted with a company who embraces diversity. The chances of finding candidate increases as the number of applicant rises for each vacancy.<br /><br /></p>\r\n<ol start=\"9\">\r\n<li><em><strong>What is the value of consulting with employees on workplace issues?</strong></em></li>\r\n</ol>\r\n<p>If employees are clear about their duties, obligations and rights then they can perform better. It is important for the management to communicate with the employees, and they also need to exchange the information for effective working at a workplace.<br /><br /></p>\r\n<ol start=\"10\">\r\n<li><em><strong>Explain the requirements under Modern Awards to consult with employees,</strong></em></li>\r\n</ol>\r\n<p>For systematic and well managed consultation process, it is to require to consult with the employees for ensuring the employees that they have right to information under Modern Awards.</p>\r\n<p>According to Fair Work Act, employees must get consultation under following circumstances:</p>\r\n<ol>\r\n<li>Change in the way of work process or system.</li>\r\n<li>Identification of hazards, and evaluation of risk arising from workplace.</li>\r\n</ol>\r\n<p>iii. When changes are made in the workplace, which might affect the employee’s health.</p>\r\n<p>The steps of consultation process are as follows:</p>\r\n<p>Step 1: Providing information about the topic and the consultation process to employees.</p>\r\n<p>Step 2: Communicate with employees and ask for their feedbacks.</p>\r\n<p>Step3: Maintain the records and review the conversation and then discuss it with the employees or the representatives.<br /><br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a Code of Conduct</strong></em></li>\r\n</ol>\r\n<p>Introduction</p>\r\n<p>Most of the companies promotes the values that includes integrity, honesty and trust. Code of conduct is as importantas the code of ethics. Employees need to follow the written rules and principles, is the main purpose of code of conduct.</p>\r\n<p>Scope</p>\r\n<p>The scope is the effective implementation of the accountancy Victoria. Code of conduct also helps in assisting the vendor fellowship. Stakeholders and management.</p>\r\n<p><strong>Details of expected personal and professional behaviour</strong></p>\r\n<p>Encouragement of ethical behaviour at work helps in building a strong team and also helps in raising the productivity. It helps in maintaining reputation for strong values.</p>\r\n<p>Clear expectations are set</p>\r\n<p>Code of Conduct of Accounting Victoria organisation should define employee’s expectation. This includes how employees interact with each other and customers as well.</p>\r\n<p>Reward good behaviour</p>\r\n<p>Ethical behaviours, such as when an employee’s put his/her personal interest behind to do best for the client, they should be rewarded and be an examples for others.</p>\r\n<p>Training</p>\r\n<p>Holding workshops and regular training should be provided on how to ethically solve the problems.</p>\r\n<p><strong>Conflict of interest requirement</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Personal interests conflict with Accounting Victoria, should be avoided</li>\r\n<li>In order to find an appropriate solution, immediately inform the Line Manager about any conflict of interest.</li>\r\n<li>As soon as considering serving on the board, inform our Line Manager.</li>\r\n</ul>\r\n<p><strong>Gifts, benefits and hospitality</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Entitlement culture should be created</li>\r\n<li>Opportunities should be presented with the potential of escalating into bribery.</li>\r\n<li>Reporting of all reportable gifts and benefits that are accepted while on the official duty.</li>\r\n</ul>\r\n<p><strong>Use of social media</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Answer question of the people– whether it is directly related to your business or not</li>\r\n<li>Take part in the conversation on a particular topic</li>\r\n<li>Genuine and relevant comments should be left on the selective blogs</li>\r\n<li>Promotion of other’s businesses and cause</li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Develop Workplace Communication and Consultation Policy and Procedures</strong></em></li>\r\n</ol>\r\n<p>For Accountancy Victoria is really important that the employees must have all communication between the company and employees, so Consultation and Communication enables Accountancy Victoria to meet organization and also have the legal requirements which is based on the consultation and it also ensures that  all workers should have a genuine opportunity which can effectively participate in decision making on the matters which are highly affected to their health and safety. To do effective this document, the meeting is going in 11<sup>th</sup> May 2021 at 5:30pm, to discuss any point in the Code of Conduct. After feedback from workers, it was agreed that:</p>\r\n<p>The Accounting Victoria is committed to a high level of pro‐active Work Health and Safety (WHS) management in line with the organisational vision of recognition as a leader in Human Resource Management. In order to facilitate that this organization is quite dedicated towards the provision of the communication and the consultation system which also allows the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To the provisions that are quite and clear and also have all the information about WHS that are relevant to the workers, and also have their representatives and the duty holders so far as is quite reasonably practicable.</li>\r\n<li>There is a provision of systems which also facilitates the worker for their participants and their representations.</li>\r\n</ul>\r\n<p>There are key elements related to the Council’s consultation and the communication system as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Procedures for the communication and consultation</li>\r\n<li>There is a survey process for WHS Employee</li>\r\n</ul>\r\n<p>Communication strategies</p>\r\n<p>Communication strategies can be verbal, nonverbal, or visual. It also led in integrating all the strategies that have been chosen together, these strategies will help in achieving the great success.These strategies also help the business to meet the requirements of the employees and also helps them to gain the proper knowledge of their workplace.</p>\r\n<p>Organization has to review the consultation with the help of the related workers and the subject of areas in which they are experts and can do their tasks within.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>In order to identify the opportunities which can led to the continuous improvement the effectiveness of the policy and the procedures need to be supported.</li>\r\n<li>Adherence to this policy and the supporting procedures and take appropriate action where non‐ compliances are found</li>\r\n</ul>\r\n<p>Communication protocols</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always encourage the participation of the employee.</li>\r\n<li>Integrate interests;</li>\r\n<li>Broaden perspectives and change attitudes;</li>\r\n<li>Improve decision-making; and</li>\r\n<li>Always motivate and commit the participants according to their course of action.</li>\r\n</ul>\r\n<p>Responsibilities</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Management is accountable for checking that adequate resources are identified and provided to enact this policy and supporting procedures effectively.</li>\r\n<li>These supervisors and the managers are also responsible for bring these policies and the procedure in the attention of the workers who are affected and also monitoring them by supervising their activities</li>\r\n<li>Both supervisors or the managers are responsible to keep a track or checking that all the staff had proper training to do the activities according to these policies and the procedures.</li>\r\n<li>Staff is accountable for adhering to the requirements of this policy and supporting procedures, and reporting any inability to do so to management at the earliest opportunity</li>\r\n</ul>\r\n<p>Consultation process</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Open meetings where stakeholders are invited to come to an open meeting or a series of meetings</li>\r\n<li>Surveys where stakeholders are invited to complete a survey (paper or online type)</li>\r\n</ul>\r\n<p>Always focus on the groups which can help in selecting the cross selection if the stakeholders<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>Develop Dispute Resolution Policy and Procedures</strong></em></li>\r\n</ol>\r\n<p><strong>Puropose</strong></p>\r\n<p>Good work relationship and wellbeing of the staff is the main concern of the company. The following procedure is to be followed:</p>\r\n<p><strong>Scope:</strong> Completion of his/her probationary period.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Calculating services</li>\r\n<li>Security of employment</li>\r\n<li>Assistance in education</li>\r\n<li>Staffing</li>\r\n</ul>\r\n<p><strong>Procedure</strong></p>\r\n<p>It is the right of the employee to be accompanied or two members of the professional staff are represented.</p>\r\n<p>After the application of this policy, human resource is available.</p>\r\n<p>The reason which gave rise to the disputes should be summarised and signed by the employees.</p>\r\n<p>English can be used by the employees.</p>\r\n<p>No technical error shall affect the validity of the dispute.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to staff</strong></em></li>\r\n</ol>\r\n<p>To: Staff</p>\r\n<p>From:</p>\r\n<p>Subject: Regarding workplace documents</p>\r\n<p>I would like to state that all the relevant workplace documents, code of conduct, workplace communication and consultation policy have been attached with the mail. Kindly go through it ones and share your reviews</p>\r\n<p>Regards</p>\r\n<p>General Manager</p>\r\n<p><strong>Revised Dispute Resolution Policy and Procedure Plan</strong></p>\r\n<p><strong>Purpose of the policy </strong></p>\r\n<p>Supporting a mechanism can help in effectively resolving the issue, disputes as well as the misunderstanding in a workplace is the main aim of the dispute resolution policy.</p>\r\n<p>The policy will help in reflecting the goal of the business in relation to making sure that the employees are taken care very well.</p>\r\n<p>Alternative dispute resolution (ADR) gives the opportunity to work to the parties who are in disputes. It is cost effective and faster than going to the court, as it saves time and cost.</p>\r\n<p>The main motive of dispute resolution is the exchange of information.</p>\r\n<p>Scope:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Completion of his/her probationary period</li>\r\n<li>As a member of regular and academic staff, has been hired by the university.</li>\r\n</ul>\r\n<p><strong>What contributes a dispute?</strong></p>\r\n<p>Descent between two or more parties is known as dispute. Disputes can take place due to many reasons. The most common reason for a dispute is money, property, family relations and many more.</p>\r\n<p>It is the responsibility of the employer to have a clear and written procedure.</p>\r\n<p><strong>Manger’s responsibility in dispute: </strong></p>\r\n<p>Managers should make sure that employees are being addressed effectively.</p>\r\n<p>It is the role of a manager to communicate in an effective manner and must respect the employees. Conflicts will be presented with the help of managerial responsibilities.</p>\r\n<p><strong>Employee’s responsibility in dispute:</strong></p>\r\n<p>It is the responsibility of the employee to make sure safety and well being of the employees.</p>\r\n<p><strong>The dispute will be handled by the following process:</strong></p>\r\n<p>It is the term which is referred to the various process which is helpful in resolving the conflict or any other dispute.<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to staff</strong></em></li>\r\n</ol>\r\n<p>To:  The Staff mambers</p>\r\n<p>From: General manager</p>\r\n<p>Subject: Regarding the modification and revision of the documents</p>\r\n<p>Dear staff members,</p>\r\n<p>I am sending this email to you to inform you that on the basis of your feedbacks regarding the,</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Code of Conduct</li>\r\n<li>Workplace Communication and Consultation Policy and Procedures</li>\r\n<li>Dispute Resolution Policy and Procedures</li>\r\n</ul>\r\n<p>We have modified and made the changes as preferable for you, in all these documents. On the basis of your feedbacks, better communication strategies has been introduced. Codes of conduct are made more flexible and easier to follow and disputes are resolved in much better way in this new procedure plan.</p>\r\n<p>So, I want you all to go through these revised documents once and share your further thoughts and views regarding it.</p>\r\n<p>Thank you</p>\r\n<p>With regards.<br /><br /><br /></p>\r\n<h3>Assessment 3</h3>\r\n<p><strong>Professional Development and Networking Plan notes:</strong></p>\r\n<p><strong>Details of Professional development and Networking opportunity</strong></p>\r\n<p>Participating in professional organization</p>\r\n<p>Cost: $8000</p>\r\n<p><strong>Expected benefit to self: </strong></p>\r\n<p>Enrolling in formal degree programs, courses, or workshops</p>\r\n<p><strong>Expected benefit to team:</strong></p>\r\n<p>Certification, persuation or education programme through educational programme</p>\r\n<p>Approaches to professional development</p>\r\n<p>Cost: $4000</p>\r\n<p>Expected benefit to self:</p>\r\n<p>Prioritizing the technology, new development in your field to be learned, and improvisation in existing skills.</p>\r\n<p>Expected benefit to team:</p>\r\n<p>Improvisation in confidence, organizational goals to be supported, increment in role satisfaction, leadership and management skills needs to be improved.</p>\r\n<p>Increment in duties and responsibilities:</p>\r\n<p>Cost: $5500</p>\r\n<p>Expectation to self:</p>\r\n<p>Essential reference tool is provided to candidate</p>\r\n<p>Expectation to team:</p>\r\n<p>Clarity, alignment and expectation is provided to execute the work.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop a professional development and networking plan</strong></em></li>\r\n</ol>\r\n<p><strong>Professional Development and Networking Plan</strong></p>\r\n<p><strong>Year: 2021-22</strong></p>\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<td width=\"87\">\r\n<p><strong>Details of Professional development and Networking opportunity</strong></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><strong>Type</strong></p>\r\n</td>\r\n<td width=\"63\">\r\n<p><strong>Date/s</strong></p>\r\n</td>\r\n<td width=\"67\">\r\n<p><strong>Cost</strong></p>\r\n</td>\r\n<td width=\"131\">\r\n<p><strong>Expected benefit to self</strong></p>\r\n</td>\r\n<td width=\"146\">\r\n<p><strong>Expected benefit to team</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"87\">\r\n<p>Participation in professional organizations</p>\r\n</td>\r\n<td width=\"154\">\r\n<p> Formal training/course</p>\r\n<p> Industry networking events</p>\r\n<p> Subscriptions</p>\r\n<p> Conferences in industry sector</p>\r\n</td>\r\n<td width=\"63\">\r\n<p>8<sup>th </sup>May 2021</p>\r\n</td>\r\n<td width=\"67\">\r\n<p>$8000</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Higher Internship and job opportunities.</p>\r\n<p> </p>\r\n<p>Enrollment in formal degree programs, courses, or workshops</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"146\">\r\n<p>Pursuing certificates, accreditation or other credentials through educational programs</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"87\">\r\n<p>Approaching to professional development</p>\r\n</td>\r\n<td width=\"154\">\r\n<p> Formal training/course</p>\r\n<p> Industry networking events</p>\r\n<p> Subscriptions</p>\r\n<p> Conferences in industry sector</p>\r\n</td>\r\n<td width=\"63\">\r\n<p>9<sup>th</sup>September 2021</p>\r\n</td>\r\n<td width=\"67\">\r\n<p>$4000</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Improve knowledge and skills in order to facilitate individual, school-wide, and district-wide improvements for the purpose of increasing student achievement.</p>\r\n</td>\r\n<td width=\"146\">\r\n<p>Effective skill-based training allows participants to learn conceptual information or necessary behaviors, practice learning the new information or behaviors, and receive feedback on their performance.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"87\">\r\n<p>Skill Based Training</p>\r\n</td>\r\n<td width=\"154\">\r\n<p> Formal training/course</p>\r\n<p> Industry networking events</p>\r\n<p> Subscriptions</p>\r\n<p> Conferences in industry sector</p>\r\n</td>\r\n<td width=\"63\">\r\n<p>10<sup>th</sup>December 2021</p>\r\n</td>\r\n<td width=\"67\">\r\n<p>$3000</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Keeping up with technology, systems, processes</p>\r\n<p> </p>\r\n<p>Learning about new developments in your field</p>\r\n<p> </p>\r\n<p>Improving existing skills</p>\r\n</td>\r\n<td width=\"146\">\r\n<p>·         Improves confidence.</p>\r\n<p>·          </p>\r\n<p>·         Supports organisational goals.</p>\r\n<p>·          </p>\r\n<p>·         Increases job satisfaction.</p>\r\n<p>·          </p>\r\n<p>·         Improves leadership and management skills.</p>\r\n<p>·          </p>\r\n<p>·         Improves customer service and sales skills.</p>\r\n<p>·          </p>\r\n<p>·         Creates mindset shift.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"87\">\r\n<p>Increased duties and responsibilities in networking area</p>\r\n</td>\r\n<td width=\"154\">\r\n<p> Formal training/course</p>\r\n<p> Industry networking events</p>\r\n<p> Subscriptions</p>\r\n<p> Conferences in industry sector</p>\r\n</td>\r\n<td width=\"63\">\r\n<p>11<sup>th </sup>May 2022</p>\r\n</td>\r\n<td width=\"67\">\r\n<p>$5500</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Provides candidate with an essential reference tool in issues of disputes with their employees.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"146\">\r\n<p>It provides clarity, alignment, and expectations to those executing the work and keeping our plant running.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Participate in,and report on,a networking opportunity</strong></em></li>\r\n</ol>\r\n<p><strong>Networking report</strong></p>\r\n<p>Title: participating in professional organizations and networking events</p>\r\n<p>Date: 13-09-2021</p>\r\n<p>Time: 11:00 Am</p>\r\n<p>Duration: 3 hours</p>\r\n<ol>\r\n<li>For the enhancement of skills and abilities of the members, entities are organized which are engaged in these activities. Participation in professional association is a mean to enhance the morale of the individual as well as the organization.</li>\r\n</ol>\r\n<ol>\r\n<li>The thing I like most about the network activity is: job opportunities and higher internship same.</li>\r\n</ol>\r\n<ol>\r\n<li>Higher rate of cost and expenses is the least thing which is not liked by me.</li>\r\n</ol>\r\n<ol>\r\n<li>New development in the field are learned and prioritize learning the new technology</li>\r\n</ol>\r\n<ol>\r\n<li>Improvisation in technology, supporting the goals of the organization, increment in job satisfaction, improvisation in leadership and management skills.</li>\r\n</ol>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>To: assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Regarding the overview of networking plan and report   </p>\r\n<p>Respected sir,</p>\r\n<p> This email is sent to you inform that the company is going to opt for networking activities help full for the organization as well as its professional development</p>\r\n<p>Some of these activities are:</p>\r\n<p>Taking part in professional organization approaching for professional development</p>\r\n<p>Training that are skilled based</p>\r\n<p>Increasing the duties and the responsibilities in the field of networking</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<ol>\r\n<li><em><strong>Develop an action plan to resolve the conflict</strong></em></li>\r\n</ol>\r\n<p><strong>Action Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"180\">\r\n<p><strong>Issue/Need</strong></p>\r\n</td>\r\n<td width=\"180\">\r\n<p><strong>Impact on workplace</strong></p>\r\n</td>\r\n<td width=\"283\">\r\n<p><strong>Actions to resolve</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Outcomes</strong></p>\r\n</td>\r\n<td width=\"125\">\r\n<p><strong>Timelines</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Underperformance of the new administration assistant, Tiffany</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Tiffany has not been performing to the values as the company expects</p>\r\n</td>\r\n<td width=\"283\">\r\n<p>offer assistance, such as further training, mentoring, flexible work practices or the roles and the expectations is required to be redefined.</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Tiffany performed quite well at her workplace.</p>\r\n</td>\r\n<td width=\"125\">\r\n<p>2 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Resolving conflict between Tiffany and other employees</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"180\">\r\n<p>As Tiffany is not performing well, it results the displeasure of other staffs</p>\r\n</td>\r\n<td width=\"283\">\r\n<p>A meeting to review and discuss the employee\'s performance</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Good relation among the employees</p>\r\n</td>\r\n<td width=\"125\">\r\n<p>2 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Picking on the person could de-motivate Tiffany</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>More low presentation by Tiffany in office</p>\r\n</td>\r\n<td width=\"283\">\r\n<p>Always talk about the that has been identified and not about the person.</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Inspiration to the employee</p>\r\n</td>\r\n<td width=\"125\">\r\n<p>1 month</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>There are chances that tiffany might feel that there is discrimination and the racisms</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>It could lead to legal complications from fair work</p>\r\n</td>\r\n<td width=\"283\">\r\n<p>Ensure that the performance management is done her background</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Conflict resolution</p>\r\n</td>\r\n<td width=\"125\">\r\n<p>1 month</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Meeting date: 20-09-2021</p>\r\n<p>Time: 10:00 AM</p>\r\n<p>Participants: Assessor, Tiffany, Ammar</p>\r\n<p><strong>Meeting </strong></p>\r\n<p><strong>The purpose of the meeting: </strong>The aim of meeting is to discuss about the issue of not shaking hands with females by Amar, which is considered sexist behaviour by Tiffany. On contrary, Ammar claims that Tiffany does discriminatory act by not respecting his religious belief.</p>\r\n<p><strong>Explain Tiffany what the problem is: </strong>The problem here seems like that Tiffany is not aware about the culture of the muslims. Tiffany is being explained that Amar cannot shake hands with females as it is not allowed in his religion.</p>\r\n<p><strong>How this behaviour impacts on the workplace and why it is a concern?</strong></p>\r\n<p>As our country abides to the Fair Act 1999 Anti Discriminatory Act, People from all the different culture and background should be respected as it is our responsibility to do so. Our company may face: legal consequences, disruption in work, decrease in productivity, failure of project, termination.</p>\r\n<p>Solution: a. experienced staff member for four months are attached with Tiffany.</p>\r\n<ol>\r\n<li>Consulting Tiffany</li>\r\n<li>Providing training programme for two months.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to Tiffany and Ammar</strong></em></li>\r\n</ol>\r\n<p>TO: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>FROM:</p>\r\n<p>Subject: Performance meeting</p>\r\n<p>This email is written to inform you that there is a meeting on 17 September 20121 in the meeting room.</p>\r\n<p>Kindly let us know about what are your thoughts about your job and how you think you are doing it , and kindly let us know if you need any kind of help to get progress in your position .</p>\r\n<p>Best Regards,</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Conduct the meeting to resolve workplace issues</strong></em></li>\r\n</ol>\r\n<p>Meeting date: 20-09-2021</p>\r\n<p>Time: 10:00 AM</p>\r\n<p>Participants: Assessor, Tiffany, Ammar</p>\r\n<p><strong>Meeting </strong></p>\r\n<p><strong>The purpose of the meeting: </strong>The aim of meeting is to discuss about the issue of not shaking hands with females by Amar, which is considered sexist behaviour by Tiffany. On contrary, Ammar claims that Tiffany does discriminatory act by not respecting his religious belief.</p>\r\n<p><strong>Explain Tiffany what the problem is: </strong>The problem here seems like that Tiffany is not aware about the culture of the muslims. Tiffany is being explained that Amar cannot shake hands with females as it is not allowed in his religion.</p>\r\n<p><strong>How this behaviour impacts on the workplace and why it is a concern?</strong></p>\r\n<p>As our country abides to the Fair Act 1999 Anti Discriminatory Act, People from all the different culture and background should be respected as it is our responsibility to do so. Our company may face: legal consequences, disruption in work, decrease in productivity, failure of project, termination.</p>\r\n<p>Solution: a. experienced staff member for four months are attached with Tiffany.</p>\r\n<p><em><strong> </strong></em></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send a follow up email toTiffany and Ammar.</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:beth@gmail.com\">Tiffany@gmail.com</a>, <a href=\"mailto:Ammar@gmail.com\">Ammar@gmail.com</a></p>\r\n<p>From:</p>\r\n<p>Subject: Following up on the meeting</p>\r\n<p>Dear employee,</p>\r\n<p> This email is being sent for summarization and following up the discussed matters which was already talked in the informal resolution meeting .the meeting is arranged on 20 September 2021, in the conference hall at 10 am</p>\r\n<p>The strategies are found with mutual understanding for overcomingthe problems of conflicts</p>\r\n<p>This meeting will be helpful in resolving the conflicts. Kindly feel free to contact me if there is any issue</p>\r\n<p>Kind Regards,</p>\r\n<p>General Manager</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 9, NULL, 'Lead and manage effective workplace relationship BSBLDR502', 'Samples of BSBLDR502 will cover all areas related to lead and manage effective workplace relationships assignments using various effective writing styles and ideas.', 'Lead and manage effective workplace relationship BSBLDR502', 'lead-and-manage-effective-workplace-relationship-bsbldr502', '2021-10-14 05:39:43', '2021-10-22 06:31:37');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(240, 'Prepare poultry Dishes SITHCCC012', '<h3><br />Assessment Task 1</h3>\r\n<ol class=\"listing\">\r\n<li><em><strong>Three food safety issues which you must consider when handling poultry. Describe how you would reduce each risk.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"265\">\r\n<p><strong>Risk</strong></p>\r\n</td>\r\n<td width=\"293\">\r\n<p><strong>Strategy for reducing risk</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Keep it clean</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>It is mandatory to wash your hands, and it is also quite important to clean the utensils and the surfaces including washing area or sink, in order to prevent the spread of bacteria to other foods it is important to hot the soapy water within the utensils and clean the raw poultry.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Don’t Stuff it early</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>In case you are planning the stuff such as a whole bird, it is important to avoid the contact of raw poultry with the raw poultry before going back to the cooking.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Avoid cross-contamination</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Avoid using the same plate and the utensils for both cooked or uncooked poultry dishes. Always wash the utensils first..</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Three indicators which you would use to select poultry which is fresh.</strong></em></li>\r\n</ol>\r\n<p>Following are the three indicators that can be used to select the poultry to be considered as fresh:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Color of the poultry</li>\r\n<li>Texture of the poultry</li>\r\n<li>Aroma of the poultry</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Three indicators of quality which you would use to selectpoultry</strong></em></li>\r\n</ol>\r\n<p>Following are the three indicators of the quality that could be used to select the poultry.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The poultry should look healthy and fresh</li>\r\n<li>Always read the packaging of the poultry before purchasing it.</li>\r\n<li>Should always go through the information on the origin.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Three signs that poultry has spoiled.</strong></em></li>\r\n</ol>\r\n<p>Following are the three signs that poultry has been spoiled:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always check the date.</li>\r\n<li>Always look at the color of the poultry</li>\r\n<li>Always smell the chicken, and be sure that it should smell fresh.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Three requirements for the safe storage of poultry. At least one requirement must be the correct temperature range to store poultryat.</strong></em></li>\r\n</ol>\r\n<p>Following are the three requirements for the safe storage of poultry:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Raw poultry need to be placed in a bowl or on the platter and should be stored at the bottom of the fridge.</li>\r\n<li>The refrigerator temperature need to be at 38 degree or at 40 degree F or less than that.</li>\r\n<li>Always rinse or wash the poultry before cooking it.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>List at least two requirements for storing poultry to optimise its shelflife.</strong></em></li>\r\n</ol>\r\n<p>Following are the two requirements for storing poultry to optimize its shelf life:</p>\r\n<ol>\r\n<li>Always read the before use date before making a purchase any poultry or to check the shell life of the poultry.</li>\r\n<li>Secondly, you should always use the poultry according to use by date before cooking them, should always check it is good to cook that poultry or not.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Three safety techniques when using a boning knife to cutpoultry.</strong></em></li>\r\n</ol>\r\n<p>Following are the three-safety technique when using a boning knife to cut the poultry:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Should always have secure chopping board.</li>\r\n<li>Should not waving the knife in the air.</li>\r\n<li>Always keep the boning knife clean and sanitized.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Four items which you should check before using a mincer to preparepoultry.</strong></em></li>\r\n</ol>\r\n<p>Following are the four items which need to check before using a mincer to prepare poultry:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Ovens</li>\r\n<li>Appliances</li>\r\n<li>Ingredients</li>\r\n<li>Food products use of date</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Four mise en place tasks related to poultry which you can complete without affecting the quality of thedish.</strong></em></li>\r\n</ol>\r\n<p>Following are the four mise en place tasks related to the poultry which need to be completed without affecting the quality of the dish.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always gather all the ingredients that is required to be added into the dish which you decided to prepare for the meal.</li>\r\n<li>Gather all the utensils and the tools which is needed to be used in the preparation of the dish.</li>\r\n<li>Chop all the vegetables and the poultry or the ingredients which is required to add within the dish.</li>\r\n<li>Always place the pan or bowls which is of the appropriate size for the dish.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>One task related to poultry which is not suitable to be completed during mis enplace.</strong></em></li>\r\n</ol>\r\n<p>One task which is related to poultry is always prepare the pans and the bowls before cooking, and always arrange all the ingredients and the mixing bowls and the tools and equipment out on the surface instead of wasting time at the time of cooking.</p>\r\n<ol start=\"11\">\r\n<li><em><strong>Define the following, poultry related, culinary terms:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Barding </strong>– The term barding refers to the culinary term which explains that poultry breast is being covered with the fat into prevent the drying out of breast at the time cooking.</li>\r\n<li><strong>De boning–</strong> The term deboning refers refer to the separating of the bones from the flesh with the help of knife which is used for de boning. De boning skill is quite important these days and need to be learn for the one who is planning to be a good chef.</li>\r\n<li><strong>Marinating</strong>– The term marinating helps to poultry dish such as meat and chicken to be dry out and become chewier. Marination means to marinate or tenderise the chicken or meat to become more juicer.</li>\r\n<li><strong>Mincing –</strong> The term mincing means to cut the food or the vegetables in to very small pieces so that it can easily melt into the dish.</li>\r\n<li><strong>Rolling–</strong> The term Rolling means to cook the food within the liquid at a perfect temperature which can help in making the bubbles from the liquid.</li>\r\n<li><strong>Trussing and tying– </strong>Trussing is the term which means to tie the meat or chicken or other poultry so that these can be cooked evenly and does not loses its actual shape.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"12\">\r\n<li><em><strong>Two convenience products commonly used in poultry dishes.</strong></em></li>\r\n</ol>\r\n<p>Following are the two convenience products which is quite commonly used in the poultry dishes:</p>\r\n<ol>\r\n<li>Frozen items such as shrimp, bacon, crabs, chicken, meat or etc. are more convenient which is commonly used in poultry dishes. But before using these frozen item we should always go through the label first on which we should always check the before use date or the best before use date, because after it becomes expire it can cause harm to the body and also can lose their flavour and texture also.</li>\r\n<li>Secondly, uncooked frozen poultry such as bone broth, canned chickpeas etc are used in the dish. Before adding them into the dish we should always go through the label and the smell or the texture of the items.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Three cookery methods commonly used when preparing poultry dishes. Includea description of how each method is used.</strong></em></li>\r\n</ol>\r\n<p>Following are three cookery methods which is commonly used while preparing the poultry dishes.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Roasting: </strong>Roasting is the cookery method which in simple words means that meat or any other poultry dish is being surrounded and cooked with the help of heated air, this can be done with the help of oven.</li>\r\n<li><strong>Pan-Frying: </strong>It is also the other cookery method which is quite similar with the pan-broiling. In Pan-frying cookery method poultry dish is being cooked within the less amount of fats.</li>\r\n<li><strong>Pan-Broiling: </strong>This cooking method uses the cooking of the poultry dishes within an uncovered pan on the direct heat.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"14\">\r\n<li><em>one accompaniment and/or sauces commonly used with each of the following typesof poultry:</em></li>\r\n</ol>\r\n<strong>Chicken:</strong>\r\n<p>Following are the sauces commonly used with Chicken:</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>Barbecue Sauce</li>\r\n<li>Pesto Sauce</li>\r\n<li>Peanut Sauce</li>\r\n<li>Mango Salsa</li>\r\n<li>Garlic Sauce</li>\r\n</ul>\r\n<p> </p>\r\n<strong>Duck:</strong>\r\n<p>Following are the sauces commonly used with Duck:</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>Orange Sauce</li>\r\n<li>Cherry and red wine sauce</li>\r\n<li>Boozy Sauce</li>\r\n</ul>\r\n<br /> <strong>Turkey:</strong>\r\n<p>Following are the sauces commonly used with Turkey:</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>Thai Peanut Dipping</li>\r\n<li>Soy Ginger Dipping</li>\r\n<li>Apricot Dijon Dipping</li>\r\n<li>Buffalo Blue cheese Dipping Sauce</li>\r\n<li>Bobby Flay’s Turkey Dipping Sauce</li>\r\n</ul>\r\n<br /> <strong>Gamebirds:</strong>\r\n<p>Following are the sauces commonly used with Game Bird:</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>Red Wine Sauce</li>\r\n<li>Medlar Sauce</li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li><em><strong>at least two stock date codes and two rotation labels on poultry in your training kitchen’s stores or workplace and take a photo. Interpret the information on each and explain it. Submit the photographs with your explanatory notes to your assessor. Ensure that your notes include:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>when the item was delivered</li>\r\n<li>when the item was packed/prepared</li>\r\n<li>when the item is due fordisposal</li>\r\n<li>how many days the item has left before it reaches its expirydate</li>\r\n<li>what the stock rotation details are for theitem.</li>\r\n<li>What the storage temperature requirements are for the item.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>NOTES<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"306\" height=\"297\" /><br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"304\" height=\"281\" /><br /></strong></p>\r\n<ol start=\"16\">\r\n<li><em><strong>Describe the common cutsof:</strong></em></li>\r\n</ol>\r\n<strong>Chicken:</strong>\r\n<p>Following are the common cuts of chicken:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Breast</li>\r\n<li>Wings</li>\r\n<li>Drumsticks</li>\r\n<li>Thighs</li>\r\n<li>Legs and</li>\r\n<li>Whole chicken</li>\r\n</ul>\r\n<strong>Turkey:</strong>\r\n<p>Following are the common cuts of turkey</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Bone-In Breasts</li>\r\n<li>Boneless Breasts</li>\r\n<li>Ground</li>\r\n<li>Leg (Drumsticks)</li>\r\n<li>Thigh</li>\r\n<li>Wings</li>\r\n<li>Whole Bird</li>\r\n</ul>\r\n<strong>Duck:</strong>\r\n<p>Following are the common cuts of Duck:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Wings</li>\r\n<li>Drumsticks</li>\r\n<li>Thigh</li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>The essential characteristics of:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Chicken</strong>: Chicken are of different sizes and shapes and even of different colours. Chicken lays eggs which are of different colors such as they can be pure white to dark brown and can be of olive green color.</li>\r\n<li><strong>Feet:</strong>The feet of the is quite strongly webbed which are quite powerful and make them a perfect swimmers and helps them various situations. The color of the leg of the duck and their feet can be quite different from each other such as yellow, orange etc.</li>\r\n<li><strong>Bill:</strong>A duck\'s bill is traditionally wide and fairly smoothed to work as a more proficient food scoop or sifter, however there is incredible variety fit as a fiddle and size among ducks. Most ducks additionally have a hard nail toward the finish of the bill to help them pull for food. Slight serrations or a brush like design, called lamellae, on the sides of the bill, may help them to strain the water for creepy crawlies and other food. A few ducks have truly brilliant bills, including red, orange, yellow, pink, or even blue.</li>\r\n<li><strong>feathered game:</strong>One of the characterstics of game birds is the solid fragrance and taste they produce. The fragrance is frequently excessively solid such that a pointing canine can find a bird 50 m downwind and on events much further, up to 200 meters. At times the aroma can be so solid a human eyewitness can smell a grouse at 10 meters m. One appealing trademark for some, game birds is that aroma emanation diminishes and nearly stops the second brooding beginnings; so that prepared pointing canines experience issues discovering a hatching hen from distances more than 0.5 m.</li>\r\n<li><strong>turkey:</strong>The turkey has a particular shading design and most Common Turkeys demonstrate bronze tones, yet every now and then passive tones show up in wild rushes. Raisers\' choice while training for these passive tones has created the shading verities we see today. Turkey is additionally notable for its particular mating moves. During romance, the male spreads his tail, hangs his wings just as shakes the plumes detectably. The male unites a collection of mistresses, and every hen lays 8 - 15 pale-buff and earthy seen eggs in an empty in the ground. The hen broods the eggs for around 28 days and raises the youthful (Poults) alone. Poults regularly take between 6 to 7 months to arrive at sexual development, which is simply the time they will start laying eggs themselves.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<h3>Assessment Task 2</h3>\r\n<p><strong>Historical and cultural origins</strong></p>\r\n<p><em>Research the historical and cultural origins of each of your dishes. Where were theydeveloped? Were they developed through necessity (for example, availability of ingredients) or as a result of eating habits at the time? How have the dishes changed overtime?</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>Roasted vegetable in quiona salad with halloumi was first discovered in from the Mediterranean region.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Almond with meat dish was first discovered from Middle east Asia. This dish was only for the people who were from wealthy class.</li>\r\n</ul>\r\n<p><strong>Classical and contemporary variations</strong></p>\r\n<p><em>Describe at least one classical and one contemporary variation of each dish. List the differences</em>.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>Quiona was for all</li>\r\n<li>Quiona is good for the ones who are willing to lose weight and good for digestion purpose also.</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n<li>Almond is always considered as healthy.</li>\r\n<li>Almonds also help in reducing the cholesterol and also helps in maintaining the sugar levels<em>.</em></li>\r\n</ul>\r\n<p><em> </em></p>\r\n<p><strong>Appearance and presentation</strong></p>\r\n<p><em>Describe how each dish should appear. How should it be presented to maximise customer appeal?</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dish1: Roasted vegetables quiona salad with halloumi</li>\r\n<li>Quiona is ready to be cooked</li>\r\n<li>It is best served with the chicken, turkey and other poultry dishes</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dish2: Almond with meat</li>\r\n<li>The appearance of the almond dish is just similar to the stone fruit.</li>\r\n<li>The best way to serve the almond is to with the apple, apricot and other fruits which can easily appeal the customers.</li>\r\n</ul>\r\n<p><strong>Freshness indicators</strong></p>\r\n<p><em>Describe the freshness indicators for the two key ingredients from each dish.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>The aroma or the texture of the quiona is good and also of the grains.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n<li>Almonds should not have bad or foul smell</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<p><strong>Quality indicators</strong></p>\r\n<p><em>Describe three quality indicators for each dish.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>The head of the quiona is big and it is full of grains and the grains which are available is large in size.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n<li>The quality indicator of the almond is its color which simple clear out the ripness of the almond and also the aroma which indicates that upto how extent almond is being riped.</li>\r\n</ul>\r\n<br />\r\n<p><strong>Nutritional value</strong></p>\r\n<p><em>Describe the nutritional value of each dish.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>There is not gluten within the quiona. It is quite rich in protein and the fiber. Quiona contains various antioxidants and also have iron, potassium and phosphorous within it</li>\r\n<li><em>Dish2: Almond with meat</em></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>For every one-ounce serving, almond provides 6 grams of protein with 4 grams of fibre and 14 grams of fat. It also have Vitamin E, potassium and calcium within it.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<p><strong>Service style</strong></p>\r\n<p><em>Describe the service style which each dish is best suited to.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>This saladis served with the butter just to make the customer satisfied.</li>\r\n<li><em>Dish2: Almonds with meat</em></li>\r\n<li>Almonds are being served to the customer with the best Russian service.</li>\r\n</ul>\r\n<p><strong>Taste profile</strong></p>\r\n<p><em>Describe the taste profile of each dish.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>When quiona is cooked it taste as similar to the brown rice.</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n<li>The taste of the almonds when they are roasted are of Smokey or of the salty tastes.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Texture profile</strong></p>\r\n<p><em>Describe the texture profile of each dish.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1: : Roasted vegetables quiona salad with halloumi</em></li>\r\n<li>Quiona has quite impressive texture once it is cooked. The grains of the quoinais of transparent in the appearance.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish2: Almond with meat</em></li>\r\n</ul>\r\n<p>The almonds are of light brown colour and have smooth finish.</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 10, NULL, 'Prepare Poultry Dishes SITHCCC012', 'Get writing solutions for sample work of SITHCCC012 prepare poultry dishes for on-time query solutions. For assistance with online assignments help contact us.', 'Prepare Poultry Dishes SITHCCC012', 'prepare-poultry-dishes-sithccc012', '2021-10-14 05:57:22', '2021-10-23 01:54:04');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(241, 'Manage operational plan (BSBMGT517)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>purpose of a Strategic Plan and an Operational Plan, and the role of an Operational Plan in achieving the organization’s objectives</strong></em></li>\r\n</ol>\r\n<p>Strategic planning helps in enabling the management in the formulation of an operational plan.</p>\r\n<p>Operational plan is a specific plan that is used for the resources of the organization in pursuit of the strategic plan.</p>\r\n<p>The main role of operational plan is providing the clear picture of task and responsibilities of the organization.</p>\r\n<p>An operational plan is a detailed plan that helps in providing the clear picture of the contribution of the team, section or department.</p>\r\n<p>The plan covers: a. what: task and strategies that are to be achieved.</p>\r\n<ol>\r\n<li>who: responsibility of each task on individual</li>\r\n<li>when: timeline in which task needs to be completed</li>\r\n<li>when: timeline in which task needs to be completed.</li>\r\n</ol>\r\n<p>e.how much: resources that are available for the completion of the task.</p>\r\n<ol start=\"3\">\r\n<li><em><strong>What is the process for developing an Operational Plan? </strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Development of a strategic plan</li>\r\n<li>Prioritizing of goals</li>\r\n<li>Using the lead indicators</li>\r\n<li>Communicating is the key</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>What is the purpose of a budget?</strong></em></li>\r\n</ol>\r\n<p>Planning, organizing and improvisation in financial situation is the main purpose of the budget. In other words, controlling the spending to increase the savings and investment.</p>\r\n<p>Budget is the process through which future incomes and expenditures are set and decided.</p>\r\n<ol>\r\n<li>Updating the budget assumption: budgets are prepared on the certain assumption. The assumptions can be sales trend, cost and environmental conditions</li>\r\n<li>Not available funds: limited funds will affect the growth of the project. Therefore in the presence of budget there will be proper attention to the funds.</li>\r\n<li>Step costing points: the business is dynamic in nature. Every day it has new challenges to face that can have the direct impact on the cost structure of the company.</li>\r\n<li>Creating budget package: in this, previous budget standards are taken into consideration for the formulation of the current budget.</li>\r\n<li>Obtain revenue forecast: sales budget is the most crucial step. All the budgets are based on the sales budget. Furthermore, sales budget helps to determine whether the business is earning enough revenue that is needed for its survival or not.</li>\r\n<li>Obtain department budget: the departmental budget will help in achieving the budgeted expenditure in a budgeted period of time.</li>\r\n<li>Validation compensation: a compensation is the yearly income, so it should be prepared carefully.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What is the purpose of key performance indicators?</strong></em></li>\r\n</ol>\r\n<p>KPI’s focuses on the strategic and operational improvement, it also formulates the analytical base for decision making.</p>\r\n<ol>\r\n<li>Determining the strategic objective</li>\r\n<li>Defining success</li>\r\n<li>Deciding measurement</li>\r\n<li>Writing of SMART KPI’S</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Discuss the concept of a balanced scorecard as an approach to measure business performance through key performance indicators.</strong></em></li>\r\n</ol>\r\n<p>Key performance indicator is most commonly used in helping the companies in an effectively managing their progress. For instance<br /><br /></p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain the concept of benchmarking as a way of assessing business performance.</strong></em></li>\r\n</ol>\r\n<p>Benchmarking shows weather the performance is strong or weak as compared to the competitors. It will clearly define where the need of the improvement is and how profits can be made then it is easy to make a plan.</p>\r\n<p>Keep in mind to let the employees and the customers be aware about the changes that are to be made in the business.<br /><br /></p>\r\n<ol start=\"10\">\r\n<li><em><strong>Define PCBU and outline their key responsibilities.</strong></em></li>\r\n</ol>\r\n<p>PCBU stands for Person conducting a business or understanding.</p>\r\n<p>It is a concept used through HSWA to explain all kinds of modern working arrangements which is referred to as business.</p>\r\n<p>PCBU gets sure about the worker’s health and safety while they are working in the company. The PSBU must:</p>\r\n<ol>\r\n<li>Providing and maintain the safe work environment.</li>\r\n<li>Providing and maintaining safe plant and structure.</li>\r\n<li>Ensuring the safe use handling and storage of plant.</li>\r\n<li>Providing adequate facilities.</li>\r\n<li>Monitoring the worker’s health.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Explain the aim and scope oftheFair WorkAct2009.</strong></em></li>\r\n</ol>\r\n<p>The aim of Fair work act 2009 is to provide the framework for productive relations at workplace to promote the national economic prosperity for all the Australian.</p>\r\n<ol>\r\n<li>Providing terms and conditions for employment.</li>\r\n<li>Set the rights and responsibilities of the employees and employers.</li>\r\n</ol>\r\n<br />\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a draft Operational Plan</strong></em></li>\r\n</ol>\r\n<p><strong>King Edward VII College </strong></p>\r\n<p><strong>Operational Plan</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"106\">\r\n<p><strong>Strategies</strong></p>\r\n</td>\r\n<td width=\"186\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"172\">\r\n<p><strong>Details of required resources to achieve actions</strong></p>\r\n</td>\r\n<td width=\"64\">\r\n<p><strong>Timelines</strong></p>\r\n</td>\r\n<td width=\"64\">\r\n<p><strong>Who</strong></p>\r\n</td>\r\n<td width=\"122\">\r\n<p><strong>KPIs and process for checking</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Promotion of academic standards and having the high level of quality assurance</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Improvisation in information on website to attract more students</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Clearing key contents college</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To be completed by September 2021</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Marketing manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>10% increment in students. Improvement in market share by 5%.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Providing the staff with the necessary development opportunities</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Developing and implementation of cultural sensitivity and awareness program for staff.</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Cultural talk and seminars</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To undergo the training on January 2022</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Operation manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Training all the staff in cultural awareness</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Managing performance of staff in an appropriate way for strengthen college’s business</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Preparation of monthly absence management reports</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Attendance to be taken</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Every end of the month</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Human resource manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Staff turnover.</p>\r\n<p>Staff absence</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Developing systems to make sure the  consistency of support across the college</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Conducting periodic moderation meetings.</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Implementing  the systems</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To be completed by October 2021</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Operation manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Increase in efficiency</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>King Edward VII College</strong></p>\r\n<p>Risk management plan: management team will use the risk assessment period to make sure that the risk controlled methods are involved in the planning of the organization and also the operation management.</p>\r\n<p>Definition: definition is based on the Australian and New Zealand risk management standard.</p>\r\n<p>Risk: chances that something which can happen, that has an impact on the objectives.</p>\r\n<p>Consequences: It is the outcome of a situation, event, quality and many more.</p>\r\n<p>Risk assessment: it is the overall process of analysis and evaluation of risk.</p>\r\n<p>Control method: Selecting and implementing appropriate option to deal with the risk.</p>\r\n<ul class=\"table table-bordered\">\r\n<li>Avoiding the risk</li>\r\n<li>Reducing the likelihood of occurrence</li>\r\n<li>Transferring of risk</li>\r\n<li>Retaining the risk</li>\r\n</ul>\r\n<p>Risk management process: application of managerial policies and practices of task for the establishment of the context.</p>\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Scope of assessment:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p> </p>\r\n<p>Identified risk</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Critical success factors:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p>Keeping under budget</p>\r\n<p>Execution of the plan in accordance with the requirements</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Internal &amp; external stakeholders:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p> </p>\r\n<p>Manager, supervisors, team members, suppliers, consultants and students</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p><strong>Risk</strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Consequences</strong></p>\r\n</td>\r\n<td width=\"8%\">\r\n<p><strong>Severity Rating</strong></p>\r\n</td>\r\n<td width=\"10%\">\r\n<p><strong>Likelihood Rating</strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Treatment or control methods</strong></p>\r\n</td>\r\n<td width=\"12%\">\r\n<p><strong>Person responsible </strong></p>\r\n</td>\r\n<td width=\"9%\">\r\n<p><strong>Timelines</strong></p>\r\n</td>\r\n<td width=\"7%\">\r\n<p><strong>Priority rating </strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Monitoring process </strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Changes in policies of government for business</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Acceptance of the new policies and adjusting with the changes</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>9</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>8</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Accepting policy change will be a constant factor to manage</p>\r\n<p>Maintain effective communication channels with stakeholders</p>\r\n<p>Diversification of source markets</p>\r\n<p>Develop product range</p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n<p> </p>\r\n<p>Administration manager</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>6 months</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Improvement of ability to predict and adapt to the changes quickly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Drop income or reduce profits</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Recognition of  operating cost from past experiences and past performances</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>7</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Arranging of the facility of overdraft</p>\r\n<p>Identification of operating costs as per future plans and past performance</p>\r\n<p>Identification of available finance</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n<p> </p>\r\n<p>Administration manager</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>1 year</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Précising income plans</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Changes to relevant legislation</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Focus on professional ethics practices with all stakeholders</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Focus on professional, ethical practices with all stakeholders</p>\r\n<p>Staff training</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>1 year</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>communication channel with all stakeholders</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to the Senior Management Team(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>From:</p>\r\n<p>Subject: Operational and the risk management plan</p>\r\n<p>Respected Sir,</p>\r\n<p>I would like to inform you that the operational plan and risk management plan has been attached with the mail. I also request you to finalize the date, time and venue for the meeting for discussing the operational plan and management of risk.</p>\r\n<p>Thank you</p>\r\n<p>Best regards</p>\r\n<p>Meeting Date and Time: 15th September 2021, 10:00 AM</p>\r\n<p>Conversation in the meeting-</p>\r\n<p>In this meeting, we decided to explain the operational and risk management plan of our new project. I have also discussed about the policy and procedure related to operational plan and risk management plan. It will increase the reputation as well as the impression of the company. We should also discuss about the resource requirements, timelines, and key performance indicators and identified potential risk. It was a part of our operational plan. And for our risk management, we have decided to hire some quality teachers and consultant for the purpose of improvement of the existing treatment measures. While meeting was done, every member of the meeting was eager to ask and know-how of the facts. It was very good conversations among all and depicted facts was analyzed.</p>\r\n<p>Here is the conversation in short-</p>\r\n<p>Me: Good Morning Sir.</p>\r\n<p>Senior Team Management Member-1: Good Morning. I have got your operational plan and risk management plan in your last email. I found it too much effective, but I think there something needs to be corrected.</p>\r\n<p>Me: Please, feel free to share.</p>\r\n<p>Senior Team Management Member-1: I think you should add details about fittings issues for the purpose of furniture and fixture if requires.</p>\r\n<p>Me: Copy that Sir. Is that any change needed in risk management plan?</p>\r\n<p>Senior Team Management Member-1: I think no, it’s okay. Can you say anything else?</p>\r\n<p>Senior Team Management Member-2: Yeah. I think we should add more about risk management plan and its techniques and ideas. We should improve our risk management plan quality. We need to consult our existing members so that they can improve their quality to keep safe all the workers. Please note that without student base we can’t click. So, change the rating you given for understanding the priority and also market competitors’ performance and impact on our business should be updated. Also, overall, these will be impacted in its budget. So, add another risk of Finance departments’ involvement.</p>\r\n<p>Me: I think you are right.</p>\r\n<p>Senior Team Management Member-2: It’s my pleasure.</p>\r\n<p>Me: Thanks to all for your time. Have a good day.</p>\r\n<p>Senior Team Management Member-1: Thank you too.</p>\r\n<p>The feedback from the team can be explained as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>There need to be an expertise of the risk analysis with all groups of workers members.</li>\r\n<li>Proper knowledge of available finance resources.</li>\r\n<li>There must be an attractive scholarship schemes for students.</li>\r\n<li>The college should hold powerful courting with customers.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Update your operational plan and risk assessment plan</strong></em></li>\r\n</ol>\r\n<p><strong>Revised Operational Plan</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"106\">\r\n<p><strong>Strategies</strong></p>\r\n</td>\r\n<td width=\"186\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"172\">\r\n<p><strong>Details of required resources to achieve actions</strong></p>\r\n</td>\r\n<td width=\"64\">\r\n<p><strong>Timelines</strong></p>\r\n</td>\r\n<td width=\"64\">\r\n<p><strong>Who</strong></p>\r\n</td>\r\n<td width=\"122\">\r\n<p><strong>KPIs and process for checking</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Promotion of academic standards and having the high level of quality assurance</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Improvisation in information on website to attract more students</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Clearing key contents college</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To be completed by September 2021</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Marketing manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>10% increment in students. Improvement in market share by 5%.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Providing the staff with the necessary development opportunities</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Developing and implementation of cultural sensitivity and awareness program for staff.</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Cultural talk and seminars</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To undergo the training on January 2022</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Operation manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Training all the staff in cultural awareness</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Managing performance of staff in an appropriate way for strengthen college’s business</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Preparation of monthly absence management reports</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Attendance to be taken</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Every end of the month</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Human resource manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Staff turnover.</p>\r\n<p>Staff absence</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"106\">\r\n<p>Developing systems to make sure the  consistency of support across the college</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Conducting periodic moderation meetings.</p>\r\n</td>\r\n<td width=\"172\">\r\n<p>Implementing  the systems</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>To be completed by October 2021</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>Operation manager</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>Increase in efficiency</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Revised Risk Assessment Plan</strong></p>\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Scope of assessment:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p> </p>\r\n<p>Identified risk</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Critical success factors:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p>Keeping under budget</p>\r\n<p>Execution of the plan in accordance with the requirements</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"33%\">\r\n<p><strong>Internal &amp; external stakeholders:</strong></p>\r\n</td>\r\n<td colspan=\"6\" width=\"66%\">\r\n<p> </p>\r\n<p>Manager, supervisors, team members, suppliers, consultants and students</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p><strong>Risk</strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Consequences</strong></p>\r\n</td>\r\n<td width=\"8%\">\r\n<p><strong>Severity Rating</strong></p>\r\n</td>\r\n<td width=\"10%\">\r\n<p><strong>Likelihood Rating</strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Treatment or control methods</strong></p>\r\n</td>\r\n<td width=\"12%\">\r\n<p><strong>Person responsible </strong></p>\r\n</td>\r\n<td width=\"9%\">\r\n<p><strong>Timelines</strong></p>\r\n</td>\r\n<td width=\"7%\">\r\n<p><strong>Priority rating </strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Monitoring process </strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Changes in policies of government for business</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Acceptance of the new policies and adjusting with the changes</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>9</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>8</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Accepting policy change will be a constant factor to manage</p>\r\n<p>Maintain effective communication channels with stakeholders</p>\r\n<p>Diversification of source markets</p>\r\n<p>Develop product range</p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n<p> </p>\r\n<p>Administration manager</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>6 months</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Improvement of ability to predict and adapt to the changes quickly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Drop income or reduce profits</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Recognition of  operating cost from past experiences and past performances</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>7</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Arranging of the facility of overdraft</p>\r\n<p>Identification of operating costs as per future plans and past performance</p>\r\n<p>Identification of available finance</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n<p> </p>\r\n<p>Administration manager</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>1 year</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Précising income plans</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"10%\">\r\n<p>Changes to relevant legislation</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Focus on professional ethics practices with all stakeholders</p>\r\n</td>\r\n<td width=\"8%\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"10%\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>Focus on professional, ethical practices with all stakeholders</p>\r\n<p>Staff training</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"12%\">\r\n<p>CEO</p>\r\n</td>\r\n<td width=\"9%\">\r\n<p>1 year</p>\r\n</td>\r\n<td width=\"7%\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>communication channel with all stakeholders</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to the senior Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>From:</p>\r\n<p>Subject: Revised operational and Revised Risk Assessment plan</p>\r\n<p>Respected Sir,</p>\r\n<p>I’m writing this letter to inform you about the the meeting which was held for discussing about the operational plan as well as the risk assessment plan. The meeting took place at 15-09-2021 at 10:00 AM. In this meeting the project was introduced to all. I have attached the operational plan and draft operational plan with the mail.</p>\r\n<p>I kindly request to give your approval to the project.</p>\r\n<p>Thank you<br /><br /><br /></p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Implement strategies for recruiting staff</strong></em></li>\r\n</ol>\r\n<p><strong>Recruitment </strong><strong>and Selection policy and procedure</strong>.</p>\r\n<p><strong>Purpose:</strong> the establishment of the policy is to make sure that King Edward VII Collegeattracts the staff that is the best.</p>\r\n<p><strong>Policy Statement:</strong> It is committed by the King Edward VII College to provide with the best opportunities to have the best staff.</p>\r\n<ol>\r\n<li>All the necessary precautions will be taken by the Edward King VII College to make sure that applicants are safely entrusted with the duties.</li>\r\n<li>There is no discrimination done by the Edward King VII Collegeon the basis of age, gender, race, religion.</li>\r\n<li>All the vacant positions to the current staff will be advertised by the Edward King VII Collegeto encourage the advancement in career.</li>\r\n</ol>\r\n<p><strong>Request Approval:</strong> It is required by the manager to indicate the approval from the CEO.</p>\r\n<p><strong>Process for recruiting staff:</strong></p>\r\n<ol>\r\n<li>Screening applicants: applicants will be shortlisted by the managers that are sent by the candidate. Suitable applicants will then be selected for the interview. The candidate will then be informed in written.</li>\r\n<li>Conducting interview: conducting interview is another way of recruiting staff. HR manager or HR officer may also be the part of the selection panel as per the need.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to CEO</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>From:</p>\r\n<p>Subject: attaching the recruitment and selection policy</p>\r\n<p>Dear Sir,</p>\r\n<p>I would state that the recruitment process supplies the organization a pool of potential candidates from which thoughtful selection should be made to fill positions. Our successful recruitment begins with proper predictive measures. For this phase of the recruitment process, I developed a plan to fill future job openings based on an exploration of future requirements. Steps were taken to measure available internal and external talent and the present and expected resources available to be expended in order to attract and retain talent.</p>\r\n<p> Not only are these methods low-cost, but are also completely controlled by the internal recruitment manager who is more in line with the corporate mission and goals.</p>\r\n<p>Further, I would state that the recruitment and selection policy has been attached through this mail to bring it to your kind notice. Kindly review the same and provide your approval.</p>\r\n<p>Thank you<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to human resource management</strong></em></li>\r\n</ol>\r\n<p>To: <a href=\"mailto:assessor@gmail.com\">assessor@gmail.com</a></p>\r\n<p>From:</p>\r\n<p>Subject: Details of new position</p>\r\n<p>Dear assessor,</p>\r\n<p>The mail is written to get the information about the new positions in the organization. Kindly let me know about the positions where the organization needs the man force, and also the required qualification as well as the experience.</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Implement strategies for purchasing equipment</strong></em></li>\r\n</ol>\r\n<p><strong>Strategies for purchasing equipment:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Determining whether it is mot essential to buy.</li>\r\n<li>Checking of each recycling and surplus shops to make sure that the product is not comparable.</li>\r\n<li>The amount is suitable and sure to be used.</li>\r\n</ul>\r\n<p><strong>Following principles should govern the purchasing:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Purchasing must be of the best value of money.</li>\r\n<li>Purchasing must comply with the college’s policies.</li>\r\n</ul>\r\n<p><strong>Environment sustainability:</strong></p>\r\n<p>Procurement selection is required to the university. Environmental problems must be kept in mind by the group of employees while making plans.</p>\r\n<p><strong>One-off purchases: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>10cordless telephones</li>\r\n<li>10 printers with scanning capability and Wi Fi connection</li>\r\n<li>20 staff desks</li>\r\n<li>150 student desks and chairs</li>\r\n<li>2000 pens with college logo</li>\r\n<li>20 staplers</li>\r\n<li>20 office chairs</li>\r\n<li>20 staff computers for staff cubicles</li>\r\n<li>30 student computers for workstations</li>\r\n</ul>\r\n<p><strong>Annual purchases:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>1000 packs of A4 paper</li>\r\n<li>50 sets of printer cartridges</li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to the Administration Team(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: assessor@gmail.com</p>\r\n<p>From-</p>\r\n<p>Respected Sir,</p>\r\n<p>I want to discuss about the shopping coverage and all the items that is required in institute with the help of this mail. The following approaches need to be implemented:</p>\r\n<p>Identification of purchasing officer. Assertion of interest that is signed. Curiosity in the staff members for the procurement. Special organizations of the specification. Receiving of the written quotation. Forwarding the quotation to the desired shopping officer.</p>\r\n<p>The quotations are to be evaluated by way of the purchasing Officer. Evaluation must be made against the elements protected inside the specification and fully documented such as reasons for passing over any decrease charge bids.</p>\r\n<p>The comparing officer or committee will complete a quotation file form and attach related documentation, including the timetable of Quotations, signed declaration of hobby bureaucracy, special deliberations and final recommendation.</p>\r\n<p>List of items to be purchased-</p>\r\n<p>One-off purchases:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>10cordless telephones</li>\r\n<li>10 printers with scanning capability and Wi Fi connection</li>\r\n<li>20 staff desks</li>\r\n<li>150 student desks and chairs</li>\r\n<li>2000 pens with college logo</li>\r\n<li>20 staplers</li>\r\n<li>20 office chairs</li>\r\n<li>20 staff computers for staff cubicles</li>\r\n<li>30 student computers for workstations                         </li>\r\n</ul>\r\n<p>Yearly purchases:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>1000 packs of A4 paper</li>\r\n<li>50 sets of printer cartridges</li>\r\n</ul>\r\n<p>Thank you </p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<p><strong>King Edward VII College</strong></p>\r\n<p><strong>1. Profit and Loss six months to June 2021 Sydney</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"195\">\r\n<p><strong>Income</strong></p>\r\n</td>\r\n<td width=\"116\">\r\n<p><strong>Budget</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>Actual</strong></p>\r\n</td>\r\n<td width=\"122\">\r\n<p><strong>Variance</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Sales</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$450,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$475,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p> $25000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p><strong>Expenses</strong></p>\r\n</td>\r\n<td width=\"116\">\r\n<p> </p>\r\n</td>\r\n<td width=\"134\">\r\n<p> </p>\r\n</td>\r\n<td width=\"122\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Electricity and gas</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$1,500</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$3,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(1500)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Internet</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$1,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$1,100</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(100)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Office supplies</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$700</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$1,200</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(500)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Rent</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$225,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$220,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$5,000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Stationary</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$800</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$1,300</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(500)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Wages and salaries</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$115,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$117,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(2000)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Superannuation</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$15,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$16,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(1000)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Travel and accommodation</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$2,500</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$2,700</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(200)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Water</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$2,000</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$2,600</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(600)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Work cover insurance</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$900</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$900</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>-</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Total expense</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$(3,64,400)</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$(3,65,800)</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(1,400)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"195\">\r\n<p>Net Profit</p>\r\n</td>\r\n<td width=\"116\">\r\n<p>$85,600</p>\r\n</td>\r\n<td width=\"134\">\r\n<p>$1,09,200</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$23,600</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Profit and Loss six months to June 2021 Brisbane</strong></p>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"186\">\r\n<p><strong>Income</strong></p>\r\n</td>\r\n<td width=\"132\">\r\n<p><strong>Budget</strong></p>\r\n</td>\r\n<td width=\"127\">\r\n<p><strong>Actuals</strong></p>\r\n</td>\r\n<td width=\"122\">\r\n<p><strong>Variance</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Sales</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$350,000</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$410,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$60,000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p><strong>Expenses</strong></p>\r\n</td>\r\n<td width=\"132\">\r\n<p> </p>\r\n</td>\r\n<td width=\"127\">\r\n<p> </p>\r\n</td>\r\n<td width=\"122\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Electricity and gas</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$1,200</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$2,800</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(1,600)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Internet</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$1,100</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$1,100</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>-</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Office supplies</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$650</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$1,300</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(650)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Rent</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$185,000</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$190,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(5,000)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Stationary</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$700</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$1,250</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(650)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Wages and salaries</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$115,000</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$117,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(2,000)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Superannuation</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$15,000</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$16,000</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(1,000)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Travel and accommodation</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$2,100</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$2,300</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(200)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Water</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$1,900</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$2,100</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(200)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Work cover insurance</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$870</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$870</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>-</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Total expense</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$(3,23,520)</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$(3,34,720)</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$(11,200)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Net Profit</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$26,480</p>\r\n</td>\r\n<td width=\"127\">\r\n<p>$75,280</p>\r\n</td>\r\n<td width=\"122\">\r\n<p>$48,800</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Financial Performance analysis: </strong>there has been an increment in the profit as compared to the expected profit because of the increase in sales.</p>\r\n<p><strong>Variances: </strong>Brisbane and Sydney’s case have been risen, this can be due to the increase in demand. The expenses have been increased due to the increase in the production because of the more demand.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email memo to all staff(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: assessor@gmail.com</p>\r\n<p>From:</p>\r\n<p>Respected Sir,</p>\r\n<p>An operational performance file have been attached to the mail. The report contains the overall performance by using December 2021. All the details related to the income, cost as well as profit operation is mentioned. As it is clear in the performance file that the electricity, gasoline and water cost are higher.</p>\r\n<p>Following tips that can be used:</p>\r\n<ol>\r\n<li>Turning off the lights when there is no use.</li>\r\n<li>Make use of the sunlight</li>\r\n<li>Change HVAC filters regularly</li>\r\n<li>Energy star office equipment should be purchased</li>\r\n<li>Programmable thermostats must be installed.</li>\r\n<li>Replacing the light bulbs with compact fluorescent lamps.</li>\r\n</ol>\r\n<p>I will be glad if suggestions are given.</p>\r\n<p>Best regards.</p>\r\n<ol start=\"3\">\r\n<li>Take a screenshot of your folder and files.</li>\r\n<li>Send an email to the CEO(your assessor)</li>\r\n</ol>\r\n<p>To: assessor@gmail.com</p>\r\n<p>From-</p>\r\n<p>Subject: Attaching performance report</p>\r\n<p>Respected sir,</p>\r\n<p>I have attached the operational performance file with the mail. The report contains the overall performance by using December 2021 in each campus. It contains all the information about the earnings and the expenses as well.</p>\r\n<p>Thank you</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 11, NULL, 'Manage Operational Plan BSBMGT517', 'Check our BSBMGT517 manage operational plan under our case study sample category to have an idea of what you will get from our writing experts.', 'Manage Operational Plan BSBMGT517', 'manage-operational-plan-bsbmgt517', '2021-10-14 06:28:20', '2021-10-22 06:22:14');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(242, 'Support the recruitment, selection, and the induction of staff (BSBHRM405)', '<div class=\"a-content\">\r\n<h3 id=\"mcetoc_1fijt2fdv0\"><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Identify two types of documents that can be usedfor each of the following human resources phases:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Recruitment</strong></li>\r\n</ul>\r\n<p>Recruitment Documents provide a range of templates that is professionally drafted and enables the employees to manage the selection, interview process and procedures that is involved in employment of new staff. </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Selection</strong></li>\r\n</ul>\r\n<p>Selection is the process of putting right people at right job. It is the process in which the organizational requirements are met with the skills of the people.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Induction</strong></li>\r\n</ul>\r\n<p>The induction policy will help in making sure that there is effective induction plan in place.It allows the line manager to check that each and every part of the process is completed.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain Human Resources Life Cycle and the role of recruitment and selection within the lifecycle.</strong></em></li>\r\n</ol>\r\n<p>The HR lifecycle is a concept which describes the stages of an employee\'s time. It is the process of identification and analyzing the requirement and expectations about the position that is to be filled.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Explain 5 main stages of the Human Resource Life Cycle.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Recruitment</li>\r\n</ul>\r\n<p>The business is grown by hiring the right men at right job. This is the main part for the development of the business.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Onboarding</li>\r\n</ul>\r\n<p>It is the important stage in the life cycle, in this the new hire will decide that how long someone will stay with the company. Within the first 90 days, most of the employees decide whether they want to work or quit the job.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Career Development</li>\r\n</ul>\r\n<p>Employees what to know whether they are doing a great job and are willing to prove themselves at their job. It is important to discuss about the career goals at the initial interview step to make sure that the goals of a person is realistic.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Employee Recognition</li>\r\n</ul>\r\n<p>Maintaining the happiness of employees is the key step in building the loyal team.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Off boarding</li>\r\n</ul>\r\n<p>Employees have to leave the organization due to retirement, new employment or for any family leave.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Identify wealth Acts relating to anti-discrimination that should be adhered to when recruiting and selecting staff for a position, why the Act must be adhered to when recruiting and selecting staff.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n</ul>\r\n<p>The Age Discrimination Act 2004 is an Act that prohibits age discrimination in areas that includes employment, education, and accommodation. No discrimination can be made against any person on the basis of their age.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Anti-Discrimination Act 1991 (QLD)</li>\r\n</ul>\r\n<p>The Anti-Discrimination Act 1991 is an act which provides protection against unfair discrimination, sexual harassment, and other objectionable conduct.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Anti-Discrimination Act 1977 (NSW)</li>\r\n</ul>\r\n<p>The Anti-Discrimination Act 1977is an Act which relates to the discrimination in employment, the public education system, delivery of goods and services, and other services such as banking, health care, property and night clubs.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Identify the Act that includes the requirement for employees to be provided with a Fair Work Information Statement.</strong></em></li>\r\n</ol>\r\n<p>For the identification, access this act and then list the key information.</p>\r\n<p>Information about the Fair Work Commission (FWC) and FWO is contained in the statement.</p>\r\n<p>Each year the FWIS is updated by the FWO and new version of statement is published.</p>\r\n<p>Following information can be get:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The 10 National Employment Standards (NES)</li>\r\n<li>Modern Awards</li>\r\n<li>Agreement-making under the Fair Work Act 2009</li>\r\n<li>Right to freedom of association</li>\r\n<li>Role of the Fair Work Commission</li>\r\n<li>Termination of employment</li>\r\n<li>Individual flexibility agreements</li>\r\n<li>Right of entry</li>\r\n<li>Protection from discrimination</li>\r\n<li>Flexibility in the workplace and the right to request flexible working arrangements</li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>Explain three methods that can be used to advertise a vacancy within an organization.</strong></em></li>\r\n</ol>\r\n<p>Noticeboards and local papers</p>\r\n<p>Advertisement of new job on a noticeboard is the great way of attracting the people who wants to work on temporary basis. This method is free form of an advertisement.</p>\r\n<p>Online</p>\r\n<p>Technology has made advertisement of the job online easy for the businesses. It is however quite expensive. It is also a time consuming process which does not lead to the positive outcomes.</p>\r\n<p>Showcase openings at tradeshows</p>\r\n<p>Events to promote the job openings can be used, if you have already invested in attending a few tradeshows. These events can be used in the promotion of the job opening.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Describe two forms of technology that can be used to advertise a position.</strong></em></li>\r\n</ol>\r\n<strong>Television</strong>\r\n<p>Advertising with the help of television will help to capture large market area. This way of advertising is useful if you want to demonstrate the product or the services.</p>\r\n<strong>Directories</strong>\r\n<p>Businesses are listed by the name or categories in the directories list businesses by name or category. Customers who refer to directories have made up their mind to already buy it- they just have to decide from whom to buy.</p>\r\n<p>Online directories are more beneficial then printed directories because if the business name is changed, you can keep it up to date in the directory.<br /><br /></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Discuss two interviewing techniques.</strong></em></li>\r\n</ol>\r\n<strong>Be prepared</strong>\r\n<p>Bring a folder that contains extra copies of resume, paper to take notes. Also prepare the questions that is to be asked at the end of the interview.</p>\r\n<strong>Be on time</strong>\r\n<p>Never be late in an interview. Be early on every interview. Consider the factors like getting lost. Enter the building 15 minutes before the interview.<br /><br /></p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain three used selection techniques.</strong></em></li>\r\n</ol>\r\n<p>The most commonly used selection techniques: assessing written applications, conducting panel interviews and checking referee reports.<br /><br /></p>\r\n<ol start=\"10\">\r\n<li><em><strong>Explain the purpose and relevance of psychometric tests in recruitment and selection.</strong></em></li>\r\n</ol>\r\n<p><strong>Psychometric tests</strong> are designed for measuring the suitability of the candidate for the role that is based on the required characteristics of the personality and aptitude. to measure candidates\' suitability for a role based on the required personality characteristics and aptitude (or cognitive abilities). They identify the extent to which candidates\' personality and cognitive abilities match those required to perform the role.<br /><br /></p>\r\n<ol start=\"11\">\r\n<li><em><strong>Explain the purpose of skills tests in recruitment and selection.</strong></em></li>\r\n</ol>\r\n<p>Skills tests will be used by the employers for simulation of job which is designed for the measuring whether the performance of the candidates.<br /><br /></p>\r\n<ol start=\"12\">\r\n<li><em><strong>Why recruitment decisions should not be based on one selection method alone.</strong></em></li>\r\n</ol>\r\n<p>The decision of recruitment should not on rely on the selection method alone. At least two procedures must be joined for evaluating the scope of aptitude. For example: for evaluation what an up-and-corner is prepared, work test is best method for that.</p>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Participate in a meeting to plan for recruitment</strong></em></li>\r\n</ol>\r\n<p>Recruitment Planning Meeting</p>\r\n<p>Role Play: Meeting with Human Resource manager</p>\r\n<p>Over Telephone:</p>\r\n<p>Me (Human Resource Officer): Hello Sir! I want to have an urgent meeting. Can I come to your office sir?</p>\r\n<p>HR Manager: Yes of course! I will be free after lunch time, come at that time.</p>\r\n<p>Me (Human Resource Officer): fine sir! I will be there at 2 PM. Thank You.</p>\r\n<p>HR Manager: welcome.</p>\r\n<p> </p>\r\n<p>Phone disconnected</p>\r\n<p> </p>\r\n<p>At the HR manager office door</p>\r\n<p>Me (Human Resource Officer): Good afternoon sir, can I come in?</p>\r\n<p>HR Manager: Yes of course, please come in!</p>\r\n<p>Me (Human Resource Officer): I want to have a discussion regarding the recruitment of Human resource in our university.</p>\r\n<p>HR Manager: About recruitment of Human resource ?</p>\r\n<p>Me (Human Resource Officer):  Yes, there is high number of employees employed within campus. And the work burden is very high so we need to recruit another HR personal to manage the HR activities.</p>\r\n<p>Sir, what are your opinion regarding this recruitment.</p>\r\n<p>HR Manager: I was also analyzing the activities in HR department and we are lagging behind in some tasks due to manpower shortage.</p>\r\n<p>Kindly proceed for recruitment &amp; selection process for this new position.</p>\r\n<p>One more thing, review the University’s Recruitment, Selection and Induction Policy and Procedures to ensure the understanding of the requirements for recruiting staff.</p>\r\n<p>Me (Human Resource Officer): Yes Sir. I am ready with my plans regarding this recruitment. I was just waiting for the permissions that what schedule and timelines we have to opt regarding this recruitment.</p>\r\n<p>HR Manager: it’s great! Kindly proceed for recruitment process. Kindly ensure that this process should be complete within 15 days which includes the advertisement of position to final candidate selection.</p>\r\n<p>Me (Human Resource Officer): Yes sir. Thank you for permission.</p>\r\n<p>HR Manager: First of all, prepare recruitment plan and share it with me so that the approval phase can be completed. This plan should include Position description, Advertisement of position, Suggested panel members and some interview questions.</p>\r\n<p>Me (Human Resource Officer): Okay, thank you so much for the time, Sir. I will contact as soon as possible to inform about this.</p>\r\n<p>HR Manager: No problem, Sir.</p>\r\n<p>Me (Human Resource Officer): Good afternoon, Sir.</p>\r\n<p>HR Manager: Good afternoon.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop a position description</strong></em></li>\r\n</ol>\r\n<p><strong>Position Description</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"13%\">\r\n<p><strong>Position Title:</strong></p>\r\n</td>\r\n<td width=\"28%\">\r\n<p>Human Resource Advisor</p>\r\n</td>\r\n<td width=\"30%\">\r\n<p><strong>Position Number: </strong>1000</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p><strong>Department: Human Resources</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"13%\">\r\n<p><strong>Reporting arrangements:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"86%\">\r\n<p><strong>Reports to: (Title):</strong>Human Resource Executive</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"13%\">\r\n<p><strong>Position Summary:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"86%\">\r\n<p>As an HR advisor, we need a person or the candidate who may have an ability for HR Support Level 3 apprenticeship to develop the knowledge and skills to excel in the role and progress the career of the University.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"6\" width=\"14%\"><br />\r\n<p><strong>Key Responsibilities and Outcomes</strong></p>\r\n<p>Describe the key responsibilities and outcomes required for the role in the normal course of work</p>\r\n</td>\r\n<td width=\"6%\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Recruiting and selection</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>HR Advisors typically have to work with HR directors for creating effective recruiting and hiring processes.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"6%\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Workplace relations</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>HR Advisors work HR teams to improve relationship between employees and management.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"6%\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Administrative functions</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>Human resources managers plan, direct and coordinate the administrative functions.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"6%\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Conflict resolutions</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>They may oversee procedures, investigate employee disciplinary actions and facilitate conflict resolutions.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"6%\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Clerical administration</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>The administrative role focuses on clerical administration. </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"6%\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Record keeping</p>\r\n</td>\r\n<td width=\"53%\">\r\n<p>This role includes processing and records activities</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\" width=\"13%\">\r\n<p><strong>Criteria</strong></p>\r\n</td>\r\n<td width=\"11%\">\r\n<p><strong>Essential skills and knowledge</strong></p>\r\n</td>\r\n<td width=\"75%\">\r\n<ul>\r\n<li>Budgeting skills.</li>\r\n<li>Empathetic skills</li>\r\n<li>Decision-making skills.</li>\r\n</ul>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"11%\">\r\n<p><strong>Desirable skills and knowledge</strong></p>\r\n</td>\r\n<td width=\"75%\">\r\n<ul>\r\n<li>Communication skills.</li>\r\n<li>Organizational skills.</li>\r\n<li>Training and developmental Skills.</li>\r\n</ul>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"26%\">\r\n<p><strong>Approvals:</strong></p>\r\n<p><strong>Manager</strong></p>\r\n</td>\r\n<td width=\"73%\">\r\n<p><strong>Manager</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Name: </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Signature: </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Date: 20<sup>th</sup> September, 2021</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to the Human Resources Manager(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Human Resource Manager</p>\r\n<p>From: Human Resource Officer</p>\r\n<p>Subject: Regarding the need of the HR advisor</p>\r\n<p> </p>\r\n<p>Respected sir,</p>\r\n<p>I am sending this email to let you know that our HR department is facing some issues regarding the decision making from last few months. Therefore, there is a great need of a HR Advisor in the organization.</p>\r\n<p>For this, we had opted a proper recruiting process. In addition, we had framed a position description for the kind of candidate we need.</p>\r\n<p>Please go through it once. Description and the recruitment timeline report has been attached to the email.</p>\r\n<p>Thank you.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Develop an advertisement</strong></em></li>\r\n</ol>\r\n<p> <img src=\"data:image/png;base64,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6Utf+qc//SkKtDTL2Wefvf/++x922GEHHnjgeeed56uvfOUr8jTfUrYuH7okyE1dnvjw3HPPjSKeY91ij0+bNk1BRxxxBIJ1+yuvvDJqtI06oZDrefzxx++7774Kkt6Vot2gSo2sm7TBkJ14f/rTn0pcSBC9efrppyOvPkkV+mohq0N61/e+970UOliLcPJnP/uZQqX0N5Qkt1yWi7zmNa857rjjzj///N///vcFjcnwuuuue+1rX4sY3z7vec/rY2Obn/vss88b3/hGB1oXS8uJ8dDuDThm0s1OO+204447iitijkJ/8IMfBKrbsP273/1O02MyRg3W+kUvetFLXvKSE044YfLkyVdffXWf2NjiWHU0ExmQLAn6OCPNK17xCvlL9vKXv1xxodkSmrSaeqksc8GHdmckhMiQ4RGHHnbEYYc/9/Aj8i/39VeCvffe+7TTTpMbgwPfPCGNOEyYQ4OyNL22UDTynFkkcYYMItUu3p6zfpHnwlIomyrkbdjl0limFr/whS90KvC22267zTbbbL/99gjwxKELOktxZo7ivdgmKIMjdXfFTBnSRsQoK6BOPvnk/fbbz3RrbnEfJNe65AwqFyDlvvOhF3+E7mB4JLtqFMT73/9+u9ytttpqK6644ute97o8jD5y89WvfvVZz3qWU8fXWmst+9NK9q1vfSvqMshHedHsclh99dVHjx49ffp0D8844wwppffQh+7XWGMN9/mby/2aa65pN58PfvCDPqkJX7OrIXqUBSxf8IIXKMjnskWYyZxD4l+UJoU4atSoIkC5z3zmM1N0HuZmww03fNe73gUYql4+h9DIC82+kizfVhXqRvW//OUv+6SGFftq4dWPfvQjM05dqTsN5S/muIohnihi/Pjxl156aYUxfQs/KPdUxMb9GOtzH0rcJsbPMWPGwFeImxYsP+w73/kODJO/Sw5S5vN11lkn1WeNBWnKC4R/G220EQ63myw5hE4frrvuut6ijfmVuscBxUmY5FukbrLJJqKXfTDs54033rj55ptLINlmm21mQ4nIntO4YTBpDK++//3ve8hWe9rTnqaxFP2sNddabZVxa6y2+pprPDN//Vtt1XHPXH0N/8atuqpWe9Ob3uQrKAgXSYtS1PEPf/hDigDD1sh6KDdvoT5ut8ewpSFpAFjLunbddddYNuFn6ginhWSZMtoCGzEE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\" alt=\"\" width=\"642\" height=\"642\" /><br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to the Human Resources Manager(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Human Resource Manager</p>\r\n<p>From: Human Resource Officer</p>\r\n<p>Subject: Regarding the advertising method and cost</p>\r\n<p>Respected sir,</p>\r\n<p>This letter is written to inform you two methods of recruitments have been short-listed for the position of the HR Advisor.</p>\r\n<p>Therefore, I kindly request you to go through the attached Job Advertisement document once and check 0out the details of costs and guidelines.</p>\r\n<p>Thank you.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Develop interview questions</strong></em></li>\r\n</ol>\r\n<ul>\r\n<li>Kindly tell me about yourself.</li>\r\n<li>Why should we hire you as HR advisor position?</li>\r\n<li>As HR advisor position, what is the most difficult situation you have had to face and how did you tackle it?</li>\r\n<li>Tell about your strength as HR advisor position?</li>\r\n<li>As HR advisor position, how would your co-workers describe you?</li>\r\n<li>How would you make decisions?</li>\r\n<li>As HR advisor position, would you describe a typical day in your current job?</li>\r\n<li>As HR advisor position, why do you wish to leave your present job?</li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to the Human Resources Manager(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Human Resource Manager</p>\r\n<p>From: Human Resource Officer</p>\r\n<p>Subject: Regarding overall feedback</p>\r\n<p>Respected sir,</p>\r\n<p>This letter is written to seek your feedbacks regarding the recruitment and the advertisement process that is opted.</p>\r\n<p>I also want to let you know that the selection panel while the interviews for this position will include the board members, HR Manager, and HR Officer.</p>\r\n<p>Some decided steps that shall be taken are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Deciding the role of participants</li>\r\n<li>Reviewing the description of the position before interviewing; it includes information such as required qualifications, preferred qualifications, functions, and working conditions</li>\r\n<li>Development of a selection matrix</li>\r\n<li>Development of job-related interview questions to ask each candidate</li>\r\n<li>Review of applicant materials, such as resume, letter of interest, and references</li>\r\n</ul>\r\n<p>Kindly go through all the documents once.</p>\r\n<p>Thank you.</p>\r\n<p><em> </em></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Assist in shortlisting candidates</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Name:</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p> </p>\r\n<p>Mia</p>\r\n</td>\r\n<td width=\"301\">\r\n<p> </p>\r\n<p>Mia is an Events Officer at the Australian Human Resources Institute. She worked there for 10 years managing a range of human resources workshops and conferences.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p> </p>\r\n<p>Saumya</p>\r\n</td>\r\n<td width=\"301\">\r\n<p> </p>\r\n<p>Saumya has recently moved from Brisbane to Sydney and is looking for a new job because of her change of location. She has previously worked with the University of Brisbane as a HR Officer. She worked there for 2 years and only just recently resigned.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Send an email to the Human Resources Manager(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To- assessor@gmail.com</p>\r\n<p>From-</p>\r\n<p>Subject: shortlisted candidates</p>\r\n<p>Kindly find attached 2 short listed candidates that I wish you to review so that I can arrange them to come for an interview.</p>\r\n<p>Mia: Mia is an Events Officer at the Australian Human Resources Institute. She worked there for 10 years managing a range of human resources workshops and conferences.</p>\r\n<p>Saumya: Saumya has recently moved from Brisbane to Sydney and is looking for a new job because of her change of location. She has previously worked with the University of Brisbane as a HR Officer. She worked there for 2 years and only just recently resigned.</p>\r\n<p>Please let me know if the short-listed candidates meet our organizational requirements.</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Develop a letter to be emailed to each successful candidate</strong></em></li>\r\n</ol>\r\n<p>123 Street, Rose avenue</p>\r\n<p>Australia</p>\r\n<p>20<sup>th</sup> September, 2021</p>\r\n<p>Subject: Regarding the interview for the position of HR Advisor</p>\r\n<p>Dear Mia,</p>\r\n<p>I am writing this letter to inform you that your profile has been shortlisted for the position of HR Advisor.</p>\r\n<p>Kindly find interview details below for your interview:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Interview date &amp; time: 27<sup>th</sup> September, 2021 11:00 AM</li>\r\n<li>Venue: The University of Green Hill</li>\r\n</ul>\r\n<p>Thank you.</p>\r\n<p>HR Officer.</p>\r\n<p><strong>Interview Invitation Letter</strong></p>\r\n<p>456 Street, Lotus Avenue</p>\r\n<p>Sydney, Australia</p>\r\n<p>20<sup>th</sup> September, 2021</p>\r\n<p>Subject: Regarding the interview for the position of HR Advisor</p>\r\n<p>Dear Saumya,</p>\r\n<p>I am writing this letter to inform you that your profile has been shortlisted for the position of HR Advisor. Kindly find interview details below for your interview:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Interview date &amp; time: 27th September, 2021 11:00 AM</li>\r\n<li>Venue: The University of Green HillTh</li>\r\n</ul>\r\n<p>Thank you.</p>\r\n<p>HR Officer <br /><br /></p>\r\n<ol start=\"11\">\r\n<li><em><strong>Send an email to the Human Resources Manager(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To- assessor@gmail.com</p>\r\n<p>From-</p>\r\n<p>Subject: Regarding the interview schedule</p>\r\n<p>Respected sir,</p>\r\n<p>This mail is sent to summarize the interview schedule for the position of the HR Advisor. For this interview, 27<sup>th</sup> September, 2021 has been fixed. Interviewing will start on 11 AM with first candidate Mia and accordingly at 11am with Saumya</p>\r\n<p>Interview will go for 2 hours and after that, there will be a small lunch break.</p>\r\n<p>Hope you will like the schedule. </p>\r\n<p>Thank you.</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Participate in the interview</strong></em></li>\r\n</ol>\r\n<p>Interview details:</p>\r\n<p>Date: 20<sup>th</sup> September, 2021</p>\r\n<p>Time: 10 AM</p>\r\n<p>Venue: The University of Green Hill</p>\r\n<p>In the interview with <strong>Mia </strong>and <strong>Saumya</strong>, the questions we had asked were:</p>\r\n<ol>\r\n<li>Tell about yourself.</li>\r\n<li>Why you want to work with our company?</li>\r\n<li>Differentiate between confidence and over confidence?</li>\r\n<li>Differentiate between hard work and smart work?</li>\r\n<li>How do accept criticism?</li>\r\n<li>What are some things that bother you?</li>\r\n<li>How do you get along with different kinds of people?</li>\r\n<li>Why should I hire you?</li>\r\n<li>What are your strengths and weaknesses?</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Assess candidates</strong></em></li>\r\n</ol>\r\n<p>Me: Thanks for your time, would you be able to impart your thoughts?</p>\r\n<p>HR: Mia in my vision hung out with respect to security, aptitudes, skills and encounters, for me she ought to be the contender to be contracted.</p>\r\n<p>Director: I truly liked the other competitor</p>\r\n<p>HR: We need to focus on the vital profile and every one of the up-and-comers\' understanding, not simply the relational.</p>\r\n<p>We should assess the mandatory aptitudes and different applicants don\'t have involvement with University HR office.</p>\r\n<p>Chief: things being what they are</p>\r\n<p>Me: So, we as a whole concur that Saumya would best suit for the job?</p>\r\n<p>HR: Yes.</p>\r\n<p>Chief: That\'s correct</p>\r\n<p> </p>\r\n<p>As I took interview of Saumya so she was quite confident her body language was as according to her answers she has good sense of humour I judged herself as a qualified and decent personality who will be appropriate for this job with it she has command on communication skills which is most needed for any coordinator because they have to communicate everyone in the firm so I prefer her because she’s perfectly fine for this position.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Speak to referees by telephone</strong></em></li>\r\n</ol>\r\n<p>(Call to the referee)</p>\r\n<p>ASSESSOR- Hey, how are you? </p>\r\n<p>ME- I’m good, how are you?</p>\r\n<p>ASSESSOR- I am good so you? Tell me about Saumya whom you selected</p>\r\n<p>ME- Yeah I selected her on the basis of her qualification and experience</p>\r\n<p>ASSESSOR- So what’s her qualifier location?</p>\r\n<p>ME- She did advance diploma in human resources</p>\r\n<p>ASSESSOR- What about her experience?</p>\r\n<p>ME- She worked for two years in the same department.</p>\r\n<p>ASSESSOR- What Salary we are going to pay?</p>\r\n<p>ME- We are expecting to pay her $70000 per annum</p>\r\n<p>Ok, so any other reasons why you selected her for this position?</p>\r\n<p>ME- Yes she has command on communication skills which is most needed for any coordinator</p>\r\n<p>ASSESSOR- Ok I am fine with your selection of Saumya</p>\r\n<p>ME- Thank you sir</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Prepare a selection report</strong></em></li>\r\n</ol>\r\n<p><strong>Selection Report</strong></p>\r\n<p>Position: HR Advisor</p>\r\n<p>Position No: 1000</p>\r\n<p> </p>\r\n<ul>\r\n<li><strong> Recommended Applicant</strong></li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Recommended applicant’s full name</strong>: Saumya</p>\r\n<p><strong>Outline why this applicant is recommended: </strong>Saumya had previously worked with the University of Brisbane as a HR Officer. She worked there for 2 years and has recently resigned due to the move to Sydney.</p>\r\n<ul>\r\n<li><strong> List of unsuccessful applicants</strong></li>\r\n</ul>\r\n<p>Outline why the following applicants were not selected for appointment.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Name</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>Reasons</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p> </p>\r\n<p>John</p>\r\n</td>\r\n<td width=\"421\">\r\n<p> </p>\r\n<p>He worked as a taxi driver from last 10 years, and had no experience of HR sector.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Mia</p>\r\n</td>\r\n<td width=\"421\">\r\n<p> </p>\r\n<p>She is not having any experience for the position of an advisor or the leader.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>Presiding Officer Name:</p>\r\n<p>Presiding Officer Signature:</p>\r\n<p>Date: 21<sup>st</sup>September, 2021</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to the CEO(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: CEO</p>\r\n<p>From: HR Officer</p>\r\n<p>Subject: regarding the selection report</p>\r\n<p>Respected sir,</p>\r\n<p>This letter is sent to inform you that from the two short listed candidates, we have selected Saumya for the position of HR Advisor.</p>\r\n<p>She had worked with the University of Brisbane as a HR Officer. She have the experience of  2 years and had recently resigned.</p>\r\n<p>So overall, she is the perfect candidate for this job.</p>\r\n<p>Selection report has been attached.</p>\r\n<p>Kindly share your views.</p>\r\n<p>Thank you.</p>\r\n<p>With respect.<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to unsuccessful candidates(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: assessor</p>\r\n<p>From: HR Officer</p>\r\n<p>Subject Regarding their applications</p>\r\n<p>Dear assessor,</p>\r\n<p>This mail is sent to inform you that you are not selected for the position that you have applied for. We are sorry to inform that you are not the suitable candidate for the position that we are looking for. We are very thankful to you that you applied for the vacancy.</p>\r\n<p>Thank you.</p>\r\n<p>With regards.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to a unsuccessful candidate(your assessor)in response to queries</strong></em></li>\r\n</ol>\r\n<p>To: assessor</p>\r\n<p>From: HR Officer</p>\r\n<p>Subject: Regarding incompetency</p>\r\n<p>Dear assessor,</p>\r\n<p>The mail is written to inform you that we are in need of the candidate, according to the organization’s guidelines and its procedures, who previously had the experience of HR Advisor, so that he/she can handle it.</p>\r\n<p>On contrary, there is no experience for this position with you. This is the main reason behind the rejection of your application.</p>\r\n<p>Hope you will understand.</p>\r\n<p>Thank you.</p>\r\n<p>With regards</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Write a Letter of Offerand Employment Contract for the successful candidate</strong></em></li>\r\n</ol>\r\n<p id=\"mcetoc_1fijt2fe03\"><strong>Private and Confidential (Letter of Offer)</strong></p>\r\n<p>456 Street, Lotus Avenue</p>\r\n<p>Sydney, Australia</p>\r\n<p>27<sup>th</sup> September, 2021</p>\r\n<p>Subject: Related to Contract of Employment</p>\r\n<p>Dear Saumya,</p>\r\n<p>We are pleased to offer u the position of HR Advisor at Green hills.</p>\r\n<p>Commencement Date</p>\r\n<p>Your employment will commence on 1<sup>st </sup>October 2021</p>\r\n<p>Location</p>\r\n<p>You will be based at Head office of University of Green hills.</p>\r\n<p>Position</p>\r\n<p>HR Advisor - report to HR departmental head Manager                                                                                  </p>\r\n<p>Term</p>\r\n<p>This is a permanent position.</p>\r\n<p> </p>\r\n<h4>Probationary Period</h4>\r\n<p>A Probationary Period of three-months is applied to this role. During this time, proper advice, training and guidance will be given to help you become familiar with the work that have been appointed to do.</p>\r\n<p>Terms of Employment</p>\r\n<p>The salary package is $70,000.</p>\r\n<p><strong>Payment</strong></p>\r\n<p>The salary will be paid weekly on Friday</p>\r\n<p>Salary Review</p>\r\n<p>The salary package will be reviewed annually.</p>\r\n<p>Leave Entitlements</p>\r\n<p>Annual Leave</p>\r\n<p>You are entitled to have 20 days’ (4 weeks’) annual leave.</p>\r\n<p>Personal leave</p>\r\n<p>You are entitled to 10 days paid personal leave in accordance with the Fair Work Act 2009.</p>\r\n<p>Termination</p>\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<td width=\"428\">\r\n<p>Period of continuous service</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Notice period</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"428\">\r\n<p>Not more than 1 year</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>1 week</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"428\">\r\n<p>More than 1 year, but not more than 3 years</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>2 weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"428\">\r\n<p>More than 3 years, but not more than 5 years</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>3 weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"428\">\r\n<p>More than 5 years</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>4 weeks</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p> </p>\r\n<p>Hours of Work</p>\r\n<p>The University of Green Hill’s working hours of business are between 8 am and 9pm. It is expected that you will work for an average of (38) hours per week.</p>\r\n<p>Privacy</p>\r\n<p>You are required to uphold all of the Company’s privacy policies and procedures.</p>\r\n<p>Confidentiality of Information</p>\r\n<p>During your employment, you may become aware of information relating to the business of The University of Green Hill, including, trade secrets, and client details and pricing structures. All the documents that will be created must remain the sole property.</p>\r\n<p>Jurisdiction</p>\r\n<p>Under the State of Victoria, the contract is made. </p>\r\n<p>HR Advisor</p>\r\n<p>I, Saumya, accept the terms and conditions of this contract.</p>\r\n<p>Signed: _______________________________________</p>\r\n<p>Dated  27<sup>th</sup> September 2021_______________________________________</p>\r\n<p>A copy is provided for your records.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Send an email to the successful applicant</strong></em></li>\r\n</ol>\r\n<p>To- Saumya</p>\r\n<p>From-</p>\r\n<p>Dear Saumya,</p>\r\n<p>Heartily Congratulations, as you have been approved for the position of HR Consultant!</p>\r\n<p>Below is information mentioned about your employment contract.</p>\r\n<p>Kindly read it carefully and do let me know if you have any questions.</p>\r\n<p>The induction process will take place on 25<sup>th</sup> September at 11 am.</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Send an email to the CEO and your workteam (your assessor).</strong></em></li>\r\n</ol>\r\n<p>To- <a href=\"mailto:%20assessor@gmail.com\"> assessor@gmail.com</a></p>\r\n<p>From-</p>\r\n<p>Dear assessor,</p>\r\n<p>Saumya is the new candidate. she will begin in our university. So, I request everyone to help her with the training.</p>\r\n<p>She will be starting on 1<sup>st</sup> October 2021 with her Training process.</p>\r\n<p>Hope you all welcome her.</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Send an email to the pay department(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Pay Department</p>\r\n<p>From: HR Officer</p>\r\n<p>Subject: Regarding the adjustments in the pay budget</p>\r\n<p>Respected sir,</p>\r\n<p>This letter is written to inform you that HR Advisor has been appointed by the HR department. She is joining the organization from 1<sup>st</sup> October 2021 and her salary package is $ 70,000.</p>\r\n<p>Therefore, I request you to make all the necessary adjustments in the organisation</p>\r\n<p>Thank you.</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Send an email to your Human Resources team(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: HR Team</p>\r\n<p>From: HR Officer</p>\r\n<p>Subject: Related to the joining and induction program of new employee</p>\r\n<p>Dear team members,</p>\r\n<p>This mail is written to inform you that the new HR Advisor is joining the organisation on 29 September 2021, he/she is not familiar with the rules and regulations of the organization so, I kindly request the team members to arrange the induction program for the new employees for her better understanding of the rules and regulations.</p>\r\n<p>Thank you.</p>\r\n</div>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 12, NULL, 'Support the recruitment, selection, and the induction of staff BSBHRM405', 'Get the help of our academic expert for getting free samples of BSBHRM405 to support the recruitment, selection, and induction of staff with plagiarism-free content on time.', 'Support the recruitment, selection, and the induction of staff BSBHRM405', 'support-the-recruitment-selection-and-the-induction-of-staff-bsbhrm405', '2021-10-14 06:36:17', '2021-10-23 01:50:32');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(243, 'Manage personal work priorities and professional development (BSBWOR501)', '<br />\r\n<h3>Assessment 1</h3>\r\n<p><span style=\"font-weight: 400;\"><em><strong>1. Explain self-appraisal and how it contributea performance review.</strong></em><br />It is the act of evaluation of one’s worth or status.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Benefits of Self Evaluation </span></p>\r\n<p><span style=\"font-weight: 400;\">Self-appraisals are the opportunities to show the employer that job and career are taken seriously. In a self-appraisal, responsibility of the performance is taken by the own self. </span><br /><em><strong><br />2. Explain peer appraisal and outline benefit of peer appraisal.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">It refers to the assessment of the employee’s performance which is provided by the employee’s colleagues in the work environment</span></p>\r\n<p><span style=\"font-weight: 400;\"> Advantages of peer appraisal</span></p>\r\n<p><span style=\"font-weight: 400;\">- it provides knowledge as workers are in the best position for appraising the performance of the colleague.</span><br /><br /></p>\r\n<em><strong>3. Outline benefits of planning work.</strong></em><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Gives an organization a sense of direction:</strong><span style=\"font-weight: 400;\"> organizations can’t react to the daily occurrences if there are no plans and goals. For example: if solution which is good for the short term may not always be beneficial in the long run. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Focuses attention on objectives and results</strong><span style=\"font-weight: 400;\">: plans keep the people focused on the results.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Establishes a basis for teamwork</strong><span style=\"font-weight: 400;\">: in joint projects, diverse groups can’t effectively cooperate without an integrated plan. Some of the examples are: carpenters, plumbers and many more. </span></li>\r\n</ul>\r\n<p> <br /><em><strong>4. Outline each of the letters in the acronym SMART in relation to goals.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">S.M.A.R.T.  stands for specific, measurable, attainable, realistic and timely.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Specific (simple, sensible, significant).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Measurable (meaningful, motivating).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Achievable (agreed, attainable).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relevant (reasonable, realistic and resourced, results-based).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time bound (time-based, timely, time-sensitive).</span></li>\r\n</ul>\r\n<br />\r\n<p><em><strong> 5. </strong><strong>Discuss Pareto Principle in relation to time management.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">The Pareto Principle is the helpful concept for the management of life and time. It is also known as 80:20 rule, the rule make sure that 20 percent of the activity will account for 80 % result.</span><br /><em><strong><br />6. Outline signs of stress.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Problem of Memory</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Not able to concentrate</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Poor judgment</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focusing only on the negative</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Racing thoughts</span></li>\r\n</ul>\r\n<br />\r\n<p> 7. <em><strong>Explain work-life balance.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">Work life balance has become the centre of attraction for all the companies, and political institutes as well. In human resource management, work life insurance is an important topic, which means the combination of work and life.  </span></p>\r\n<p> <br /><em><strong>8. Outline strategies that can be used to manage stress and achieve a healthy work-life balance.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Know what triggers the stress.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recognize the signs and symptoms that can help to reduce stress. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Meditate or Practise relaxation techniques.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Include well-balanced, healthy diet.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exercise for 30 minutes every day.</span></li>\r\n</ul>\r\n<p> <br /><em><strong>9. Discuss negative effect of technology on work-life balance.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employees may not feel engaged but talked.  When managers communicate through gadgets, the lack of tone, lack of questioning, discussion and body language with their team, it leads to a superficial exchange. This affects the employe’s engagement level </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of real “connection”. Leaders and managers must connect with their employees at various levels. </span></li>\r\n</ul>\r\n<em><strong><br />10. Discuss strategies that a business can use to ensure their workers maintain a healthy work-life balance.</strong></em><br />\r\n<p><strong>Educate Employees</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the healthy work life balance, educate employees about it. To understand what work life balance is and why it is important, Offer seminars for it. </span></p>\r\n<p><strong>Encourage Efficient Work </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is not necessary to work more and being productive. Working more and being productive. For example: as compared to Europe, Britain has longer working hours, but they still have low productivity. </span></p>\r\n<p><strong>Promote Health Initiatives</strong></p>\r\n<p><span style=\"font-weight: 400;\">Health is the priority of an integral part of work-life balance. Employees often sacrifice their health and fitness when there are long working hours. As an employer, there are few things that can be done to maintain healthy lifestyle of the employees. </span></p>\r\n<p> <br /><em><strong>11. Ways to develop new work skills</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get &amp; Be A Mentor. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Raise your hands for new challenges. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Solve the problems.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make Friends in other departments  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Find The Learning Opportunities</span></li>\r\n</ul>\r\n<p> <br /><em><strong>12. Ways to more effectively manage time at work.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">Prioritization</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">This act assign the importance to various task and makes sure that the task that are of more importance is accomplished first before the other task. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">Planning</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Strong planning skill is required for effective time management to make sure that there is organized understanding of the responsibilities.</span></p>\r\n<p> <br /><em><strong>13. Explain personal development planning.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">It is a written account of improvement and self-reflection, it doubles up as a detailed action plan which is used to fulfil academic, personal, or career based goals.</span></p>\r\n<p><span style=\"font-weight: 400;\">It is created within the workplace and works by establishing the aims also it recognize the strength as well as the weakness.<br /><br /></span></p>\r\n<p> 14. <em><strong>Outline crucial components of a personal development plan</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Always be accountable.</strong><span style=\"font-weight: 400;\"> Everyone believes that rules are no longer applicable to them. Get yourself surrounded with the people who can call out when life becomes drifting</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Learn to balance risk and caution.</strong><span style=\"font-weight: 400;\"> Become increasingly wise and must know when to risk or not. When someone is willing to push forward without the fear, it is necessary risk</span></li>\r\n</ul>\r\n<p> <br /><em><strong>15. Explain behavioural assessment in a workplace context.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">It is tool from psychology which is used for observing, describing and explaining the behavior. It is now used at educational and corporate sectors as well.  </span></p>\r\n<p><span style=\"font-weight: 400;\">         From generic personality traits and customer service orientation to workplace thinking styles, willingness to learn and leadership capabilities, behavioral and personality assessment </span><span style=\"font-weight: 400;\">can help evaluate different personality aspects of cand</span></p>\r\n<p> <br /><em><strong>16. Discuss the advantages of conducting behavioural assessments and appraisals.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Improves Performance:</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Behavioural assessment and appraisals focuses on enhancement of the workers capabilities and evaluates the opportunities.   </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Employee Development:</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It helps to differentiate between the strength and weakness of the employees, and also finds who is in the need of the training.  </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Positive Candidate Reactions</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Candidates can see the link between the assessment and the job which is being evaluated.<br /> <br /></span><em><strong>17. Explain learning styles and why it is important to identify learning styles</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Social Learner: </strong><span style=\"font-weight: 400;\">It means that it is the groups which are involved in learning and also lead to work with others.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Solitary learners:</strong><span style=\"font-weight: 400;\"> This term refers to as the self-study and working alone. In simple words they are tend to be independent.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Verbal Learners:</strong><span style=\"font-weight: 400;\"> this term is being used for the learners who are preferring to use the words. </span></li>\r\n</ul>\r\n<p><br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<p><strong><em>1. Prepare for a meeting with your assessor. </em><br /><br />Meeting date: 29</strong><strong>th</strong><strong> September, 2021</strong></p>\r\n<p><strong>Time: 11:00 AM</strong></p>\r\n<p><strong>Company Overview </strong></p>\r\n<p><span style=\"font-weight: 400;\">Lyft, Inc. works a portable application, offering vehicles for enlist, mechanized bikes, a bike sharing framework, and food conveyance.</span></p>\r\n<p><strong>Company goals or objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">The goal is to improve individual’s life by providing best transportation. Lyft’s vision is ride by ride; they are changing the way our reality works. They envision a reality where urban areas feel little once more, where transportation and tech unite individuals, instead of separating them. They consider the future to be network driven and it begins with you.</span></p>\r\n<p><strong>Key responsibilities</strong></p>\r\n<p><span style=\"font-weight: 400;\">The job responsibilities include following aspects:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My responsibility is to help construct and scale marketing endeavors at a neighborhood level.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The next step is to help with executing grassroots marketing activities that construct the Lyft brand and help Lyft get new travelers.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Further obligations include directing effort for new forthcoming neighborhood occasions, assisting with arranging events across Los Angeles and Orange County.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Thus, my job requires supporting the Marketing Lead in ideating, making and executing new brand activities in the nearby market.</span></li>\r\n</ol>\r\n<p> <br /><em><strong>2. Meet with your assessor to discuss your personal work goals. </strong></em></p>\r\n<p><strong>Meeting date: 29/09/2021</strong></p>\r\n<p><strong>Time: 10 AM</strong></p>\r\n<p><strong>Participants: </strong></p>\r\n<p><span style=\"font-weight: 400;\">In the meeting,</span></p>\r\n<p><span style=\"font-weight: 400;\">The points we have discussed:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overview of the business</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The purpose of the business </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Company’s goals or objectives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The position description for the job role and the responsibilities</span></li>\r\n</ul>\r\n<em><strong><br />3. Write a report on your personal work goals</strong></em>\r\n<p><strong>Report on personal work goals</strong> </p>\r\n<p><strong>Executive Summary </strong></p>\r\n<p><span style=\"font-weight: 400;\">Lyft, Inc. works a portable application, offering vehicles for enlist, mechanized bikes, a bike sharing framework, and food conveyance.</span></p>\r\n<p><strong>Company goals or objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">The goal is to improve individual’s life by providing best transportation. Lyft’s vision is ride by ride; they are changing the way our reality works. They envision a reality where urban areas feel little once more, where transportation and tech unite individuals, instead of separating them. They consider the future to be network driven and it begins with you.</span></p>\r\n<p><strong>Key responsibilities</strong></p>\r\n<p><span style=\"font-weight: 400;\">The job responsibilities include following aspects:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My responsibility is to help construct and scale marketing endeavors at a neighborhood level.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The next step is to help with executing grassroots marketing activities that construct the Lyft brand and help Lyft get new travelers.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Further obligations include directing effort for new forthcoming neighborhood occasions, assisting with arranging events across Los Angeles and Orange County.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Thus, my job requires supporting the Marketing Lead in ideating, making and executing new brand activities in the nearby market.</span></li>\r\n</ol>\r\n<p><em><strong><br />4. Send an email to your assessor.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">To - Assessor</span><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">From- </span></p>\r\n<p><span style=\"font-weight: 400;\">Attachment: Personal work goals report</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected Sir,</span></p>\r\n<p><span style=\"font-weight: 400;\">I’m writing this letter to inform you that I’m done with my personal work goal report and I have also attached the repost with this mail. </span></p>\r\n<p><span style=\"font-weight: 400;\">Also I have explained I have explained how the goals are in corporation with the purpose. I have also mentioned the company’s goals and objectives in the document. I have also mentioned how these goals can be achieved as well. </span></p>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">Thanks and kind regards</span></p>\r\n<p><br /><br /></p>\r\n<h3>Assessment 3</h3>\r\n<p> <br /><em><strong>1. Research Technology And Tools That Managers Can Use To Manage Their Work Priorities. </strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">\r\n<p><strong>Excel Templates</strong></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Demand excel Metric is a community that is built for the needs of excellent priority managers. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">\r\n<p><strong>Key Information Dashboard</strong></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Starts mix helps with management by keeping all the key metrics in one place. Utilizing popular third-party services. </span></p>\r\n<p> <br /><em><strong>2. Research the impact of workplace stress, as well as strategies to address this.</strong></em></p>\r\n<p><strong>Impacts of workplace stress</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p>IT AFFECTS DECISION-MAKING</p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress will affect the decision making process. Stress will make you emphasize on the benefits and ignores the drawbacks. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">IT COULD BE MAKING YOU SICK</span><span style=\"font-weight: 400;\">.</span></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress effects the way of living. Chronic stress can make you sick. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">IT AFFECTS YOUR RELATIONSHIP</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Chronic stress changes the way to look at life and future as well.  Feelings of helplessness can harm the professional relationships. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">EVERYTHING TAKES LONGER.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress makes a person less productive at work</span><br /><br /></p>\r\n<p><strong>Strategies to address them: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Design a Healthy Workplace</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Everyone has a right to feel safe at his or her workplace. The path to design an environment that is free of unnecessary stressors. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop an Online Support Network</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Online resources can help employees to stay up to date. Employees will engage in wellness.</span></p>\r\n<p><em> <br /></em><em><strong>3. Write a work priorities planning report.</strong></em></p>\r\n<p><strong>Work Priorities Planning Report</strong></p>\r\n<p><span style=\"font-weight: 400;\">Technology and tools</span></p>\r\n<p><strong>Name: Excel Templates</strong></p>\r\n<p><span style=\"font-weight: 400;\">Demand excel Metric is a community that is built for the needs of excellent priority managers. </span></p>\r\n<p><span style=\"font-weight: 400;\">Advantages:</span></p>\r\n<p><span style=\"font-weight: 400;\">Templates can save you a lot of time so it is worth taking a few minutes to look at the ones that are built in. </span></p>\r\n<p><span style=\"font-weight: 400;\">Disadvantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Difficulty in troubleshoot or test. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Not designed for collaborative work. .</span></li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Name: Key Information Dashboard</strong></p>\r\n<p><span style=\"font-weight: 400;\">Stats mix helps with management by keeping all the key metrics in one place. Utilizing popular third-party services. </span></p>\r\n<p><span style=\"font-weight: 400;\">Advantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboards provides visibility into all key business metrics. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Any change in data or values is reflected in dashboards.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Disadvantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Predicts future events which is based on past data.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Prescribes a course of action<br /><br /></span></p>\r\n<p><em><strong>4. Impacts of workplace stress</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">IT AFFECTS DECISION-MAKING</span></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress will affect the decision making process. Stress will make you emphasize on the benefits and ignores the drawbacks. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IT COULD BE MAKING YOU SICK.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress effects the way of living. Chronic stress can make you sick. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">IT AFFECTS YOUR RELATIONSHIP</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Chronic stress changes the way to look at life and future as well.  Feelings of helplessness can harm the professional relationships. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">EVERYTHING TAKES LONGER.</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">            Stress makes a person less productive </span><span style=\"font-weight: 400;\">at work</span>\r\n<p> <br /><em><strong>5. Write a weekly schedule.<br /><br /><img src=\"data:image/png;base64,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kWkP8dsDSnbufmvHDuy2l++v/T9k2LtHnGf53b17duMnLgf/7iF+O9HMXWRp4vvknZW60Ni9e3fu2ou3wKy3duza+/a+nbve2rl7197du3/329/u2L79nb3i8tekvW/v3SFO+/buI5iG7GTb7zQBjd+7ew/KIHhHXOza+dau7buJulZIIgsEvXvQZPTfnl0gj6RnlQlrGEJWutKbO9Bzb23fucqVvXv2EsS8tevN3725fcc2/CnuHHG/v72TfPHtd3a9BWpBxdsgB6+isbhAlyzzH5xb7giS/yuUgDkYBER+cbF30h2uElxf+y4xRjCE9uwVj59tu/aJB9K2t3a+jfGw3Olv792LHG++8bu33tqxymSiI3bt3rZ95763iYu3wEi0dQcxBojG7BIP6eWeRX+BKjQS9GEo3BlObxPNXqnlQdd794Jda2jbRpSDksWzYNfeXcvT4e0VNop5svedvTvf2vHWNmQm+1vch+SL4pFNXqNrkN7eA+q2gyz0rHg+EiWT/UjOuDt9JNF9MB8duX3f2/uWS9j9NtG5+N+2nbveRk8StREXqBY/jKVdGHv7du/Y8ebvfrttO0aFmGYwStw7u1A/KMK7RMHiCzQWj9AILCBIa66JF+/PiS4mql0eZkRD39qzi+go9NOaR3dYtMor8TsgkqyRLGeZjTvf2fsOePzmm2+CEtxfO/Kx1q1dc4huEo9t4ubKQkfSc2fwi/mD8b48SXcvr2kEo4jBv3sf0WM73npr1+7tewl69uwmrgnW4eaO3TswunatuYNyxPwiuLFrmfnIvWPPm7/93TZiuXhnZVQQRIiXLWJgLPMWbCdukXcw/DAAiaFOTkOMW3Te7u17iKUC43+FqreJFYhYanFB8GmFt7i++9HKu3t379i+EzNuHy7IVV08jNcutrv3vLPjrd9t3/a7d975444dIJxgolgciBcZYpISrAVN27fthkwhBvzq1BNPwLXzHQvD2zt2o+vJBi+vHmvWVWJxI5+IFwpymt9ZwYinIPAtYuASooToEmKI7sLg3bF92563du7a9tvfP//889t3bP/8s88fVXy+vWf33/7+9w8//MdHH3zw/kfvf/zJx598+smHHxP/L06ffvzxR/gLN/GDjS7SPdfIiixEfmTA9Ycr17giCsHdjz7ETVx8iqLu3BSX/NHyi6slk8Wt3l8t/ONPPsRtcYGffvrZx59+dBcZZD0gHFUhfYTMn4ivUDPxExeJqwckMdHLGYh38RcI+0hc43Kjl0sWl4bCCQ6trQs3P1n7ojgDwciPP1thzMoLd2gg2y7mkJhpYiKWs602AY9IHn60wkyChjUEkOWtkkS+uEzPChPWMOROpWR1n35EZF5JYhrEo+CzT1d5QtKGbCs8X+5E9OYdstG5K/wHscvMIflPcIaghOTqcmlru2KFq0Qr7n4X5JEdQY4fccVibqDqO51ODovPQDRaRBZMVCRu2l0X4qfkHXHv3MXGO81cM5xWBjbRogdc30ubuNjlWfDhyltiSsRsFPMEI+tzogF3jcllZoo5sEoMyVXiJ54CyyOTaMXKwBIP7NXCJbm/WuDynEUJZOeKe3m538kL4rdaNRj82ceffLQ6F5Z7h8gp7vE1F+LJLv7hYuV6me335STH/Jomf/L5p1h5xL0t5thdrbv3DjloQP/y3FnNTPQCMSjES8MKx+5qJrmaEYxdGdsrC87qzCe78g5/VobxmjG5vLyI10HxukTmXx5F5E2SG2SXLWcjF9s7ta8QiYFOTsM7I1nMn+Wpsaalq3eWB8nqwBaPls8xhckuWKGKHEXk2nUPS9c+uvPuR1h0iBVqdfAvD+O7F1tkIlpLtI4YoKviQNwO4qa4+Str4Z2pd/fSKp4XaPRnoHZ1+bhvXV1d2FfG8N0rGLkMgv3iASlm4/IqR67G7//j44/+8dGH//jw408//sMf/vCo4vMeh5atP7c4sMWBLQ5scWCLAz8QDmzS7xOAGuSh2Vba4sAWB7Y4sMWBLQ78ADlAxiGWGjbhQQhMW/e3OLDFgS0ObHFgiwM/HA5IJz4RpGwrbXFgiwNbHNjiwBYHtjjw4x//WArQvh+IXnurmVsc2OLAFge2OLDFAak4sAHmrVRlbWXe4sAWB7Y4sMWBLQ78QDiwJT5/IB291cwtDmxxYIsDWxx4nBzYEp+Pk5tbZW1xYIsDWxzY4sAPhAN3iU/EJvsBWiRvNXmLA1sc2OLAFge2OCAtByAx78T7/OHYH2+1dIsDWxzY4sAWB7Y48Fg48P8DMjT0mbpworMAAAAASUVORK5CYII=\" alt=\"\" width=\"618\" height=\"395\" /><br /><br /></strong></em><em><strong>6. Send an email to your assessor.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">To: assessor@gmail.com</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Regarding the work priorities report</span></p>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">Respected sir, </span></p>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">I am sending this email to tell you about all of my work priories with the schedule to do them. For your acknowledgement, I have also attached the schedule and the priorities planning report with it. </span></p>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">Please go through it once and share your views regarding it. </span></p>\r\n<p><span style=\"font-weight: 400;\">With regards <br /><br /><em><strong><br />7. Meet with your assessor.</strong></em></span></p>\r\n<p><strong>Meeting date: 27/09/2021</strong></p>\r\n<p><strong>Time: 10 AM</strong></p>\r\n<p><strong>Participants: </strong></p>\r\n<p><strong>Work Priorities Planning Report</strong></p>\r\n<p><span style=\"font-weight: 400;\">Technology and tools</span></p>\r\n<p>Name: Excel Templates</p>\r\n<p><span style=\"font-weight: 400;\">Demand excel Metric</span><span style=\"font-weight: 400;\"> is a special community that is built for the needs of excellent priority managers. </span></p>\r\n<p><span style=\"font-weight: 400;\">Advantages:</span></p>\r\n<p><span style=\"font-weight: 400;\">Templates will help to save time.   </span></p>\r\n<p><span style=\"font-weight: 400;\">An excel template will help in creating workbooks that are consistent </span></p>\r\n<p><span style=\"font-weight: 400;\">Disadvantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Difficult in troubleshoot or test. </span></li>\r\n</ul>\r\n<p><strong>Name: Key Information Dashboard</strong></p>\r\n<p><span style=\"font-weight: 400;\">Stats mix use a web user interface to help management by keeping all the metrics at one place.</span></p>\r\n<p><span style=\"font-weight: 400;\">Advantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Single pane visibility is provided by the Dashboards. </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Disadvantages:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Predicts future events that are based on past data.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Course of action is prescribed.</span></li>\r\n</ul>\r\n<p><strong>Impacts of workplace stress</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p>IT AFFECTS DECISION-MAKING</p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Stress can affect the decision making process. It can force to ignore the drawbacks. It can also cause to act habitually.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">IT COULD BE MAKING YOU SICK.</span></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Both short- and long-term stress impacts the way of living, chronic stress </span><span style=\"font-weight: 400;\">is constant over an extended period of time, and is harmful for the health.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">IT AFFECTS YOUR RELATIONSHIP</span></p>\r\n</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Chronic stress also changes the way of living. Feeling lonely can lead to sensitivity which can harm the professional relationships</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ITS MAKING YOU FEEL DISSATISFIED.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It is not possible to love the job if it is causing you stress. Because of this, there is a feeling of less optimistic.</span></p>\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<strong><em>1. Prepare a self-assesment report.</em></strong><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Elements</span></p>\r\n</td>\r\n<td rowspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Performance criteria</span></p>\r\n</td>\r\n<td colspan=\"5\">\r\n<p><span style=\"font-weight: 400;\">Self-assessment</span></p>\r\n</td>\r\n<td rowspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Provide brief comments as to how you determined your assessment ranking</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1.1 Analyze existing practices and information </span></p>\r\n</td>\r\n<td rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Research diversity</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1.2 Identification of potential benefits of diversity and analyze in relation to business objectives</span></p>\r\n</td>\r\n<td><br />\r\n<p><strong>4</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Having experience  and</span></p>\r\n<p><span style=\"font-weight: 400;\">Have already done</span> <span style=\"font-weight: 400;\">similar</span> <span style=\"font-weight: 400;\">work that makes  me  confident regarding</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1.3 Consulting stakeholders about the requirements for a diversity policy</span></p>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">it.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2.1 Drafting diversity policy</span></p>\r\n</td>\r\n<td rowspan=\"4\"> </td>\r\n<td rowspan=\"4\"> </td>\r\n<td> </td>\r\n<td rowspan=\"4\"> </td>\r\n<td rowspan=\"4\"> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">Draft policy and plan for</span></p>\r\n<p><span style=\"font-weight: 400;\">implementation</span></p>\r\n</td>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Developing action plans for policy</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Consulting stakeholders for feedback on draft policy </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Determining relationships and links with other related policies</span></li>\r\n</ol>\r\n</td>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">I have skills for drafting a policy.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2.5</span> <span style=\"font-weight: 400;\">Revise</span> <span style=\"font-weight: 400;\">policy</span> <span style=\"font-weight: 400;\">for</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Implementation</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.1 Explain policy to key stakeholders</span></p>\r\n</td>\r\n<td rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td> </td>\r\n<td rowspan=\"3\"> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">Implement diversity policy</span></p>\r\n</td>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Promoting policies across the organization with the help of communication channels</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying intended and unintended impacts of policy implementation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Developing tools, benchmarks and other indicators for planning and measuring impact of policy implementation</span></li>\r\n</ol>\r\n</td>\r\n<td><br /><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">After a thorough research I will be able to identify indicators </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.5 Monitoring business activities</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.1 Gathering and analyzing information about diversity</span></p>\r\n</td>\r\n<td rowspan=\"5\"> </td>\r\n<td rowspan=\"5\"> </td>\r\n<td rowspan=\"5\"> </td>\r\n<td> </td>\r\n<td rowspan=\"5\"> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Review diversity policy</span></p>\r\n</td>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Consulting key stakeholders to provide feedback on the policy</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Developing and approving recommendations for changes to the policy</span></li>\r\n</ol>\r\n</td>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">This area is of my expertise.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.4 Refinining diversity policy in</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">accordance with feedback and</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Recommendations</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><em><strong>2. Professional competence research</strong></em></p>\r\n<p><strong>Interview response 1</strong></p>\r\n<p><span style=\"font-weight: 400;\">Name of person participating in interview: Payal</span></p>\r\n<p><span style=\"font-weight: 400;\">Job role: Engineer assistant</span></p>\r\n<p><span style=\"font-weight: 400;\">Company employed with: TENDA investments</span></p>\r\n<p><span style=\"font-weight: 400;\">Date of interview: 28/09/2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time of interview: 12 noon</span></p>\r\n<p><span style=\"font-weight: 400;\">Duration: 30 minutes</span></p>\r\n<p> </p>\r\n<p><strong>What does current job role involve? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Design and engineering teams help define and execute the projects and not only develop. </span></p>\r\n<p> </p>\r\n<p><strong>What skills and knowledge are most important to a manager? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Good Communication skills is the most important skill of all for managers to have.</span><br /><br /></p>\r\n<p><strong>Which development activity has to participate in recently? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Trainings that are skilled based. </span></p>\r\n<p><strong>Interview response 2</strong></p>\r\n<p><span style=\"font-weight: 400;\">Name of person participating in interview: Preeti</span></p>\r\n<p><span style=\"font-weight: 400;\">Job role: Assistant </span></p>\r\n<p><span style=\"font-weight: 400;\">Company employed with: Bolshoi Russian ballet </span></p>\r\n<p><span style=\"font-weight: 400;\">Date of interview: 28/09/2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time of interview: 3 pm</span></p>\r\n<p><span style=\"font-weight: 400;\">Duration: 20 minutes</span></p>\r\n<p><strong>What does current job role involve? </strong></p>\r\n<p><span style=\"font-weight: 400;\">It includes helping with time and daily routine.</span></p>\r\n<p><strong>What skills and knowledge are most important to a manager? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Leadership is the most important skill as a manager needs to solve the problems and also to prove that he/she is committee to the team goals</span></p>\r\n<p><strong>Which development activity has to participate in recently? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Improvement in job performance <br /></span><br /><em><strong><br />3. Write a career review</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">For promoting specialist, I wish to accomplish the degree, for exhibiting the information that I wish to do and also exhibit the information that is gained along. It also help the organization to develop the inside commercial center. </span></p>\r\n<p><span style=\"font-weight: 400;\">As my course is finishing, I have the option to obligate the supervisor on an organization. </span></p>\r\n<p> <br /><em><strong>4. Write a networking review</strong></em></p>\r\n<p><strong>Networking opportunity 1</strong></p>\r\n<p><span style=\"font-weight: 400;\">Organization name and contact details </span></p>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">BNI Australia – Business Networking Group </span></p>\r\n<p><span style=\"font-weight: 400;\">Date and time: 28</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> September, 2021, 8 am to 6 pm</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact subtleties </span></p>\r\n<p><span style=\"font-weight: 400;\">Telephone: +1300 788 286 </span></p>\r\n<p><span style=\"font-weight: 400;\">Email: adming@bni.com.au </span><br /><br /></p>\r\n<p><span style=\"font-weight: 400;\">The costs:</span></p>\r\n<p><span style=\"font-weight: 400;\">$500 every year for enrolment </span></p>\r\n<p><span style=\"font-weight: 400;\">The benefits: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strength of business associations</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">New thoughts. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Advance vocation.</span></li>\r\n</ul>\r\n<p><strong>Networking opportunity 2</strong></p>\r\n<p><span style=\"font-weight: 400;\">Organisation name and contact details </span></p>\r\n<p><span style=\"font-weight: 400;\">Networked Organisation – Global Integration</span></p>\r\n<p><span style=\"font-weight: 400;\">Date and time: 30</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> September, 2021, 9 am to 5 pm</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact details</span></p>\r\n<p><span style=\"font-weight: 400;\">Phone: 0422453678</span></p>\r\n<p><span style=\"font-weight: 400;\">Email: networked@organisation@gmail.com</span></p>\r\n<p><span style=\"font-weight: 400;\">The services offered by the networking organisation.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing business contacts globally</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joining of industry associations globally</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Networking groups globally</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Personal contacts and social events </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The costs involved:</span></p>\r\n<p><span style=\"font-weight: 400;\">$650 a year for membership </span></p>\r\n<p><span style=\"font-weight: 400;\">The benefits:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It will allow to make business contacts and help other people </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It will open gate for new chances  </span></li>\r\n</ul>\r\n<p> <br /><em><strong>5. Write a Professional Development Plan</strong></em></p>\r\n<p><strong>Professional Development Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Name</span></p>\r\n</td>\r\n<td> </td>\r\n<td colspan=\"2\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date of development</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> September, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date to be reviewed</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">02</span><span style=\"font-weight: 400;\">nd</span><span style=\"font-weight: 400;\"> October, 2021</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><span style=\"font-weight: 400;\">Goals </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Timeframe</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">My personal goals are:</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">My professional goals are:</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Next 12 months</span></p>\r\n</td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of emotional intelligence.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cultivating resilience.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Listening actively.</span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"> </li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Productivity: Getting More Done.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Efficiency: Doing it faster.</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Next 5 years</span></p>\r\n</td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing a growth mind-set.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of a reading habit.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Learning new things.</span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Education: New Technical Skills. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Personal Development: Improvement in  Soft Skills</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Professional development priorities </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identified area of improvement or gap</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Briefly describe why you have identified this as a priority</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By when?</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Standardize and Work Requests</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Because of the decreasing work score day by day and no improvement is shown in it. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3 days </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Aligning Team Goals with Company Objectives</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There gap between the required outcomes and the actual outcomes. </span></p>\r\n<br /><br /></td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3 days </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Encouraging Team to Make Time for Important work</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is need for the management of time and work  </span></p>\r\n</td>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">days </span></li>\r\n</ol>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> <br /><em><strong>6. Create a PowerPoint presentation.</strong></em></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conduct presentation</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Feedback I got after presentation:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always be prepared before making presentation, whether it is formal or informal.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deliver clearly when making a presentation. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For using proper language, get to know the audience well.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Questions that are asked at the end of the presentation:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Will you participate in one of our events in the future?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Will you tell a friend about this event?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Why you choose to attend our event?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Was the event up to the expectations? </span></li>\r\n</ul>\r\n<p> </p>\r\n<em><strong>7. Evaluate your presentation</strong></em><br />\r\n<p><strong>EVALUATION:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The presentation was good. All the professional goals and plans for next 12 months as well as for next 5 years have been set. </span></p>\r\n<p><span style=\"font-weight: 400;\">Communication skills were good, it includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Body language. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Active listening. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conflict resolution. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authenticity. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Emotional intelligence. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Articulation and tone of voice. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mirroring. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ask great questions.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">And ability to achieve objectives within time has been shown</span><span style=\"font-weight: 400;\">. </span></li>\r\n</ul>\r\n<p> <br /><em><strong>8. Update your professional development plan</strong></em></p>\r\n<p><strong>Updated Professional Development Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Name</span></p>\r\n</td>\r\n<td> </td>\r\n<td colspan=\"2\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date of development</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> September, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date to be reviewed</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">02</span><span style=\"font-weight: 400;\">nd</span><span style=\"font-weight: 400;\"> October, 2021</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Goals </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Timeframe</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">My personal goals are:</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">My professional goals are:</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Next 12 months</span></p>\r\n</td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of emotional intelligence.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cultivating resilience.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Listening actively.</span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"> </li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Productivity: Getting More Done.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Efficiency: Doing it faster.</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Next 5 years</span></p>\r\n</td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing a growth mind-set.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of a reading habit.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Learning new things.</span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td><br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Education: New Technical Skills. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Personal Development: Improvement in  Soft Skills</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Professional development priorities </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identified area of improvement or gap</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Briefly describe why you have identified this as a priority</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By when?</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speed of handling task and taking decisions</span></li>\r\n</ol>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">For the position of manager, analytic skills are important </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4 days </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adapt to working environment</span></li>\r\n</ol>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">I could be more stress free if it is adopted once. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 days </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encouraging the Team to Make Time for Important work.  </span></li>\r\n</ol>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is need for the management of time and work  </span></p>\r\n<br /><br /></td>\r\n<td>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">days</span></li>\r\n</ol>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p> 9. <em><strong>Send an email to your assessor.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">To:</span><a href=\"mailto:assessor@gmail.com\"><span style=\"font-weight: 400;\">assessor@gmail.com</span></a></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Overview of the important development documents</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written with in reference with successful conduction of presentation. In the presentation, we discussed about professional development plan and also about the self-assessment report. Some changes have been made in professional development plan. Kindly find the report that has been attached to the mail. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you.</span><br /><br /></p>\r\n<h3>Assessment 5</h3>\r\n<em style=\"font-size: 14px;\"><strong>1. Participate in a professional development activity.</strong></em>\r\n<p><strong>Professional Development Report</strong></p>\r\n<p><span style=\"font-weight: 400;\">Date: 01</span><span style=\"font-weight: 400;\">st</span><span style=\"font-weight: 400;\"> October, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 10:00 AM </span></p>\r\n<p><span style=\"font-weight: 400;\">Length: 4 hours</span><br /><br /></p>\r\n<p><strong>What skills are developed through participating in the professional development activity?</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identification of Strengths and Weaknesses: distinguish proof of qualities and shortcomings are the viewpoints, which are to be improved. It is to be considered that sometimes it speaks negative as well as positive. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Own Knowledge: sometimes the characteristics are disregarded, there is a chance to differentiate the viewpoints which are overlooked, thus have a significant impact on the presentation. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analysis Capabilities: examination abilities are lessened and are disregarded.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Achievement of Objectives: to know what is the need, goals need to be set</span></li>\r\n</ul>\r\n<p><strong>What is most liked about the professional development activity? </strong></p>\r\n<p><span style=\"font-weight: 400;\">The way that it revives the ideas that are learned and disregarded sometimes all through the expert turn of events, remembering of the subtitles that are neglected.</span></p>\r\n<p><strong>What is least liked? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Deficiencies in each person that impacts everybody’s outcomes of activities that was done in an unforeseen manner. </span></p>\r\n<p><strong>Benefits of participation in professional development opportunity</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Satisfaction: participating in development recommends having individual satisfaction through growing master effort. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incentive: by extending new development, possible affirmation by the business. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Productivity: extension in new development, productivity for the business that extends the impetus as an agent. </span></li>\r\n</ul>\r\n<p> <br /><em><strong>2. Write a professional development report</strong></em></p>\r\n<p><strong>Professional Development Report</strong></p>\r\n<p><span style=\"font-weight: 400;\">Date: 01</span><span style=\"font-weight: 400;\">st</span><span style=\"font-weight: 400;\"> October, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 10:00 AM</span></p>\r\n<p><span style=\"font-weight: 400;\">Duration: 5 hours</span></p>\r\n<p><span style=\"font-weight: 400;\">Outline the skills that have developed by participating in the professional development activity.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Own Knowledge: characteristics are sometimes disregarded, therefore there is a chance to differentiate the viewpoints which are overlooked. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Achievement of Objectives: set the goals to know what is your need, goals will help to show the certainty to contact them. </span></li>\r\n</ul>\r\n<p><strong>What is the most liked about the professional development activity? </strong></p>\r\n<p><span style=\"font-weight: 400;\">The most liked thing is a piece of action which is completed that revives the ideas learned and some of the time it is disregarded.</span><br /><br /></p>\r\n<p><strong>What was least liked?</strong></p>\r\n<p><span style=\"font-weight: 400;\">Deficiency in each person and eventual outcomes of the activities. </span></p>\r\n<p><span style=\"font-weight: 400;\">Benefits of participating:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Satisfaction: participation of this sort recommends to have more individual satisfaction.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incentive: by extension of new development, Possible affirmation by the business</span></li>\r\n</ul>\r\n<p> <br /><em><strong>4. Send an email to your assessor.</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">To: </span><a href=\"mailto:assessor@gmail.com\"><span style=\"font-weight: 400;\">assessor@gmail.com</span></a></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Regarding the professional development activity</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected sir, </span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is sent for giving an overview of the professional development activity. Many benefits have been noticed of this activity. So, I kindly request you to go through it once and share your reviews </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span><br /><span style=\"font-weight: 400;\"><br /></span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 13, NULL, 'Manage personal work priorities and professional development BSBWOR501', 'Our academic writing experts will deliver you free sample work on manage personal work priorities and professional development assignment.', 'Manage personal work priorities and professional development BSBWOR501', 'manage-personal-work-priorities-and-professional-development-bsbwor501', '2021-10-14 06:46:34', '2021-10-23 02:06:51');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(244, 'Prepare Stocks, Sauces and Soups  (SITHCCC007)', '<h3><br />Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>three food safety issues which you must consider when preparing stocks, sauces and soups.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Risk</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Strategy for reducing risk</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p><strong>Recipes</strong></p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Proper standard steps for the recipe need to be followed.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p><strong>Odour</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Proper flavors are properly being used along with the clarifying agents which has been mentioned in the standard recipes.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p><strong>Environmental factors</strong></p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Storage conditions are quite poor</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Three indicators you would use to select fresh, quality ingredients for use instocks, sauces andsoups.</strong></em></li>\r\n</ol>\r\n<p>Following are the three indicators that can be used to select the fresh, quality ingredients for the uses which are in stocks, sauces and the soups:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>There are both the factors such as internal as well as external factors which appears.</li>\r\n<li>Size, shape, color and the consistency of the dish also considered as the indicators.</li>\r\n<li>Third and the last indicator is chemical, physical and microbial.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Three signs that ingredients used for stocks, sauces and soups have spoiled orare contaminated.</strong></em></li>\r\n</ol>\r\n<p>Following are the three signs which can signify that ingredients that has been used in the stocks, sauces and the soups have been spoiled or contaminated:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Mold</li>\r\n<li>Odour</li>\r\n<li>Taste</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>At least three requirements for the safe storage of stocks, sauces and sauces. At leastone of your answers for each must include the correct temperature range</strong></em>.</li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Stocks</p>\r\n</td>\r\n<td width=\"463\">\r\n<p>·         The food can kept at the temperature of 4 degree C which will be around 39 degreen F or lesser than this.</p>\r\n<p>·         Always store the stocks in the clean and hygienic, food-grade storage containers.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Sauces</p>\r\n</td>\r\n<td width=\"463\">\r\n<p>·         Refrigerator the sauces that is left over</p>\r\n<p>·         Always tore the sauce in air-tight or in the plastic container to avoid the contamination.</p>\r\n<p>·         Before storing the sauce it should be at the room temperature and should be stored in the cool, dark between 50 degree to 70 degree F.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Soups</p>\r\n</td>\r\n<td width=\"463\">\r\n<p>·         Always Refrigerator/Freezer the left over soup.</p>\r\n<p>·         Always store the soup in the plastic container.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Three safety techniques when using knives in the kitchen?</strong></em></li>\r\n</ol>\r\n<p>Following are the three-safety technique while using the knives in the kitchen:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Knives should be sharp so that they should make the chopping or cutting quite easy, always make sure that it should be out of the reach of the children.</li>\r\n<li>While cutting or slicing always keep your hand or your fingers away from the knife in order to prevent the cut on the hand.</li>\r\n<li>Never make your palm as the cutting board this increases the risk of cutting the palm or hand.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>When cooking stocks, sauces and soups, you will use a variety of equipment and utensils.Fill out the table below, identifying three things you should check before using each piece of equipment.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"3\" width=\"123\">\r\n<p>Utility knife</p>\r\n</td>\r\n<td width=\"435\">\r\n<p>·         Sharpening</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"435\">\r\n<p>·         Any damages in knife</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"435\">\r\n<p>·         Cleaning</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"3\" width=\"123\">\r\n<p>Food processor</p>\r\n</td>\r\n<td width=\"435\">\r\n<p>·         Power</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"435\">\r\n<p>·         Capacity</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"435\">\r\n<p>·         Accessories</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Four mise en place tasks related to preparing stocks, sauces and soups that youcan complete without affecting the quality of the dish.</strong></em></li>\r\n</ol>\r\n<p>Following are the four mise en place task which is quite related to prepare the stocks, sauces, and the soups that can help you to complete the task without affecting the quality of the dish:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always go through the recipe first and make sure all the ingredients or the products which are going to be used in the dish is available.</li>\r\n<li>Always keep spatula, blender, mixing bowls, pan whatever is required to prepare the dish handy.</li>\r\n<li>Always wash or rinse all the vegetables and mince them according to the requirement of the dish before.</li>\r\n<li>Preheat the oven or stove on whatever you have decided to prepare the dish.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Define the following culinary terms in your ownwords.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Mirepoix: </strong> The culinary term mirepox is used for the flavor base which is being made or prepared once the diced vegetable is being prepared or cooked within the butter or the other fats.</li>\r\n<li><strong>Consommé</strong>: Consommé is also the culinary term, it is also considered as the type of clear soup which is full of flavoured stock or the broth that has been clarified.</li>\r\n<li><strong>Courtbouillon</strong>: Court-bouillon culinary term which means that it is the made up of the quickly cooked broth which is being prepared by the poaching other foods and the vegetables such as fish or the sea- food.</li>\r\n<li><strong>Coating</strong>: The culinary term coating simply means that covering the surface of the dish by garnishing or decorating the dish.</li>\r\n<li><strong>Pouring</strong>: The term pouring means to pour the liquid or any liquidy substances on the dish to make the texture of the dish smooth or flow.</li>\r\n<li><strong>Mothersauces</strong>: Mother sauce is the term which first was derived in French which contains the five basic sauce which is being served with the soups or other poultry dishes. This includes velouté sauce, bechamel sauce and other sauces also.</li>\r\n<li><strong>Reduction</strong>: The term reduction simply refers to the techniques which delivers the great flavor to the dish.</li>\r\n<li><strong>Roux</strong>: The term Roux refers to the flour or the fats which is being cooked or binded together and used to thicken the sauce.</li>\r\n<li><strong>Fond</strong>: The term fond means the two which is “The bottom” or “base”. The word is being used as the stock in the French cooking technique.</li>\r\n<li><strong>Bouquet</strong> <strong>garni</strong>: The term bouquet garni refers to the bundle of the herbs which to add them into the casseroles or the stocks such as Bay leaf etc.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>At least three convenience products you could use when preparing stocks, saucesand soups.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>STOCK:- The term stock is considered as the liquid which is quite flavouring base for the soups and the sauces. This stock is being used to prepare the many dishes.</li>\r\n<li>SAUCES: - The term sauce means that the liquid cream or it is also considered as the semi-solid food which is being served with the various variety of the food.</li>\r\n<li>SOUPS: - Soups are also found in the form of powder and it can also be found as canned or frozen and soup can also be freshly made.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>At least three trade names of convenience stocks, sauces and soups.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>béchamel.</li>\r\n<li>chicken and fish velouté</li>\r\n<li>demi-glacé</li>\r\n<li>fruit based sauces.</li>\r\n<li>herb based sauces.</li>\r\n<li>hollandaise and béarnaise.</li>\r\n<li>jus and coulis</li>\r\n</ul>\r\n<br />\r\n<ol start=\"11\">\r\n<li><em><strong>at least three products you can use as thickening agents with sauces and soups.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Beurre manié</li>\r\n<li>Liaison</li>\r\n<li>Whitewash</li>\r\n<li>Cornstarch</li>\r\n<li>Arrowroot</li>\r\n<li>Slurry</li>\r\n<li>Waxy Maize</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>In your training kitchen or workplace, locate at least two stocks, two sauces and two soups. Aim for a mixture of convenience products, and frozen and chilled products. Take a photoof the labels on each product that identify best-before and use-by dates and rotation. For each one, identify the disposal date. Submit the photos as part of your assessment.</strong></em></li>\r\n</ol>\r\n<p>Aim of mixing convenience products: - Convenience food, or tertiary handled food, will be food that is financially ready (frequently through preparing) to enhance simplicity of utilization. Such food is generally prepared to eat without additional planning. It might likewise be effectively versatile, have a long timeframe of realistic usability, or deal a blend of such helpful attributes. In spite of the fact that café suppers meet this definition, the term is only sometimes applied to them. Comfort food sources incorporate prepared to-eat dry items, frozen food varieties like TV meals, rack stable food varieties, arranged blends, for example, cake blend, and nibble food sources.</p>\r\n<p> </p>\r\n<p>Bread, cheese, salted food and other arranged food varieties have been sold for millennia. Different kinds of food were created with upgrades in food innovation. Kinds of accommodation food sources can fluctuate by country and geographic area. Some comfort food sources have gotten analysis because of worries about wholesome substance and how their bundling might expand strong waste in landfills. Different techniques are utilized to decrease the undesirable parts of industrially delivered food and battle youth stoutness.</p>\r\n<p> </p>\r\n<p>Comfort food is monetarily ready for simplicity of utilization. Items assigned as comfort food are regularly sold as hot, prepared to-eat dishes; as room, temperature, rack stable items; or as refrigerated or frozen food items that require negligible arrangement (ordinarily warming). Comfort food varieties have additionally been depicted as food varieties that have been made to \"make them more interesting to the shopper. Accommodation food varieties and eateries are comparative in that they save time. They vary in that café food is prepared to eat, while accommodation food ordinarily requires simple arrangement. Both commonly cost more cash and less time contrasted with home cooking without any preparation.</p>\r\n<p> </p>\r\n<h3>Assessment Task 2</h3>\r\n<p><strong>Stock:</strong><em>Stocks are used as the base for every western cooking. Sticks are most commonly used to prepare the soups and sauces. The use of stocks have been limited. White or clear stock is being used to prepare the soups and the sauce which is being served with the dishes.</em></p>\r\n<p><strong><em>Stocks are used with some of the following dishes</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Oven-Braised Rosemary chicken legs</li>\r\n<li>Garlic Roasted Chicken with White Wine Sauce</li>\r\n<li>Perfectly Poached Chicken Breasts</li>\r\n<li>Hainanese Chicken Rice</li>\r\n</ul>\r\n<p><strong>Sauces:</strong>The sauces are being served with the dishes to provide flavor, moisture and color contrast with the texture of the dish.</p>\r\n<p><strong><em>Sauces are used with some of the following dishes</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong><em>Barbecue Sauce: </em></strong><em>Served with meat</em></li>\r\n<li><strong><em>Adobo-Honey Sauce: </em></strong><em>Served with salads, veggies, and all types of meat</em></li>\r\n<li><strong><em>Garlic Sauce: </em></strong><em>Served with every type of meal</em></li>\r\n</ul>\r\n<p><strong><em>Soups:</em></strong>Soups are liquid substance which is being consumed in order to stay hydrated for entire day. Soups helps in developing the good immune system and also helps in maintaining the energy.  They give your immune system a boost. There are lots of soups which are given to ill-people to help them to fight against the bacteria.</p>\r\n<p><strong><em>Soups are used with some of the following dishes</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Grilled Cheese Sandwich</li>\r\n<li>Potato and Green Bean Salad</li>\r\n<li>Pear Salad with Walnuts and Gorgonzola</li>\r\n<li>Baked cheese and Veggie Quesadillas</li>\r\n</ul>\r\n<p><strong>Following are the dishes that are matched with soup </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Potato and green bean salad with Chicken and Rice Soup</li>\r\n<li>Pear Salad with Walnuts and Gorgonzola with French Onion Soup</li>\r\n<li>Fried Paneer Cheese Pakora with Curried Chicken Soup</li>\r\n<li>Baked cheese and veggies Quesadillas with Tortilla Soup</li>\r\n<li>Shrimp Avocado Soup with Tomato vegetable soup</li>\r\n</ul>\r\n<p><strong>Following are the service style of Soups</strong></p>\r\n<p>Soups that can be served in following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Soup cups</li>\r\n<li>Soup bowls</li>\r\n<li>Spoon</li>\r\n</ul>\r\n<br />\r\n<h3 id=\"mcetoc_1fi8vc58b2\"><strong>Stocks</strong></h3>\r\n<p><em>Identify different types of stock, including the main four stocks you have learned about during this unit. Also identify some regional/traditional varieties. Describe the difference in preparation of white and brown stocks, including basic ingredients and ingredient ratios. Briefly explain the cooking process, including approximate cooking durations for brown, white, fish and vegetable stocks.</em></p>\r\n<p><em>Stocks are used as the base for every western cooking. Sticks are most commonly used to prepare the soups and sauces. The use of stocks has been limited. White or clear stock is being used to prepare the soups and the sauce which is being served with the dishes.</em></p>\r\n<p><strong> Essential parts ofstock</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Major flavoring ingredients</li>\r\n<li>liquid, most often water · Mirepoix</li>\r\n<li>Aromatics</li>\r\n</ul>\r\n<p><strong>Mirepoix: </strong>The culinary term mirepox is used for the flavor base which is being made or prepared once the diced vegetable is being prepared or cooked within the butter or the other fats.</p>\r\n<p><strong>Aromatics: </strong>These are the vegetables which has been deliver deep which is round of flavour and the aroma</p>\r\n<p><strong>Types of Stocks</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>White stock: This stock is the type of clear stock or have pale liquid which is prepared on the simmer.</li>\r\n<li>Brown stock: This stock is a kind of amber liquid which is prepared is being prepared by browning or roasting it first.</li>\r\n<li>Fumet: This is being prepared by the fish bone.</li>\r\n<li>Court bouillon: This is an aromatic broth of vegetable.</li>\r\n<li>Glace: This is being prepared by reducing and being prepared which is having jelly like consistency.</li>\r\n</ul>\r\n<h3 id=\"mcetoc_1fi8vc58b3\"><strong>Sauces:</strong></h3>\r\n<p><em>The sauces are being served with the dishes to provide flavor, moisture and color contrast with the texture of the dish.</em></p>\r\n<p><em>Identify and describe each of the five mother sauces, including:</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>ingredients</em></li>\r\n<li><em>preparation technique/methods</em></li>\r\n<li><em>derivatives of each mothersauce</em></li>\r\n</ul>\r\n<p>Following are the five mother sauces:</p>\r\n<ol>\r\n<li>Béchamel sauce:</li>\r\n</ol>\r\n<p><strong>Ingredients</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>2 Cups Milk</li>\r\n<li>1 tbsp butter</li>\r\n<li>2 tbsp Flour</li>\r\n<li>Pinch of Nutmeg</li>\r\n<li>½ cup Parmesan Cheese</li>\r\n</ul>\r\n<p><strong>Preparation Techniques/ Methods:</strong></p>\r\n<ol>\r\n<li>Boil the milk within a heavy saucepan on the medium heat. Keep the milk warm and keep them at very low flame.</li>\r\n<li>After that melt the butter within the separate saucepan on low heat, once it start bubbling than add the saucepan start adding flour and start whisking it until it starts turning to brown and makes the brown paste. For atleast 3 to 4 minute</li>\r\n<li>Whisk the paste continuously and then start pouring the hot milk and it will start making the steam. Bring the milk at the simmer flame and then whisk for at least 10 minutes sauce will get thickened.</li>\r\n<li>Then whisk the nutmeg and then add the cheese and serve it once it is being cooked.</li>\r\n</ol>\r\n<p><strong>Derivations of Béchamel sauce: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cream sauce</li>\r\n<li>Sauce Mornay</li>\r\n<li>Sauce Fine herbs</li>\r\n</ul>\r\n<p><strong>Hollandaise Sauce</strong></p>\r\n<p><strong>Ingredients</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>4 egg yolks</li>\r\n<li>1 tablespoon freshly squeezed lemon juice</li>\r\n<li>1/2 cup unsalted butter, melted (1 stick)</li>\r\n<li>Pinch cayenne</li>\r\n<li>Pinch salt</li>\r\n</ul>\r\n<p><strong>Preparation Method</strong></p>\r\n<ol>\r\n<li>First melt the butter within a microwave for atleast 1 minute.</li>\r\n<li>Then combine the egg yolks with the lemon juice and with Dijon salt, cayenne pepper within the blender and blend it for 5 seconds.</li>\r\n<li>Then slowly team will start to form and then put the hot butter into the mixture while blender is being running.</li>\r\n<li>At last, pour the sauce into the bowl and serve it with the meal.</li>\r\n</ol>\r\n<p><strong>Derivations of Hollandaise Sauce</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Bearnaise Sauce</li>\r\n<li>Choron Sauce</li>\r\n<li>Foyot Sauce</li>\r\n<li>Maltaise Sauce</li>\r\n<li>Mousseline Sauce</li>\r\n<li><em>Identify two classical sauces and two contemporary sauces. For each one, provide abrief background on theirorigin</em></li>\r\n</ul>\r\n<p><br /> <strong>Following are the two classical sauces:</strong></p>\r\n<ol>\r\n<li><strong>Béchamel Sauce</strong>: This sauce is considered as the traditional sauce which is being prepared from the roux and the milk. This sauce was first originated. This sauce is also known as glue sauce.</li>\r\n<li><strong>Hollandaise Sauce:</strong>This sauce is quite rich and buttery in taste. Hollandaise sauce is also known as Dutch sauce, this sauce is the mixture or emulsion of butter, lemon juice and egg yolks.</li>\r\n</ol>\r\n<p><strong><em>Following are the two contemporary Sauces:</em></strong></p>\r\n<ol>\r\n<li><strong><em>Beurre Blanc: </em></strong>This sauce is the French sauce which was first originated in the 1890s in France and is starts with the simmering of the shallouts within the mixture of the white vinegar</li>\r\n<li><strong><em>Pesto Sauce: </em></strong><em>Pesto sauce was first orginated in Genoa which is the capital city of Liguria which is in Italy. This sauce is the traditional sauce which is made up of crushed garlic, European pine, nuts basil leaves and other such ingredients.</em></li>\r\n</ol>\r\n<h3><strong>Soups</strong></h3>\r\n<p>Soups are the liquid food which is being served specially with the meat, fish and vegetables. Ø  It is something which is the suggesting or having the consistency or the nutrition within the quality of the soup. <br /><br />Types of soups</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Clear soups</li>\r\n<li>Thick soups</li>\r\n<li>Vegetable soups</li>\r\n<li>Puree soups</li>\r\n<li>Cream soups</li>\r\n</ul>\r\n<p><em>Identify and describe the three soup classifications. Identify the typical serving size of entrée and main soups, and the types of garnishes that can be used.</em></p>\r\n<p><strong>Clear soups:</strong>The clear soup is the soup which is made up of no thickening agent within them. Consommé soup is the clear soup which is being prepared by clarifying the meat or the fish broth.</p>\r\n<p><strong>Cream soups: </strong>Cream soup is a soup which is being prepared with the use of cream, or light cream, in this soup many times diary products such as cheese or milk is also being added.</p>\r\n<p><strong>Vegetable soups:</strong>The vegetable soup is the most common soup which is being used to prepare the vegetables and the leaf of them as these will be the primary ingredients.<em> </em></p>\r\n<p><em>Identify two classical soups and two contemporary soups. For each one, provide a brief background on their origin.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong><em>Quick Tomato Soup:</em></strong><em>This soup is the simplest soup which is made up of chopped tomato which is being cooked down and being prepared on the simmer till the once it loses in the raw tomatoes.</em></li>\r\n<li><strong><em>Classic French Onion Soup: </em></strong><em>This soup was first originated in the Paris and is being made up of the beef broth and onions are being caramelized.</em></li>\r\n</ul>\r\n<p><em>Identify and briefly describe three national soups, including:</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>country oforigin</em></li>\r\n<li><em>brief history</em></li>\r\n<li><em>ingredients</em></li>\r\n<li><em>how the soup isserved</em></li>\r\n<li><em>any garnishes and accompaniments.</em></li>\r\n</ul>\r\n<p>Following are the three national soups of Australia:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Pie Floater:</strong></li>\r\n</ul>\r\n<p>Country of Origin: South Australia</p>\r\n<p>Brief History:The pie floater is an Australian dish especially normal in Adelaide. Accepted to have been first made during the 1890s, the pie floater acquired prevalence as a dinner sold by South Australian pie trucks. In 2003, it was perceived as a South Australian Heritage Icon.</p>\r\n<p>Ingredients: Meat Pie and Pea Soup</p>\r\n<p>How the soup is served: To be extra real you can serve the pie topsy turvy in the soup. Pea Soup – Our conventional style soup is made with dried blue heater peas or Marrowfat peas – they give the best surface for soft pea soup once cooked!</p>\r\n<p><strong><em>Cauliflower soup:</em></strong></p>\r\n<p>Country of Origin: Danish</p>\r\n<p>Brief History:Cauliflower soup is a dish that traces all the way back to the start of the twentieth century. It is accepted that the dish stems back to Danish culture where they would utilize the fixings that had nearby at time to place into the soup. This snippet of data is entirely significant as custom and the setting of a formula is the thing that makes it taste unique.</p>\r\n<p>Ingredients: Cauliflower, Carrot, Celery, water, chicken bouillon, butter</p>\r\n<p>How the soup is served: Serve the soup with Kale Caesar salad, cheesy garlic breadsticks.</p>\r\n<p><em>any garnishes and accompaniments: can be garnished with herbs and bacon.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Minestrone Soup:</strong></li>\r\n</ul>\r\n<p><strong>Country of Origin: </strong>Italy</p>\r\n<p><strong>Brief History:</strong>Minestrone has a rich history that goes back many years. Its fame started to take off in the second century BC when Rome vanquishes Italy. Get-together fixings from extra suppers, Italian workers would make this \"helpless man\'s soup\".</p>\r\n<p><strong>Ingredients:</strong> Yellow onion, extra-virgin olive oil, carrots, ribs celery, tomato paste, garlic, seasonal vegetables, dried oregano, thyme, Tomato, vegetable broth.</p>\r\n<p><strong>Garnish the soup </strong>with Homemade vegan Permesan.</p>\r\n<h3 id=\"mcetoc_1fi8vc58cd\">Appearance and presentation</h3>\r\n<p><em>Choose at least one stock, one sauce and one soup (unless your assessor has provided you with specific ones to research). Describe how each should appear. How should they be presented to maximise customer appeal?</em></p>\r\n<p><strong><em>Stock:</em></strong>Chicken Stock</p>\r\n<p>It has brown Yellow color in appearance.</p>\r\n<p><strong><em>Sauce:</em></strong> Béchamel Sauce</p>\r\n<p>This sauce is considered as the traditional sauce which is being prepared from the roux and the milk. This sauce was first originated. This sauce is also known as glue sauce.</p>\r\n<p><strong><em>Soup:</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Beef Consumme</li>\r\n</ul>\r\n<p><strong>Appearance and presentation:-</strong>The subsequent creation is a reasonable fluid that has either a rich golden shading (for hamburger or veal consommé) or an extremely light yellow tone (for poultry consommé). Consommés are normally served quite hot in light of the fact that they will in general chill off more rapidly than different soups and structure a gel.</p>\r\n<p><em> </em></p>\r\n<h3 id=\"mcetoc_1fi8vc58ce\">Freshness indicators</h3>\r\n<p><em>Describe the freshness indicators for the ingredients used when preparing these stocks, sauces and soups.</em></p>\r\n<p><em>Stock: Chicken Stock</em></p>\r\n<p>Smell and good supplier</p>\r\n<p>Sauces: Béchamel Sauce</p>\r\n<p>Soups: Beef Consomme</p>\r\n<p>The freshness indicator uses a new technology to gradually changes colour until it signals it the end of products freshness</p>\r\n<p> </p>\r\n<h3 id=\"mcetoc_1fi8vc58cf\"><strong>Quality indicators</strong></h3>\r\n<p><em>Describe three quality indicators for each stock sauce and soup:</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Stock: Chicken Stock</em></li>\r\n</ul>\r\n<p>Smell and good supplier</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Sauce: </em>Béchamel Sauce</li>\r\n</ul>\r\n<p>Fawn colored, smooth and thin. Creamy white, smooth and thin</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Soup: </em><strong>Beef Consomme</strong></li>\r\n</ul>\r\n<p>It depends on the colour of soups and ingredient.</p>\r\n<h3 id=\"mcetoc_1fi8vc58cg\">Nutritional value</h3>\r\n<p><em>Describe the nutritional value of each stock sauce and soup.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Stock: chicken Stock</em></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Calories</p>\r\n</td>\r\n<td>\r\n<p>86</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Carbs</p>\r\n</td>\r\n<td>\r\n<p>8.5 grams</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Fat</p>\r\n</td>\r\n<td>\r\n<p>3 grams</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Protein</p>\r\n</td>\r\n<td>\r\n<p>6 grams</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Thiamine</p>\r\n</td>\r\n<td>\r\n<p>6% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Riboflavin</p>\r\n</td>\r\n<td>\r\n<p>12% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Niacin</p>\r\n</td>\r\n<td>\r\n<p>19% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Vitamin B6</p>\r\n</td>\r\n<td>\r\n<p>7% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Folate</p>\r\n</td>\r\n<td>\r\n<p>3% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Phosphorus</p>\r\n</td>\r\n<td>\r\n<p>6% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Potassium</p>\r\n</td>\r\n<td>\r\n<p>7% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Selenium</p>\r\n</td>\r\n<td>\r\n<p>8% of the RDI</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Copper</p>\r\n</td>\r\n<td>\r\n<p>6% of the RDI</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Sauce: </em>Béchamel Sauce</li>\r\n<li>Saturated Fat 2.5g</li>\r\n<li>Trans Fat 0g</li>\r\n<li>Cholesterol 10mg</li>\r\n<li>Sodium 85mg</li>\r\n<li>Total Carbohydrate 10g Fiber 0g</li>\r\n<li>Sugars 6g</li>\r\n<li>Protein 4g</li>\r\n<li>Vitamin A 2%</li>\r\n<li>Calcium 15%</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Soup: <strong>Beef Consomme</strong></em></li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Calories 120 Calories from fat 30</li>\r\n<li>Total Fat 3g Saturated Fat 1.5g Trans Fat 0g</li>\r\n<li>Cholesterol 20mg</li>\r\n<li>Sodium 880mg</li>\r\n<li>Total Carbohydrate 9g</li>\r\n<li>Fiber 1g</li>\r\n<li>Sugars 4g</li>\r\n<li>Protein 14g</li>\r\n<li>Vitamin A 60%</li>\r\n<li>Vitamin C 6%</li>\r\n<li>Calcium 4%</li>\r\n<li>Iron 10%</li>\r\n</ul>\r\n<h3 id=\"mcetoc_1fi8vc58ch\">Taste profile</h3>\r\n<p><em>Describe the taste profile of each stock, sauce and soup.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Stock: Chicken Stock </em></li>\r\n</ul>\r\n<p>Does not have lot of taste but smell chicken</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Sauce: </em>Béchamel Sauce</li>\r\n</ul>\r\n<p>Silky cream sauce</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Soup: <strong>Beef Consomme</strong></em></li>\r\n</ul>\r\n<p>The consistency was quite thicker as comparative to the beef broth.</p>\r\n<h3 id=\"mcetoc_1fi8vc58ci\">Texture profile</h3>\r\n<p><em>Describe the texture profile of each stock, sauce and soup.</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Stock: Chicken Stock</em></li>\r\n</ul>\r\n<p>Light in texture</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Sauce: </em>Béchamel Sauce</li>\r\n</ul>\r\n<p>It is a smooth in texture</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Soup: <strong>Beef Consomme</strong></em></li>\r\n</ul>\r\n<p>consommé a gelatinous texture when set to cool</p>\r\n<p><em>Don’t forget to attach your recipes!</em></p>\r\n<p><strong>Recipe of Chicken Stock</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"378\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"378\">\r\n<p><strong>Cooking Method</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"378\">\r\n<p>Left over bones and skin from a large cooked or raw chicken carcass</p>\r\n<p>1 large Celery</p>\r\n<p>2-inch Rib-cut</p>\r\n<p>1 large Onion</p>\r\n<p>1 carrot (optional)</p>\r\n<p>1 bunch Parsley</p>\r\n</td>\r\n<td width=\"378\">\r\n<p><strong>The first methodis to use the leftover of the bones that has been left from the chicken carcass and the vegetables. This method is being used quite often wen the chicken is being roasted without using the bones of the chicken.</strong></p>\r\n<p><strong>In the second method</strong>, this method was being used when the raw chicken is being diced or chopped. After that onion is being added along with the carrots and tha parsleys for 4 to 6 hours and then strain.</p>\r\n<p><strong>The third method,this method is considered as the quickest version of the second. Stock is being easily prepared.</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong><br /> </strong></p>\r\n<p><em>Recipe of </em>Béchamel Sauce</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"378\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"378\">\r\n<p><strong>Cooking Method</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"378\">\r\n<p>2 Cups Milk</p>\r\n<p>1 tbsp butter</p>\r\n<p>2 tbsp Flour</p>\r\n<p>Pinch of Nutmeg</p>\r\n<p>½ cup Parmesan Cheese</p>\r\n</td>\r\n<td width=\"378\">\r\n<p>·         Boil the milk within a heavy saucepan on the medium heat.  Keep the milk warm and keep them at very low flame.</p>\r\n<p>·         After that melt the butter within the separate saucepan on low heat, once it start bubbling than add the saucepan start adding flour and start whisking it until it starts turning to brown and makes the brown paste. For atleast 3 to 4 minute</p>\r\n<p>·         Whisk the paste continuously and than start pouring the hot milk and it will start making the steam. Bring the milk at the simmer flame and then whisk for at least 10 minutes sauce will get thickened.</p>\r\n<p>·         Then whisk the nutmeg and then add the cheese and serve it once it is being cooked.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><em> </em></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 14, NULL, 'Prepare Stocks, Sauces and Soups  SITHCCC007', 'Now writing samples of prepared stocks, sauces, and soups SITHCCC007 work will now be an easy task for you with our writing experts\' assistance.', 'Prepare Stocks, Sauces and Soups  SITHCCC007', 'prepare-stocks-sauces-and-soups-sithccc007', '2021-10-14 06:49:12', '2021-10-23 02:31:11');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(245, 'Prepare vegetable, fruit, egg and farinaceous dishes  (SITHCCC008)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>List at least three food safety issues which you must consider when handling and cooking with eggs.Describe how you would reduce each risk.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Risk</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Strategy for reducing risk</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Growth in Bacteria</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Avoid using eggs that are cracked and dirty.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Food poisoning caused due to the use of raw egg or lightly cooked egg</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Consumption of uncooked food that contains raw eggs as ingredients should be avoided.         </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Cross Contamination</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Use equipment’s that are clean and sanitized.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain how you can reduce the risk of contaminants such as e. coli, salmonella and listeria when handling and cooking with fruit and vegetables. Provide two examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Separately keep the raw meat and poultry from the produce and other foods while shopping and storing the groceries.</li>\r\n<li>After handling the uncooked poultry, wash hands, cutting boards, countertops, cutlery, and utensils.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Describe three indicators which you would use to select fresh, quality fruit and vegetables.</strong></em></li>\r\n</ol>\r\n<p>Following are the three indicators that you would use to select fresh, quality fruit and vegetables.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>GIVE PRODUCE A LIGHT SQUEEZE, BEFORE SELECTING</li>\r\n<li>No fruit should be rock- hard except apple. Fruits continue to soften if it is kept at room temperature. Some of these kinds of fruits are: pears, banana and avocados.</li>\r\n<li>CHOOSE SMALLER PIECES OF FRUIT</li>\r\n<li>Fruits that are smaller are typically sweeter.</li>\r\n<li>SMELL YOUR FRUIT</li>\r\n<li>Ripeness in fruit indicates a sweeter fragrance.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>List three signs that vegetables have spoiled or have been contaminated.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>For discoloration and odors, check the leafy green vegetables.</li>\r\n<li>Notice the carrots if it has become mushy or slimy.</li>\r\n<li>Vegetables that smell wrong should be thrown out.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>List three signs that past a has spoiled or has been contaminated.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Pasta that is been expired becomes slimy or gooey. One of the most telling signs of expired pasta is that it has become slimy or gooey, which usually occurs right before visible mold begins to grow.</li>\r\n<li>Pasta will become dull or there will be discoloration, such as grayish in color or white hue.</li>\r\n<li>Pasta will start to smell bad.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>List the requirements for the safe storage of the following foods:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Food</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Recommended temperature</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Tinned vegetables</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Optimum 50°F to 70°F</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Drypastaandrice</p>\r\n</td>\r\n<td width=\"293\">\r\n<p> </p>\r\n<p>Keep cooked rice above 60ºC or at 4ºC or below.</p>\r\n<p> Dry pasta 60 to 120ºC</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Freshpasta</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Between 40°F and 75°F</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Eggs</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Temperature of 40° F or below</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Ripepineapple</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>7-10°C (45-50°F) for ripe pineapples</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Pumpkin</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Below 50°</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Sweetpotato</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>135ºF (57ºC).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Lettuce</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>80º to 85º</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Strawberries</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>60ºF and 80ºF</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Mushroom</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>32ºF</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Identify the shelf/storage life of the following foods.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Food</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>Shelflife</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Drypasta</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>About1-2 years</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Oranges</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>2-3 weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Cookedrice</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>4 days</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Hardboiledeggs(inrefrigerator)</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>About 1 week</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Leftovermealscontainingegg</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>3 to 4 days</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Watermelon</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>Whole lasts for 7-10 days</p>\r\n<p>Cutted lasts 1 day</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Eggplant</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>2-3 days</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Freshpeas</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>2-3 days</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Mushroom</p>\r\n</td>\r\n<td width=\"302\">\r\n<p>Whole 7-10 days</p>\r\n<p>Sliced 5-10 days</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Assume you have been asked to prepare a dish that contains eggs,but there has been a special customer request. There are several customers who are vegan. What can you substitute the eggs with? In your answer, include reference to egg replacers and theiringredients.</strong></em></li>\r\n</ol>\r\n<p>Potato starch, tapioca flour is the mixture of egg that leaves cellulose gum, modified cellulose.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Parallel Cutting</li>\r\n<li>Roll-Cutting</li>\r\n<li>Mincing</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Describe four items which you should check before using a blender or food processor to prepare fruit and vegetables.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Size should be considered first. Blenders vary in size from 3 to 14 cups.</li>\r\n<li>Speed and power should also be thought.Feature rich blender is not needed by every household, sometimes a simple Not every household needs a featurerich blender, a simple but powerful machine can sometimes be the best.</li>\r\n<li>Special attachments should be looked for.</li>\r\n<li>When the motor is running, don’t place the utensils in the blender. Before using the scraper or spatula always turn off the blender first.</li>\r\n<li>Unless the blender is unplugged, never place your hand in it.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Describe four miseen place tasks related to preparing vegetable, fruit, farinaceous and egg dishes that you can complete without affecting the quality of dishes.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Entire recipe should be read first.</li>\r\n<li>Workplace must be prepared.</li>\r\n<li>Equipment should be prepared.</li>\r\n<li>Gather all the ingredients.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Define the following culinary terms:</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Aerating:</strong>this allows combination of air into the ingredients for making it lighter or for creating more volume.</li>\r\n<li><strong>Enriching:</strong>it is product in which the nutrients have been added.</li>\r\n<li><strong>Farinaceous:</strong>the dish which is made out of pasta, noodle, rice, polenta is known as a farinaceous</li>\r\n<li><strong>Infusion:</strong>the process of extracting the flavor of ingredients into the liquid is known as infusion.</li>\r\n<li><strong>Macerate:</strong>the process of softening or breaking into pieces using a liquid in a food process is known as</li>\r\n<li><strong>Binding</strong>: adding liquid is known as binding, such as beating egg or melting of the fat to a dry mixture for holding it together.</li>\r\n<li><strong>Julienne:</strong>a method of cutting vegetables into thin strips, which is also known as \'Julienne\' in French.</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Thickening: </strong>the process of increasing the liquid viscosity by reduction or by adding the thickening agent, is known as thickening</li>\r\n<li><strong>Crumbing/coating:</strong> the application of layer of liquid or solid onto a product</li>\r\n<li><strong>Zest: </strong>the food ingredient that is prepared by scraping.</li>\r\n<li><strong>Garnishing: </strong>an item or substance that is used as a decoration, is known as garnish.</li>\r\n<li><strong>Clarifying: </strong>removal of impurities from liquid such as melted butter, meat stock is known as clarifying.</li>\r\n<li><strong>Emulsifying: </strong>combining of two ingredients together is known as emulsifying</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Provide three reasons why it canbe beneficial to use convenience products.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Time of preparation is reduced to great extent.</li>\r\n<li>No planning, buying or storing of the ingredients</li>\r\n<li>Hardly getting any leftovers.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Describe atleast one convenience product commonly used in dishes that contain fruits,vegetables, eggs and farinaceous items.</strong></em></li>\r\n</ol>\r\n<p>Products in which basic processing techniques such as canning, freezing are the basic convenience foods. It has been applied to the items with single ingredient or to the products that have limited number of ingredients.</p>\r\n<p>Nutrient content of fruits and vegetables are retained with the help of freezing. But when the food is freeze for more than a year, it loses all the nutrients. During the blanching process, some of the nutrients are also lost. Before freezing blanching process takes place, it involves placing the produce in the boiling water for short period of time, usually for few minutes. This will also help in preventing the loss of flavor, color and texture as well.</p>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>Discuss the difference in texture between frozen fruit and vegetables and fresh fruit and vegetables.</strong></em></li>\r\n</ol>\r\n<p>Frozen vegetables have more water content, as compared to the fresh produce, this may create a softer, mushier texture when cooked.</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Include a description of how each method is used.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Boiled eggs are not always the breakfast meal. However, the hard boiled eggs are used as the ingredient in many dishes and is also used for garnishing many dishes.</li>\r\n<li>Two important things that are to be kept in mind while preparing boiled eggs: The cooking time, which will be determined by the consistency of the white and yolk.</li>\r\n</ul>\r\n<ol>\r\n<li>With the consistency of the white and yolk, the cooking time is determined. Is the water temperature.</li>\r\n<li>The temperature of water.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>Include a description of how each method is used.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Some of the example of moist coking is poaching, stewing, and sauces. Some of the fruits that are commonly cooked using these methods are pears, apples, plums.</li>\r\n<li>To season the vegetables, boiling is done. Boiling.</li>\r\n<li>Steaming will help to wash away the flavor.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>Identify two cookery methods commonly used when preparing farinaceous dishes.Include a description of how each methodis used.</strong></em></li>\r\n</ol>\r\n<p><strong>Cooking rice</strong></p>\r\n<p>Starch is released when the rice grains are cooked which then thickens a liquid naturally. Liquids that are used for cooking rice includes water, milk or a combination of half white stock. With different cooking methods, rice can e cooked, it includes: boiling</p>\r\n<ul class=\"unordered-listing\">\r\n<li>steaming</li>\r\n<li>Frying</li>\r\n<li>Stewing</li>\r\n<li>braising</li>\r\n<li>microwaving</li>\r\n</ul>\r\n<p><strong>Baking</strong></p>\r\n<p>Baking is used for dishes like pasta, bakes and cannelloni.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Poaching – it is used for ravioli, where the gentle cooking is required.</li>\r\n<li>Deep frying – pasta is first boiled then it is deep fried.</li>\r\n</ul>\r\n<p>                                                                  </p>\r\n<p>Following are the three sauces which are commonly used with vegetable dishes</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Pesto: </strong>it is the best way of using basil before the first frost. Huge batches of pesto should be made and then serve them with some grilled veggies.</li>\r\n<li><strong>Aioli: </strong>vegetables can be toss with Provencal style</li>\r\n<li><strong>Yogurt sauce: </strong>tangy sauce is a cooling accompaniments to vegetables that are spiced rubbed.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Following are three sauces that are commonly used with pasta dishes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Carbonara</li>\r\n<li>Cacio e pepe</li>\r\n<li>Funghi e piselli</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>List three accompaniments commonly served with pasta dishes.</strong></em></li>\r\n</ol>\r\n<p>Following are the three accompaniments which are commonly served with pasta dishes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Green salad</li>\r\n<li>Bread sticks</li>\r\n<li>Arugula Salad</li>\r\n</ul>\r\n<br />\r\n<ol start=\"24\">\r\n<li><em><strong>In your training kitchen or workplace, locate a range of vegetables and fruits (tinned, frozen and packaged), farinaceous products and eggs. Take a photo of the labels on each product that identify best-before/use-by dates and rotation requirements. Try to find at least one item that has a Juliandateonit. Foreachone, identify the disposal date. Submit the photos as part of your assessment.</strong></em></li>\r\n</ol>\r\n<p>For preserving food, canning is an important and safe method. Shelf lives are long of canned and jarred items but safety rules must apply.</p>\r\n<p>Foods that are canned are almost safe to eat. However canned foods that shows the following signs should not be consumed.</p>\r\n<p>Don’t eat foods that show the following warning signs:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Bulging</li>\r\n<li>Leaking</li>\r\n<li>Denting</li>\r\n</ul>\r\n<br />\r\n<h3>Assessment 2</h3>\r\n<p><em><strong>1. In this task, you will research vegetable, fruit, egg and farinaceous dishes in order to discover their:</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>historical and cultural origins</li>\r\n<li>classical and contemporary variations</li>\r\n<li>appearance and presentation</li>\r\n<li>freshness indicators</li>\r\n<li>quality indicators</li>\r\n<li>nutritional value</li>\r\n<li>service style</li>\r\n<li>taste profile</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Research and report</strong></em></li>\r\n</ol>\r\n<p>Research each dish in order to discover the criteria listed above. A <em>Research report template </em>has been provided below.</p>\r\n<h5>Research report</h5>\r\n<p><strong>Dish 1:                                                            Dish 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Historical and cultural origins</strong></p>\r\n<p><em>Research the historical and cultural origins of each of your dishes.Where were they developed? Were they developed through necessity (for example, availability of ingredients) or as a result of eating habits at the time?How have the dishes changed over time?</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1</em></li>\r\n</ul>\r\n<p>Vegetables are plants that are used for human consumption. At start they grew widely and was the food of hunters. Production was shifted from local varieties to modern. The largest producer of vegetables is China. There has been the increase in the intake of the vegetables.</p>\r\n<p>Middle East Asia introduced a dish, i.e. almond with meat.This dish was for wealthy class.</p>\r\n<p> </p>\r\n<p>Dish 2:</p>\r\n<p>Northern Italy originated the Potato dumplings where the climate was cold and was in favor for the production of potatoes. It was cheap as well as the preparation was easy.</p>\r\n<p>Broccoli was found in Western Europe but was originated from Cyprus.</p>\r\n<p><em> </em></p>\r\n<p>Classical and contemporary variation</p>\r\n<p><em>Describe atleast one classical and one contemporary variation of each dish.List the differences</em>.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><em>Dish1</em></li>\r\n</ul>\r\n<p>Historically almond was for the wealthy class whereas the quiona was for all.</p>\r\n<p>Almonds helps in reducing the cholesterol level whereas quoina helps in maintaining the blood sugar level.</p>\r\n<p> </p>\r\n<p>Dish 2</p>\r\n<p>Europe originated the Potato dumplings whereas Asia originated the broccoli</p>\r\n<p>Potato dumplings are helpful in the production of juice which is used in the treatment ailments.</p>\r\n<p>Whereas broccoli helps in normalizing the bowel movements.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Appearance and presentation</strong></p>\r\n<p><em>Describe how each dish should appear. How should it be presented to maximize customer appeal?</em></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Dish 1</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Almonds appear like stone fruits.</li>\r\n<li>It is to be served with apple,banana, and oranges for appealing the customers.</li>\r\n<li>Quiona is best when served with chicken, turkey or beef</li>\r\n</ul>\r\n<p><strong>Dish 2</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is tasty to have cooked broccoli with lemon, butter or au gratin.</li>\r\n<li>It is the best to have potato dumplings with friend rice, fresh spring rolls.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Freshness indicator</strong></p>\r\n<p><em>Describe the freshness indicators for the two key ingredients from each dish.</em></p>\r\n<p><em>Dish 1</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Almonds should not have a foul smell</li>\r\n</ul>\r\n<p><em>Dish 2</em></p>\r\n<p>It should be tightly closed.</p>\r\n<p><em> </em></p>\r\n<p><strong>Quality indicator </strong></p>\r\n<p><em>      Describe three quality indicators of each dish.</em></p>\r\n<p>Dish 1</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The texture of quiona is good</li>\r\n<li>The head of the quiona should be big, as it is full of grains.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Dish 2                                        </p>\r\n<ul class=\"unordered-listing\">\r\n<li>If the broccoli is firm, then it is of good quality.</li>\r\n<li>The texture of potato dumplings should be firm and it should be crispy.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Nutritional value </strong></p>\r\n<p><em>Describe the nutritional value of each dish.</em></p>\r\n<p><em>Dish 1</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Almonds provides 6 grams of protein with 4 grams of fiber, and 14 grams of fat, For every one-ounce serving. It also contain vitamin E, magnesium, potassium, riboflavin and calcium</li>\r\n</ul>\r\n<p><em>Dish 2</em></p>\r\n<p>Potato dumplings with grated parmesan cheese:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dietary fiber</li>\r\n<li>Fat -Sugar</li>\r\n<li>Sodium</li>\r\n<li>Vitamin A and C</li>\r\n<li>Proteins</li>\r\n<li>Iron</li>\r\n<li>Calcium</li>\r\n<li>Sodium</li>\r\n</ul>\r\n<p>Broccoli:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Vitamin C and K</li>\r\n<li>Iron</li>\r\n<li>Potassium</li>\r\n<li>Protein</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<p><strong>Service style</strong></p>\r\n<p><em>Describe the service style which each dish is best suited to:</em></p>\r\n<p><em> </em></p>\r\n<p>Dish 1</p>\r\n<p>It is best to serve the almonds with the Russian service whereas Quiona salad is served using butlered services.</p>\r\n<p> </p>\r\n<p>Dish 2</p>\r\n<p>For potato dumplings, it is best</p>\r\n<p> </p>\r\n<p><strong>Taste profile</strong></p>\r\n<p><em>Describe the taste profile of each dish.</em></p>\r\n<p><em> </em></p>\r\n<p>Dish 1</p>\r\n<p>Quiona when cooked tastes like brown rice.</p>\r\n<p>Dish 2</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The texture of Broccoliis firm but it is tender</li>\r\n</ul>\r\n<h3> </h3>\r\n<p><strong>Texture Profile</strong></p>\r\n<p><em>Describe the texture profile ofeach dish.</em></p>\r\n<p><em>Dish 1</em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cooked quiona texture is impressive. There is slightly translucent appearance in grains. They look fluffy and chewable.</li>\r\n<li>Almonds that are roasted are smoky or salty in taste.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Dish 2</p>\r\n<p>The texture is firm and creamy.</p>\r\n<br />\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 15, NULL, 'Prepare vegetable, fruit, egg and farinaceous dishes  SITHCCC008', 'Sample work of prepare vegetable, fruit, egg, and farinaceous dishes SITHCCC008 will come out with all the writing solutions for students from different regions.', 'Prepare vegetable, fruit, egg and farinaceous dishes  SITHCCC008', 'prepare-vegetable-fruit-egg-and-farinaceous-dishes-sithccc008', '2021-10-14 07:06:38', '2021-10-23 01:17:33');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(246, 'Manage People Performance (BSBMGT502)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Explain provisions of the Fair Work Act 2009. </strong> </em>                                </li>\r\n</ol>\r\n<p>The major provisions of the Fair Work Act 2009 these include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The request for flexible working hours.</li>\r\n<li>modern awards</li>\r\n<li>awareness of closing of jobs</li>\r\n<li>The widespread safety services.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain the provisions of each of the following Acts: </strong></em></li>\r\n</ol>\r\n<br />\r\n<ul>\r\n<li><strong>The Racial Discrimination Act 1975</strong></li>\r\n</ul>\r\n<p>The Racial Discrimination Act 1975, equality is promoted by this act before the law for all the people despite of their race, colour or nation. It is against the law to discriminate people.</p>\r\n<p>Key provisions:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>This act prohibits the racial discrimination.</li>\r\n<li>It makes fresh provision in consideration racial roots and also the relationship between individuals of various racial categories.</li>\r\n<li>It is against the law by RDA to partialism against the individual in context to race, color or nation.</li>\r\n</ul>\r\n<p> </p>\r\n<ul>\r\n<li><strong>Sex Discrimination Act 1984</strong></li>\r\n</ul>\r\n<p>The Sex Discrimination Act 1984 is a federal law which makes it against the law to discriminate on the basis of sex, marital status, pregnancy or potential to become to pregnant.</p>\r\n<p>Key provisions:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Encouragement in impartiality between the genders.</li>\r\n<li>At employment sector, educational sector or at any other provision, get rid of sexual harassment</li>\r\n</ul>\r\n<p> </p>\r\n<ul>\r\n<li><strong>Disability Discrimination Act 1992</strong></li>\r\n</ul>\r\n<p>It is against the law to discriminate against a person in area of public life that includes education or using services.</p>\r\n<p>Key provisions:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>People who have body dysfunction like physical, medical condition or any other injury is supported by the DDA.</li>\r\n<li>People with disabilities are conserved by the DDA.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>What is the purpose of the National Employment Standards?</strong></em></li>\r\n</ol>\r\n<p>The National Employment Standards (NES) is to be provided to all the Australian employees and is a set of 10 entitlements.</p>\r\n<p>Since 1 January 2010, The NES have been applied to employees.</p>\r\n<p>The entitlements of the NES are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Maximum weekly hours</li>\r\n<li>Requesting for flexible working arrangements</li>\r\n<li>Parental leave</li>\r\n<li>Annual leave</li>\r\n<li>Personal carers leave and compassionate leave</li>\r\n<li>Community service leave</li>\r\n<li>Long service leave</li>\r\n<li>Public holidays</li>\r\n<li>Notice of termination and redundancy pay</li>\r\n<li>Fair Work Information Statement</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Explain the use of modern awards in workplaces.</strong></em></li>\r\n</ol>\r\n<p>The minimum terms and conditions of employment which is on the top of the National Employment Standards (NES) are set by the modern award. On January 1, 2010, it came into existence.</p>\r\n<p>It covers all the employers and employees in the Federal workplace relations system. These are industry and occupation based and is also applicable to the employers and the employees who perform work covered by the Award.</p>\r\n<p><em> </em></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Identify two examples of modern awards using the Fair Work Ombudsman website.</strong></em></li>\r\n</ol>\r\n<p>Book Industry Award 2020</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Employee classification</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>Minimum weekly rate</p>\r\n<p>(full-time employee)</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>Minimum hourly rate</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p> </p>\r\n</td>\r\n<td width=\"179\">\r\n<p>$</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>$</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Editors</p>\r\n</td>\r\n<td width=\"179\">\r\n<p> </p>\r\n</td>\r\n<td width=\"167\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 1—upon commencement</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>900.20</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>23.69</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 1—after 6 months</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>957.00</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>25.18</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 2—Grade 1</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1007.30</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>26.51</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 2—Grade 2</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1032.30</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>27.17</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 2—Grade 3</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1083.00</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>28.50</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 2—Grade 4</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1140.00</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>30.00</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 3—Grade 1</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1194.20</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>31.43</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 3—Grade 2</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1248.60</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>32.86</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Level 3—Grade 3</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1390.80</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>36.60</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Publicists</p>\r\n</td>\r\n<td width=\"179\">\r\n<p> </p>\r\n</td>\r\n<td width=\"167\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 1</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>972.10</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>25.58</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 2</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1030.90</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>27.13</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 3</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1101.50</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>28.99</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 4</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1159.10</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>30.50</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 5</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1297.20</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>34.14</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 6</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1441.00</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>37.92</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Grade 7</p>\r\n</td>\r\n<td width=\"179\">\r\n<p>1584.60</p>\r\n</td>\r\n<td width=\"167\">\r\n<p>41.70</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Minimum wage rate:</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Classification</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Minimum annual rate</p>\r\n<p>(full-time employee)</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Minimum hourly rate</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p> </p>\r\n</td>\r\n<td width=\"151\">\r\n<p>$</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>$</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services assistant</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>43,276</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>21.83</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 1</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>44,985</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>22.69</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 2</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>46,563</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>23.49</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 3</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>49,580</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>25.01</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 4</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>52,531</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>26.50</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 5</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>53,742</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>27.11</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 6</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>55,316</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>27.90</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 7</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>58,340</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>29.43</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 8</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>59,913</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>30.22</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 9</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>64,646</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>32.61</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"246\">\r\n<p>Technical services officer Level 10</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>69,380</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>35.00</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Outline the purpose of an enterprise agreement and with which entity must the agreement be registered.</strong></em></li>\r\n</ol>\r\n<p>For establishment of a fair working wage, an Enterprise Agreement is negotiated between employers, employees.</p>\r\n<p>A broad range of matters is included in an enterprise agreement, e.g., hours of work, meal breaks, overtime.</p>\r\n<p>For the purposes of the Fair Work Act 2009,An enterprise agreement is made at the enterprise level between employer(s) and their employees. Terms and conditions of employment are provided for those employees to whom it applies.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Outline terms and conditions that must be included in an enterprise agreement.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Maximum weekly hours;</li>\r\n<li>Parental leave;</li>\r\n<li>Flexible work;</li>\r\n<li>Annual leave;</li>\r\n<li>Personal/careers/compassionate leave;</li>\r\n<li>Community service leave;</li>\r\n<li>Public holidays;</li>\r\n<li>Termination/redundancy;</li>\r\n<li>Long service leave; and</li>\r\n<li>Provision of Fair Work statements to new employees.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Explain the process of performance management and its purpose.</strong></em></li>\r\n</ol>\r\n<p>Performance management is a process of communication through which managers and employees can work together for planning, monitor and review the work objectives of the employees.  </p>\r\n<p>The purpose of performance managementis the improvement of the performance. Performance is improved when good work is done by the individual that aligns with the business objective. improves when individuals do good work that aligns to the business objectives. Individuals do good work when they know what is expected, and receive helpful feedback and critical resources.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain two types of performance management systems that can be used at work.   </strong></em>    </li>\r\n</ol>\r\n<p>360-Degree Appraisal:</p>\r\n<p>Get feedback from employees about the other employees. Technological Performance Appraisal: Evaluating employees’ technical proficiency.</p>\r\n<p>360-degree feedback is a modern method which helps the organization in determining how employees are performing at the workplace,It is also known as multi-rater feedback.</p>\r\n<p> </p>\r\n<p>General Performance Appraisal:</p>\r\n<p>A performance appraisal is a periodic process that assess the job performance and productivity of an employee.</p>\r\n<p>Performance appraisals are a part of career development and it is consisted of review of the performance of the employees.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>In what form must an employer provide an employee with notice of termination.</strong></em></li>\r\n</ol>\r\n<p>A written request is submitted to the employer by the employees, a letter with a reason for termination must be provided by the employer.</p>\r\n<p>One week notice must be given by the employees to the employer.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Under the Fair Work Act, what amount of notice must be given to employees who have worked for a company for less than one year.</strong></em></li>\r\n</ol>\r\n<p> Under the Fair Work Act, one-week notice must be given to employees who have worked for a company for less than one year.</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>List two types of employees to whom notice of termination would not need to be provided.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Casual Workers. </li>\r\n<li>Workers who are employed for a specified period of time.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Under what circumstances is an employee entitled to redundancy pay?</strong></em></li>\r\n</ol>\r\n<p>When job of a worker is considered as an unnecessary or unwanted, then they are entitled to redundancy pay.</p>\r\n<p>The weeks of pay is calculated at the ordinary hours of work in which they would have worked for those weeks. The rates are outlined below.</p>\r\n<table class=\"table table-bordered\" width=\"527\">\r\n<tbody>\r\n<tr>\r\n<td width=\"322\">\r\n<p>Period of continuous service.</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>Weeks of pay.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least one year but under two years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>Four</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least two years but under three years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>Six</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least three years but under four years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>Seven</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least four years but under five years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>Eight</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least seven years but under eight years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>13</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least eight years but under nine years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>14</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least nine years but under 10 years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>16</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>At least 10 years</p>\r\n</td>\r\n<td width=\"176\">\r\n<p>12</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Explain at least three circumstances that can constitute unfair dismissal.</strong></em></li>\r\n</ol>\r\n<strong>Sham redundancy</strong>\r\n<p>There are many situations where the employee is terminated for a<strong>n alleged “redundancy”</strong>, but after investigation, it seems that the redundancy was not genuine.</p>\r\n<strong>Terminated because employee exercised a workplace right</strong>\r\n<p>It is against the law <strong>to terminate an employee</strong> because they haveexercised a workplace right.</p>\r\n<strong>Terminated due to discrimination</strong>\r\n<p>It is against the law t<strong>o terminate an employee on the basis of discrimination that includes, </strong>employee’s race, colour, sex, sexual orientation, age, physical or mental disability, marital status nationality or social origin.</p>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Which circumstances must apply for the Fair Work Commission to determine that an employee has been unfairly dismissed?</strong></em></li>\r\n</ol>\r\n<p>The dismissal may be considered unfair if: the dismissal was harsh, unjust or unreasonable.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Conduct/Misconduct.</li>\r\n<li>Capability/Performance.</li>\r\n<li>Redundancy</li>\r\n<li>Statutory illegality or breach of a statutory restriction.</li>\r\n<li>Some Other Substantial Reason (SOSR)</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Outline five ways of that staff can develop skills at work</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Be A Mentor and get one.</li>\r\n<li>For new challenges, Raise Your Hand.</li>\r\n<li>Read and Look for Problems to Solve.</li>\r\n<li>Make Friends (Network) In Other Departments.</li>\r\n<li>Find The Learning Opportunities Internally.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>As a manager, list three types of information that could provide to staff to help them to develop their knowledge base.</strong></em></li>\r\n</ol>\r\n<strong>Embrace the desire to socialise</strong>\r\n<p>It is the natural tendency of the employees to socialise themselves. For encouraging knowledge sharing, encourage employees.</p>\r\n<strong>Encourage dialogue and collaboration</strong>\r\n<p>Today every employee wants to feel that their voice is heard within the organisation. They do-not want to stand on side lines as they are active users of mobile and social technology.</p>\r\n<strong>Centralise information</strong>\r\n<p>For opening communication, In addition to open communication, a centralised repository where that knowledge can live is important, so employees can access it when they need to.</p>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<p> </p>\r\n<ol>\r\n<li><em><strong>Meet with the Managing Director (your assessor).</strong></em></li>\r\n</ol>\r\n<p> <strong>In the meeting,</strong></p>\r\n<p> We discussed:</p>\r\n<p><strong>Overall strategic goals and objectives of the Boutique Build Australia Pty Ltd:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>To make sure that all the financial operations and performance indicators support the strategic policies.</li>\r\n<li>Identification of new and expansion of existing source of revenue.</li>\r\n<li>Achieving profits by at least 10% per year.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Building of high-quality residents for meeting the needs of customers</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Increase in sales of home in Sydney market by 10% per year over the next three years.</li>\r\n<li>Establishing presence in Queensland and building at least 100 new homes in Brisbane.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Operational objectives of the Boutique Build Australia Pty Ltd:</strong></p>\r\n<table class=\"table table-bordered\" width=\"633\">\r\n<tbody>\r\n<tr>\r\n<td width=\"104\">\r\n<p>2019</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Priorities</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Key performance indicator</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>June</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Employment of at least 3 permanent site staff</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Site staff in place</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>July</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Commencing recruiting for the positions in Brisbane and Sunshine Coast</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Establishing key staff for Brisbane and Sunshine Coast</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>August</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Developing and implementation of work-life balance programs</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Increment in employee satisfaction as measured by surveys.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>Oct</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Commencing promotions in the Brisbane and Sunshine Coast market</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Presence in Brisbane established</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>November</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Review of staff performance</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Review of all staff performance by using new performance review system</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>2020</p>\r\n</td>\r\n<td width=\"246\">\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>Jan</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Developing and implementation of the strategies for increasing the number of women in the workplace</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>To increase number of females by at least 4 by mid-2017</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>March</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Commencing the design of environmentally friendly homes</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Designs completed</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>May</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Commencement of marketing environmentally homes</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Building of at least 4 environmentally friendly homes by the end of 2017</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>November</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Review of Staff performance</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Conducting staff performance reviews</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>2021</p>\r\n</td>\r\n<td width=\"246\">\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>Feb</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Reviewing other potential markets</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Exploring potential markets</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>Sept</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Analysing workforce diversity</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Continuous increase in number of women in workforce</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"104\">\r\n<p>Nov</p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Review of Staff performance</p>\r\n</td>\r\n<td width=\"284\">\r\n<p>Conducting review of all staff performance reviews</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Resources that are available with the Boutique Build Australia Pty Ltd:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"319\">\r\n<p>Human resources</p>\r\n</td>\r\n<td width=\"319\">\r\n<p> </p>\r\n<p>Managing Director</p>\r\n<p>Operations Manager</p>\r\n<p>Marketing and Sales Manager</p>\r\n<p>Sales Consultants</p>\r\n<p>Office manager</p>\r\n<p>Human Resources Manager</p>\r\n<p>Construction Manager</p>\r\n<p>Site Manager</p>\r\n<p>Production Draftsperson</p>\r\n<p>Six Carpenters and a range of contract staff</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">\r\n<p>Other valuable resources</p>\r\n</td>\r\n<td width=\"319\">\r\n<p> </p>\r\n<p>Plenty of funds</p>\r\n<p>Good strategic plans</p>\r\n<p>Good organisational policies</p>\r\n<p>Updated technology</p>\r\n<p>Updated physical resources and equipment</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop an action plan</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"746\">\r\n<tbody>\r\n<tr>\r\n<td width=\"156\">\r\n<p><strong>Strategies</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"228\">\r\n<p><strong>Actions</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"84\">\r\n<p><strong>Priority</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"72\">\r\n<p><strong>Time</strong></p>\r\n<p><strong>Frames</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"105\">\r\n<p><strong>Responsibility</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"102\">\r\n<p><strong>Performance Indicators</strong></p>\r\n<p><strong><em> </em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Employment of at least 3 permanent site staff</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Starting fresh recruitment schemes</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>2years</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Directors</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Site staff in place</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Increment in the number of women in workforce</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Developing and implementing the strategies for increasing number of women in the workplace</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Departmental heads</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Number of women in workforce continuing to increase</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Commencement of marketing environmentally homes</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Building at least 4 environmentally friendly homes by the end of 2017</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Departmental heads</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Number of houses in the area</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Exploring potential markets</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Reviewing and searching the potential markets</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Half-yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Marketing managers</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Market website traffic</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Write a risk management plan</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"756\">\r\n<thead>\r\n<tr>\r\n<td width=\"162\">\r\n<p><strong>Risk</strong></p>\r\n</td>\r\n<td width=\"106\">\r\n<p><strong>Consequences</strong></p>\r\n</td>\r\n<td width=\"94\">\r\n<p><strong>Severity Rating</strong></p>\r\n</td>\r\n<td width=\"94\">\r\n<p><strong>Likelihood Rating</strong></p>\r\n</td>\r\n<td width=\"140\">\r\n<p><strong>Treatment/control methods</strong></p>\r\n</td>\r\n<td width=\"159\">\r\n<p><strong>Person responsible </strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"162\">\r\n<p>The world recession and the domino effect</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>All the plans made regarding the policies, will be of no use.</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Changing and updating of plans and policies</p>\r\n</td>\r\n<td width=\"159\">\r\n<p>Line managers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"162\">\r\n<p>Over committing resources</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Waste of resources will lead to exploitation and reduction.</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Increase in savings percentage</p>\r\n</td>\r\n<td width=\"159\">\r\n<p>Finance manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"162\">\r\n<p>Adverse changes in market conditions</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Human resources of the organization will decrease</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Better employment and recruitment schemes</p>\r\n</td>\r\n<td width=\"159\">\r\n<p>Staffing panel</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"162\">\r\n<p>Changes to Acts and other relevant legislation</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>All the plans made regarding the policies, will be of no use.</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Use of resources wisely.</p>\r\n</td>\r\n<td width=\"159\">\r\n<p>Resource manager</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Assessor</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From: Human Resource Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 02<sup>nd</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Human Resources and Risk Management Plan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected sir,</p>\r\n<p> </p>\r\n<p>The main motive of writing this mail is to inform you that for the smooth working of the organisation, the formulation of Human Resource and Risk Management Plan has been formulated by the company to have an overview of all the needs, strategies, actions, risks, consequences and responsibilities of the organisation.</p>\r\n<p> </p>\r\n<p>I have attached both the reports including,</p>\r\n<p>Human Resources Plan</p>\r\n<p>Risk Management Plan</p>\r\n<p> </p>\r\n<p>Kindly go through the report ones and share your views.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Meet with the team to discuss the work plan and allocate tasks</strong></em></li>\r\n</ol>\r\n<p>In the meeting,</p>\r\n<p>The main points we discussed were:</p>\r\n<p><strong>Purpose of the meeting</strong></p>\r\n<p>The main aim of the meeting was to discuss the work plan, allocating the tasks and confirming the performance standards.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Work plan </strong></p>\r\n<ol>\r\n<li>Building high quality residents so that to meet the needs of the customer </li>\r\n<li>Building deeper customer relationship</li>\r\n<li>Improvement in marketing and advertising</li>\r\n<li>Continuous improvement in quality of the services.</li>\r\n<li>Maintenance of effective communication channel</li>\r\n<li>Targeting identified growth markets with planned, market appropriate campaigns employing a variety of promotional strategies and advertising mediums</li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<p><strong>Strategic Business Plan objectives</strong></p>\r\n<p>Strategic Objectives</p>\r\n<ol>\r\n<li>Continuous improvement in quality of the services.</li>\r\n<li>Attracting engaging and development of the best staff</li>\r\n<li>Building high quality residents so that to meet the needs of the customer </li>\r\n</ol>\r\n<p> </p>\r\n<p><strong>Action plan </strong></p>\r\n<table class=\"table table-bordered\" width=\"746\">\r\n<tbody>\r\n<tr>\r\n<td width=\"156\">\r\n<p><strong>Strategies</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"228\">\r\n<p><strong>Actions</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"84\">\r\n<p><strong>Priority</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"72\">\r\n<p><strong>Time</strong></p>\r\n<p><strong>Frames</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"105\">\r\n<p><strong>Responsibility</strong></p>\r\n<p><em> </em></p>\r\n</td>\r\n<td width=\"102\">\r\n<p><strong>Performance Indicators</strong></p>\r\n<p><strong><em> </em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Employ at least 3 permanent site staff</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Start fresh recruitment schemes</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>2years</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Directors</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Site staff in place</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Increase the number of women in workforce</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Develop and implement strategies for increasing number of women in the workplace</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Departmental heads</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Number of women in workforce continuing to increase</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Commence marketing environmentally homes</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Build at least 4 environmentally friendly homes by the end of 2017</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>Medium</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Departmental heads</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Number of houses in the area</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"156\">\r\n<p>Explore potential markets</p>\r\n</td>\r\n<td width=\"228\">\r\n<p>Review and search about all the  potential markets</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>High</p>\r\n</td>\r\n<td width=\"72\">\r\n<p>Half-yearly</p>\r\n</td>\r\n<td width=\"105\">\r\n<p>Marketing managers</p>\r\n</td>\r\n<td width=\"102\">\r\n<p>Market website traffic</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<p><strong>Themes of code of conduct </strong></p>\r\n<ol>\r\n<li>Economy and efficiency</li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Boutique Build Australia resources should be used by the staff.</li>\r\n<li>Wastage should be avoided by the staff or it should be minimized.</li>\r\n<li>Security and protection of Boutique Build Australia property should be maintained by the staff.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li>Breach of the code</li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>This code of conduct is designed for the promotion and enhancement of the ethical practice to the staff. if there is breach of this code by any of the staff member then Boutique Build Australia may take an action against them.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><strong>Legislation</strong></li>\r\n</ol>\r\n<p>®  Privacy Act 1988</p>\r\n<p>®  Copyright Act 1968</p>\r\n<p>®  Freedom of Information Act 1982</p>\r\n<p>®  Work Health and Safety Act 2011</p>\r\n<p>®  Disability Discrimination Act – Education Standards 2005</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Develop performance management policy and procedures</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p><strong>Performance Management Policy and Procedures</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p><strong>Purpose</strong></p>\r\n<p><strong> </strong></p>\r\n<p>The <em>purpose</em> of an effective <em>performance management</em> system is to have clear understanding of the work by the employees, and how they are performing in relation to the expectations.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Scope/to whom it applies </strong></p>\r\n<p><strong> </strong></p>\r\n<p>This policy applies to all the human resources of the organisation, including,</p>\r\n<p>Managing Director</p>\r\n<p>Operations Manager</p>\r\n<p>Marketing and Sales Manager</p>\r\n<p>Sales Consultants</p>\r\n<p>Office manager</p>\r\n<p>Human Resources Manager</p>\r\n<p>Construction Manager</p>\r\n<p>Site Manager</p>\r\n<p>Production Draftsperson</p>\r\n<p>Six Carpenters and a range of contract staff</p>\r\n<p><strong> </strong></p>\r\n<p> </p>\r\n<p><strong>Number of times it is reviewed</strong></p>\r\n<p>Every half-year, Performance management policies and procedures are reviewed.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Summary of purpose of performance reviews</strong></p>\r\n<p><strong> </strong></p>\r\n<p>Its purpose is,</p>\r\n<p>To provide each person adequate feedback about his or her performance. And serving as a basis for modifying the behaviour</p>\r\n<h2> </h2>\r\n<strong>Outline your agenda for the meeting.</strong>\r\n<p>One-way conversation is not titled as a performance review meeting. Discussion about career for these meetings are saved by the employees.</p>\r\n<p> </p>\r\n<p>For covering the highlights of the performance, use the meeting. Discuss the ongoing challenges and also the ways to solve those issues.</p>\r\n<p> </p>\r\n<p><strong>Templates used to record performance</strong></p>\r\n<p><strong> </strong></p>\r\n<ul>\r\n<li>Self-Assessment Template</li>\r\n  \r\n<li>Numeric Scale Review Template</li>\r\n \r\n<li>Descriptive Scale Review Template</li>\r\n \r\n<li>Peer Review Template</li>\r\n \r\n<li>360 Performance Review Template</li>\r\n  \r\n<li>Performance Agreement Plan Template</li>\r\n  \r\n<li>Job Responsibilities Review Template</li>\r\n</ul>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop training presentation   </strong></em>                                                 </li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Managing director</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From: Human Resource Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 03<sup>rd</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Arrangement for a training session</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected sir/madam,</p>\r\n<p> </p>\r\n<p>This mail is written with the purpose to inform that there is formulation of the organisational performance management policies. So, to discuss it with rest of the staff and team members, I request you to arrange a training session for them</p>\r\n<p>This training session will be helpful for them to learn about the new policies and procedures.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Conduct the training session.</strong></em></li>\r\n</ol>\r\n<p>After the formulation of the presentation, a training session was conducted for overviewing the information about the performance of the management. </p>\r\n<p><strong>After the session, Questions that are asked from the audience: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Reason behind doing this?</li>\r\n<li>What are the goals?</li>\r\n<li>How much time do we have?</li>\r\n<li>How do we document this process?</li>\r\n</ul>\r\n<br />\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<ol>\r\n<li><em><strong>Prepare for the meeting with Jamie</strong></em></li>\r\n</ol>\r\n<p>In the meeting, I talked to Jamie about her STAR model and provided her the feedback.</p>\r\n<p>The STAR method, is away of responding to a behavioural-based interview question by discussing about the specific situation, task, action, and result of the situation.</p>\r\n<p>Situation: describe the situation or the task that needs to be accomplished. Specific event needs to be described. The situation can be from a previous job or any other relevant event.</p>\r\n<p>Task: What goal were you working toward?</p>\r\n<p>Action: Describing the actions that were taken to address the situation with an appropriate amount of detail. What specific steps needs to be taken?</p>\r\n<p> </p>\r\n<p>In the case study, </p>\r\n<p>Task: Jamie has been delivering training and education to staff. Jamie is given a task of developing a new health and safety manual for staff.</p>\r\n<p> </p>\r\n<p>Result: So, as a result some coaching and mentoring has been provided to her regarding her expected performance and actual performance for the improvement.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Meet with Jamie (your assessor) at the meeting with Jamie, provide positive feedback on Jamie’s performance to date and then using the STAR model of feedback to outline the areas where improvement is required as per the script you have developed.</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<p>Talk through the five tips you have identified to improve writing style. </p>\r\n<p>During the meeting, it is required to demonstrate effective communication skills that includes :</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speak clearly and it should be concise</li>\r\n<li>Use non-verbal communication</li>\r\n<li>Ask questions for identifying the required information</li>\r\n<li>Respond to questions</li>\r\n</ul>\r\n<p>Tips to improve the writing skills:</p>\r\n<ol>\r\n<li>Find a Writing</li>\r\n<li>Brush up the basics.</li>\r\n<li>Dissect WritingThat You Admire.</li>\r\n<li>Imitate WritersYou Admire.</li>\r\n<li>Remember That Outlines Are Your Friend.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Prepare for the meeting with Jamie</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Jamie</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From: Human resource manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 05<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Information about the performance review</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Jamie,</p>\r\n<p> </p>\r\n<p>The main purpose of writing this mail is draw your attention that it is been six months since you are working with the organisation. We want to review your performance. Therefore, it has been decided to have a meeting for reviewing the performance and evaluate the areas where there is a need of improvement. It is a request for you to join the meeting to have an overview of your performance.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to Jamie (your assessor).</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Jamie</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From: Human resource manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 05<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Invitation for the meeting</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Jamie,</p>\r\n<p> </p>\r\n<p>The main aim of writing this mail is to get your attention that it is been six months since you are working with the organisation. We want to review your performance. Therefore, it is been decided to have a short meeting for reviewing the performance.</p>\r\n<p>I kindly request you to join the meeting on 07<sup>th</sup> October, 2021 at 11:00 AM in the HR office.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Conduct the meeting with Jamie</strong></em></li>\r\n</ol>\r\n<p><strong>Summary of purpose of performance reviews</strong></p>\r\n<p>The purpose is,</p>\r\n<p>To provide each person with adequate feedback about his or her performance and to serve the basis for modifying or changing behaviour towards effective working habits</p>\r\n<p> </p>\r\n<p><strong>Areas of improvement agreed</strong>:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dependability</li>\r\n<li>Adaptability</li>\r\n<li>Writing skills</li>\r\n<li>Use of equipment</li>\r\n<li>Project planning</li>\r\n</ul>\r\n<p><strong>Effective communication skills identified</strong></p>\r\n<p>Listening</p>\r\n<p>Listening is one of the most important aspect. Successful listening is not only understanding the information that is spoken or written, but also understanding the feeling of the speaker while communicating.</p>\r\n<p> </p>\r\n<p>Straight talking</p>\r\n<p>Conversation which is neglected the most, is the basis of communication. For building the trust and detect problems, friendly conversation is more than enough.</p>\r\n<p> </p>\r\n<p>Non-verbal communication</p>\r\n<p>Nonverbal messages are sent when we talk about things that matter to us</p>\r\n<p>                                                                         </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Document the performance review agreement </strong></em></li>\r\n</ol>\r\n<p>Performance Agreement</p>\r\n<p>Employee: Jamie</p>\r\n<p>Role: Development coordinator</p>\r\n<p>Date: 06<sup>th</sup> October, 2021</p>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"99%\">\r\n<thead>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>Performance Guidance </strong></p>\r\n</td>\r\n<td width=\"126\">\r\n<p><strong>Overall rating</strong></p>\r\n</td>\r\n<td width=\"328\">\r\n<p><strong>Comments </strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Work product</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Can do better</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is good at her work as she is a good coordinator. However she can seek more training for better coordination.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Dependability</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Needs improvement</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is somehow dependent on others for some of her decisions so, she is not completely independent.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Cooperativeness</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Meet the expectations</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is a good coordinator and cooperate with her co-workers.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Adaptability</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Can improve more</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is not so fast to adapt the new changes, so she needs some training and mentoring.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Communication</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Meet the expectations</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is good at communicating with her co-workers and transfer the messages.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Decision-making</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Meet the expectations</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is good at decision-making.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Service to clients</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Can do better</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She deals with customers very conveniently, but it would be better if she will use some customer service strategies also.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Use of equipment</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Needs improvement</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She is not so adaptable that is why she is also not so good at adapting the way to use the new installed equipment.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Project planning</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Needs improvement</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She always needs help of others to plan anything.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p>Work group management</p>\r\n</td>\r\n<td width=\"126\">\r\n<p>Meet the expectations</p>\r\n</td>\r\n<td width=\"328\">\r\n<p>She manages the diversity and different cultures in her group in a very good way.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Development agreement</strong></p>\r\n<table class=\"table table-bordered\" width=\"100%\">\r\n<thead>\r\n<tr>\r\n<td width=\"269\">\r\n<p><strong>Areas for development</strong></p>\r\n</td>\r\n<td width=\"369\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"269\">\r\n<p>Writing skills</p>\r\n</td>\r\n<td width=\"369\">\r\n<p>Some writing tips and training shall be provided to her.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Tips provided to improve the writing skills:</p>\r\n<p> </p>\r\n<p>6.       Find a Writing Partner.</p>\r\n<p>7.       Brush up the basics.</p>\r\n<p>8.       Dissect Writing That You Admire.</p>\r\n<p>9.       Imitate Writers You Admire.</p>\r\n<p>10.   Remember That Outlines Are Your Friend.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p> </p>\r\n<p>Employer Signature:</p>\r\n<p> </p>\r\n<p>Employee Signature:</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to Jamie (your assessor).   </strong> </em>      </li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Jamie</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From: Human Resource Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 6<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Documented performance review</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Jamie,</p>\r\n<p> </p>\r\n<p>This mail is written with the purpose to show you the review of your performance. The template has been formed.</p>\r\n<p>Kindly go through it once, there is a need to improve the performance.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 5</h3>\r\n<ol>\r\n<li><em><strong>Prepare for meeting</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p><strong>Termination Procedure</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p> </p>\r\n<p>Termination of employment, can be a stressful event for the employer to face. Employees may have different rights, depending on the reason for the termination.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p><strong>Procedure:</strong></p>\r\n<p> </p>\r\n<strong>Issue the last paycheck</strong>\r\n<p>Outstanding wages, expenses should be paid to the employee when he/she is terminated.</p>\r\n<strong>Retrieve business property</strong>\r\n<p>Make sure that you get back all the business property, before the employee leaves the business. Remove the employee’s access from the account of the company.</p>\r\n<strong>Update your payroll</strong>\r\n<p>Updating your payroll is an important part. </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>            </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to Janice (your assessor).</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Janice</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 06<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Invitation for a meeting</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Janice,</p>\r\n<p> </p>\r\n<p>The main motive of writing this mail is to invite you for the meeting to discuss about the work and also about your performance. The meeting will be held tomorrow, i.e., on 07<sup>th</sup> October, 2021, in the conference hall at 11:00 AM, the committee members will also be present there.</p>\r\n<p>Kindly reach on time there.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Conduct the meeting</strong></em></li>\r\n</ol>\r\n<p>In the meeting,</p>\r\n<p><strong>Purpose</strong></p>\r\n<p>The purpose is to discuss the work of Janice. </p>\r\n<p><strong>Problem</strong></p>\r\n<p>Janice is a new Administration Assistant at Boutique Build Australia and has been with the company for 3 months. Janice’s work is of high standard, but she is always late for work. </p>\r\n<p>She is not punctual and this situation is affecting the calls of the clients, as Janice is not there to answer the call.</p>\r\n<p>Janice’s office time starts at 9:00 AM and finish time is 5.30pm including 30 minutes for lunch.</p>\r\n<p>Janice has arrived at following time at work last week </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Monday: 9.05 am</li>\r\n<li>Tuesday: 9.25 am</li>\r\n<li>Wednesday: 9.20 am</li>\r\n<li>Thursday: 9.10 am</li>\r\n<li>Friday: 9.30 pm</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Impacts:</strong></p>\r\n<p>Client’s calls are affected because of the situation, as Janice is not there to answer the phone.</p>\r\n<p>Customers are not satisfied.</p>\r\n<p>Bad productivity.</p>\r\n<p>Decrease in sales targets.</p>\r\n<p>Poor relationship with others.</p>\r\n<p>Co-workers are not happy.</p>\r\n<p>Bad impression on new recruitments.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to Janice (your assessor).</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Janice</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 06<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Overview of the meeting</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Janice,</p>\r\n<p>The main motive of writing this mail is to inform you that because of your punctuality problem, the committee has decided to take required action which is to be followed by you in order to improve your performance.</p>\r\n<p> </p>\r\n<p>Actions identified were:</p>\r\n<p>1.       Setting milestones.</p>\r\n<p>2.       Plan and prioritize.</p>\r\n<p>3.       Planning your meetings well.</p>\r\n<p>4.       Better Communication</p>\r\n<p>5.       Conquering difficult tasks first.</p>\r\n<p>6.       Don\'t lose focus</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Prepare and provide a termination letter</strong></em></li>\r\n</ol>\r\n<p>ABC Street</p>\r\n<p>Main Bridge</p>\r\n<p>Brisbane, Australia</p>\r\n<p> </p>\r\n<p>Date: 07<sup>th</sup> October, 2021</p>\r\n<p> </p>\r\n<p>Subject: Termination from the job</p>\r\n<p> </p>\r\n<p>Dear Janice,</p>\r\n<p>The email is sent to inform you that there is no improvement in the desired areas because of your consent. Therefore, it is decided by the company to terminate you.</p>\r\n<p>I am very sorry to tell you that the position of administration assistant is no longer yours.</p>\r\n<p> </p>\r\n<p>Your last paycheck will be given to you as soon as possible. </p>\r\n<p>You will be paid for the two weeks as you have been working in boutique build Australia less than 1 year. You can collect it from the administrative office whenever you need.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<p>Yours sincerely</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"638\">\r\n<p>To: Janice</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>From:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Date: 08<sup>th</sup> October, 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p>Subject: Regarding the termination letter</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"638\">\r\n<p> </p>\r\n<p>Respected Janice,</p>\r\n<p> </p>\r\n<p>The email is sent to inform you that there is no improvement in the desired areas because of your consent. Therefore, the company has decided to terminate you.</p>\r\n<p>I am very sorry to tell you that the position of administration assistant is no longer yours.</p>\r\n<p>Please sign the termination letter that has been posted.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 16, NULL, 'Manage People Performance BSBMGT502', 'Now connect with our Professional Assignments Help solutions for sample work of manage people performance. Check out our other sample works also.', 'Manage people performance BSBMGT502', 'manage-people-performance-bsbmgt502', '2021-10-18 00:58:45', '2021-11-08 06:22:30');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(247, 'Identification and evaluate marketing opportunities (BSBMKG501)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Give examples of legislation and regulations that apply to the marketing industry in Australia.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Australian Human Rights Commission Act 1986</strong>: This act came into existence for the rights of people in Australia.</li>\r\n<li><strong>Competition and Consumer Act 2010:</strong>This act is implemented on the goods and services that are being sold and the maximum value is of $40,000.</li>\r\n<li><strong>Australian Direct Marketing Association Code of Practice:</strong>This acts helps in reducing the risk of legislation breaching, and to promote the culture of best practice.</li>\r\n<li><strong>Direct Marketing Code of Practice:</strong>In direct marketing industry, a standard is set for the participants.</li>\r\n<li><strong>Australian E-commerce Best Practice Model:</strong>In the world of electronic commerce, it helps to increase the confidence of the consumer by giving them proper guidance to the businesses.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain two relevant Codes of Practice for the marketing industry and the purpose of the Code and its keycomponents.</strong></em></li>\r\n</ol>\r\n<ul style=\"list-style-type: square;\">\r\n<li>ADMA (Australian Direct marketing Code of Practice): ADMA code was set to reduce the risk of breaching to reduce to increase the best practices of culture. It also helps to set a standard for settling the disputes and helps to increase the confidence of people so that they can do business. The main components are:</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>To advertise lawfully</li>\r\n<li>Helps to increase the trust of the community and also helps to boost the confidence of the consumer in the market.</li>\r\n<li>To handle the personal information for the purpose of the market.</li>\r\n</ul>\r\n<ul style=\"list-style-type: square;\">\r\n<li>Australian eMarketing Code of Practice: it provides the framework for the e-market industry and provide them guidance so that they can tackle with the complaints.The main components are:</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Handling of complaints</li>\r\n<li>Maintenance of the consent</li>\r\n<li>Consent records to be kept</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Explain the following terms: market penetration, market development,product development and diversification.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Market penetration:</strong></li>\r\n</ul>\r\n<p>Increase in the sales of the current product by not changing the product from the market. The strategy is to increase the share of the product in the market.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Market development:</strong></li>\r\n</ul>\r\n<p>Identification of growth of the company and development of the new market segment.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Product development:</strong></li>\r\n</ul>\r\n<p>Improvisation in the existing product. The development of new product is known as product development.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Diversification:</strong></li>\r\n</ul>\r\n<p>Growth of the company through starting or doing the business outside the current product of the company and the market as well.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Describe phases of the product lifecycle.</strong></em></li>\r\n</ol>\r\n<p>The phases of the product life cycle are:</p>\r\n<p><strong>Introduction Stage:</strong></p>\r\n<p>Establishment of the brand and getting sure about the new product’s quality. Promoting the product by aiming at the specific target. Keeping the prices low at initial stage and increasing it gradually.</p>\r\n<p><strong>Growth Stage:</strong></p>\r\n<p>Quality of the product is to be maintained and add extra services for the growth of the business. Also keep the prices that are in favor of the customer to maintain the sales growth</p>\r\n<p><strong>Maturity Stage:</strong></p>\r\n<p>In this stage, keeping adding something new to the product to keep it running in the market. Make new plans to promote the product</p>\r\n<p><strong>Decline Stage:</strong></p>\r\n<p>Find new uses of the product or add or remove its features. Also try to reduce the cost and production as well and slowly discontinue production of the product.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Define marketing mix and its components.</strong></em></li>\r\n</ol>\r\n<p>Controlling the marketing plan is the main purpose of marketing mix.</p>\r\n<p>The main components are:</p>\r\n<p><strong>Price:</strong>Consumer that pays for a product is referred to as price. Price must be kept on the basis of product’s real and perceived value. Supply cost, seasonal discount and other factors must also be kept in consideration. Prices can also be raised by the businesses to make it look more luxurious.</p>\r\n<p> </p>\r\n<p><strong>Place:</strong>it is where the company decided to sell the product and delivering it to the market. The goal is to choose the place for the product which is in front of the customer.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Product:</strong>it is the good or the service which the business is selling the market. Amount which is to be charged is based on the product, for this the promotion o9f the product is must.</p>\r\n<p> </p>\r\n<p><strong>Promotion:</strong>Promotion can be done through advertisement, public relations, and strategies. It will help the business as customers will get to know more about their product and its features as well.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What is the importance of marketing mix?</strong></em></li>\r\n</ol>\r\n<p>To understand what a product or service can offer, we need marketing mix for that. Marketing mix involves 4 P’s which are: price promotion, product, and place.These 4 P’s helps in planning for the product or service. It will also help in choosing which marketing strategy is good for the business and how to implement it. 4 P’s are important for successful implementation and execution of the business. The main motive behind the 4P’s coming into existence was to make sure that marketing strategy is being implemented successfully.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Steps in the marketing process</strong></em></li>\r\n</ol>\r\n<p>Four key steps in the marketing process are:</p>\r\n<p><strong>Discovery:</strong>it is doing research about the market, customer and also about the competition. Solving and identification of problem will help to determine the information that is needed. This will help the businesses to know about the problems as well as the opportunities.    </p>\r\n<p><strong>Strategy:</strong>TO MAKE DECISIONS RELATED TO THE MARKETING PLAN, INFORMATION IS NEEDED. STARTEGY IS HELPFUL BECAUSE IT WILL HELP IN THE COMING FUTURE. WE NEED GOALS, OBJECTIVES AND DEVELOPING MESSAGES BEFORE MOVING AHEAD.</p>\r\n<p><strong>Implementation:</strong>This means bringing thoughts into actions which means implementation of desired plans in the targeted market, and also the implementation of campaigns into the action.</p>\r\n<p><strong>Measurement:</strong>it is taking the look at the result very closely. Measurement of the result will help in making the intelligent decision.<br /><br /></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Explain statistical methods and/or forecasting techniques used to evaluate marketing opportunities.</strong></em></li>\r\n</ol>\r\n<p>There are 4 statistical methods or forecasting techniques that can be used to evaluate</p>\r\n<p>Marketing opportunities are:</p>\r\n<p><strong>The Delphi Technique:</strong>it is process of forecasting which makes a framework that is based on multiple rounds of questionnaire result. Works are allowed to work towards a agreement that is mutual by circulation of questionnaire.</p>\r\n<p><strong>Time series forecasting Technique:</strong>It is used to observe the sales pattern. The rate of sales growth can be measured by the trend analysis. In the stable market time series is most useful. Market that is not stable this is method is not suitable there.</p>\r\n<p><strong>Market Test:</strong>To gain knowledge about a particular product launch the product in the market, the product is launched to see the response of the market towards the product. Such experiment will help to know about the influence of market plan in the market, this technique is also known as response technique.</p>\r\n<p><strong>Corelates Technique:</strong>Special form of trend analysis is correlational analysis. It helps to forecast about the sales</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain a method which is used for forecasting market growth rate.</strong></em></li>\r\n</ol>\r\n<p>This needs to be understand the forecast is just a judgment which is made by someone. The Delphi method is a process that is based on the results of many rounds of questionnaire which is being sent to the panel of experts.Works are allowed to work towards a agreement that is mutual by circulation of questionnaire.</p>\r\n<p><strong>Channel and Customer Surveys:</strong>in markets like, business to business market, companies ask the customers about how much they want to spend on a particular product which is provided by the company. The surveys can be conducted by the companies to produce their own forecasts. This survey is helpful in determining the potential of the market.</p>\r\n<p><strong>Sales Force Composite:</strong>The main basis of this forecast is the gathered information from the sales force of a company. Salesperson have a very good intuition power, they can easily get to know about the estimation of sales that a product can make in the market.</p>\r\n<p><strong>Executive Opinion:</strong>quantitative technique and research have backed up the executive opinion. It can be made accurate by giving bonus to the executives on the number of sales.</p>\r\n<p><strong>Expert Opinion:</strong>It is same as executive opinion, the third party that is outside from the organization is the only expert. Their opinions are same as the executive.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Define Return On Investment and how it is calculated</strong></em></li>\r\n</ol>\r\n<p>ROI is used to measure the investment’s efficiency or comparing of the efficiency of different investments. ROI can be calculated by diving the benefit of investment with the cost.</p>\r\n<p>ROI= Total investment/ cost of investment</p>\r\n<p> </p>\r\n<h3>ASSESSMENT 2</h3>\r\n<ol>\r\n<li><em><strong>Write a marketing review report</strong></em></li>\r\n</ol>\r\n<p class=\"text-center\"><strong>Marketing Review Report</strong></p>\r\n<p> </p>\r\n<p><strong>Summary of Business Objectives</strong></p>\r\n<p>The mission of JavaNet Internet Café ‘s is that every individual that meets and enjoy their time is provided with a coffee shop. Not like other cafes, unique form of communication and entertainment is also provided with the help of internet.</p>\r\n<p>The main aim of JavaNet Internet café.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Steady development of brand awareness</li>\r\n<li>Increment in number of new customers.</li>\r\n<li>Increase in the sales while achieving the status</li>\r\n<li>Reduction in the variable cost</li>\r\n<li>Growth rate of double digit every year</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Target Customers</strong></p>\r\n<p>JavaNet Internet Café’s has the target customers</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Students</li>\r\n<li>Professional</li>\r\n<li>Between age group of 25-45</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Current Marketing Strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Advertisements using social media:</strong></li>\r\n</ul>\r\n<p>For posting advertisement use social media, this is the most important source of advertising the product.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Collaboration with the influencers: </strong>good audience can be gained with the help of this strategy as most of the users are influenced by various categories.</li>\r\n<li>People who visit for the first time, provide them with special discounts and coupons.</li>\r\n<li>Advertise through television, podcasts, radios, brochures and many more</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Current Market Trends and Development</strong></p>\r\n<p><strong><u>Current market Trend</u></strong></p>\r\n<p>Internet is the top most topic of every conversation in all the groups. People discuss about the sites that they have visited whereas businessman talks about the internet based business. Likewise kids talk about the games, chat sections and many more.</p>\r\n<p><strong>Potential new and emerging markets: </strong></p>\r\n<p>Internet is the top most topic of every conversation in all the groups. People discuss about the sites that they have visited whereas businessman talks about the internet based business. Likewise kids talk about the games, chat sections and many more.Internet experiences are being shared by the people with their friends, family and colleague. To share things people need a comfortable place.</p>\r\n<p><strong>JavaNet will provide:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Provide comfortable place to people to make discussions</li>\r\n<li>Travellers who need internet connection, it will provide a stopping point for them</li>\r\n<li>A place where people can come and learn about the power of internet</li>\r\n</ul>\r\n<p><u> </u></p>\r\n<p><strong>Competitors and any relevant factors</strong></p>\r\n<p>JavaNet\'s business faces competition on two levels. JavaNetare coffee retailers as well as Internet specialist organizations.</p>\r\n<p>All the organizations have to face similar expenses due to huge competition between coffee retailers. Cost and nature of coffee have a positive connection between them.</p>\r\n<p> </p>\r\n<p><strong>Marketing Opportunities</strong></p>\r\n<p>There are four marketing opportunities which are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Use of Social media platforms: </strong>advertisement can be done through social media such as: facebook, twitter, instagram. This will help to promote the business by attracting the targeted audience</li>\r\n<li><strong>Coupon and discounts</strong>: reward customers with coupons and discounts for promoting the café among their friends and family and also for visiting the café for the first time.</li>\r\n<li><strong>Loyalty Programs and incentives: </strong>these incentives will be given to the ones who are loyal towards the business from very long period of time.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send email to marketing team</strong></em></li>\r\n</ol>\r\n<p class=\"text-center\"><strong>E-mail</strong></p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the market review report</p>\r\n<p>Dear Assessor,</p>\r\n<p> </p>\r\n<p>I want to inform you that I have attached the marketreview report with this email. The report will cover the market plan of JavaNet Internet Café. Report covers the following points:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Summarization of the Business Objectives</li>\r\n<li>Targeted Customers</li>\r\n<li>Current strategies of market</li>\r\n<li>Current trends and development of market</li>\r\n<li>Opportunities in the market</li>\r\n</ul>\r\n<p>Kindly go through the report and let me know so that I can arrange the meeting.</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Conduct meeting</strong></em></li>\r\n</ol>\r\n<p>In Meeting</p>\r\n<p>Meeting Time: 15-09-2021</p>\r\n<p>Meeting Location: 35 St Road, Melbourne</p>\r\n<p><strong>Participants: </strong>CEO, marketing manager, staff members</p>\r\n<p>Discussed the following points:</p>\r\n<p><strong>Summary of Business Objectives</strong></p>\r\n<p>The mission of JavaNet Internet Café ‘s is that every individual that meets and enjoy their time is provided with a coffee shop. Not like other cafes, unique form of communication and entertainment is also provided with the help of internet.</p>\r\n<p>The main aim of JavaNet Internet café.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Steady development of brand awareness</li>\r\n<li>Increment in number of new customers.</li>\r\n<li>Increase in the sales while achieving the status</li>\r\n<li>Reduction in the variable cost</li>\r\n<li>Growth rate of double digit every year</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Target Customers</strong></p>\r\n<p>JavaNet Internet Café’s has the target customers</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Students</li>\r\n<li>Professional</li>\r\n<li>Between age group of 25-45</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Current Marketing Strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Advertisements using social media:</strong></li>\r\n</ul>\r\n<p>For posting advertisement use social media, this is the most important source of advertising the product.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Collaboration with the influencers: </strong>good audience can be gained with the help of this strategy as most of the users are influenced by various categories.</li>\r\n<li>People who visit for the first time, provide them with special discounts and coupons.</li>\r\n<li>Advertise through television, podcasts, radios, brochures and many more</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Current Market Trends and Development</strong></p>\r\n<p><strong><u>Current market Trend</u></strong></p>\r\n<p>Internet is the top most topic of every conversation in all the groups. People discuss about the sites that they have visited whereas businessman talks about the internet based business. Likewise kids talk about the games, chat sections and many more.</p>\r\n<p><strong>Potential new and emerging markets: </strong></p>\r\n<p>Internet is the top most topic of every conversation in all the groups. People discuss about the sites that they have visited whereas businessman talks about the internet based business. Likewise kids talk about the games, chat sections and many more. Internet experiences are being shared by the people with their friends, family and colleague. To share things people need a comfortable place.</p>\r\n<p><strong>JavaNet will provide:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Provide comfortable place to people to make discussions</li>\r\n<li>Travellers who need internet connection, it will provide a stopping point for them</li>\r\n<li>A place where people can come and learn about the power of internet</li>\r\n</ul>\r\n<p><u> </u></p>\r\n<p><strong>Competitors and any relevant factors</strong></p>\r\n<p>JavaNet\'s business faces competition on two levels. JavaNetare coffee retailers as well as Internet specialist organizations.</p>\r\n<p>All the organizations have to face similar expenses due to huge competition between coffee retailers. Cost and nature of coffee have a positive connection between them.</p>\r\n<p> </p>\r\n<p><strong>Marketing Opportunities</strong></p>\r\n<p>There are four marketing opportunities which are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Use of Social media platforms: </strong>advertisement can be done through social media such as: facebook, twitter, instagram. This will help to promote the business by attracting the targeted audience</li>\r\n<li><strong>Coupon and discounts</strong>: reward customers with coupons and discounts for promoting the café among their friends and family and also for visiting the café for the first time.</li>\r\n<li><strong>Loyalty Programs and incentives: </strong>these incentives will be given to the ones who are loyal towards the business from very long period of time.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Email to marketing team</strong></em></li>\r\n</ol>\r\n<p><strong>E-mail</strong></p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: three marketing opportunities that have been confirmed</p>\r\n<p>Dear Assessor,</p>\r\n<p>I am writing this email to inform you that marketing strategies have been confirmed which is been agreed by the staff members. Following are the marketing Strategies.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Use of Social media platforms: </strong>advertisement can be done through social media such as: facebook, twitter, instagram. This will help to promote the business by attracting the targeted audience</li>\r\n<li><strong>Coupon and discounts</strong>: reward customers with coupons and discounts for promoting the café among their friends and family and also for visiting the café for the first time.</li>\r\n<li><strong>Loyalty Programs and incentives: </strong>these incentives will be given to the ones who are loyal towards the business from very long period of time.</li>\r\n</ul>\r\n<p>Kindly go through the strategies and do let me know if there is any suggestion</p>\r\n<p>Best Regards,</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>ASSESSMENT 3</h3>\r\n<ol>\r\n<li><em><strong>Identify the social media, video content marketing opportunity with business objectives and goals.</strong></em></li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<p><strong>Marketing Opportunities Report Template</strong></p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Alignment with the business’ objectives and goals as described in the Marketing Plan </strong></li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Use of Social Media Platform: </strong>All the business objectives are aligned with it.</p>\r\n<p><strong>Coupons and Discounts: </strong>All the business objectives are aligned with it.</p>\r\n<p><strong>Loyalty Program and incentives: </strong>All the business objectives are aligned with it.</p>\r\n<p><strong> </strong></p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Target Customers:</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Students</li>\r\n<li>Professional</li>\r\n<li>People of age groups between 25-45</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Overall Benefits to the business of pursuing the opportunity:</strong></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"163\">\r\n<p><strong>Social Media</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"460\">\r\n<p>·         More time is being spend on social media by people</p>\r\n<p>·         Loyal viewers are attracted</p>\r\n<p>·         Increment in sale with this process</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"163\">\r\n<p><strong>Coupons and Discounts</strong></p>\r\n</td>\r\n<td width=\"460\">\r\n<p>·         Highly Targeted</p>\r\n<p>·         Highly Measurable</p>\r\n<p>·         Less cost effective</p>\r\n<p>·         More flexible</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"163\">\r\n<p><strong>Loyalty Programs and Incentives</strong></p>\r\n</td>\r\n<td width=\"460\">\r\n<p>·         Development of Relationships with Existing Customers</p>\r\n<p>·         Establishing Business as An Industry Leader</p>\r\n<p>·         Connecting People to Your Brand</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Anticipated effect of the marketing opportunity on sales, profitability, growth and market shares as identified in Part 1</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>For increase in the sale and market share use the three marketing opportunities that we have discussed. There will be an increment in the sales by using these strategies</li>\r\n</ul>\r\n<br />\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Additional resources that will be required including finances, staff, equipment, etc.?</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>For managing social media campaign, additional staff is needed</li>\r\n<li>To serve the best service to the customers, more staff is needed<strong>           </strong><strong>                                                                                                                               </strong></li>\r\n</ul>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Estimated effect on return on investment</strong></li>\r\n</ul>\r\n<p> If ROI is 5:1 then it is a good marketing</p>\r\n<p>5:1 ration is considered strong for most businesses, whereas 10:1 ratio is exceptional. It is possible to achieve a ratio higher than 10:1, but it should not be the expectation.</p>\r\n<p><strong> </strong></p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Potential competitors</strong></li>\r\n</ul>\r\n<p>Competition on two levels is faced by JavaNet’s business. JavaNet works as a coffee retailer as well as internet specialist organization.</p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>How any changes in economic conditions could impact on each marketing </strong><strong>opportunity?</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Rate inflation</li>\r\n<li>Increase in Interest rates</li>\r\n<li>Increment in government interest rate control</li>\r\n<li>Taxation policy is changed</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Technological factors that may affect the marketing opportunities identified</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Digital and internet is the base era of today. So, technology is good for the business in today’s time. With the help of technology there is a positive impact in the market as it will also help in advertising easily.</li>\r\n</ul>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>Legal issues associated with each marketing opportunity</strong></li>\r\n</ul>\r\n<p>Misleading &amp; deceptive conduct</p>\r\n<ul class=\"unordered-listing\">\r\n<li>While collecting the customer’s personal information be careful with their privacy</li>\r\n<li>Comply with the Spam Act 2003 while sending the marketing material via post</li>\r\n<li>Take care while collecting, use, secure and disclose a customer\'s personal information be ensure to comply with the Privacy Act 1988.</li>\r\n</ul>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li>Risks associated with each marketing opportunity:</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"138\">\r\n<p><strong>Opportunities</strong></p>\r\n</td>\r\n<td width=\"228\">\r\n<p><strong>Risk Factors</strong></p>\r\n</td>\r\n<td width=\"258\">\r\n<p><strong>Mitigate the Risks</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p><strong>Social Media </strong></p>\r\n</td>\r\n<td width=\"228\">\r\n<p> </p>\r\n<p>·         Getting attention of the viewer</p>\r\n<p>·         Advertising message</p>\r\n</td>\r\n<td width=\"258\">\r\n<p>·         For opportunities allocate the proper budget</p>\r\n<p>·         Make the attractive.</p>\r\n<p>·         Usage  the proper message and the effective message to the viewers.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p><strong>Coupons and Discounts</strong></p>\r\n</td>\r\n<td width=\"228\">\r\n<p>·         Expiration of coupon code</p>\r\n<p>·         Fraudulent</p>\r\n<p>·         More discounts leads to expectation</p>\r\n</td>\r\n<td width=\"258\">\r\n<p>·         Keep reminding the customers</p>\r\n<p>·         Give discountsup to certain price</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p><strong>Loyalty programs and incentives</strong></p>\r\n</td>\r\n<td width=\"228\">\r\n<p>·         Lame rewards</p>\r\n<p>·         Not using data properly</p>\r\n</td>\r\n<td width=\"258\">\r\n<p>·         Rewards must be good and attractive</p>\r\n<p>·         Make proper use of data</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Rank the marketing opportunities</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Social Media:</strong>everyone can get to know about the brand with this marketing opportunity. So, it will be rank as number 1.</li>\r\n<li><strong>Coupons and Discounts:</strong>Ranking 2 is given to this opportunity by the company</li>\r\n<li><strong>Loyalty Programs and Incentives:</strong> This is least effective in targeting customers, and has been ranked as 3.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Advantages of business pursuing the opportunities of each market.</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li>What changes would need to take advantage of business opportunity?</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Identification of the need of change</li>\r\n<li>Alignment and Preparing the organization for the change</li>\r\n<li>Removal of Barriers</li>\r\n<li>Implementing</li>\r\n<li>Follow-ups</li>\r\n</ul>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li>Outline resources which is needed for market opportunity.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Integrate</li>\r\n<li>Hubspot</li>\r\n<li>Content Marketing</li>\r\n<li>Buffer</li>\r\n</ul>\r\n<p> </p>\r\n<ul style=\"list-style-type: square;\">\r\n<li>What strategies should be needed to ensure the quality service?</li>\r\n</ul>\r\n<p>To ensure the service quality to the customer, recommend the strategies</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Encouragement of specialist feedback.</li>\r\n<li>Have specialists tune in to their calls.</li>\r\n<li>Send reviews after each collaboration.</li>\r\n<li>Establishment of clear KPIs.</li>\r\n<li>Give clear and reliable principles.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Email to managing director</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the market opportunities report</p>\r\n<p>Respected Assessor</p>\r\n<p> </p>\r\n<p>The main aim writing this mail is to inform you I have confirmed that marketing strategies and has also framed the risk assessment. I have attached everything with the mail</p>\r\n<p>Please go through the attachment and kindly let me know if there is any problem with the report, I would highly appreciate your suggestion.</p>\r\n<p> </p>\r\n<p>Best Regards,</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 17, NULL, 'Identification and evaluate marketing opportunities BSBMKG501', 'Samples related to BSBMKG501 Identify and evaluate marketing opportunities will clear all your doubts if you have any. Go for our professional academic writing services.', 'Identification and evaluate marketing opportunities BSBMKG501', 'identification-and-evaluate-marketing-opportunities-bsbmkg501', '2021-10-18 01:50:20', '2021-10-22 04:31:12');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(248, 'Plan and implement administrative systems (BSBADM504)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Meet with stakeholders</strong></em></li>\r\n</ol>\r\n<p>Meeting</p>\r\n<p>Date:20-09-2021</p>\r\n<p>Time: 10:00 AM</p>\r\n<p>Venue: meeting hall</p>\r\n<p>Attendees: Anna Armstrong, Ellen Hedden (Sr. Consultant); Michael Dough; Accounts support;</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Determining company’s current administration resources:</strong></li>\r\n</ul>\r\n<p>Meeting attendees were advised by the concern which was held by the executive management team regarding the policies and procedures of the current resource management.<br /><br /></p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Identifying the budget for the change</strong></li>\r\n</ul>\r\n<p>Change which is required for the new was discussed during the meeting. A budget of $15,000 was approved by Anna for the change which was discussed in the meeting. Following list is included in the budget:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Installing of new processors</li>\r\n<li>Need of new accounting software to be installed</li>\r\n<li>Arrangement of new training program which is needed for the staff.</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Identification and discussion of future administration need of the company:</strong></li>\r\n</ul>\r\n<p>The affordable plan is needed to be purchased by the organization for the cloud storage. The task must be saved by each consultant with their initials.<br /><br /></p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Determining what improvement needs are to be made for business operations</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Embracing transparency. It is not just positive for employees.</li>\r\n<li>Recognizing and rewarding the valuable contribution</li>\r\n<li>Cultivating strong relationships of co-worker</li>\r\n<li>Promoting team atmosphere</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Discuss the implementation strategies with other meeting attendees</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Implementing schedule</li>\r\n<li>Goals and actions to be tracked</li>\r\n<li>Review and adapt</li>\r\n<li>Annual updates</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Write an administration needs report</strong></em></li>\r\n</ol>\r\n<p><strong>Accounting Incorporated</strong></p>\r\n<p><strong>Administration Needs Report </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Anticipatedbusinessoperations(overthenextthreeyears);</li>\r\n<li>An increase in need for working independently is expected, over the coming week. Data should be saved and reviewed by the employees themselves without any risk of loss</li>\r\n<li>Archives must be handled and communication with other consultants must be made by the administration manager.</li>\r\n<li>Data can be backed up online with the scope of cloud computing, without any need of hard drives.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li><strong>Current computing resources</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>27 inch HP Pavilion desktops are owned by the company that have an initial core of i7- 8700T processor, with 16 GB RAM and 2TB memory.</li>\r\n<li>The company also have 2 laptops, 15.6 inch, model HP ProBook 455 G, and windows 10 is used.</li>\r\n<li>Anticipated future computing needs(over the next three years);</li>\r\n</ul>\r\n<p>There will be expansion in storage limit. Chance of putting away the record and recovering them is provided by the Cloud. Web interfaces are straightforward.</p>\r\n<p><strong>Improvement in Cloud Services</strong></p>\r\n<p>Cloud Computing includes:</p>\r\n<ul style=\"list-style-type: square;\">\r\n<li>Infrastructure as a service</li>\r\n<li>Platform as a service</li>\r\n<li>Software as a service</li>\r\n</ul>\r\n<p> </p>\r\n<p>Our goals can be achieved with this services. It is being proved by the many researchers that Cloud Computing will be one of the leading technologies.  </p>\r\n<p>Implementation strategies.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Developing proper organizational climate</strong>: components of internal environment is implied by the organizational climate which includes cooperation, development of personnel, degree of commitment and many more.</li>\r\n<li><strong>Formulation of operating plans:</strong> Operating plans refers to the action plans, decisions and the programs, are referred to the operating plans.</li>\r\n<li><strong>Periodic Review of Strategy:</strong> Reviewing of the strategy is to be done at regular intervals to identify whether the strategy that is implemented is relevant or not. It is essential to take the review because the organization operates in a dynamic environment.</li>\r\n</ul>\r\n<p> </p>\r\n<p><em><strong>3.Send an email to Anna(your assessor).</strong></em></p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of Administration Needs Report.</p>\r\n<p>Respected Mam,</p>\r\n<p> </p>\r\n<p>This email is written to inform you that I have arranged the administrative need report. This report supports in assessing the current figuring assest and implementation of cloud as well.</p>\r\n<p> </p>\r\n<p>I kindly request you to review it</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Write a cloud-based data storage report.</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<p class=\"text-center\"><strong>Cloud Computing Data Storage Report</strong></p>\r\n<p><strong>Fundamentals of cloud-based data storage</strong></p>\r\n<p>One data server that is connected to the internet is needed by the cloud storage system. Copies of files are sent over the internet by the employees which records the information and when the client wishes to retrieve the information, he/she can access the data through web-base interface either the file is sent back to the client by the server or it allows the client to access and manipulate the file itself. This is known as redundancy, without this a cloud storage system is not sure that the client’s could access their information at a given time only.</p>\r\n<p> </p>\r\n<p><strong>Cloud- based data storage service options</strong></p>\r\n<ol>\r\n<li>No limit is offered by pCloud in term of file size, making it ideal for storing the large media files.</li>\r\n<li>OneDrive is easily available and can easily increase the productivity because of micro soft platform.</li>\r\n</ol>\r\n<p> </p>\r\n<p><strong>Relevant legislation:</strong></p>\r\n<ul style=\"list-style-type: disc;\">\r\n<li>The handling of personal information is regulated by the Privacy Act 1988.</li>\r\n<li>Personal information is only disclosed to a person or organization outside Australia by the cloud providers.</li>\r\n<li>Individual access to personal data must be given by cloud provider.</li>\r\n<li>Guarantee of product.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Cost benefit analysis:</strong></p>\r\n<ul>\r\n<li>Electricity charges</li>\r\n<li>Internet bill</li>\r\n<li>Salary of employees</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td width=\"164\">\r\n<p>On premises</p>\r\n</td>\r\n<td width=\"136\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"2\" width=\"300\">\r\n<p>AWS cloud based</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Configuration</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>Cost</p>\r\n</td>\r\n<td width=\"165\">\r\n<p>Configuration</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>Cost</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Electricity bill</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$120,000</p>\r\n</td>\r\n<td width=\"165\">\r\n<p>Electricity bill</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$84000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Internet charges</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$400,000</p>\r\n</td>\r\n<td width=\"165\">\r\n<p>Internet charges</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$600,000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Employee salary</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$480,000</p>\r\n</td>\r\n<td width=\"165\">\r\n<p>Employee salary</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>NIL</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Total</p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$1,410,000</p>\r\n</td>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"136\">\r\n<p>$905,916</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"164\">\r\n<p>Difference $504,084</p>\r\n</td>\r\n<td width=\"136\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"2\" width=\"300\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Opportunities</strong></p>\r\n<ol>\r\n<li>Expectations of the customer must be satisfied for better services.</li>\r\n<li>Large storage capacity</li>\r\n<li>Lowering the cost of operations with the help of operational excellence.</li>\r\n</ol>\r\n<p> </p>\r\n<p><strong>Recommendation:</strong></p>\r\n<p>One drive business is quite affordable, reducing the implementation cost. The employees are given the space to store files, is the real power behind OneDrive for businesses. One of the advantage of OneDriveis that, it allows users to interact with the MS office files easily.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to Anna(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching Administration needs report and cloud-based data storage report.</p>\r\n<p>Respected Mam,</p>\r\n<p>This email is written to inform you that I have attached the administration need report and cloud based data report with the mail. Current computing resources, its uses, future computing needs are included in the report, which will help us to guide and opt the best option for cloud data storage. Kindly go through the report once and share your views. I will be very grateful.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Write a cloud-based data storage system introduction plan.</strong></em></li>\r\n</ol>\r\n<p><strong>Introduction Plan Template</strong></p>\r\n<p><strong>Short term goals </strong></p>\r\n<p>o          Under Anna’s name open a OneDrive account</p>\r\n<p>o          From the hard drive to the One Drive system, mole all the documents</p>\r\n<p>o          Organization of information and training sessions that should be set to start for educating the team on how to use the cloud-based system.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Long term </strong></p>\r\n<p>o          Allowing easy access to documents to all employees</p>\r\n<p>o          In future, All work and documentation is to be done on the cloud</p>\r\n<p>o          Annual reassessment of the viability of the system</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Budget for introducing preferred option to the company. </strong></p>\r\n<p>The costs will include the following;</p>\r\n<p>o          For both, group training and individual training, training personel will be hired. The fees will be 50 AUD per hour.</p>\r\n<p>o          Training tools cost added up to a total of 300AUD</p>\r\n<p>o          The group training lasted for 5 hours, which is a total of 250 AUD plus a one hour session of one on one training with 2 of the staff. The total cost is 300 AUD</p>\r\n<p>o          The full training session went 7 hours, 5 hours for group training, one hour break and another hour for one on one training. The cost for all seven hours was 110AUD.</p>\r\n<p>Steps and activities  to introduce cloud-based data storage into the business.</p>\r\n<p><strong>Step 1:</strong> under Anna’s name set up a Microsoft Office 365 subscription and Set up an Office 365 subscription to use OneDrive.</p>\r\n<p><strong>Step 2:</strong> for user adoption which can be as simple as showing the users on how to use OneDrive. Monthly charges will be taken care by the financial department under Anna’s authorization.</p>\r\n<p><strong>Step 3:</strong> Since OneDrive is readily available in our computer system, manage OneDrive. The next step after configuration is adding device sharing. </p>\r\n<p> </p>\r\n<p>Outlining the relevant organisational and legislative requirements and how the system will be implemented in accordance with these.</p>\r\n<p>Organisational requirements</p>\r\n<p>o          Support data should be easy to access.</p>\r\n<p>o          Multiple logging in the same time should be allowed by One Drive for business</p>\r\n<p> </p>\r\n<p><strong> Legislative requirements </strong></p>\r\n<p>The legal team needs to ensure that</p>\r\n<p>o          Make sure that the account includes provisions covering legislation that can impact on the agreement</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to Anna</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: attaching file of Introduction plan</p>\r\n<p>Dear Assessor,</p>\r\n<p> </p>\r\n<p>I am writing this letter with the purpose to acknowledge with the introduction plan which is being developed by the department. Prioritized list of project, short and long term goals are included in the report. I will be attaching the report with the mail. Kindly go through it ones.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Implement Cloud-based data storage system.</strong></em></li>\r\n</ol>\r\n<p> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"463\" height=\"475\" /><br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"422\" height=\"372\" /><br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Create a cloud-based storage system presentation.</strong></em></li>\r\n</ol>\r\n<p>                 <img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABECAIAAADFvmZTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUJSURBVHhe7Zq/axRBFMcPbgnLLWdlJf4D2giKIBa2QXstA2ojKoIgiNhYaaUW/gHaCbYiUUt/kIQgEUIIKKTQRotgQBGV6Plm38zs25nZ7O3sZC6r71jCsvfevJnPfOftzLv0RvyJQqAXJQoHGU0S9OmZmWtXr4x/HT50sLszNknQgPhXk8/Cwjy4dBR3l0DDpHSXdcdAd5d190Br1t3K150EjYm9W/m6w6C7la9jgz6we9erY3vHvDZW39JdSdVGsBM5JDbop0f3jEkZzOaO76vd/gF9Bu0gMD5ltGTQnjIyQH+4f4deS2emDQMKejT3BK4/87Obayv6OSvaPRMGR9vIBv3z+cPN2+dHdy8gaLx+L7/Wew/POY/rFjtH26A/zz5CUf/49BHGbogaaArEeBHQcM+gt5KKDXr50kl8uHr9LHjCX2rDoD0Xng167d4NYP3u1uVv71eg0fkT+xm0J1zq5pGjdepw7kD4ZTjuyxCEvLE0t/7yGaTpxVNH7Jfh+sVp58U52jNHO7fYQNNJ+fubFwx620F/ffyA99E1edw+sNjpwngZgni/3DyHuoYbrWVWdANF157I+QjuuQPhopInuKZubcqkvL1rSlvaN/0VnEEz6HoCsYtKtEes6Pr5CWLBoINgrG+EQdczCmLBoINgrG+k6T85On8Fh0bqI+0Ai0m+DHfA8ON1gUFHYs2gGXQkApHCsKLjgh5mg6QnP/2pbJgm8NejC4Oknw6GhuNwkPaTgUdrVS7OKAHb346mhKKRcpIWgLoOOvjUtkcvQGdT/V5ZcRS0+BY/yoZ+i+JSyyFJKhWdpthMP80yMaNkDSUDfALCRxO1mHSzaLBFFOprt2wMQfQfOgrjyYa2cVUgozNN0QvQ0ASVsxizSh1wo/lqMxP0lLTJO12ROtRzGLORlOAJRtc3OIaiD4M0ybMZ9sQZxfQlycoegnii5lvz0i04AxmdaUoZ7KWijcHrdukAKH0iOiEOPU86e4ru4jJIh3QhF42QtwK6D7Msl7QUeCFDfKbmI1eGOZ2GL41oD4EKhb6c7PnWgYzOeILO112p6zWKBvtcEVJchaKBVIWilYL0sqgUshKjoX0iNHcUmXxQ9XWK1kKxu+EMZC/Epqzl9k7nOEyR5eSgtiM6R0vpCaXlSRmVKFzh4951wBdWolftysSlVVMWuFoWRVBHlApfuTiKHRVOA9lT6ZWHi48srNJw1IqRnWlKWaYOD7f/wSVfr3Kq2o+XDywmQ7q4jT1CG9wMug29Br4MugGsNqYMug29Br4MugGsNqYMug29Br4TAB2n4hMnyvikw4Au13SKk5vYisKZkFSLjCKOUanJ6WD5iZyDjIJXYSNLVMRLPSnO93CkklUqZ4ljfFItLcOArqoH4fOqio9dqdHFgOJGHAhLpwZaMMCTsf2kdBwXLcC0hTx9eEAPA9qs6aCQFaOqio9dqdHrXS4FWR0t12HKdQwJ2irhlsod+ZIKePqYGGgMXK6ZQQoQ5U3dpwJiRdmoLEOcKixDW6DLJSrRslW0InOWKxoSklUa9eDl7RJG0UZNRyIjNWhdMhVfFeVQXY1SBR01B7aidf0sx1oqUdlPaBSdo+3fN7ypeTiGAW0HpuV2j25t4WJvJ3baBsPZ+fCgjYwclrKRoOyUFTxcqAbDgw7Vs3+sHQYdaUIZNIOORCBSGFY0g45EIFIYVjSDjkQgUhhWdCTQfwEkLfVP9bcjKgAAAABJRU5ErkJggg==\" alt=\"\" width=\"120\" height=\"68\" /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to Anna(your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject:  cloud-based storage presentation</p>\r\n<p>Respected Assessor,</p>\r\n<p>I’m writing this letter to inform you with the implementing and for better understanding of cloud-based storage system. Kindly grant me with the permission to arrange a presentation session. The presentation will take place on 20-09-2021 at 10:00 AM</p>\r\n<p> </p>\r\n<p>This session will be helpful in gaining knowledge about cloud computing. So, I request all of you to attend the presentation.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Conduct your cloud-based storage system presentation.</strong></em></li>\r\n</ol>\r\n<p>Presentation date: 20-09-2021</p>\r\n<p>Time: 10:00 AM</p>\r\n<p>We discussed:</p>\r\n<ol>\r\n<li>The key terms and fundamentals of cloud based storage</li>\r\n<li>The procedure used in cloud based storage</li>\r\n<li>From where to get more information</li>\r\n<li>How the implementation of the system will be done.</li>\r\n</ol>\r\n<p> </p>\r\n<p>Few questions that were asked after the presentation:</p>\r\n<ol>\r\n<li>How much rating will be given to the presentation?</li>\r\n<li>Will you recommend the presentation to other employees?</li>\r\n<li>Why it was decided to attend the presentation?</li>\r\n<li>Which element was liked the most about the presentation?</li>\r\n<li>What you dislike about the presentation?</li>\r\n</ol>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Send an email to all employees of Accountants Support (your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Reviewing the Feedback from employees</p>\r\n<p>Dear Employees,</p>\r\n<p> </p>\r\n<p>We are satisfied perceive the advancement on the cloud information stockpiling that has been as of late carried out at your organization. We are sharp in knowing on how the workers find on its employments.</p>\r\n<p>If it\'s not too much trouble, compassionately send me the staff reaction with following things included. Input: Positive or Negative</p>\r\n<p>Execution level: User cordial or gainful or not Security Level: Is the information secure or not</p>\r\n<p>Preparing: Required further preparing or not? On the off chance that indeed, on what viewpoint?</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Write a system usage report</strong></em></li>\r\n</ol>\r\n<p class=\"text-center\"><strong>System Usage Report Analysis of the staff responses</strong></p>\r\n<p> </p>\r\n<p><strong>Consultant 1: </strong>it is good but sometimes when I look for the file, it is not there where it should be. When I look again for it, it is there only which is quite irritating.</p>\r\n<p><strong>Consultant 2: </strong>I take the file from the Dropbox and then work on it and then upload it when I am done with my work. So it is same as the old system.</p>\r\n<p><strong>Consultant3: </strong>it is not straightforward as old system. I receive a file, work on it and then send it to Anna.</p>\r\n<p><strong>Consultant 4: </strong>sometimes the file I am looking for isn’t there.</p>\r\n<p><strong>Consultant 5: </strong>it is complicated but not bad</p>\r\n<p><strong>Consultant 6: </strong>I have no complaints. It does what I want it to do. I like it.</p>\r\n<p><strong>Consultant 4: </strong>on the OneDrive icon, right click in the system and quit OneDrive. This will shut down the app on PC. After the app is shutdown, click on the start menu and search for OneDrive.</p>\r\n<p><strong>Consultant 1: </strong>go to onedrive website to resolve the issue, to find the file use the search function, if it is not working then look in the recycle bin, the file can be found. Also make sure that the account which is in use is where the file has been uploaded</p>\r\n<p><strong>Consultant 3: </strong>open word file and click on it to select it&gt; from the menu bar choose the open option, the file will be open.</p>\r\n<p><strong>Consultant 5: </strong>in cloud system, folders are created. Each folder is labelled as per the responsibility of a person for a file. In this manner, every staff member will get to know what work is assigned to them.</p>\r\n<p><strong>Communicating solution: </strong>during the meeting, the staff needs to communicate about the different solutions. System management team will conduct the meeting and employees of the same department will join. All the important information, planning, creation of new ideas with the solutions as well will be discussed.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to Anna (your assessor)</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the system usage report</p>\r\n<p> </p>\r\n<p>Respected assessor</p>\r\n<p> </p>\r\n<p>I have prepared the report related to the issues that were faced by the employees while using OneDrive account. The following concepts are covered in the report:</p>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Analysing the response of the staff</li>\r\n<li>Solutions for the issues which are being faced</li>\r\n<li>Communicating solution for all the issues</li>\r\n</ul>\r\n<p> </p>\r\n<p>Kindly find the attached file and go through it and share your views.</p>\r\n<p> </p>\r\n<p>Best Regards</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Update cloud base data storage presentation</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Conduct your revised cloud-based storage system presentation.</strong></em></li>\r\n</ol>\r\n<p>Presentation date: 15-09-2021</p>\r\n<p>Time: 10:30AM </p>\r\n<p>In the presentation, we discussed:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduce cloud computing</li>\r\n<li>What is cloud?</li>\r\n<li>Procedure involved in cloud based storage system</li>\r\n<li>Drawbacks of cloud computing</li>\r\n<li>Uses od OneDrive</li>\r\n<li>Implementation method of system</li>\r\n<li>Response of staff using OneDrive</li>\r\n<li>Communication solutions</li>\r\n</ul>\r\n<p>Some questions that were asked after the presentation:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>What rating will be given to the presentation?</li>\r\n<li>Will you recommend the presentation to other employees?</li>\r\n<li>What is the most liked in the presentation?</li>\r\n<li>What is the most disliked in the presentation?</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to all staff (your assessor).</strong></em></li>\r\n</ol>\r\n<p>To: Staff</p>\r\n<p>From: Subject: Attaching the revised presentation</p>\r\n<p>Dear Staff</p>\r\n<p>This letter is written to inform you that revised presentation is attached to the mail. After encountering the issues and solutions with the system usage, the presentation was revised. The presentation is updated with all the changes which was needed.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 18, NULL, 'Plan and implement administrative systems BSBADM504', 'To get an idea of our academic experts\' writing styles, see our BSBADM504 Plan and Implement Administrative Systems samples of various assignments done by them.', 'Plan and implement administrative systems BSBADM504', 'plan-and-implement-administrative-systems-bsbadm504', '2021-10-18 02:22:44', '2021-10-23 01:46:11');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(249, 'Receive and Store Stock (SITXINV001)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>List the details you need to check for the various goods listed on the invoice:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"216\">\r\n<p><strong>Item Category</strong></p>\r\n</td>\r\n<td width=\"401\">\r\n<p><strong>Details to be checked (quality, temperature etc.)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Dry Goods</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Quantity must be correct</p>\r\n<p>2.    Packaging should be in good condition</p>\r\n<p>3.    There should be no contamination such as mould, insects.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Dairy</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Quantity must be correct</p>\r\n<p>2.    Expiration date or use by date</p>\r\n<p>3.    Product temperature</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Fruit &amp; Vegetables</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    There should be no sign of damage or bruised</p>\r\n<p>2.    It should look firm and must smell fresh</p>\r\n<p>3.    Quantity must be correct</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Paper Products</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Packaging should not be broken and there should be no damage</p>\r\n<p>2.    Quantity should be correct</p>\r\n<p>3.    No wet, moist and marks</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Chemicals</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Packaging should be in good condition</p>\r\n<p>2.    Quantity should be correct</p>\r\n<p>3.    Container should be properly sealed and there should be no damage.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Beverages</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Expiry date or Use-by-dates</p>\r\n<p>2.    There should be no leakage</p>\r\n<p>3.    For fresh products, there should be proper temperature.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Linen</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>1.    Quantity should be correct</p>\r\n<p>2.    Quality should be good</p>\r\n<p>3.    There should be no damage, no strain and no mark.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>List the correct storage areas and storage conditions for the supplied goods:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"216\">\r\n<p><strong>Item Category</strong></p>\r\n</td>\r\n<td width=\"401\">\r\n<p><strong>Details to be checked (quality, temperature etc.)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Dry Goods</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>There should be well ventilation for dry fruits and should not be exposed to the sunlight as it will reduce the shelf life.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Dairy</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>Other stock should be stored separately from the dairy products as they will absorb the odour of the other foods. The dairy product should be stored between the temperature of 2 degree Celsius and 4 degree Celsius.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Fruit &amp; Vegetables</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>There is high water content in many fruits and vegetables which means leaves can be frezzed at low temperature. This will cause the leaves to lose its structure and texture.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Paper Products</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>For paper product, the idle holding storage temperature should be between 20-22 degree Celsius and it should be away from the sunlight and also from the items that can cause contamination.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Chemicals</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>Where the food items are stored chemicals should never be stored at the same place. It should be stored at a designated place in order to prevent contamination of food items.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Beverages</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>Fresh juice should be stored in fridge or in a cool place where the temperature is between 1 degree Celsius and 4 degree Celsius.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"216\">\r\n<p>Linen</p>\r\n</td>\r\n<td width=\"401\">\r\n<p>The holding storage temperature for Linen is 20-22° C, away from sunlight, away from items which could cause contamination or stains, secured to prevent vermin access</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>  </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Which items listed on the invoice would need to be labelled for storage? Which details would this include (Provide 1 example for details on a label)</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"660\">\r\n<tbody>\r\n<tr>\r\n<td width=\"660\">\r\n<p><strong>Items to be labelled</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"660\">\r\n<p> </p>\r\n<p>The packet is sealed. For example: chips box, sack of salt and it should not be labelled. Some of the items come in sealed packet like sauces, packed meat, it should be kept in separate container and it needs labelling.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"660\">\r\n<p><strong>Label Content</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"660\">\r\n<p> </p>\r\n<p>Product name</p>\r\n<p>Delivery date</p>\r\n<p>Use by date</p>\r\n<p>Direction to staff</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Provide 5 examples for safe manual handling provisions to transport this delivery to storage.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p>Examples for safe manual handling</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>1. Safe lifting technique should be used. For example: adopt a stable position and the posture should be good.</p>\r\n<p>2. Assessing what needs to be done- weight and distance needs to be involved.</p>\r\n<p>3. make sure the grip is good. Head should be kept straight and muscle of thigh should be used to stand up.</p>\r\n<p>4. Once the load is assessed, step right up close to it.</p>\r\n<p>5. Check the route, it should be free of obstructions.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>You have identified that the delivery includes field tomatoes instead of the Roma tomatoes that were ordered. Some of the Mangoes have black spots. What would you do to handle these problems and what are the requirements to document these discrepancies?</strong></em> (Consider multiple scenarios – for example no Roma tomatoes are available; the supplier does not agree that the black spots on the mangoes have a negative effect on quality because he knows you are not a chef; you are not sure what replacement would be adequate etc. )</li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Actions and documentation</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>On the delivery docket the item should be noted. The customer should contact the business if an item is missing or damaged as soon as the item is bought. A delivery note should be made by the person delivering shipment on behalf of the customer if any goods are damaged. Then replacement will be sent by the supplier.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Provide 3 examples for stock control documentation you will use to record this delivery and explain how these work. (If you have no access to an electronic system your trainer will assess this on another occasion). How many items did you receive as part of your delivery?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p>Examples</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p> </p>\r\n<p>Buyers use the order forms to write what is being purchased. For requesting product and services from the suppliers, order form should be used. By using order form one can clearly specify the date of delivery, information of billing or the detail of the supplier.</p>\r\n<p> </p>\r\n<p>Paper statement is a delivery docket that matches the delivery of the goods. It is a document that clarifies the delivery of the goods to buyers who must sign it.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>Number of items received</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>20 item every delivery, every 3 days, different suppliers<strong>.</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><em> </em></p>\r\n<ol start=\"7\">\r\n<li><em><strong>In which sequence would you store the received goods in this delivery – list the key categories with examples from your invoice. This must also include the security provisions for e.g. expensive items.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"660\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"660\">\r\n<p><strong>Sequence of storing received goods</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"308\">\r\n<p>Frozen goods</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Prawns 22 $/kg</p>\r\n<p>Arancini 12 $/kg</p>\r\n<p>Ice Cream 10 $/kg</p>\r\n<p>Gnocchi 14 $/kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"308\">\r\n<p>Perishables</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Milk 1.18 $/L</p>\r\n<p>Butter Unsalted 2.83 $/kg</p>\r\n<p>Letuce 1.60 $/kg</p>\r\n<p>Tomato Roma 2.30 $/kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"308\">\r\n<p>Non-perishables</p>\r\n</td>\r\n<td width=\"352\">\r\n<p>Salt 0.80 $/kg</p>\r\n<p>Pasta 1.10 $/packet</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>You</strong><strong> are storing all items in the designated storage areas. How should these be arranged to maximise use of stock and to prevent any contamination issues?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Storage of all items</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p> </p>\r\n<p>Rotating stock means arranging the oldest units in inventory. So that it can be sold before the new units. Stock rotation is applied for avoiding the loss of stock, stock from getting damaged and also the stock not look old or tired.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>After placing all items in storage you double check all storage areas and you notice the following issues. What will be your actions for documentation, reporting and disposal where relevant?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p>1.    Some lettuces in the coolroom were not covered and start to look tired</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Action: </strong>Part of damaged lettuce should be removed, bucket should be changed.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>2.    8 cans of whole peeled tomatoes in the dry store will expire in 28 days</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Action: </strong>Try using it as soon as possible.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>3.    The vacuum seal of a small pack of chicken drumsticks is broken and the content smells</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Action: </strong>Remove all the stuff that is inside and clean everything.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>4.    A near empty container with bleach in the chemical cupboard has a crack which causes seepage of product</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p><strong>Action: </strong>Container should be changed immediately clean the area where there is leak aging.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><em> </em></p>\r\n<ol start=\"10\">\r\n<li><em><strong>List 5 measures which could be used to ensure that all storage areas you use to store the delivery of your order are safe and secure to prevent stock losses.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"678\">\r\n<p>Measures to secure storage areas</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"678\">\r\n<p>1. Storage areas should be cleaned regularly.</p>\r\n<p>2. Storage area temperature should be maintained.</p>\r\n<p>3. On labelling goods storage data should be mentioned.</p>\r\n<p>4. Date on packaged good should be checked.</p>\r\n<p>5. The packaging quality of storage containers.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>As part of daily and weekly checking processes of goods and storage areas, you are required to check, wash and sanitise them. How would you ensure the following areas are clean, sanitised, in good order and free from vermin?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"115\">\r\n<p>Storage area</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>Requirement to clean and maintain</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"115\">\r\n<p>Floors:</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>·         Normal water should be used with detergents and add sanitizer for washing floors</p>\r\n<p>·         Wait until it dries.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"115\">\r\n<p>Walls:</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>·         Normal water is to be used with detergents for washing the wall.</p>\r\n<p>·         Rinse properly</p>\r\n<p>·         Dry</p>\r\n<p>·         Disinfectants should be used for cool rooms.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"115\">\r\n<p>Shelving:</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>·         Use hot water with detergent</p>\r\n<p>·         Rinse properly</p>\r\n<p>·         For eliminating potential rust, check for flaking paint.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"115\">\r\n<p>Pest Control</p>\r\n</td>\r\n<td width=\"501\">\r\n<p>·         Fly screen and plastic curtains should be installed.</p>\r\n<p>·         Cracks, holes and damp spots should be eliminated.</p>\r\n<p>·         UV lights, fly strips</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Explain the following stock control systems in detail with an example for each:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"149\">\r\n<p>Stock Control System</p>\r\n</td>\r\n<td width=\"467\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"149\">\r\n<p>Bin Card System</p>\r\n</td>\r\n<td width=\"467\">\r\n<p>A <a href=\"https://www.allbusinesstemplates.com/template/X3LSJ/bin-card-format/\">BIN Card</a> records all the status of a good held in stock. BIN CARD will be used by the large stock warehouses for recording a running balance of stock in hand.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"149\">\r\n<p>Imprest system</p>\r\n</td>\r\n<td width=\"467\">\r\n<p>It can be manually or automatic system that includes setting of recorder point for reminding the level of stock so that to prevent running out of stock.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"149\">\r\n<p>Integrated point-of-sale system</p>\r\n</td>\r\n<td width=\"467\">\r\n<p> </p>\r\n<p>System which is used to record deliveries is automatically used barcodes. When the bar code is scanned it will automatically update the stock level.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"149\">\r\n<p>Ledger system</p>\r\n</td>\r\n<td width=\"467\">\r\n<p>It is a system which records every movement of stock.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 19, NULL, 'Receive and Store Stock SITXINV001', 'Receive and Store Stock SITXINV001 sample work writer will provide you assistance in completing the academic submission on time', 'Receive and Store Stock SITXINV001', 'receive-and-store-stock-sitxinv001', '2021-10-18 03:13:38', '2021-10-23 02:31:02');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(250, 'Manage Risk (BSBRSK501)', '<br />\r\n<h3>ASSESSMENT 1</h3>\r\n<ol>\r\n<li><em><strong>Purpose of risk management standards. Give an example</strong></em></li>\r\n</ol>\r\n<p>For the identification of organization’s threats, vulnerabilitiesfor the determination of risk, these standards have been set. It is the main part of the overall process of the organization.</p>\r\n<p>Example: ISO 31000, published in 2009, it provides the guideline for the effective management of risk. The generic approach is outlined for risk management, which is applicable to various kinds of risk and can be used by any organization.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Outline Risk Management Principles and give 11 principles</strong></em></li>\r\n</ol>\r\n<p>ISO 31000:2009 can be used for balancing the process of risk management. A common approach is provided in the support of standards that deals with the specific risk. ISO 31000 has been organized by the 11 risk management principles. An idea, rule or a truth about a subject is referred to management principle.</p>\r\n<p>Risk management principles are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Risk management establishes and sustains value.</li>\r\n<li>An organization’s integral part is risk management</li>\r\n<li>Risk management is decision making’s part.</li>\r\n<li>Risk management helps to addresses uncertainty.</li>\r\n<li>Risk management is systematic</li>\r\n<li>The basis of risk management is on the best available information.</li>\r\n<li>Risk management is tailored.</li>\r\n<li>Human and cultural factors are taken into account in risk management.</li>\r\n<li>There is transparency in risk management</li>\r\n<li>It is dynamic</li>\r\n<li>It facilitates Continuous improvement of the organization</li>\r\n</ul>\r\n<p><em><strong> </strong></em></p>\r\n<ol start=\"3\">\r\n<li><em><strong>What is the requirements of WHS legislation in relation to risk management?</strong></em></li>\r\n</ol>\r\n<p>Persons who can ensure health and safety to risk management by the elimination of health and safety is required by the WHS Act and Regulations.</p>\r\n<p>It can be managed by:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Identification of hazards – finding out what causes harm.</li>\r\n<li>Assessment of risks if necessary – understandingthe harm that could be caused by the.</li>\r\n<li>Risk Controlling – implementing the most effective controllable measure</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>What factors should be considered in determination of risk control measures for hazardous manual tasks?</strong></em></li>\r\n</ol>\r\n<p>The factors that must be considered in determining risk control measures are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Usability</li>\r\n<li>Credibility</li>\r\n<li>Complexity</li>\r\n<li>Complete- ness</li>\r\n<li>Adaptability</li>\r\n<li>Validity</li>\r\n<li>Cost</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>What is the purpose of risk management policies and procedures in the workplace?</strong></em></li>\r\n</ol>\r\n<p>To make sure that every worker is getting the safe place to work is the main purpose of the organizational policies. Organizational policies and procedures must be utilized by every employee to ensure that risk for every employee is as low as possible. Risk management helps to provide the guidance about the risk management for the achievement of corporate objectives and to be sure about the financial sustainability. The main goal of risk management is identification of problem even before it take place.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Give three examples of the impact of risks on a workplace if risks are not identified</strong></em></li>\r\n</ol>\r\n<p><strong>Customer Dissatisfaction </strong>– Customers the main key point of an organization. If the customer is dissatisfied, then he/she will go to the other business. And the will surely share their experience on social media.</p>\r\n<p><strong>Missed Opportunities</strong> – Avoidingthreats and opportunities in achieving business objectives can also lead to missed opportunities. If an opportunity is missed, it can lead to the loss in the market share.</p>\r\n<p><strong>Negative or Damaged Reputation</strong> – If the customer is dissatisfied then it can lead to the bad reputation of the company. So identification of risk is must for not damaging the reputation of the company.<br /><br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Outline a procedure that companies use for analyzing risks</strong></em></li>\r\n</ol>\r\n<p><strong>Identify and Quantify Uncertainty</strong></p>\r\n<p>The goal in risk analysis is the identification of source of uncertainty. For example: our competitor’s price might not be known to us, but based on the known production and cost we can place bounds on it. It is not possible to know the exact people shopping at a store but examination can be done through past data.</p>\r\n<p><strong>Compute the Impact of Uncertainty</strong></p>\r\n<p>The next step is accurate estimation of impact of the uncertainties. For example: it is not possible to predict the product’s demand, but we can still know our net profit on the basis of our cost and margin. We can also calculate the number of salesperson required.</p>\r\n<p><strong>Complete a Risk Analysis Model</strong></p>\r\n<p>Model has inputs which are uncertain and known as uncertain variables. The model helps to calculate outputs such as net profit.</p>\r\n<p><strong>Explore the Model with Simulation</strong></p>\r\n<p>Risk model can be used in several ways but the most effective way is exploration of outcomes using simulation. We can use software for a model in excel such as Frontline’s risk solver. Simulation performs many experiments or trials. Simulation model can often results that are surprising to the management.</p>\r\n<p><strong>Analyze the Model Results</strong></p>\r\n<p>We care about the many possible values for the outcomes, being from the net profit to environmental impact. For example: range of outcomes is summarized using various kinds of statics. It is very useful to create charts for visualization of the results.</p>\r\n<p><strong>Make Decisions to Better Manage Risk</strong></p>\r\n<p>When risk analysis model are used then payoff comes. Risk and return of different projects are compared as well to take the better decision. For the management of the risk.     </p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Discuss three sources of information that a company could use.</strong></em></li>\r\n</ol>\r\n<p><strong>Agency records</strong></p>\r\n<p>The agency records that are maintained by a government contractor with the purpose of management of records.</p>\r\n<p><strong>Market research</strong></p>\r\n<p>Market research is an effort for gathering information about targeted market in an organized way.</p>\r\n<p><strong>Published literature                                                             </strong></p>\r\n<p>It contains original research data and is published in a peer-viewed journal.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Describe three examples of tools or techniques that can be used by the company to identify risks as part of a risk assessment process.</strong></em></li>\r\n</ol>\r\n<p><strong>Documentation Reviews</strong></p>\r\n<p>In this the review of projects that is related to the documentation lesson learned is identified for measuring the risk.</p>\r\n<p><strong>Delphi Technique</strong></p>\r\n<p>Expert’s team is consulted regularly. All the required information is sent to experts, responses are compiled, and results are sent back for further review</p>\r\n<p><strong>Risk Register</strong></p>\r\n<p>A Risk Register is a document that is being updated on regular basis throughout the life cycle of the project.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Detail four options that a company could take to control risks.</strong></em></li>\r\n</ol>\r\n<p><strong>Transferring Risk</strong></p>\r\n<p>With the usage of various insurance, or by transferring payment to the one who is ready to take the risk, transferring risk can be easily achieved</p>\r\n<p><strong>Tolerating Risk</strong></p>\r\n<p>When there is no action taken to eliminate the risk then it is a tolerating risk. This is because the activity is not cost effective.</p>\r\n<p><strong>Treating Risk</strong></p>\r\n<p>Treating Risk is controlling the risk through actions that can reduce the risk occurring or minimizing the impact even before it occurs.</p>\r\n<p><strong>Terminating Risk</strong></p>\r\n<p>Terminating Risk is the most ignored method of dealing with the risk. This method is most approached which should be favored .</p>\r\n<p><em><strong> </strong></em></p>\r\n<ol start=\"11\">\r\n<li><em><strong>What four procedures a company could use to minimize risk?</strong></em></li>\r\n</ol>\r\n<p><strong>Obtain insurance</strong></p>\r\n<p>Risk is not completely reduced by the insurance but small businesses gets the support as the entire financial burden that is associated with the inventory or any injury by reducing the risk.</p>\r\n<p><strong>Create a management risk plan </strong></p>\r\n<p>Businesses are not completely secured with the insurance only. To reduce the risk proactive steps need to be taken. For example, if two people are working on the same job and one is on leave without giving any prior notice then the other employee can look after his/her work.</p>\r\n<p><strong>Expand the offerings of the business</strong></p>\r\n<p>The risk will be lesser if more number of offerings are being provided as the amount of risk is less because of the availability of the funds. If business is running on a single product then the chances of its shutting down is more as the public might lose interest in that.</p>\r\n<p><strong>Lead by example</strong>- culture of the company plays an important role in reducing the risk of an accident or the injury. Safety measures are taken by the top management by spreading the initiatives to promote a safer workplace inviting all the employees of the organization to participate in safety committee.</p>\r\n<p><strong>Act quickly- </strong>If some is hurt in a workplace then effective measures should be taken to report and investigate the whole matter. The employee can get the early care and treatment and the cost will be less as well.it should also be examined that what actually happened in order to take necessary actions to further avoid the risk.</p>\r\n<br />\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a risk briefing report</strong></em></li>\r\n</ol>\r\n<p><strong>Risk Briefing Report</strong></p>\r\n<p><strong> Introduction</strong></p>\r\n<p>      The organizations has its set up in Australia and explicitly in the Brisbane district. They are the makers of skincare products. Due to the idea of the organization, it is to find an appropriate risk analysis. A risk analysis will help to figure out all issues that can happen in the market. The report will present all the risks. There are various risks that are being looked by</p>\r\n<p>NatureCare Products.</p>\r\n<p><strong>Scope</strong></p>\r\n<p>The scope tells a way which is to be followed demonstrates a specific way that need to be followed to address all the issues. The risk preparation is set for applying the trouble to the representatives at NatureCare Products. The scope has featured some of the things.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The primary thing is to carry out the risk is the most important thing underlined in the scope. NatureCare products should seek for an obligation for the guarantee that the risk is executed fruitfully. This can be done through investigation, assessment, and risk treatment. NatureCare Products will utilize the laws, techniques, and rules in the business.</li>\r\n<li>Training and information improvement NatureCare Products focuses on giving guarantee that every partner is familiar with the risk.</li>\r\n<li>Continuous monitoring of the performance of the risk management and reviewing the overall process if the NatureCare Products will make sure that  there is regular review of all the procedures to give light to all the mistakes. It will make sure that resources are utilized in an efficient manner.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Below is the NatureCare Products\' risk manaagement scope policy:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Enhancement of climate where every partner knows the obligations.</li>\r\n<li>Ensuring that the NatureCare Products can obtain its goals by using the risks instructions report.</li>\r\n<li>Make sure that the leaders are active when taking the decision.</li>\r\n<li>Making sure that all the business measures have negligible risk.</li>\r\n</ul>\r\n<p><strong>An Outline of the Risk Management Process</strong></p>\r\n<p>NatureCare Products brings the questionable risk that could have affect the business task. A risks could affect the business goals. Recent risk will be fused by the underlying arrangements.</p>\r\n<p> </p>\r\n<p><strong>PESTLE ANALYSIS</strong></p>\r\n<p><strong>Political Factor</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Factor</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Risks treatment as applicable.</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Country’s general elections are been looked.</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Government can change its policies.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Current policies should be considered by NatureCare Products</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Operations are being impacted by the government</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Evaluation of any pending issues in legislation, regulations, and taxation.</p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Trends involved in regulation or either deregulation</p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Approach of government towards the business’</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Protection of customer, environment, social responsibility</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Economic factor</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Factor</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Risks treatment as applicable</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Evaluation of the growth, stagnation, or declination of the economy.</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Monitoring of trade rates, for example, surveying the effect on modest imports.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Examination of the stability of the exchange rates and their variations.</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>For future development, regular audit of economy information</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Understanding of the trends in unemployment in the nation.</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>For the survey accessibility regular audit the information</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Technological factor</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Factor</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Risks treatment as applicable</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Existence of modern technology</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Evaluation of the modest technologies and how to utilize them</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Industry is introduced with advance products</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Technological trends needs to be Understand in the whole industry and what impact on the entire industry is there.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Change of working patterns</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Examination of the effects of the technological trends</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Legal Factor</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Factor</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Risks treatment as applicable</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Consumer law</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Understanding of consumer litigation</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Changes in incentives of consumer protection</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Examine the level of government  involvement during consumer protection incentives</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Changes in legislation</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Reviewing administrative changes for deciding its effect on the business.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Environmental Factors</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"293\">\r\n<p><strong>Factor</strong></p>\r\n</td>\r\n<td width=\"301\">\r\n<p><strong>Risk treatments as applicable</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">\r\n<p>Natural requirements</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>For continuous practice and ordinary improvement regularly surveying is needed</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">\r\n<p>Natural legislation</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>To take the guarantee that business is meeting all its needs, Checking of Environmental enactment is done</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Risks</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Risks</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Treatment</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Lack of reputation</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Making sure that customer service is excellent</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Proper usage of resources</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Invest in non-insurable risks.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Significant investment failure</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Availability of emergency funds</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Risks that are Non-insurable risks</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Use of protective gear in the workplace.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Internal and External Stakeholders</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong><u>Internal Stakeholders</u></strong></p>\r\n<p>Following are included in internal stakeholders</p>\r\n<ul class=\"unordered-listing\">\r\n<li>CEO</li>\r\n<li>Operation Managers</li>\r\n<li>Employees</li>\r\n<li>Accountants</li>\r\n</ul>\r\n<p><strong><u>External Stakeholders</u></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Distributors</li>\r\n<li>Customers</li>\r\n<li>Retailers</li>\r\n<li>Shareholders</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong><u>Strengths and Weakness for NatureCare Products</u></strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"396\">\r\n<p><strong>Strengths</strong></p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong>Weakness</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>NatureCare products are eco-friendly and are  of the supreme quality</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Challenges in business risk management process is induced</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Access to products are provided by the E-commerce websites</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Higher rate of competition from other industry players.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Quality of the products is taken into consideration as products are available with the main branch of the organization</p>\r\n</td>\r\n<td width=\"396\">\r\n<p>Risk of human resource risks due to not proper workforce who is not willing to cooperate with the business</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"396\">\r\n<p>Good relationship is maintained by the company with their customers and business distributors</p>\r\n</td>\r\n<td width=\"396\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong><u>Critical Success Factor</u></strong></p>\r\n<p>Following factors are involved in the success for the NatureCare products</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Hiring of capable and hardworking workers for the new branch.</li>\r\n<li>For the promotion of the product creation of a good marketing campaign is needed</li>\r\n<li>Negotiating with suppliers about the new contracts with the suppliers</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to the CEO</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the risk briefing report</p>\r\n<p>Dear Assessor,</p>\r\n<p>I\'m writing this mail to inform you that I have attached a proposal related to the risk management with this mail. During the meeting, a few issues were brought into the consideration. Success factors that are needed in the improvisation at new branches are also outlined. Other changes are also discussed that needs to be remembered.</p>\r\n<p>Kindly go through the attached report, and please share your valuable feedbacks with me.</p>\r\n<p>Best Regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to team</strong></em></li>\r\n</ol>\r\n<p>To: Team</p>\r\n<p>From:</p>\r\n<p>Subject: Plan of risk Management</p>\r\n<p>Dear Team,</p>\r\n<p>This email is writing to thank all the team members who were there in the ups and downs of the business. As you all know that new branches of the companies have been opened at different location, all this is possible on because of everyone’s collaboration. I would also like to inform that a plan to manage risk is prepared for the new branch, therefore a meeting will be held at 15-09-2021, the timings will be from 12 noon to 2 pm. The main motive of the meeting is to discuss about the risk involved and also about the management of the risk.</p>\r\n<p>Best Regards</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Conduct team meeting</strong></em></li>\r\n</ol>\r\n<p>Meeting- 20-09-2021</p>\r\n<p>Time: 12:00 PM</p>\r\n<p>In the meeting</p>\r\n<p> </p>\r\n<p>The process of risk management according to the organization’s policy and procedure</p>\r\n<ul class=\"unordered-listing\">\r\n<li>CEO undertook the annual identification of risk. This includes the assessment of the consequence and risk.</li>\r\n<li>For all business activities there is inclusion of a Risk Management Assessment for all business activities</li>\r\n<li>Make sure that risk management processes are incorporated</li>\r\n<li>Define procedure for risk management</li>\r\n<li>Documentation of all risks</li>\r\n<li>Risk management procedure at appropriate intervals.</li>\r\n</ul>\r\n<p>All the risks that we have identified and potential risk treatments</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"318\">\r\n<p><strong>Risks identified </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"318\">\r\n<p><strong>Risk treatments </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>War and civil unrest.</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Risk removal</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Expropriation without just compensation.</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Make sure that supply chain can withstand unplanned disruptions. </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Embargoes cause trade losses</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Save funds for future</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Political risk influenced by the environment</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Wisely use risk management dollars</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Rate fluctuations</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Wisely use risk management dollars</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>A shift in government policy or regulations</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Risk mitigate</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Security incidents</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>WHS policies and procedures are better</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Service outages</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Training and development session</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Legal disputes</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Proactive steps need to be taken</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>The risk of company’s license to operate</p>\r\n</td>\r\n<td width=\"318\">\r\n<p> Implementation of specific policies, procedures and protocols</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>Infections at workplace</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Better WHS policies and procedures</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"318\">\r\n<p>UV radiation</p>\r\n</td>\r\n<td width=\"318\">\r\n<p>Better WHS policies and procedures and installing sun ray protection equipment</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p><strong>Risks</strong></p>\r\n</td>\r\n<td width=\"308\">\r\n<p><strong>Potential treatment</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Embargoes leads to trade loss</p>\r\n</td>\r\n<td width=\"308\">\r\n<p>Shift to different line of product to avoid the trade loss</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Political risk influenced by environment</p>\r\n</td>\r\n<td width=\"308\">\r\n<p>Wisely use risk management dollars</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>The risk of having your company’s license to operate</p>\r\n</td>\r\n<td width=\"308\">\r\n<p>Implementation of specific policies, procedures and protocols</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Economic sanctions are introduced</p>\r\n</td>\r\n<td width=\"308\">\r\n<p>Bring new opportunities into consideration</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Rate fluctuations</p>\r\n</td>\r\n<td width=\"308\">\r\n<p>Start liquidating of the foreign exchange money</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Ideas for Risk treatment measures</strong></p>\r\n<p><strong>Accept the risk</strong><br /> Accepting the risk means knowing about the risk but not taking any action to avoid it.</p>\r\n<p><strong>Avoid the risk</strong><br /> Risk can be avoided to by changing the plan. It is better to avoid the risk when its impact is high on the company</p>\r\n<p><strong>Transfer the risk</strong><br /> Transference is a risk management strategy is not very common.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop a risk management plan</strong></em></li>\r\n</ol>\r\n<p><strong>Risk Management Plan</strong></p>\r\n<p><strong>NatureCare Products</strong></p>\r\n<p>The risk management process will be used by the management team to ensure risk control methods are included in all organisational planning, management of operations and governance.</p>\r\n<p><strong>Definitions</strong></p>\r\n<p>The following definitions are based on the Australian and New Zealand Risk Management Standard AS/NZS 4360:2004.</p>\r\n<p><strong>Risk</strong></p>\r\n<p>The chance of something happening which will have an impact upon objectives. It is measured in terms of consequence and likelihood. </p>\r\n<p><strong>Likelihood</strong></p>\r\n<p>A qualitative description or synonym for probability or frequency.</p>\r\n<p><strong>Consequence</strong></p>\r\n<p>The outcome of an event or situation, expressed qualitatively or quantitatively, being a loss, injury, disadvantage or gain. There may be a range of possible outcomes associated with an event.</p>\r\n<p><strong>Risk assessment</strong></p>\r\n<p>The overall process of risk analysis and risk evaluation.</p>\r\n<p><strong>Risk treatment/control methods</strong></p>\r\n<p>Selection and implementation of appropriate options for dealing with risk.</p>\r\n<p>Conceptually, treatment options will involve one or a combination of the following five strategies:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Avoid the risk.</li>\r\n<li>Reduce the likelihood of occurrence.</li>\r\n<li>Reduce the consequences of occurrence.</li>\r\n<li>Transfer the risk.</li>\r\n<li>Retain/accept the risk.</li>\r\n</ul>\r\n<p>Risk management process</p>\r\n<p>The systematic application of management policies, procedures and practices to the tasks of establishing the context, identifying, analyzing, evaluating, treating, monitoring and communicating risk.</p>\r\n<p><strong>Risk management procedure</strong></p>\r\nThis risk management plan template should be used. The following procedure should be followed for risk management:\r\n<ol>\r\n<li>Gather information about potential risks and risk treatments or controls using a range of risk management tools and techniques. The preferred method is brainstorming potential risks with key staff members and conducting a PESTLE analysis to identify external risks.</li>\r\n<li>Confirm key risks and risk treatments or controls to be documented in the risk management plan. For each risk, indicate the consequence of the risk e.g. loss in sales, loss in profits, business closure, lack of qualified staff, etc.</li>\r\n<li>Identify key risks and document them in the risk register.</li>\r\n<li>Using the risk legend within the risk management plan, assess and document the likelihood of the risk occurring.</li>\r\n<li>Using the risk legend within the risk management plan, assess and document the severity of the risk occurring.</li>\r\n<li>Identify and document the agreed treatment or control method for each risk.</li>\r\n<li>Assign a ranking to the risk using the risk assessment legend. The ranking of the risk will determine its importance in terms of risk management.</li>\r\n</ol>\r\n<p> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"557\" height=\"336\" /><br /><br /></p>\r\n<p><strong>Risk register</strong></p>\r\n<p><em>Five risk and its treatment measures must be documented by making the research.</em></p>\r\n<table class=\"table table-bordered\" width=\"570\">\r\n<thead>\r\n<tr>\r\n<td colspan=\"3\" width=\"223\">\r\n<p><strong>Assessment scope:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"347\">\r\n<p>Nature Care Products are applicable under this policy</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"223\">\r\n<p><strong>Critical success factors:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"347\">\r\n<p>Expanding the range of product</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"223\">\r\n<p><strong>Internal &amp; external stakeholders:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"347\">\r\n<p><em>Internal:</em> CEO, Operations Manager, Accountants.</p>\r\n<p>External: Distributors, Customers, Retailers, Shareholders</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p><strong>Risk</strong></p>\r\n</td>\r\n<td width=\"78\">\r\n<p><strong>Consequences</strong></p>\r\n</td>\r\n<td width=\"78\">\r\n<p><strong>Severity Rating</strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong>Likelihood Rating</strong></p>\r\n</td>\r\n<td width=\"120\">\r\n<p><strong>Treatment or control methods</strong></p>\r\n</td>\r\n<td width=\"138\">\r\n<p><strong>Priority rating (high, medium low)</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Order of priority </strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Personal risks</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Effect on family</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Significant</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Probable</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Bifurcate family hours</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Competitive risks</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Low reputation</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Moderate</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Probable</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Train the staff patiently</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>Medium</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Low customer satisfaction</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Business loss</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Significant</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Occasional</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Backup plan</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Workers Health &amp; Safety</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Poor reputation</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Moderate</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Frequent</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Implementing  Health&amp; Safety Policies</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Insufficient usage of resource</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Injury</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Significant</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Occasional</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Training to employees</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Loss of Shareholders</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Business loss</p>\r\n</td>\r\n<td width=\"78\">\r\n<p>Extreme</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Vital</p>\r\n</td>\r\n<td width=\"120\">\r\n<p>Make decisions that maximize expected value, even at the expense of lowering near-term earnings</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>High</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Risk action plan</p>\r\n<p>Each risk should be identified must be included in the table below.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p><strong>Insufficient resource usage</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>There are chances of injury with poor handling of equipment handling by employees.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Not giving proper training to employees</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Manual equipment , training materials</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Managers, employees</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Monthly/Weekly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Supervisors</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Customer satisfaction is low</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Personal and professional life should be kept separately.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Look for the reasons for reduction in sales</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Market survey reports</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Managers, employees, marketing and sales manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Monthly/Weekly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Supervisors, Accounts officer</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Workers Health &amp; Safety</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Workers can be affected by poor health and safety conditions</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Implementing Health &amp; Safety Policies</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Health &amp; Safety manuals, Health &amp; Safety Policy</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Managers, employees, CEO</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Monthly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Supervisors and Managers</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Personal risks to family</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Personal and professional life should not be mixed</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Bifurcate working and family hours</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Monthly work schedule, time table</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Managers, employees, CEO</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Monthly/Weekly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"338\">\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td width=\"631\">\r\n<p>Supervisors</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td>\r\n<p>Competitive risks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td>\r\n<p>Pushing of existing product into new markets</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td>\r\n<p>Patiently train your staff</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td>\r\n<p>New technology</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td>\r\n<p>CEO, managers, Human Resource Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td>\r\n<p>Weekly basis</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td>\r\n<p>Manager and supervisors monitoring</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"712\">\r\n<tbody>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Description of risk </strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Shareholder’s loss</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Summary of recommended response and impact</strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Keep a note on preferences of the shareholders</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Proposed actions</strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Loss Prevention</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Resource requirements </strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Statistics</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Responsibilities</strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Analysis statistics properly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Timing</strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Monthly/Weekly</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"281\">\r\n<p><strong>Reporting/Monitoring</strong></p>\r\n</td>\r\n<td width=\"430\">\r\n<p>Quarterly Check</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to the CEO</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching Risk Management Plan</p>\r\n<p>Dear Assessor,</p>\r\n<p>I am writing this email to inform you that meeting discussion is carried on for next 30 minutes, on the consideration of the discussion risk has been identified on which actions are needed to be taken, we have come up with the risk management plan, which is been attached to the mail. Kindly go through the plan ones.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"356\">\r\n<p><strong>Risks</strong></p>\r\n</td>\r\n<td width=\"356\">\r\n<p><strong>Treatment or control methods</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Family risk</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Bifurcate working and family hours</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Competitive risks</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Train your staff patiently</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Poor customer satisfaction</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Backup plan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Workers Health &amp; Safety</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Implementing Health &amp; Safety Policies</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Insufficient resource usage</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Training to employees</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"356\">\r\n<p>Loss of Shareholders</p>\r\n</td>\r\n<td width=\"356\">\r\n<p>Make strategic decisions</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>Best Regards,</p>\r\n<p> </p>\r\n<h2>Assessment 3</h2>\r\n<p> </p>\r\n<ol>\r\n<li><em><strong>Write a report on staff training</strong></em></li>\r\n</ol>\r\n<p><strong>Staff Training Report</strong></p>\r\n<ol>\r\n<li><strong> Orientation:</strong></li>\r\n</ol>\r\n<p>Representative preparing is well known sort of Orientation. It is inviting of fresh recruits. This process will be applicable to all the far reaching jobs.</p>\r\n<ol start=\"2\">\r\n<li><strong> On-board training:</strong></li>\r\n</ol>\r\n<p>Onboarding trainings is set up by the office pioneers with the point of arriving at the objective. Workers need and give admittance to data that is needed to tackle their responsibilities</p>\r\n<ol start=\"3\">\r\n<li><strong> Technical skills development training:</strong></li>\r\n</ol>\r\n<p>It is a training which is given in technical terms. It is for all the individuals that know how to tackle with the responsibilities</p>\r\n<ol start=\"4\">\r\n<li><strong> Soft skills development training:</strong></li>\r\n</ol>\r\n<p>New and existing workers, both gets benefit from this training everything. This is a very compelling approach to construct a productive and deferential culture.</p>\r\n<ol start=\"5\">\r\n<li><strong> Products and Services training:</strong></li>\r\n</ol>\r\n<p>Product trainings can be accessible to the ones who need to get updated on the items. This can be utilized for the staff instruction.</p>\r\n<p><strong>Staff Training Report:</strong></p>\r\n<table class=\"table table-bordered\" width=\"750\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Training Options</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outcome</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Costs</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Duration</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Orientation</p>\r\n</td>\r\n<td>\r\n<p>Wide-roles</p>\r\n</td>\r\n<td>\r\n<p>Bowen Hills</p>\r\n</td>\r\n<td>\r\n<p>$100</p>\r\n</td>\r\n<td>\r\n<p>2 Weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Onboarding</p>\r\n</td>\r\n<td>\r\n<p>Staff Engagement</p>\r\n</td>\r\n<td>\r\n<p>Spring Hill</p>\r\n</td>\r\n<td>\r\n<p>$175</p>\r\n</td>\r\n<td>\r\n<p>2 Weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Technical Skills</p>\r\n</td>\r\n<td>\r\n<p>Developments</p>\r\n</td>\r\n<td>\r\n<p>Paddington</p>\r\n</td>\r\n<td>\r\n<p>$120</p>\r\n</td>\r\n<td>\r\n<p>7 Weeks</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Soft Skills</p>\r\n</td>\r\n<td>\r\n<p>Collaborative culture</p>\r\n</td>\r\n<td>\r\n<p>Petrie Terrace</p>\r\n</td>\r\n<td>\r\n<p>$250</p>\r\n</td>\r\n<td>\r\n<p>2 Months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>P &amp; S training</p>\r\n</td>\r\n<td>\r\n<p>Refreshing Products</p>\r\n</td>\r\n<td>\r\n<p>Herston</p>\r\n</td>\r\n<td>\r\n<p>$300</p>\r\n</td>\r\n<td>\r\n<p>3 Months</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Undertake an inspection of head office</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Practice and RTO area</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Issues detail</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Management of Waste</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>For all sort of wastages, there is only trash dustbins are of same sought to incorporate the appropriate wastage.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Water, gas (Energy usages.)</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>To utilize the best of energy, there are no signs to comprehend.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Material and Technical/ technology system usage</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>For submission, prints of assessments info are required</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Inspection date: 20-09-2021</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Completed by: 6:00 pm</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Develop a customer questionnaire</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"624\">\r\n<tbody>\r\n<tr>\r\n<td width=\"43\">\r\n<p>4.       </p>\r\n</td>\r\n<td width=\"348\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p><strong>3</strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p><strong>4</strong></p>\r\n</td>\r\n<td width=\"41\">\r\n<p><strong>5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.1</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>As compared to the competitor, Our company products are very good</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.2</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>Feel of our website</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.3</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>To resolve the problem, the company build is very easy medium</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.4</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>Staff services are excellent.</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.5</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>How was our services</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.6</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>Material quality</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.7</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>Staff cooperation with customers</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"43\">\r\n<p>1.8</p>\r\n</td>\r\n<td width=\"348\">\r\n<p>Accessibility to the customers</p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n</td>\r\n<td width=\"41\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to the CEO</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the reports</p>\r\n<p>Dear Assessor,</p>\r\n<p>This letter is written to inform you that I have attached that report with the mail. Kindly go through it once and share your views:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Staff training Report</li>\r\n<li>Customer Questionnaire</li>\r\n<li>Usage record</li>\r\n</ul>\r\n<p>Best Regards,<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Write risk monitoring report</strong></em></li>\r\n</ol>\r\n<p><strong>Risk Monitoring Report</strong></p>\r\n<p><strong>Introduction </strong></p>\r\n<p>Existing employees were provided with the management training so that they are enable to manage the new branches.</p>\r\n<p>Complete data set for monitoring-</p>\r\n<ul class=\"unordered-listing\">\r\n<li>CustomerSurveyResultsMemo</li>\r\n<li>SalesDataAnalysisMemo</li>\r\n<li>StaffSurveyResultsMemo</li>\r\n<li>PerformanceReviewResultsMemo</li>\r\n<li>SustainabilityReport</li>\r\n</ul>\r\n<p><strong>CustomerSurveyResultsMemo</strong></p>\r\n<p>80 customers were participated and out of that 88, only 55 of them has submitted the result out of which only 35% have agreed that company’s product is up to the mark. 53% people were fully satisfied with nature care product in the survey.</p>\r\n<p><strong>SalesDataAnalysisMemo</strong></p>\r\n<p>It is been included in the sales reports includes that every team member is trained. Gifts can be given to the one who have played the important role in the expansion of the company.</p>\r\n<p><strong>StaffSurveyResultsMemo</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Team is lacking the professional development rules are been lacked by the team.</li>\r\n<li>To improve the soft skill, is the requirement of each team member</li>\r\n<li>Expansion process was to motivate each team member so that they can work harder.</li>\r\n</ul>\r\n<p><strong>Performance Review Results Memo</strong></p>\r\n<p>For the professional and personal growth, the training was very important</p>\r\n<p>Details of managers</p>\r\n<p>Great team work was done by Sasha. But we can still focus on her capabilities to be improved to manage the things.</p>\r\n<p>Good performance have been shown by Jamie as she handled the important information of the company very carefully and her care towards the staff is very good.</p>\r\n<p><strong>Sustainability Report</strong></p>\r\n<p>Since risk control have been implemented, the following sustainability initiatives have been implemented:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction of recycling bins were there.</li>\r\n<li>Development of green purchasing policy</li>\r\n<li>Development and implementation of green transport policy</li>\r\n</ul>\r\n<p>Before the implementation of the above, the following targets were set:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Reduction in electricity consumption by 20% within three months.</li>\r\n<li>Promoting the awareness of sustainability initiatives amongst all staff members</li>\r\n</ul>\r\n<p>The results are as follows:</p>\r\n<p>Before the energy audit:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $2,415 a year</li>\r\n<li>Annual greenhouse emissions: 18 tonnes a year</li>\r\n</ul>\r\n<p>Three months later:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $1,800 a year</li>\r\n<li>Annual greenhouse emissions: 10.2 tonnes a year</li>\r\n</ul>\r\n<p>Six months later:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $2,215 a year</li>\r\n<li>Annual greenhouse emissions: 14 tonnes a year</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><strong>Evaluation</strong></p>\r\n<p>Track of all the task needs to be managed. We will also be updated.</p>\r\n<p><strong>Circumstances</strong></p>\r\n<p>Internal scenario needs to be evaluated. Due to lack of human resource, there are this type of task.</p>\r\n<p><strong>Opportunities</strong></p>\r\n<p>We have the opportunity for the development of the professional, so that there are some process for our activities</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to the CEO</strong></em></li>\r\n</ol>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the risk monitoring report</p>\r\n<p>Dear Assessor,</p>\r\n<p>The document listed below is been analysed for the monitoring of the task.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Customer Survey Results Memo</li>\r\n<li>Sales Data Analysis Memo</li>\r\n<li>Staff Survey Results Memo</li>\r\n<li>Performance Review Results Memo</li>\r\n<li>Sustainability Report</li>\r\n</ul>\r\n<p>Kindly give me your valuable reviews.</p>\r\n<p>Best Regards,</p>\r\n<p> </p>\r\n<h2>Assessment 4</h2>\r\n<p> </p>\r\n<ol>\r\n<li><em><strong>Develop a risk management evaluation report</strong></em></li>\r\n</ol>\r\n<p><strong>Risk Management Evaluation Report<br /><br /></strong><strong> A. Evaluate the overall risk management process.</strong></p>\r\n<p>Identification of the risk is not an easy thing to do as it needs the complete review of the process of the organisation, its procedure as well. It also requires the understanding of social, political, legal as well as technological context.</p>\r\n<p>Identification of risk is very important, it is highly effective to invite the internal staff and share concern about a specific situation, as the internal staff is having the detailed knowledge about the organization and they will help in the accurate identification of the risk process.</p>\r\n<p>The confidence in the risk identification process is high as the internal staff helped in the process. Most of the people who were the part of the process were already aware about the risk policy.  </p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Was it easy or difficult to identify risks?</strong></li>\r\n</ul>\r\n<p>It was difficult in the starting but after the research for managing the risk, and continued doing the same. At every point I identified the risk by using the project phases as it has helped me to identify risk factors.</p>\r\n<p>A risk factor gives birth to one or more project risk. A risk factor won’t allow you to miss a product.</p>\r\n<p>  For example: the organization that didn’t take the project that was similar to the present one is a risk factor. Due to no previous experience, the activities can be overlooked that need to be performed but the chances cannot be increased.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Was staffs input helpful?</strong></li>\r\n</ul>\r\n<p>Staff’s input was exceptional as they really helped in the task. Actually I do accept that staff input was exceptionally useful and obligatory for supporting hierarchical change. Representative Input is an important business asset regarded by any significant association which is intrigued to be solid available, that is on the grounds that voice of workers is one of the basic hotspots for an organization to create novel thoughts, feature and resolve existing issues, and discover heaps of new freedoms to arrive at greatness in nature of their administration. Truth be told, no one knows the circumstance with an interaction better, than an individual who promptly works at this cycle every day, so it is attractive for an organization to question their laborers on their opinion on administrative techniques, used innovation, current business methodology, and different perspectives, these endeavours may result into huge loads of disclosures and new thoughts.</p>\r\n<p><strong>How confident are you that all the risks have been identified?</strong></p>\r\n<p>Distinguishing, assessing and understanding dangers are a vital part of business the executives. Organizations can likewise endure appalling results if hazards are not properly overseen. The most broadly comprehended dangers as indicated by me are word related wellbeing and dangers. The vast majority by and large partner the word RISK with injury, wellbeing dangers and demise, yet there are numerous different kinds of hazard looked by any business other than those viewpoints. Along these lines, I am completely certain that every one of the dangers related with any business associations can be relate to the strategy, political, climate, social and legitimate separately.<br /><br /><strong>B. Consider whether the process indicated in the NatureCare Products’ current Risk Management Policy and Procedures is sufficient to guide the risk management process used for the business expansion project. Explain why or why not.</strong></p>\r\n<p>The process indicated in the Nature Care Products current risk management policy and procedures was partially sufficient because they used a PESTLE analysis to identify the key factors that impact on the environment in which Nature Care Products operates and then as an input in the risk report, they included the internal staff comments regarding the new managerial position issues, which is a high-effective risk identification resource. The only issue was the delay putting in place the performance management system, making hard to follow up the performance of the employees filling the new positions.<br /><br /><strong>C. Explain whether the principles of risk management in the NatureCare Products risk management policy and procedure is consistent with AS/NZS ISO31000:2009 Risk Management Principles andGuidance.</strong></p>\r\n<p>The principles of risk management in the Nature Care Products risk management policy and procedure were consistent with AS/NZS ISO31000:2009 Risk Management Principles and Guidance because they engaged internal staff throughout the risk management process, showing that communication was a key to identifying, analysing and monitoring risk.</p>\r\n<p>Also, the company recognised and included the contribution from new staff with a deep understanding of the policy and procedures policy of the company, helping to have a complete identification and measure risk process.<br /><br /><strong>D. What changes would you recommend to the risk management process?</strong></p>\r\n<p>Outsider advisor is recommended to aid the ID of risk measures. Impartial point of view will be given by the advisor which can be utilized to discuss about the dangers.</p>\r\n<p>Also the Communication and Communication Planning, numerous directors expect to be that in the event that they discuss unmistakably with their workers, their task is finished. In any case, there are numerous reasons why workers may not hear or comprehend what their chiefs are saying the first run through around. Beginning correspondences are normally intended to make mindfulness around the business explanations behind change and the danger of not evolving. Moreover, at each progression simultaneously, interchanges ought to be intended to share the perfect messages at the perfect time.</p>\r\n<p> </p>\r\n<p>Correspondence arranging, thusly, starts with a cautious examination of the crowds, key messages and the circumstance for those messages. The change supervisory crew or venture pioneers should plan a correspondence plan that tends to the requirements of forefront representatives, managers and heads. Every crowd has specific requirements for data dependent on their part in the execution of the change.</p>\r\n<br />\r\n<p>    2. <em><strong>Send an email to your accessor</strong></em></p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of Risk management evaluation report and screenshot.</p>\r\n<p>Dear Assessor,</p>\r\n<p>I’m writing this mail to inform you that I have gone through all the risk and its management principles. After the evaluation, operating department have recommended some risk management changes.</p>\r\n<p>.</p>\r\n<p>So, I urge you to go through it and share your thoughts.</p>\r\n<p> </p>\r\n<p>The report is attached below.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<p>Best regards</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 20, NULL, 'Manage Risk BSBRSK501', 'Our BSBRSK501 Manage Risk sample covers all the aspects related to risk management for writing your case study in a more effective manner.', 'Manage Risk BSBRSK501', 'manage-risk-bsbrsk501', '2021-10-18 03:48:49', '2021-10-23 01:39:32');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(251, 'Produce cake, pastries and bread (SITHCCC019)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>List all essential equipment and utensils required for the preparation of the listed pastesand pastry products, and explain the general hygiene and safety requirements forpreparingand using these:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"678\">\r\n<tbody>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Preparation</p>\r\n</td>\r\n<td colspan=\"2\" width=\"394\">\r\n<p>Equipment/ Utensil Requirements</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Short or sweet paste</p>\r\n</td>\r\n<td colspan=\"2\" width=\"394\">\r\n<p> </p>\r\n<p>·         Baking sheets</p>\r\n<p>·         Double Boiler </p>\r\n<p>·         Food Processor </p>\r\n<p>·         Knives</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Tarts</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         Pie Plates</p>\r\n<p>·         Dark Metal</p>\r\n<p>·         Baking sheets </p>\r\n<p>·         Heat Gun or Blow Torch</p>\r\n<p>·         Measuring cups</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Shortbread biscuits</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         Cutlery tray</p>\r\n<p>·         Plate</p>\r\n<p>·         food processor</p>\r\n<p>·         Sieve</p>\r\n<p>·         flour dredger</p>\r\n<p>·         Cutters</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Profiteroles</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         heavy-bottomed pan</p>\r\n<p>·         Sieve</p>\r\n<p>·         parchment paper</p>\r\n<p>·         wooden spoon</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Bouchées</p>\r\n</td>\r\n<td width=\"368\">\r\n<p> </p>\r\n<p>·         round pastry cutter </p>\r\n<p>·         baking mat</p>\r\n<p>·         perforated baking sheet</p>\r\n<p>·         pastry brush</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Apple Strudel</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         parchment paper </p>\r\n<p>·         bowl</p>\r\n<p>·         plastic wrap</p>\r\n<p>·         baking sheet</p>\r\n<p>·         fork</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Danish pastries</p>\r\n</td>\r\n<td width=\"368\">\r\n<p> </p>\r\n<p>·         Electric Mixer (with dough hook)</p>\r\n<p>·         Plastic Food Bag</p>\r\n<p>·         Rolling Pin</p>\r\n<p>·         Sharp Knife</p>\r\n<p>·         2 x Baking Sheets</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Sponge</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         Baking sheets</p>\r\n<p>·         Double Boiler </p>\r\n<p>·         Non-Stick Baking parchment</p>\r\n<p>·         Pastry brush</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Fruit Cake</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         Good quality baking tins</p>\r\n<p>·         Non-Stick Baking parchment</p>\r\n<p>·         Brown Paper</p>\r\n<p>·         Newspapers</p>\r\n<p>·         Pencil</p>\r\n<p>·         Scissors</p>\r\n<p>·         Ruler</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Hygiene Requirements</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>Safety Requirements</p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p>1.        Easily cleaned</p>\r\n<p>2.        Easy access for inspection is provided</p>\r\n<p>3.        Disassembly and reassembly of part are allowed</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>1.        Hot water and steam pipes that is exposed should be covered with insulating material.</p>\r\n<p>2.        There shall be prohibition of lift in bakeries.</p>\r\n<p>3.        All the dump bin shall be of significant capacity for preventing circulation of flour dust.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"26\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>What are the nutritional aspects which apply for pastries, cakes and yeast goods?Which factors need to be considered to lower carbohydrates and fat, substitute sugar,increase fibre and make adjustments for general dietary requirements and allergies?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"652\">\r\n<tbody>\r\n<tr>\r\n<td width=\"284\">\r\n<p>Nutritional Aspects</p>\r\n</td>\r\n<td width=\"368\">\r\n<p>Considerations for healthy options</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"284\">\r\n<p> </p>\r\n<p>Some of the common ingredients are flour, salt, fats, eggs and cream, whereas cakes are high in calories and refined carbohydrates. In any healthy diet, cakes are not a useful addition. </p>\r\n<p><strong>Energy in Cakes</strong></p>\r\n<p>There are 350 calories in a regular serving of a cake, this can be higher or lower depending upon the ingredients.</p>\r\n<p><strong>Nutrients in Cake</strong></p>\r\n<p>With ingredients, the nutritional content of a cake varies.</p>\r\n<p><strong>Vitamins in Cake</strong></p>\r\n<p>It may contain vitamin A, D, E &amp; B12</p>\r\n<p><strong>Minerals in Cake</strong></p>\r\n<p>It may contain calcium and zinc.</p>\r\n<p><strong>Glycemic Index (GI) Value for Cake</strong></p>\r\n<p>Fluffy cakes are made out of refined white flour that have higher GI value.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"368\">\r\n<p>·         Use of complex carbohydrates is increased.</p>\r\n<p>·         Consumption of refined and processed sugar should be reduced.</p>\r\n<p>·         Over all fat consumption needs to be reduced from 40-30%</p>\r\n<p>·         Reduce the consumption of cholesterol</p>\r\n<p>·         Intake of sodium should be limited.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><strong><em>Yeast and its relevance for producing yeast goods.Provide an overview of</em>:</strong>\r\n<ul class=\"unordered-listing\">\r\n<li>How does yeast working principle?What is its role in the bread-making process?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<p>For energy when yeast metabolizes the sugar it creates bi-products: carbon dioxide and alcohol whereas carbon dioxide is useful in baking while the alcohol adds flavor to it.</p>\r\n<p>There are 3 things needed by yeast to drive: moisture, food &amp; warm temperature.</p>\r\n<p>Metabolizing the sugar and producing carbon dioxide and alcohol begins when yeast is hydrated and given some food.</p>\r\n<p>Yeast is the major agent in baking, as carbon dioxide is produced during fermentation.<br /><br /></p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: circle;\">\r\n<li><strong>What are the requirements for yeast to be active?</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Warm water</li>\r\n<li>Add a teaspoon of granulated sugar, once the yeast is on the water.</li>\r\n<li>Put in sugar and stir a spoon. It will start to look cloudy after a couple of minutes.</li>\r\n<li>The yeast is ready to be used when the foam is seen. </li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\" style=\"list-style-type: circle;\">\r\n<li><strong>What is the yeast activity at the following temperatures?</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>1-4°C</li>\r\n</ul>\r\n<p>      Less fermentation capacity</p>\r\n<ul class=\"unordered-listing\">\r\n<li>&lt;23°C</li>\r\n</ul>\r\n<p>Most Favorable Range for Yeast to Multiply</p>\r\n<ul class=\"unordered-listing\">\r\n<li>24-30°C</li>\r\n</ul>\r\n<p>Optimum multiplication of Yeast Achieved</p>\r\n<ul class=\"unordered-listing\">\r\n<li>31-35°C</li>\r\n</ul>\r\n<p>Optimum Fermentation Range</p>\r\n<ul class=\"unordered-listing\">\r\n<li>45°C</li>\r\n</ul>\r\n<p>Optimum Fermentation Temperature</p>\r\n<ul class=\"unordered-listing\">\r\n<li>55°C</li>\r\n</ul>\r\n<p>Yeast cells Die</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Explain the following production methods for short paste including points of care:</strong></em></li>\r\n</ol>\r\n<strong>A. The rub-in method</strong>\r\n<p>It is the process of rubbing fat. And the fact can be cut into flour with knife.</p>\r\n<p>For making cakes, scones, pastries, cookies and some bread, the rub-in method can be used.</p>\r\n<p>It has 3 main steps:<br /> 1.Into small pieces cut the fat and prepare dry ingredients.</p>\r\n<ol start=\"2\">\r\n<li>cut the fat into dry ingredients.</li>\r\n<li>add liquid to the ingredients.</li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<strong>B. The creaming method</strong>\r\n<ul class=\"unordered-listing\">\r\n<li>Together cream the butter and sugar in a bowl until it is well combined.</li>\r\n<li>For mixing the mixture together, mix flour to it.</li>\r\n<li>On the floured work surface, tip out the pastry.</li>\r\n<li>In a cling film, wrap the pastry.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Provide the ingredients and ratios of ingredients for the following pastes:SavouryShort Paste –PâteBrisée</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"272\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"284\">\r\n<p><strong>Ratio</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"272\">\r\n<p>Ingredients for 400 grams of pastry</p>\r\n<p>250g flour</p>\r\n<p>125g unsalted butter</p>\r\n<p>1 pinch of salt</p>\r\n<p>1 egg yolk</p>\r\n<p>Water</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p> </p>\r\n<p>250g</p>\r\n<p>125g</p>\r\n<p>1 pinch</p>\r\n<p>1</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>SweetPaste–PâteSucrée</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"272\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"284\">\r\n<p><strong>Ratio</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"272\">\r\n<p>3 cups/340 grams all-purpose flour</p>\r\n<p>1/2 cup/100 grams granulated sugar</p>\r\n<p>1 teaspoon salt</p>\r\n<p>1 cup/220 grams unsalted butter (cold, cut into bits)</p>\r\n<p>2 egg yolks</p>\r\n<p>1 to 4 tablespoons water (with ice, as needed)</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p>1/2 cup/100 grams</p>\r\n<p>3 cups/340 grams</p>\r\n<p>1 teaspoon</p>\r\n<p>1 cup/220 grams</p>\r\n<p>2</p>\r\n<p>1 to 4 tablespoons</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>LiningPaste– PâteàFoncer</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"272\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"284\">\r\n<p><strong>Ratio</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"272\">\r\n<p>·         250g (2 cups, 9oz) all-purpose flour</p>\r\n<p>·         1 teaspoon (6g) superfine sugar</p>\r\n<p>·         ½ teaspoon (3g) fine salt</p>\r\n<p>·         125g (1 stick + 1 tablespoon, 4.5oz, 8 tbsp), butter, diced and slightly softened</p>\r\n<p>·         1 medium (50g, 1.7oz), egg (make sure you use a medium egg)</p>\r\n<p>·         2½ tablespoons (40ml) ice cold water</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p>250g (2 cups, 9oz)</p>\r\n<p>1 teaspoon (6g)</p>\r\n<p>½ teaspoon (3g)</p>\r\n<p>125g (1 stick + 1 tablespoon, 4.5oz, 8 tbsp)</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>1 medium (50g, 1.7oz),</p>\r\n<p>2½ tablespoons (40ml)</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>SabléePaste– PâteSablée</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"272\">\r\n<p><strong>Ingredients</strong></p>\r\n</td>\r\n<td width=\"284\">\r\n<p><strong>Ratio</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"272\">\r\n<p>Ingredients for 500 grams of dough:</p>\r\n<p>·         250g flour</p>\r\n<p>·         125g unsalted butter</p>\r\n<p>·         125g castor sugar</p>\r\n<p>·         1 pinch of salt</p>\r\n<p>·         1 whole egg</p>\r\n<p>·         1 sachet of vanilla sugar</p>\r\n<p>·         1/2 sachet of baking powder</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"284\">\r\n<p> </p>\r\n<p>250g</p>\r\n<p>125g</p>\r\n<p>125g</p>\r\n<p>1 pinch</p>\r\n<p>1</p>\r\n<p>1 sachet</p>\r\n<p>1/2 sachet</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong> </strong></p>\r\n<ol start=\"6\">\r\n<li><em><strong>List the sequential steps and points of care for the preparation and baking of chouxpaste.</strong></em></li>\r\n</ol>\r\n<p><strong>Step 1</strong></p>\r\n<p>On a medium flame, place water and butter in a saucepan. Stir it for 3-4 minutes.</p>\r\n<p><strong>Step 2</strong></p>\r\n<p>To the butter mixture, add all the flour and use wooden spoon units it is combined and place it over a low heat and cook for 1-2 minutes.</p>\r\n<p><strong>Step 3</strong></p>\r\n<p>Over 200 degrees Celsius preheat the oven. Then a baking tray should be brushed with a oil.</p>\r\n<p><strong>Step 4</strong></p>\r\n<p>Turn off the oven and remove it from the oven.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>What is Danish Paste?How is it produced?</strong></em></li>\r\n</ol>\r\n<p>Provide the production steps for different varieties of Danish pastries:</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"661\">\r\n<p>Description for Danish Paste</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"661\">\r\n<p>It is a sweet pastry that is multilayered and laminated. This concept was brought to Denmark by an Australian bankers.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"661\">\r\n<p>Production method and steps for Danish Paste</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"661\">\r\n<p> </p>\r\n<p>·         Cream together butter and flour in a medium bowl. Then divide it into two equal parts and then roll each of them into half. Refrigerate.</p>\r\n<p>·         Then mix dry yeast and remaining flour in a large bowl. Then medium heat a small saucepan, combine the milk, sugar and salt together and heat it to 115 degrees.</p>\r\n<p>·         After the dough is cut into half, roll each half to ¼ inch square, and then place sheet of cold butter on each piece of dough.</p>\r\n<p>·         Remove from the refrigerator</p>\r\n<p>·         Roll the dough to the thickness of ¼ inch, to make Danishes.</p>\r\n<p>·         Pre heat the oven</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"661\">\r\n<p>Production steps for 4 different Danish Pastries</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"661\">\r\n<p>1.      Preheat the oven to 180-degree Celsius for windmills and make cuts of 2 cm for pastry square.</p>\r\n<p>2.      Spread the rest of the pastry cream for snail leaving a border of 1 cm</p>\r\n<p>3.      Pipe a thick line of custard for another shape.</p>\r\n<p>4.      Brush some egg for the second shape and wash the center of the pastry and fold each corner.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Which processes puff pastry to rise? How is this done correctly? Which techniques and combinations should be used?</strong><strong> </strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Sheetability: overstressing the dough should be avoided in the process. Reducing agent should be added in some cases to dough during the mixing for improving its sheetability.</li>\r\n<li>Lamination thickness: to ensure the even rising during the baking, the layers must be sheeted for even thickness.</li>\r\n<li>Production temperature: for preventing the fat from melting a low temperature must be maintained.</li>\r\n<li>Melting point: there should always be an adequate point for melting the butter and fat.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>List the ratio of ingredients and the preparation method of a Genoese sponge including points of care:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"227\">\r\n<p><strong>Ingredients and ratio</strong></p>\r\n</td>\r\n<td width=\"425\">\r\n<p><strong>Preparation method and points of care</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Ingredients for 6:</p>\r\n<p>4 eggs</p>\r\n<p>120g sugar</p>\r\n<p>120g flour</p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"425\">\r\n<p>1</p>\r\n<p>·         Be sure to organize all the necessary ingredients before starting this Genoise sponge recipe</p>\r\n<p>·         Egg and sugar are to be combined in a mixing bowl</p>\r\n<p>·         For beating the preparation, use a hand whisk</p>\r\n<p>·         The temperature should be 40 degrees Celsius</p>\r\n<p>·         Finish it by beating it with an electric whisk</p>\r\n<p>·         Sifted flour is to be added</p>\r\n<p>·         With a rubber spatula, stirring gently.</p>\r\n<p>·         Pour the mixture</p>\r\n<p>·         Bake at 180 degrees Celsius</p>\r\n<p>·         Remove the mould</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>List 3 production methods for meringues and provide an example for the use of each type:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"274\">\r\n<p><strong>      Preparation Method</strong></p>\r\n</td>\r\n<td width=\"378\">\r\n<p><strong>       Application for use</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"274\">\r\n<p>1.      BASIC Meringue</p>\r\n<p>2.      SWISS Meringue</p>\r\n<p>3.      ITALIAN Meringue</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"378\">\r\n<p>·         Topping on pies and tarts should be used.</p>\r\n<p>·         Base for butter cream frosting should be used</p>\r\n<p>·         It is used for the preparation of light butter creams.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"11\">\r\n<li><em><strong>Choose a recipe for a bread yeast dough of your choice and list the steps for theproduction in order. Provide the key criteria for evaluating the external and internalquality characteristics and explain what the desired eating characteristics should be ingeneral:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"661\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\" width=\"661\">\r\n<p>Recipe</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"661\">\r\n<p>Ingredients</p>\r\n<p>·         Active dry yeast- 1 package</p>\r\n<p>·         Warm water- 4 cups</p>\r\n<p>·         Sugar- 3 tbs</p>\r\n<p>·         Salt- 1 tbs</p>\r\n<p>·         Canola oil- 2 tbs</p>\r\n<p>·         Purpose flour- 6-3/4 cups</p>\r\n<p>Procedure</p>\r\n<p>·         In warm water, dissolve the yeast in a large bowl. Then add sugar, salt, oil and flour (3 cups) then beat it until it becomes smooth. Stir the remaining flour to form the soft dough.</p>\r\n<p>·         Knead the dough until it is smooth. In a greased bowl, Place it.</p>\r\n<p>·         Divide the dough in half and shape each like a loaf.</p>\r\n<p>·         Bake it at 375 degree for 30-35 minutes or until it is turned golden brown.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"661\">\r\n<p>Production Steps</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"661\">\r\n<p> </p>\r\n<p><br /> Stage I: mix all the ingredients and place the equipment<br /> Stage II: mix and knead it<br /> Stage III: punch it down<br /> Stage IV: divide, round and bench<br /> Stage V: Shape and pan it<br /> Stage VI: secondary proofing<br /> Stage VII: final touches<br /> Stage VIII: cool and store it</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<p>Internal Characteristics</p>\r\n</td>\r\n<td width=\"217\">\r\n<p>External Characteristics</p>\r\n</td>\r\n<td width=\"236\">\r\n<p>Eating Characteristics</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<p>·         There will be a slightly glossy finish on quality bread</p>\r\n<p>·         Bread should be soft</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"217\">\r\n<p>·         Look for a fresh bread</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"236\">\r\n<p>·         There is variety of hues in Artisan bread</p>\r\n<p>·         A decent bread will have a good flavor.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"12\">\r\n<li><em><strong>Provide a recipe for unleavened bread and list the production steps.Student responses vary</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"217\">\r\n<p><strong>Recipe</strong></p>\r\n</td>\r\n<td width=\"379\">\r\n<p><strong>Productionsteps</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"217\">\r\n<p><strong>ingredients</strong></p>\r\n<p>·         Scalded milk- ¾ cup, heat the milk, bring it to boil, it can be done in a microwave.</p>\r\n<p>·         Beaten egg-1</p>\r\n<p>·         Honey- ¼ cup</p>\r\n<p>·         Flour- 2-1/4 cup</p>\r\n<p>·         Butter (melted)- ¼ cup</p>\r\n<p>·         Salt- 1 tbs</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Instructions</strong></p>\r\n<p>·         Together t milk, honey and butter</p>\r\n<p>·         Add egg to it</p>\r\n<p>·         Add 2 cup of flour and salt. The dough should be sticky</p>\r\n<p>·         12*17 size parchment paper should be used for rolling the dough</p>\r\n<p>·         Parchment paper, rolling pins and dough should be flavored well. Use ¼ cup that is remaining. The thickness should be ¼</p>\r\n<p>·         At 375 degree, bake it for 15-20 minutes.</p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"379\">\r\n<p>·         Dry Ingredients</p>\r\n<p>·         Liquids</p>\r\n<p>·         Cut and rest</p>\r\n<p>·         Shape and bake</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"13\">\r\n<li><em><strong>Provide an overview for the storage requirements of pastries, cakes and yeast goods including the appropriate provisions to meet food safety requirements and explain how the storage are as must be checked and maintained.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Don’t refrigerate but be sure to cover it tightly, if there is no cake keeper, cover it with a large bowl, foil, or store it in air tight container.</li>\r\n<li>The proper temperature for product storage is to between 36 degree F to 38 degree F</li>\r\n<li>When slices are stored and served individually, for ensuring its freshness cover the slice of cake with a plastic wrap. It is recommended that large slice of cake is to be placed at a side so that there is no damage to the topping by the wrap.</li>\r\n<li>Use first in first out system for ensuring the freshness. This keeps the access to the older product.</li>\r\n<li>The storage of freezer should be free of debris</li>\r\n<li>If the product is stored directly in front of the freezer, this may cause freezer burn. So it should be avoided</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>You have prepared a selection of different pastries, cakes and yeast goods. Howwould you present these for sale for individual servings, as part of function/buffet oron display?</strong></em></li>\r\n</ol>\r\n<p>Which principles for presentation must be considered?</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Appropriate container for the product should be chosen. Consider the size, shape and decor</li>\r\n<li>Transition between a product like a cake and plate should be created. Smooth transition can be achieved by selecting a plate with contrasting the product.</li>\r\n<li>Plates or platters needs to be selected with the design around the rim</li>\r\n<li>For creating landscapes, arrange the shape of cakes, bread, pastry slice on plate.</li>\r\n<li>Cake or pastry should be baked in bakware. It can be presented in baking container.</li>\r\n<li>For the dinner, serve whole cakes.</li>\r\n</ul>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 21, NULL, 'Produce cake, pastries and bread SITHCCC019', 'Produce cake, pastries, and bread (SITHCCC019) sample will help in figuring out how to prepare it for your submission before the deadline.', 'Produce cake, pastries and bread SITHCCC019', 'produce-cake-pastries-and-bread-sithccc019', '2021-10-18 04:12:17', '2021-10-23 01:23:18');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(252, 'Prepare appetizers and salads (SITHCCC006)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>List at least three food safety issues which you must consider when preparing appetisers and salads. Describe how you would reduce each risk.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Risk</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Strategy for reducing risk</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Bugs on salads</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>All the vegetables should be washed especially leafy green veggies with the tap water, this will kill lot of bugs.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Odour and spoilsport</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Vegetables should always be refrigerated and should stay away from the salad bar</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"265\">\r\n<p>Bacteria</p>\r\n</td>\r\n<td width=\"293\">\r\n<p>Thicker skin of vegetables cannot be penetrated by the bacteria.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Explain how you can keep salad dressings stored in a way that optimises shelf life and freshness.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Keep the dressing separate</li>\r\n</ul>\r\n<p>Greens in dressing is the sure way to shorten a salad’s lifespan. Dressing must be kept separate before serving. Dressing should be poured in small containers.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dry greens thoroughly before putting them away</li>\r\n</ul>\r\n<p>Salad base should be dried after washing it whether with salad spinner or with the towels.<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>Explain how you can keep prepared salads stored in a way that optimises shelf life and freshness.</strong></em></li>\r\n</ol>\r\n<p>Salads are great way into the diet but it is difficult to make sure that it stay fresh if it is made in advance. If salad is not to be mixed before eating, make sure that the greens are stored in the refrigerator with a paper towel.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Identify for how long salads should be stored in the refrigerator/cool room.</strong></em></li>\r\n</ol>\r\n<p>7 to 10 days</p>\r\n<p>While it will vary from one head of lettuce to another, when properly stored, leafy greens should stay fresh and crisp for 7 to 10 days. A whole head of lettuce will typically last longer than individual greens, especially tightly bound heads of lettuce, such as iceberg and endive.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Lettuce is a key ingredient in many salads. Identify its nutritional value.</strong></em></li>\r\n</ol>\r\n<p>It is high in mineral, calcium, phosphorous and magnesium but it is low in fibre and is naturally low in sodium. But romaine lettuce is full with vitamin C, K and folate.<br /><br /></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Choose three more ingredients you would use in appetisers and salads and identify their nutritional values.</strong></em></li>\r\n</ol>\r\n<p>Vegetables that can be eaten raw are used: all kinds of lettuce, watercress, cabbage, spinach, and romaine.</p>\r\n<p>Raw onions have only 40 calories per 100 grams. They have 89% water and 1.7% fibre with little protein and fat.</p>\r\n<p>Dietary source of the antioxidant lycopene is Tomato. They have many health benefit like, reducing the risk of heart disease and cancer.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>List two things you should check before using knives.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Knives should be kept sharp</li>\r\n<li>Cutting should be alone on a stable surface.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>List two safety considerations you need to be aware of when using a mandolin.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Finger guards should be used for cutting</li>\r\n<li>Blade guard should be always used.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>Salads are versatile dishes. List three service styles they can be prepared for.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Various base leaves, protein, grain, fruits, seeds, herbs and dressing should be used.</li>\r\n<li>Good salad companions can be both nut butter and whole grain breads.</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>When and how are appetisers served? Explain their purpose.</strong></em></li>\r\n</ol>\r\n<p>At a cocktail party or before a meal, the appetizers are served. They are the snacks.</p>\r\n<p>To increase the hunger is the main purpose of the appetizer or making someone prepare for the main course.<br /><br /></p>\r\n<ol start=\"11\">\r\n<li><em><strong>Describe four mise en place tasks related to salads and appetisers that you can complete without affecting the quality of the dish. Identify two tasks for salads and two tasks for appetisers.</strong></em></li>\r\n</ol>\r\n<p><strong>Salad:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Ingredients should be prepared and must be placed in a bowl. This will include washing, knife work.</li>\r\n<li>Work space should be prepared.</li>\r\n</ul>\r\n<p><strong>Appetisers:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Entire recipe should be read.</li>\r\n<li>All the ingredients should be gathered.</li>\r\n<li>Pre-measure all the ingredients.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"12\">\r\n<li><em><strong>Define the following culinary terms in your own words:</strong></em></li>\r\n</ol>\r\n<p><strong>Canapés:</strong></p>\r\n<p>It is a base of small piece of bread, pastry or crackers. Some of the examples of canapes are: crostini and bruschetta. Cracker, a small pancake or even a pastry are used by modern canapes.</p>\r\n<p><strong>Hors d’oeuvres:</strong></p>\r\n<p>The term is used inter changeably. Hors d’oeuvres in French it means ‘out of work.’</p>\r\n<p><strong>Tapas:</strong></p>\r\n<p>It is a snack in Spanish cuisine or an appetizer. It can be cold and hot both. Tapas has evolved to become the most sophisticated cuisine in base and restaurants in Spain and across the globe as well.</p>\r\n<p><strong>Vinaigrette:</strong></p>\r\n<p>Vinaigrette dressing- a sauce that is made out of oil, vinegar and is used on salad, cold meat or fish.</p>\r\n<p><strong>Mayonnaise:</strong></p>\r\n<p>It is a thick cold sauce that is commonly used in sandwiches, hamburgers and fries.</p>\r\n<p><strong>Julienne:</strong></p>\r\n<p>It is the French name for the method of cutting vegetables into the thin strips.</p>\r\n<p><strong>Antipasto:</strong></p>\r\n<p>It is the first course of a meal, a plate of cold meat or vegetable.<br /><br /></p>\r\n<ol start=\"13\">\r\n<li><em><strong>Identify at least three convenience products you could use when preparing appetisers.</strong></em></li>\r\n</ol>\r\n<p>Crackers or small slices of bread or toast or puff pastry are cut into different shapes. It is served as the base for the savory which is often topped with canopy.</p>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Identify three classical salads. Consider your favourite classical salads.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Bean Salad.</li>\r\n<li>Fruit Salad.</li>\r\n<li>Russian Salad. </li>\r\n</ul>\r\n<p>My most favourite salad is Russian Salad.<br /><br /></p>\r\n<ol start=\"15\">\r\n<li><em><strong>Identify three modern salads. Consider your favourite modern salads.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Sandwich Salad.</li>\r\n<li>Salmon and Roe Salad</li>\r\n<li>Easy Italian sub salad</li>\r\n</ul>\r\n<p>My most favourite Salad is Sandwich Salad.<br /><br /></p>\r\n<ol start=\"16\">\r\n<li><em><strong>Identify four garnishes that can be used for appetisers and salads.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Sauce and syrup</li>\r\n<li>Edible flowers</li>\r\n<li>Purees</li>\r\n<li>Roots and greens</li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>Describe the two types of ‘base’ dressings that are used with salads.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Sesame ginger</li>\r\n</ul>\r\n<p>Dressing of ginger is an American salad dressing that is made with ingredients of East Asia. It is made out of the seasoned rice, vinegar, garlic, onion, corn syrup and water.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Balsamic vinaigrette.</li>\r\n</ul>\r\n<p>It is made by the addition of small amount of Balsamic vinaigrette of olive oil and wine vinegar.<br /><br /></p>\r\n<ol start=\"18\">\r\n<li><em><strong>Describe three cookery methods commonly used when preparing appetisers and salads. Include a description of each method.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Spread it out thin and spritz it</li>\r\n</ul>\r\n<p>Lettuce is spread for Berry spritzer. Berries are topped and then nuts are toasted.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Heat and toss</li>\r\n</ul>\r\n<p>Stir fry the veggie and toss with fresh spinach. It is to be served warm</p>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li>In your training kitchen or workplace, locate at least two convenience products used to prepare salads and appetisers. Take a photo of the labels on each product that identify best-before/use-by dates and rotation requirements. For each one, identify the disposal date. Submit the photos as part of your assessment.</li>\r\n</ol>\r\n<p> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"198\" height=\"263\" /></p>\r\n<p> <br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"184\" height=\"330\" /><br /><br /><br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Carefully read the following information.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" style=\"width: 571px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 561px;\">\r\n<p>Successful completion of this unit requires that you complete the range of cooking tasks listed above. It is important that you provide evidence that you have successfully completed each task. We have provided you with a <em>Student Logbook </em>to help you.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 561px;\">\r\n<p>Below is a guide to the skills and knowledge you must demonstrate when you are completing each task. We have provided a number of documents to assist you and you will find these in your <em>Student Logbook</em>.</p>\r\n<p><strong>What do I need to demonstrate?</strong></p>\r\n<p>During your practical assessments, you will be required to demonstrate a range of the skills and knowledge that you have developed during your course. These include:</p>\r\n<p>·           interpreting standard recipes and food preparation lists</p>\r\n<p>·           confirming food production requirements</p>\r\n<p>·           calculating ingredient amounts</p>\r\n<p>·           identifying and selecting ingredients from stores according to quality, freshness and stock rotation requirements</p>\r\n<p>·           following procedures for portion control</p>\r\n<p>·           producing the required quantities</p>\r\n<p>·           checking perishable supplies for spoilage</p>\r\n<p>·           checking perishable supplies for contamination</p>\r\n<p>·           selecting the type and size of equipment required</p>\r\n<p>·           ensuring that food preparation equipment safely assembled, clean and ready for use</p>\r\n<p>·           using equipment safely and hygienically</p>\r\n<p>·           using equipment according to the manufacturer’s instructions</p>\r\n<p>·           sorting and assembling ingredients according to food production sequencing</p>\r\n<p>·           weighing and measuring ingredients accurately</p>\r\n<p>·           creating portions according to recipes</p>\r\n<p>·           cleaning and cutting ingredients according to culinary standards</p>\r\n<p>·           preparing sauces and dressings</p>\r\n<p>·           minimising waste to maximise profitability</p>\r\n<p>·           following standard recipes accurately</p>\r\n<p>·           selecting and adding accompaniments which are suited to each dish</p>\r\n<p>·           making adjustments to dishes to ensure quality</p>\r\n<p>·           presenting dishes attractively</p>\r\n<p>·           using appropriate service-ware</p>\r\n<p>·           adding dips, sauces and garnishes according to standard recipes and regional variations</p>\r\n<p>·           evaluating dishes and adjusting presentation</p>\r\n<p>·           storing dishes in appropriate environmental conditions</p>\r\n<p>·           following organisational policies and procedures</p>\r\n<p>·           maintaining a clean work area</p>\r\n<p>·           disposing of or storing surplus products</p>\r\n<p>·           working safely, hygienically, sustainably and efficiently</p>\r\n<p>·           working within commercial time constraints and deadlines</p>\r\n<p>·           responding to special customer requests and dietary requirements.</p>\r\n<p><strong>How will I provide evidence?</strong></p>\r\n<p>In your <em>Student Logbook</em>, you will find some detailed information about providing evidence, the preparation and planning documents you must complete for each time that you cook, a logbook summary and a reflective journal. Each time that you cook or prepare a dish for assessment of this unit, you will need to:</p>\r\n<p>·           complete a planning document</p>\r\n<p>·           complete a reflective journal (a reflective journal provides an opportunity for you to think about the cooking process – what went well, what you would do differently next time). It also helps you to provide evidence for your assessment</p>\r\n<p>·           ask your supervisor/trainer to sign the supervisor declaration section at the end of the reflective journal.</p>\r\n<p>Your assessor will also observe some of your cooking and food preparation and complete an observation checklist.</p>\r\n<p><strong>Tips for completing your Student Logbook</strong></p>\r\n<p>·           Read through this assessment and your logbook before you get started and make sure you understand what you need to do. If you are unsure, speak to your assessor and/or supervisor.</p>\r\n<p>·           Stay up to date! Complete a logbook entry at the end of each time that you cook and ask your supervisor to do the same. Providing organised, complete evidence forms part of your assessment.</p>\r\n<p>·           Stay in touch with your assessor. Ask questions, raise issues, check in, communicate.</p>\r\n<p>Most importantly, ask for help if you are having trouble!</p>\r\n<p> </p>\r\n<p>We have read all the above information.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Determine production requirements.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"558\">\r\n<tbody>\r\n<tr>\r\n<td width=\"508\">\r\n<p>To ensure that you have everything that you require to prepare the standard recipe, you will need to:</p>\r\n<p>·           interpret the standard recipe and associated food preparation list which you will be working from and:</p>\r\n<p>o     confirm the food production requirements</p>\r\n<p>o     calculate the number of portions and the amount of each ingredient that you require</p>\r\n<p>o     select the relevant cookery method</p>\r\n<p>o     determine the cooking times and temperatures</p>\r\n<p>o     select the accompaniments which you will add to the dish</p>\r\n<p>o     select the ingredients from stores</p>\r\n<p>o     check all perishable supplies for spoilage or contamination</p>\r\n<p>o     identify the food preparation equipment that you require</p>\r\n<p>o     ensure that the appropriate food preparation equipment is ready for use</p>\r\n<p>o     take any customer requirements or special dietary needs into consideration.</p>\r\n<p>A <em>Service planning template</em> has been provided to help you.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"493\">\r\n<p>Service Planning Document</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"493\">\r\n<p><strong>Determine production requirements</strong></p>\r\n<p> </p>\r\n<p><strong>Confirm food production requirements</strong></p>\r\n<p><em>Analyse the standard recipe and associated food preparation list which you will be working from and answer the following questions.</em></p>\r\n<p>·       <em>Howmanymeals arerequired?Describehowyouwill ensurethatthecorrect number of meals areproduced.</em></p>\r\n<p><em>Three meals are required in total. We can ensure that the correct number of meals are produced by standardising the recipes and maintaining the balanced diet/nutritional chart.</em></p>\r\n<p> </p>\r\n<p>·       <em>Calculate the number of portions that youneed. Number of portions we will be needing is10.</em></p>\r\n<p> </p>\r\n<p>·       <em>Calculate the amount of each ingredient that you require. An ingredient list hasbeenprovidedforyouoryoumayliketouseyourorganisation’sstandard template.</em></p>\r\n<p> </p>\r\n<p><strong>Ingredient list</strong></p>\r\n<p> </p>\r\n<p>Recipe:      BeefWellington<u>                                                                            </u></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p><strong>Ingredient</strong></p>\r\n</td>\r\n<td width=\"74\">\r\n<p><strong>Qty</strong></p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>Qty/serves</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>Qty x serves required</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Beef Fillet</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Shallots</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.625</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>6.25</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Parsley</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>30</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Butter</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.55</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>5.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Salt</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.165</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>1.65</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Pepper</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.125</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>1.25</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Bakers Flour</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>5.625</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>56.25</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Egg</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>10</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>100</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Milk</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>1.25</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>12.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Swiss brown mush</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>1.25</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>12.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Lemon Juice</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.075</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.75</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Olive Oil</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.125</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>1.25</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Madeira</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.15</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>1.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Beef Stock</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.75</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>7.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Truffle</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.025</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.25</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p> </p>\r\n<p>Thyme</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.5</p>\r\n<p>(Half)</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Butter Sheet</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>3.75</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>37.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Onions-brown</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.05</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Capsicum-red</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.1</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Capsicum-yellow</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.08</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.8</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"493\">\r\n<p> </p>\r\n<p>Recipe: Chicken stew with potatoes andradishes<u>                                                           </u></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p><strong>Ingredient</strong></p>\r\n</td>\r\n<td width=\"74\">\r\n<p><strong>Qty</strong></p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>Qty/serves</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>Qty x serves required</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Chicken Legs</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.052</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.52</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Kosher Salt</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.010</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Olive oil</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.015</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.15</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<table class=\"table table-bordered\" style=\"height: 538px; width: 522px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p><strong>Ingredient</strong></p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p><strong>Qty</strong></p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>Qty/serves</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>Qty x serves required</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Shrimp</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>1.000</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Egg</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.063</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.63</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Pork</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>1.000</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Bamboo shoots</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.230</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>2.3</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Garlic</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.024</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.24</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Onion</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.010</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Fresh ginger</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.030</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.30</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Soy sauce</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.015</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.15</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 123px;\">\r\n<p>Vegetable oil</p>\r\n</td>\r\n<td style=\"width: 97.0938px;\">\r\n<p>0.015</p>\r\n</td>\r\n<td style=\"width: 78.9062px;\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td style=\"width: 191px;\">\r\n<p><strong>.15</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"174\"><br />\r\n<p>Onion</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.150</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>1.5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Garlic</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.045</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.45</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Paprika</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.030</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.30</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Tomatoes</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.400</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>4</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Chicken stock</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.720</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>7.2</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Potatoes</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>2.000</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>20</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Lemon</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.010</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.10</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Cream</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.720</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>7.2</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>Radishes</p>\r\n</td>\r\n<td width=\"74\">\r\n<p>0.027</p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"134\">\r\n<p><strong>.27</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"493\">\r\n<p> </p>\r\n<p>Recipe: Spring roll with sweet chilli sauce</p>\r\n<p>·       <em>List the food preparation equipment that you will need for this recipe.How will you ensure that it is clean,well maintained and ready for use?</em></p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Equipment needed for preparing Beef Wellington</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Prepare appetisers and salads.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td width=\"507\">\r\n<p>Now it’s time to put all of that planning and organising to work. Prepare the appetisers and salads as per the standard recipes and food preparation lists. Ensure that:</p>\r\n<p>·           all food is prepared safely and hygienically</p>\r\n<p>·           you follow portion control procedures</p>\r\n<p>·           you manage your own speed, timing, sequencing and productivity to ensure efficiency</p>\r\n<p>·           all stages of preparation and cooking are completed in a way which ensures:</p>\r\n<p>o     quality of food items</p>\r\n<p>o     consistency of food items</p>\r\n<p>o     organisational standards are met</p>\r\n<p>o     waste is minimised to maximise the profitability of dishes</p>\r\n<p>·           you assemble and use equipment safely and hygienically</p>\r\n<p>·           you sort and assemble ingredients logically and efficiently</p>\r\n<p>·           food items match the recipes and menu descriptions</p>\r\n<p>·           the required quantities of food are produced</p>\r\n<p>·           you adjust the taste, texture and appearance of food products according to any deficiencies identified</p>\r\n<p>·           you evaluate the quality of finished appetisers and salads and make adjustments to ensure a quality product</p>\r\n<p>·           you present appetisers and salads attractively on appropriate service-ware</p>\r\n<p>·           you prepare sauces and dressings</p>\r\n<p>·           you add dips, sauces and garnishes</p>\r\n<p>·           you work within commercial time constraints and deadlines</p>\r\n<p>·           you store food safely and in appropriate environmental conditions</p>\r\n<p>·           you respond to any special customer requests or dietary requirements</p>\r\n<p>·           you maintain a clean and tidy work area</p>\r\n<p>·           you dispose of or store surplus products effectively</p>\r\n<p>·           you work sustainably.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"507\">\r\n<p>Complete a reflective journal for each time that you cook a dish as part of your assessment for this unit. Don’t forget to ask your trainer/assessor or supervisor to complete the declaration.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" style=\"width: 657px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 561px;\" colspan=\"14\">\r\n<p><strong>Reflective journal for </strong>Beef Wellington</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 281px;\" colspan=\"5\">\r\n<p>Student name:</p>\r\n</td>\r\n<td style=\"width: 88px;\" colspan=\"4\">\r\n<p>Date: 18<sup>th</sup> May 2021</p>\r\n</td>\r\n<td style=\"width: 129px;\" colspan=\"3\">\r\n<p>Did an RTO assessor observe this service? ☐ Yes  ☐ No</p>\r\n</td>\r\n<td style=\"width: 63px;\" colspan=\"2\">\r\n<p><strong>Journal number:</strong></p>\r\n<p><strong>1<u>         </u></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 561px;\" colspan=\"14\">\r\n<p>Fixed and handheld equipment used:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 163px;\">\r\n<p>☒ blender s</p>\r\n</td>\r\n<td style=\"width: 72px;\" colspan=\"2\">\r\n<p>☒ food process ors</p>\r\n</td>\r\n<td style=\"width: 46px;\" colspan=\"2\">\r\n<p>☒</p>\r\n<p>graters</p>\r\n</td>\r\n<td style=\"width: 13px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 61px;\" colspan=\"2\">\r\n<p>☒ mandoli ne slicers</p>\r\n</td>\r\n<td style=\"width: 80px;\" colspan=\"3\">\r\n<p>☒ mouli</p>\r\n</td>\r\n<td style=\"width: 63px;\">\r\n<p>☒ planetar y mixers</p>\r\n</td>\r\n<td style=\"width: 63px;\" colspan=\"2\">\r\n<p>☒ scales</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 163px;\">\r\n<p>☐ measures</p>\r\n</td>\r\n<td style=\"width: 72px;\" colspan=\"2\">\r\n<p>☒ butcher knives</p>\r\n</td>\r\n<td style=\"width: 46px;\" colspan=\"2\">\r\n<p>☐ boning knives</p>\r\n</td>\r\n<td style=\"width: 13px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 61px;\" colspan=\"2\">\r\n<p>☐ filleting knives</p>\r\n</td>\r\n<td style=\"width: 80px;\" colspan=\"3\">\r\n<p>☐ palette knives</p>\r\n</td>\r\n<td style=\"width: 126px;\" colspan=\"3\">\r\n<p>☒ thermometers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173px;\" colspan=\"2\">\r\n<p>□ sharpening steels/stones</p>\r\n</td>\r\n<td style=\"width: 62px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 134px;\" colspan=\"6\">\r\n<p>☒whisks (fine/coarse stainless steelwire)</p>\r\n</td>\r\n<td style=\"width: 12px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 54px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 126px;\" colspan=\"3\">\r\n<p>☒ peelers, corers or slicers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 561px;\" colspan=\"14\">\r\n<p>Foods prepared:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 163px;\">\r\n<p>□ fruit</p>\r\n</td>\r\n<td style=\"width: 72px;\" colspan=\"2\">\r\n<p>☒ vegetabl es</p>\r\n</td>\r\n<td style=\"width: 59px;\" colspan=\"3\">\r\n<p>☒ meat</p>\r\n</td>\r\n<td style=\"width: 61px;\" colspan=\"2\">\r\n<p>☒</p>\r\n<p>poultry</p>\r\n</td>\r\n<td style=\"width: 80px;\" colspan=\"3\">\r\n<p>☐</p>\r\n<p>seafood</p>\r\n</td>\r\n<td style=\"width: 63px;\">\r\n<p>☒</p>\r\n<p>batters</p>\r\n</td>\r\n<td style=\"width: 63px;\" colspan=\"2\">\r\n<p>☒</p>\r\n<p>coatings</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 163px;\">\r\n<p>☒ garnish es</p>\r\n</td>\r\n<td style=\"width: 10px;\">\r\n<p>☒oils</p>\r\n</td>\r\n<td style=\"width: 62px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 90px;\" colspan=\"4\">\r\n<p>☒sauces and marinades</p>\r\n</td>\r\n<td style=\"width: 30px;\">\r\n<p> </p>\r\n</td>\r\n<td style=\"width: 206px;\" colspan=\"6\">\r\n<p>☒condiments and flavourings</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 561px;\" colspan=\"14\">\r\n<p>Precision cuts:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 163px;\">\r\n<p>☒ brun oise</p>\r\n</td>\r\n<td style=\"width: 10px;\">\r\n<p>☐ chiffon ade</p>\r\n</td>\r\n<td style=\"width: 94px;\" colspan=\"2\">\r\n<p>☒ julienn e</p>\r\n</td>\r\n<td style=\"width: 58px;\" colspan=\"3\">\r\n<p>☐ concas se</p>\r\n</td>\r\n<td style=\"width: 56px;\" colspan=\"3\">\r\n<p>☒ jardiniè re</p>\r\n</td>\r\n<td style=\"width: 54px;\">\r\n<p>☒ paysan ne</p>\r\n</td>\r\n<td style=\"width: 75px;\" colspan=\"2\">\r\n<p>☐ macédoi ne</p>\r\n</td>\r\n<td style=\"width: 51px;\">\r\n<p>☐ mirep oix</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\" width=\"567\">\r\n<p><strong>Supervisor Endorsement</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"262\">\r\n<p> </p>\r\n<p>Supervisor name:</p>\r\n</td>\r\n<td width=\"153\">\r\n<p> </p>\r\n<p>Position:</p>\r\n</td>\r\n<td width=\"151\">\r\n<p> </p>\r\n<p>Signed:</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"15\" width=\"569\">\r\n<p><strong>Reflective journal for </strong>Chicken stew with potatoes and radishes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" width=\"290\">\r\n<p>Student name:</p>\r\n</td>\r\n<td colspan=\"4\" width=\"89\">\r\n<p>Date: 18<sup>th</sup> May 2021</p>\r\n</td>\r\n<td colspan=\"4\" width=\"125\">\r\n<p>Did an RTO assessor observe this service? ☐ Yes  ☐ No</p>\r\n</td>\r\n<td colspan=\"2\" width=\"65\">\r\n<p><strong>Journal number:</strong></p>\r\n<p><strong>2<u>         </u></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"15\" width=\"569\">\r\n<p>Fixed and handheld equipment used:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>☐ blender s</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>□ food process ors</p>\r\n</td>\r\n<td colspan=\"2\" width=\"46\">\r\n<p>☒</p>\r\n<p>graters</p>\r\n</td>\r\n<td width=\"13\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"2\" width=\"60\">\r\n<p>☒ mandoline slicers</p>\r\n</td>\r\n<td colspan=\"3\" width=\"65\">\r\n<p>☒ mouli</p>\r\n</td>\r\n<td colspan=\"2\" width=\"75\">\r\n<p>☒ planetar y mixers</p>\r\n</td>\r\n<td colspan=\"2\" width=\"65\">\r\n<p>☒ scales</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>☒ measur es</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>☐ butcher knives</p>\r\n</td>\r\n<td colspan=\"2\" width=\"46\">\r\n<p>☐ boningknives</p>\r\n</td>\r\n<td width=\"13\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"2\" width=\"60\">\r\n<p>☒ filleting knives</p>\r\n</td>\r\n<td colspan=\"3\" width=\"65\">\r\n<p>☒ palette knives</p>\r\n</td>\r\n<td colspan=\"4\" width=\"140\">\r\n<p>☒ thermometers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"222\">\r\n<p>□ sharpening steels/stones</p>\r\n</td>\r\n<td width=\"22\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"135\">\r\n<p>☒whisks (fine/coarse stainless steelwire)</p>\r\n</td>\r\n<td width=\"14\">\r\n<p> </p>\r\n</td>\r\n<td width=\"36\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"4\" width=\"140\">\r\n<p>☒ peelers, corers or slicers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"15\" width=\"569\">\r\n<p>Foods prepared:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>☒ fruit</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>☒ vegetabl es</p>\r\n</td>\r\n<td colspan=\"3\" width=\"59\">\r\n<p>□ meat</p>\r\n</td>\r\n<td colspan=\"2\" width=\"60\">\r\n<p>☒</p>\r\n<p>poultry</p>\r\n</td>\r\n<td colspan=\"3\" width=\"65\">\r\n<p>☐</p>\r\n<p>seafood</p>\r\n</td>\r\n<td colspan=\"2\" width=\"75\">\r\n<p>☒</p>\r\n<p>batters</p>\r\n</td>\r\n<td colspan=\"2\" width=\"65\">\r\n<p>☒</p>\r\n<p>coatings</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>☒ garnish es</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>☒oils</p>\r\n</td>\r\n<td width=\"22\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"4\" width=\"90\">\r\n<p>☒sauces and marinades</p>\r\n</td>\r\n<td width=\"30\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"7\" width=\"205\">\r\n<p>☒condiments and flavourings</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"15\" width=\"569\">\r\n<p>Precision cuts:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"174\">\r\n<p>☒ brunoise</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>☒ chiffon ade</p>\r\n</td>\r\n<td colspan=\"2\" width=\"54\">\r\n<p>☐ julienn e</p>\r\n</td>\r\n<td colspan=\"3\" width=\"57\">\r\n<p>☒ concas se</p>\r\n</td>\r\n<td colspan=\"3\" width=\"59\">\r\n<p>☐ jardiniè re</p>\r\n</td>\r\n<td colspan=\"2\" width=\"59\">\r\n<p>☐ paysan ne</p>\r\n</td>\r\n<td colspan=\"2\" width=\"65\">\r\n<p>☒ macédoi ne</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>☒ mirep oix</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\" width=\"578\">\r\n<p><strong>Supervisor Endorsement</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"273\">\r\n<p> </p>\r\n<p>Supervisor name:</p>\r\n</td>\r\n<td width=\"153\">\r\n<p> </p>\r\n<p>Position:</p>\r\n</td>\r\n<td width=\"152\">\r\n<p> </p>\r\n<p>Signed:</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"10\" width=\"578\">\r\n<p><strong>Reflective journal for </strong>Spring roll with sweet chilli sauce</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"262\">\r\n<p>Student name:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"124\">\r\n<p>Date: 18<sup>th</sup> May 2021</p>\r\n</td>\r\n<td colspan=\"3\" width=\"131\">\r\n<p>Did an RTO assessor observe this service?  ☐ Yes</p>\r\n<p>□ No</p>\r\n</td>\r\n<td width=\"61\">\r\n<p><strong>Journal number</strong></p>\r\n<p><strong>:</strong></p>\r\n<p><strong>3 <u>       </u></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\" width=\"578\">\r\n<p>Fixed and handheld equipment used:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p>☒ blender s</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>☒ food process ors</p>\r\n</td>\r\n<td colspan=\"2\" width=\"56\">\r\n<p>☒</p>\r\n<p>graters</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>☒ mandoli ne slicers</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>☒ mouli</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>☒ planetar y mixers</p>\r\n</td>\r\n<td colspan=\"2\" width=\"77\">\r\n<p>☒ scales</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p>☐ measur es</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>☐ butcher knives</p>\r\n</td>\r\n<td colspan=\"2\" width=\"56\">\r\n<p>☐ boning knives</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>☒ filleting knives</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>☒ palette knives</p>\r\n</td>\r\n<td colspan=\"3\" width=\"141\">\r\n<p>☒ thermometers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"247\">\r\n<p>☒ sharpening steels/stones</p>\r\n</td>\r\n<td colspan=\"5\" width=\"191\">\r\n<p>□ whisks (fine/coarse stainless steel wire)</p>\r\n</td>\r\n<td colspan=\"3\" width=\"141\">\r\n<p>☒ peelers, corers or slicers</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\" width=\"578\">\r\n<p>Foods prepared:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p>□ fruit</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>☒ vegetabl es</p>\r\n</td>\r\n<td colspan=\"2\" width=\"56\">\r\n<p>☒</p>\r\n<p>meat</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>☐</p>\r\n<p>poultry</p>\r\n</td>\r\n<td colspan=\"2\" width=\"70\">\r\n<p>☐</p>\r\n<p>seafood</p>\r\n</td>\r\n<td width=\"64\">\r\n<p>☒</p>\r\n<p>batters</p>\r\n</td>\r\n<td colspan=\"2\" width=\"77\">\r\n<p>☒</p>\r\n<p>coatings</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p>☒ garnish es</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>☒ oils</p>\r\n</td>\r\n<td colspan=\"3\" width=\"121\">\r\n<p>☒ sauces and marinades</p>\r\n</td>\r\n<td colspan=\"5\" width=\"211\">\r\n<p>☒condiments and flavourings</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"588\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"9\" width=\"588\">\r\n<p>Precision cuts:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"176\">\r\n<p>☐ brunoise</p>\r\n</td>\r\n<td width=\"58\">\r\n<p>☒ chiffon ade</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>☒</p>\r\n<p>julienne</p>\r\n</td>\r\n<td width=\"63\">\r\n<p>☒ conca sse</p>\r\n</td>\r\n<td width=\"58\">\r\n<p>☒ jardinière</p>\r\n</td>\r\n<td colspan=\"2\" width=\"60\">\r\n<p>☐ paysan ne</p>\r\n</td>\r\n<td width=\"73\">\r\n<p>☐ macédoine</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>☒ mirep oix</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"9\" width=\"588\">\r\n<p><strong>Supervisor Endorsement</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"286\">\r\n<p> </p>\r\n<p>Supervisor name:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"147\">\r\n<p> </p>\r\n<p>Position:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"155\">\r\n<p> </p>\r\n<p>Signed:</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Submit documents to your assessor.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td width=\"508\">\r\n<p>Finalise your <em>Student Logbook</em>. Ensure that all documents are clear and complete. It should include the following <u>completed</u> documents for each time that you cook a dish as part of your assessment for this unit.</p>\r\n<p>·           <em>Service planning template</em></p>\r\n<p>·           <em>Reflective journal</em> (endorsed by your trainer/assessor or supervisor).</p>\r\n<p>Send or submit the completed <em>Student Logbook</em> to your assessor.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Both the completed Documents that are: Service Planning document and Reflective Journal and Reflective Journal.</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 22, NULL, 'Prepare appetizers and salads SITHCCC006', 'Prepare appetizers and salad SITHCCC006 sample work instance will give you glimpses of our academic writing expert’s hard work on writing them.', 'Prepare appetizers and salads SITHCCC006', 'prepare-appetizers-and-salads-sithccc006', '2021-10-18 04:31:24', '2021-10-23 01:57:29');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(253, 'Clean kitchen premises and equipment (SITHKOP001)', '<p> </p>\r\n<h3>Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>Importance of cleaning kitchen premises and equipment? What are the main components of cleaning and what is involved for each process?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"618\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"618\">\r\n<p>Importance of Cleaning</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"618\">\r\n<p>Cleaning is the process which in simple words means to keep the kitchen or the service area quite neat and clean. Cleaning the areas also means to maintain their hygienic state. Cleaning is quite important in order to prevent the contamination all the tools or equipment in good and hygienic condition.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"618\">\r\n<p>Components of the cleaning process</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"618\">\r\n<p>Cleaning – It means to remove the unwanted dirt, mud, soil or the other unnecessary elements or products from the surfaces which includes, knives, benches, floors and the equipment.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"618\">\r\n<p>Sanitizing – It means that to reduce bacteria that is being present of the surface. Sanitizing can be performed with the use of the chemical, heat or the both.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"287\">\r\n<p>ReasonsforCleaning</p>\r\n</td>\r\n<td width=\"330\">\r\n<p>ReasonsforSanitising</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"287\">\r\n<p>·         Helps in preventing the contamination.</p>\r\n<p>·         Also helps in preventing the oxidization.</p>\r\n<p>·         Also helps to maintain the equipment which is in good order.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"330\">\r\n<p>·         Also helps in preventing the growth of the bacteria from the surfaces or the equipment or tools.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Use the template“Cleaning Schedule Equipment” on next page for this task.</strong></em></li>\r\n</ol>\r\n<p>Select 6 pieces of equipment from the list below and complete in the template for each piece of equipment:</p>\r\n<ol>\r\n<li>Item</li>\r\n<li>Person responsible(e.g.your name)</li>\r\n<li>The frequency when thisequipmentmustbecleaned</li>\r\n<li>When should the equipment be cleaned (for example after each use, at the end of the nightshiftetc.)</li>\r\n<li>Instructions for how to clean and the cleaning equipment to be used</li>\r\n<li>The chemicals to be used includings an it is ersor disinfectants and points of care</li>\r\n<li>The safety equipment (Personal protective equipment and signage) to be used and points of care</li>\r\n</ol>\r\n<p>Equipment:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>cooking equipment</li>\r\n<li>dishwashers</li>\r\n<li>garbage bins</li>\r\n<li>scales</li>\r\n<li>temperature probes</li>\r\n<li>food processors</li>\r\n<li>blenders and attachments</li>\r\n<li>mincers</li>\r\n<li>slicing machines</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<table class=\"table table-bordered\" width=\"641\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Item</em></strong></p>\r\n</td>\r\n<td width=\"38\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Staff</em></strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>M</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>T</em></strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>W</em></strong></p>\r\n</td>\r\n<td width=\"27\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Th</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>F</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>S</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>S</em></strong></p>\r\n</td>\r\n<td width=\"55\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>When</em></strong></p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong><em>Instructionsincluding                    cleaningequipmentto   beused</em></strong></p>\r\n</td>\r\n<td width=\"92\">\r\n<p> </p>\r\n<p><strong><em>ChemicalstobeUsed</em></strong></p>\r\n<p><strong><em>Pointsofcare</em></strong></p>\r\n</td>\r\n<td width=\"81\">\r\n<p><strong><em>SafetyEquipmentRequiredPoints                   of</em></strong></p>\r\n<p><strong><em>care</em></strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Signed</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p><em>CuttingBoards</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p> </p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n</td>\r\n<td width=\"27\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"55\">\r\n<p>Asrequired</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Try to remove the food scraps from the board and then place the cutting board into the dishwasher to clean it.</p>\r\n<p>Once the cutting board is cleaned let it air-dry and place it to the rack.</p>\r\n<p> </p>\r\n<p>If the cutting board is being handwashed than always use the hot and soapy water, and then rinse it with the food disinfectant spray to santise it.</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Milddetergent1:150</p>\r\n<p>Foods                   safedisinfectantspray</p>\r\n</td>\r\n<td width=\"81\">\r\n<p>Gloves   and</p>\r\n<p>apronforhandwashingprocedure</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"48\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p> </p>\r\n</td>\r\n<td width=\"38\">\r\n<p><em>Jack</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"118\">\r\n<p> </p>\r\n</td>\r\n<td width=\"92\">\r\n<p> </p>\r\n</td>\r\n<td width=\"81\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p><em>Cooking equipment’s</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p><em>Jia</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"55\">\r\n<p>After use</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Food particles need to be removed from the cooking equipment or also remove the burnt food particles and then rinse it with the hot and soapy water or within the dishwater.</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Detergent</p>\r\n</td>\r\n<td width=\"81\">\r\n<p>Gloves and safety shoes. Check for hot or sharp equipment’s.</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Jia</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p><em>Dishwasher</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p><em>Lyn</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"55\">\r\n<p>As required</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Also remove any particle from the dishwater and the corners and then scrub it if it is required.</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Mild detergent or multipurpose cleaner.</p>\r\n</td>\r\n<td width=\"81\">\r\n<p>Aprons, gloves and manual guide if required.</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Lyn</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p><em>Slicing machines</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p><em>Leon</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"55\">\r\n<p>After use</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Unplug the slicing machine and disassemble the parts carefully and wash them separately and be careful of the blade as it can cause serious injury</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Soapy water or mild detergent</p>\r\n</td>\r\n<td width=\"81\">\r\n<p>Apron, gloves and safety shoes</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Leoon</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"50\">\r\n<p><em>Blenders</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p><em>Sam</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"55\">\r\n<p>After use</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Always unplug the switch or power supply and also disassemble as per the instruction that is being mentioned in the manuals. Rinse the blender blades and the put it in the dishwasher.</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Detergent</p>\r\n</td>\r\n<td width=\"81\">\r\n<p>Gloves, apron and safety shoes.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Sam</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<ol start=\"3\">\r\n<li><em><strong>Use the template “Cleaning Schedule Kitchen area” below for this task.For each item/area listed below,complete in the template for each:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Item or area</li>\r\n<li>Person responsible(e.g.your name)</li>\r\n<li>The frequency when this equipment must be cleaned</li>\r\n<li>When should the equipment be cleaned (for example after each use, at the end of the nightshiftetc.)</li>\r\n<li>Instructions how to clean and the cleaning equipment to be used</li>\r\n<li>The chemicals to be used includings an it is ersor disinfectants and points of care</li>\r\n<li>The safety equipment (Personal protective equipment and signage) to be used and pointsofcare</li>\r\n</ul>\r\n<p> </p>\r\n<p>Kitchen:</p>\r\n<p>kitchen floors shelves and walls</p>\r\n<p>service-ware typically encountered in a commercial kitchen cutting boards</p>\r\n<p>knives</p>\r\n<p>cooking utensils container</p>\r\n<table class=\"table table-bordered\" width=\"641\">\r\n<tbody>\r\n<tr>\r\n<td width=\"48\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Item</em></strong></p>\r\n</td>\r\n<td width=\"38\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Staff</em></strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>M</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>T</em></strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>W</em></strong></p>\r\n</td>\r\n<td width=\"27\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Th</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>F</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>S</em></strong></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>S</em></strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>When</em></strong></p>\r\n</td>\r\n<td width=\"118\">\r\n<p><strong><em>Instructionsincluding cleaningequipmenttobe</em></strong></p>\r\n<p><strong><em>used</em></strong></p>\r\n</td>\r\n<td width=\"97\">\r\n<p><strong><em>Chemicals to beUsed</em></strong></p>\r\n<p><strong><em>Pointsofcare</em></strong></p>\r\n</td>\r\n<td width=\"85\">\r\n<p><strong><em>SafetyEquipmentRequired</em></strong></p>\r\n<p><strong><em>Pointsofcare</em></strong></p>\r\n</td>\r\n<td width=\"48\">\r\n<p> </p>\r\n<p> </p>\r\n<p><strong><em>Signed</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"48\">\r\n<p><em>Servicepass</em></p>\r\n</td>\r\n<td width=\"38\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>Jack</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Postservice</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Cloth needs to be removed or replace when it is required.</p>\r\n<p>Always wash the surface with the hot or soapy water.</p>\r\n<p>Let the surface be air dry</p>\r\n<p>Once it gets dry then change the table cloth.</p>\r\n</td>\r\n<td width=\"97\">\r\n<p>Detergent 1:150Sanitizerspray</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>ApronGloves</p>\r\n<p>SlipresistantshoesSignage:Caution-wetfloor</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Jack</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"48\">\r\n<p>Cutting boards</p>\r\n</td>\r\n<td width=\"38\">\r\n<p> Jim</p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"27\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"48\">\r\n<p>After use</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Place the cutting board in the dishwasher to wash.</p>\r\n</td>\r\n<td width=\"97\">\r\n<p>Dishwashing liquid or detergent</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Apron, gloves</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Jim</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"48\">\r\n<p>Shelves and walls</p>\r\n</td>\r\n<td width=\"38\">\r\n<p>Sarah</p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"25\">\r\n<p> </p>\r\n</td>\r\n<td width=\"27\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p><em>X</em></p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"21\">\r\n<p> </p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Free time or quiet time</p>\r\n</td>\r\n<td width=\"118\">\r\n<p>Dirt is required to be cleaned firstly from the duster.</p>\r\n<p>Once duster is cleaned than use multi-purpose to clean the walls and the shelves.</p>\r\n</td>\r\n<td width=\"97\">\r\n<p>Multipurpose cleaner, glass cleaner, detergent.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Wear proper personal protective equipment’s like safety glasses, shoes. Caution sign of cleaning.</p>\r\n</td>\r\n<td width=\"48\">\r\n<p>Sarah</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>the uses and applications for the following cleaning equipment? Which aspects doyou need to check for each piece of equipment before use to ensure it is safe and ready to use?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"606\">\r\n<tbody>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Equipment</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Applicationsforuse</strong></p>\r\n</td>\r\n<td width=\"210\">\r\n<p><strong>Areastoinspect</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Dishwashers</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Use to clean crockery, cutlery and glassware, in combination with a detergent</p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         Rinsed and clean</p>\r\n<p>·         Intact and free from holes</p>\r\n<p>·         Durable handle</p>\r\n<p>·         Wheels roll</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Cleaningcloths</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>In order to clean the benches top and the some of the pieces of the kitchen it is quite important use the cleaning cloths, along with the combination of the hot water and the detergent.</p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         It is important to cleand and sanitise it properly.</p>\r\n<p>·         It should be presented in the good manner</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Mops</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Use these only in tiled areas or other areas where waterbased cleaning is appropriate</p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         Handle is not splintered</p>\r\n<p>·         Head is affixed firmly</p>\r\n<p>·         Fibers need to be cleaned properly and also have to be untangles properly. It is required to be wash on the regular basis but it should not be bleached regularly.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Floorscrubbers</strong>and<strong>polishers</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Floor scrubbers and polishers are periodically used on tiled areas to refresh the surface and remove stubborn stains</p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         Polisher should be in working condition.</p>\r\n<p>·         Have adequate chemical level.</p>\r\n<p>·         If required change he scrubbers.</p>\r\n<p>·         Pads should be cleaned.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Broomsanddustpans</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Use this on dry floor surfaces to pick up food items and other dirt on the floor, before wet cleaning is done</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         Bristles are clean</p>\r\n<p>·         Head is secure</p>\r\n<p>·         Handle is not splintered</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p><strong>Vacuumcleaner</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Vacuum cleaners are used to remove stubborn dirt from the areas which can’t be reached easily</p>\r\n</td>\r\n<td width=\"210\">\r\n<p>·         Make sure all parts are attached properly.</p>\r\n<p>·         Dust bag should be empty.</p>\r\n<p>·         No internal damage.</p>\r\n<p>·         Nozzle should be cleaned and sanitized properly.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"5\">\r\n<li><em><strong>Provisions for the safe use of cleaning agents and chemicals required for cleaning stoves, grillsand ovens. Read the attached Safety Data Sheet “SDS Selley Oven Gel” and answer the following questions:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>What are the Major Health Hazards of the product listed in the section “HazardsIdentification– Risk Phrases”?</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Risk Phrase(s): R34 Causes burns.</li>\r\n<li>R41 Risk of serious damage to eyes.</li>\r\n<li>Poisons Schedule (SUSMP): S5 Caution</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>What must be considered for“Exposure Control/Personal Protection” for consumer use?</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Always Wear Personal Protective Equipment (PPE)</li>\r\n<li>Always Work in a well-lit and well-ventilated area</li>\r\n<li>Make sure that appropriate signage and restrictions are in place</li>\r\n</ul>\r\n<p> </p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>FirstAidMeasures:</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>What should be done if the product comes in contact with skin?</li>\r\n</ul>\r\n<p>Immediately remove the contaminated clothes and wash the part of the skin immediately with the running water which came in contact with the product.</p>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>What should be done if the product comes in contact with eyes?</li>\r\n</ul>\r\n<p>If the product comes in contact with your eyes, follow the simple steps:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Wash your eyes immediately with the water.</li>\r\n<li>Repeat the steps until the irritation gets rid of.</li>\r\n<li>Immediately contact the doctor if it does not work.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\" style=\"list-style-type: square;\">\r\n<li>Handling and Storage:</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>What should be the conditions to store the product safe?</li>\r\n<li>Always store the product low in order to minimise the contamination whenever it gets spoiled?</li>\r\n<li>Never store the food in the container as the same container may have used several time to store the several products again.</li>\r\n<li>Always label the product clearly</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>The table below lists different types of cleaning agents and chemicals for bar areas and equipment.</strong></em></li>\r\n</ol>\r\n<p>In the column“Application examples”,list 2 applications for use for each product.</p>\r\n<p>In the column“Amount of chemical required” ,calculate the amount of chemical required based on the ratio provided and the quantity of water to be used.</p>\r\n<p>The formulato use is:</p>\r\n<p>Example: ratio1:50 means 1 part chemical to 50 parts water</p>\r\n<p>To calculate how much chemical is required for 1.000 litres(=1000 milli litres),we divide 1.000 by 50 =0.020 litres.</p>\r\n<p>Now we know we need 20 ml or 0.020 litres of chemical per litre of water.</p>\r\n<p>If the mixture we require uses 5.000 litres of water the nth calculation is:5.000(litres of water) divided by 0.050 (Chemical per litre)=0.100 Litres chemical.</p>\r\n<table class=\"table table-bordered\" width=\"606\">\r\n<tbody>\r\n<tr>\r\n<td width=\"108\">\r\n<p>Chemical</p>\r\n</td>\r\n<td width=\"97\">\r\n<p>Dilution      per</p>\r\n<p>litre</p>\r\n</td>\r\n<td width=\"98\">\r\n<p>Water</p>\r\n<p>quantity</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Amount     of                      chemical</p>\r\n<p>required</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Applicationexamples</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p> </p>\r\n<p>Dishwashingliquid</p>\r\n</td>\r\n<td width=\"97\">\r\n<p> </p>\r\n<p>1:250</p>\r\n</td>\r\n<td width=\"98\">\r\n<p> </p>\r\n<p>50.000litres</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>200</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Utensils</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p> </p>\r\n<p>Floorcleaners</p>\r\n</td>\r\n<td width=\"97\">\r\n<p> </p>\r\n<p>1:75</p>\r\n</td>\r\n<td width=\"98\">\r\n<p> </p>\r\n<p>9.000litres</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>120</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Mop</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"108\">\r\n<p> </p>\r\n<p>Bleach</p>\r\n</td>\r\n<td width=\"97\">\r\n<p> </p>\r\n<p>1:50</p>\r\n</td>\r\n<td width=\"98\">\r\n<p> </p>\r\n<p>5litres</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>100</p>\r\n</td>\r\n<td width=\"140\">\r\n<p>Clothes</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>What are the 5 risk controls for manual handling tasks suggested by Safe Work Australia?What do these suggest to reduce injuries as a result from lifting?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>It is important reduce the forces which is being required to operate the plant.</li>\r\n<li>Always provide proper instruction, signs or symbols which can help the customers to operate the plant.</li>\r\n<li>Also diminish or eliminate the number of repeated actions or the postures which is not required.</li>\r\n</ul>\r\n<p>Suggestions to reduce injuries resulted from lifting are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>New equipment or the process is being introduced, or it is compulsory to modify the equipment.</li>\r\n<li>Whenever there is mechanical equipment it is compulsory to provide manual-handling task, so that it can help or train the staff that how they can use the equipment.</li>\r\n<li>Solutions should be identified appropriately by the risk assessment team to the affected employees.</li>\r\n</ul>\r\n<ol start=\"8\">\r\n<li><em><strong>One important aspect in business operations is the effective reduction of environmental impacts. List 4 examples for each of the following categories to conserve energy, reduce waste and prevent harm to the environment and provide a general description of how various wastes can impact on the environment:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"147\">\r\n<p>WaterConservation</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Food is required to be rinsed in the bucket which is full of water instead of washing it under running water.</p>\r\n<p>·         Floor is required to sweep and mopped.</p>\r\n<p>·         Sensor are required to be fitted and it should be activated within the tap in order to control or restrict the flow of the water.</p>\r\n<p>·         Always run the dishwasher when it is fully loaded.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"147\">\r\n<p>EnergyConservation</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Refrigerators need to be placed away from the direct heat.</p>\r\n<p>·         They should be placed where the ventilation and seals are in the good conditions.</p>\r\n<p>·         Always turn off the exhausts fans and the chimneys when it is not required or necessary to be used.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"147\">\r\n<p>Waste    Management</p>\r\n<p>&amp; Recycling</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Always donate the food or the left overs to the local farmers so that they can use them in preparing the composite for the plants or the poor ones so that they can feed their families.</p>\r\n<p>·         Always purchase the food products in bulk.</p>\r\n<p>·         Crockery is required to be cleaned properly to remove the leftovers from the plate.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"147\">\r\n<p>HazardousSubstances</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Turn on the gas when it is necessary.</p>\r\n<p>·         Always place the food away from the direct heat or the sunlight.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"147\">\r\n<p>Cookingfatsandoils</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Cooking oil should be disposed properly</p>\r\n<p>·         Scrape crockery thoroughly to remove excess food</p>\r\n<p>·         Always donate the food or the left overs to the local farmers so that they can use them in preparing the composite for the plants or the poor ones so that they can feed their families</p>\r\n<p>·         Always use the strainer in the skin so that it can collect all the left overs or food scraps within it.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"147\">\r\n<p>Impactsofwasteson</p>\r\n<p>theenvironment</p>\r\n</td>\r\n<td width=\"495\">\r\n<p>·         Waste liquid is required to be flushed in the sink as it can be quite dangerous for the marine life or the environment.</p>\r\n<p>·         If a landfill site is not properly sealed, a toxic pollutant can escape into the surrounding groundwater causing environmental problems for plants and animals living downstream.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>What are the requirements for managing pest control in a food premises? Complete each aspect in the table below:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"158\">\r\n<p><strong>Methodstocontrol</strong></p>\r\n<p><strong>pests</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Aspectstoconsiderforusing</strong></p>\r\n<p><strong>pestcontroltoolsinfoodareas</strong></p>\r\n</td>\r\n<td width=\"269\">\r\n<p><strong>Actionrequiredwherepresenceofpests</strong></p>\r\n<p><strong>areidentified</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"158\">\r\n<p>Destroy and eradicate</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Using chemicals, pest control is usually managed as a combination of professional pest control measures and thorough in-house cleaning and prevention methods</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"269\">\r\n<p>Always go for the professional pest control agency to look after each and every checks that is compulsory to me be made.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"158\">\r\n<p>Professional pest agency is required to be conducted or hired for the making a proper check on the damages.</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Proper temperature is required to be to sanitize.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"269\">\r\n<p>Restrict the access of pests in the kitchen.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"158\">\r\n<p>Keep all the benches, cupboards and floors clean and free of food scraps</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Proper and appropriate precautions need to be taken while making the pests control.</p>\r\n</td>\r\n<td width=\"269\">\r\n<p>Look out for evidence of pests and manage the situation appropriately.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"158\">\r\n<p>Flyscreens and plastic curtains help to keep out adult insects </p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Always allow the animal assistance specially in dining and drinking areas.  </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"269\">\r\n<p>Major problems can be occurred if there is no good sanitation.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"158\">\r\n<p>Other pests, such as rats, need to be kept under control using barriers or poisoning</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>All the practices is need to be measured in order to prevent the pests from entering the kitchen</p>\r\n</td>\r\n<td width=\"269\">\r\n<p>Proper provisions or care is required to be taken in order to reduce the cracks and the holes within the premises</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Your chef has asked you to ensure that there are sufficient plates and cocktail glasses forseafood cocktails available at any time during service. What do you need to check to ensure there are no problems during service for the following aspects:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Temperature</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Washingofglassware</p>\r\n</td>\r\n<td width=\"160\">\r\n<p>Damage</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Reporting</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Dishwasher should be at the temperature of  80 degree Celsius and it need to be checked after few washing cycles.</p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Always Wash glassware with extra care. It is risky to wash every glassware within the dishwasher.</p>\r\n</td>\r\n<td width=\"160\">\r\n<p>Any chipped, cracked or broken plates or crockery should not be presented in front of customer. It should be discarded immediately</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Always consult your supervisor as to the correct enterprise procedure.  </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Your chef has asked you to sort the linen for the laundry pickup.</strong></em></li>\r\n</ol>\r\n<p>What does this require from you to ensure that alllinen is accounted for?</p>\r\n<p>What are common cross contamination issues that must be considered when using linen in a kitchen?</p>\r\n<table class=\"table table-bordered\" width=\"642\">\r\n<tbody>\r\n<tr>\r\n<td width=\"642\">\r\n<p>Sorting</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"642\">\r\n<p>·         Always count the linen that has been going for the laundry and also count again when it is coming back from the laundry</p>\r\n<p>·         Always count every product or cloth separately such as 6 uniforms, 5 cloth table etc.</p>\r\n<p>·         Linens towels, tea towels, uniforms need to be cleaned after each and every use.</p>\r\n<p>·         All the linen should be ironed properly as ironing will surely help to get the neat presentation and it will also helps in killing the microbes and the bacteria,</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"642\">\r\n<p>Cross contamination issues</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"642\">\r\n<p> </p>\r\n<p>Avoiding cross contamination, us quite important. To avoid it all the cloths such as tea towels uniforms and the linen should be cleaned or washed separately. Do not use the same cloth for drying dishes, wiping benches and handling equipment.</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 23, NULL, 'Clean kitchen premises and equipment SITHKOP001', 'Get professional writer advice for clean kitchen premises and equipment SITHKOP001 sample and get perfect and unique assignment help for you.', 'Clean kitchen premises and equipment SITHKOP001', 'clean-kitchen-premises-and-equipment-sithkop001', '2021-10-18 05:19:23', '2021-10-23 02:30:53');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(254, 'Participate in safe food practices (SITXFSA002)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Answer the following questions about food safety standards, legislation and practices.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Where can you go to find out more information about current food safety legislation? Provide at least 2 websites.</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p><a href=\"https://foodsafety.asn.au/\">https://foodsafety.asn.au/</a></p>\r\n<p><a href=\"https://www.foodstandards.gov.au/\">https://www.foodstandards.gov.au/</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Research the FSANZ Food Standards Code and provide the names for the following Food Safety Standards.</li>\r\n</ul>\r\n<ol style=\"list-style-type: upper-alpha;\">\r\n<li>3.1.1</li>\r\n<li>3.2.1</li>\r\n<li>3.2.2</li>\r\n<li>3.2.3</li>\r\n<li>3.3.1</li>\r\n</ol>\r\n<br />\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>3.1.1 = Interpretation and application</p>\r\n<p>3.2.1 = Food safety programs</p>\r\n<p>3.2.2 = Food safety practices and general requirements</p>\r\n<p>3.2.3 = Food premises and equipment</p>\r\n<p>3.3.1 = Food safety programs for food service to vulnerable persons</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Which standards are mandatory for all food businesses?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Standard 3.2.1 Food Safety Programs</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Answer the following questions about food safety programs using the document at the following link:</strong></em> <a href=\"http://www.foodstandards.gov.au/industry/safetystandards/documents/Guide%20321%20FoodSafetyPrograms-WEB.pdf\"><em>http://www.foodstandards.gov.au/industry/safetystandards/documents/<br /> Guide%20321%20FoodSafetyPrograms-WEB.pdf</em></a>.\r\n<ul class=\"unordered-listing\">\r\n<li>What is the purpose of a food safety program?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The identification of the food safety hazards during the process of production of food is the purpose of the food safety program. For helping the business to identify and manage food safety, Food safety programs are designed.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Is a food safety program needed for all food businesses in your state or territory? Identify when a food safety program is required.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Food safety programme is required for only certain high risk food businesses: hazardous food that is served to vulnerable people by the business are required to comply with Standard 3.2.1</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>A food safety program must include specific content. According to the Food Standards Code, what are 6 legal requirements a food safety program must contain?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>(a) identification of the potential hazards that is expected to occur in all food handling operations</p>\r\n<p>(b) identifying each hazard in food handling operation that can be controlled </p>\r\n<p>(c) providing the systematic monitoring of the controls</p>\r\n<p>(d) provide corrective action</p>\r\n<p>(e) Regularly review the program by the food business to ensure the adequacy.</p>\r\n<p>(f) Provide appropriate record by food business for taking action in relation to the food safety programme.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>List 5 specific procedures and associated requirements that must be included in a food safety program.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Conducting hazard analysis</p>\r\n<p>·         Determination of the critical control points</p>\r\n<p>·         Establishment of critical limit</p>\r\n<p>·         Establishing a system to monitor control of the CCP</p>\r\n<p>·         Establishment of the corrective action to be taken when CCP is not under control</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>List 6 supporting documents of a food safety program and explain the purpose of each one.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Document</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Purpose</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>HACCP document</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>HACCP plans provide the documents and records that is needed to make sure that at each critical control point, HACCP system is followed.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Record keeping</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Records should be kept by the Food Safety Supervisor for compliancing with the Food Safety Program.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Hazard identification</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Food safety supervisor needs to identify the potential hazards in order to prevent hazards from occurring.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Corrective action</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Outlining the solution to correcting a hazard involves development of a corrective action.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Hazard control</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Food safety supervisor is required to control the hazard. Consider generic food safety and site specific hazard to the business.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"23%\">\r\n<p>Monitoring</p>\r\n</td>\r\n<td width=\"76%\">\r\n<p>Food safety supervisor needs to provide the evidence that food business is performing regularly.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Research and review your local government food safety regulations, requirements and legal obligations and answer the following questions.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>What is the legislation that governs the preparation and sale of food in your state or territory?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Food Act 2006 is the food safety legislation in Queensland is applicable to the Queensland food businesses. The major objective of the of the legislation is to make sure that food for sale is safe and is suitable for human consumption and prevent misleading conduct</p>\r\n<p>·         Food regulation 2016</p>\r\n<p>·         Food Production Act 2000</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Explain the role of local councils and environmental health officers (EHOs) in the supervision of food safety.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p> </p>\r\n<p>Implementation of legislation is being handled by Local councils and it is being done at the local level through registration and it also the monitors and do inspection of food at the premises. The Important activities is to include the education and enforcement, and the taking of food samples. Local employs EHO who are responsible for inspecting food premises and enforcing legislative requirements. A local council can issue warnings and fines or undertake initial criminal proceedings for those businesses and individuals who break food safety laws</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How often should you expect an EHO to inspect your premises?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>If the business is perceived as high risk, inspection will be done every 6 months by the officer but if the risk is low then in every 5 years EHO Officer may visit.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Research the FSANZ Code and answer the following questions:</strong></em> <a href=\"https://www.foodstandards.gov.au/publications/documents/Glossary.pdf\"><em>https://www.foodstandards.gov.au/publications/documents/Glossary.pdf</em></a><em>.</em>\r\n<ul class=\"unordered-listing\">\r\n<li>In your own words, what does <em>contaminant </em>mean?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p> </p>\r\n<p>There are various substance which is not suitable for longer period of time; There can be contamination which can be occurred with them which includes air, water, and many other things which can easily contaminate the food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>In your own words, what does <em>contamination</em> mean?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Unwanted material such as dust and particles during the manufacturing time as well as transportation time is known as contamination. Unwanted matter that is found in the product, it is included in the term contaminants. This affect the quality of the product or the process.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>In your own words, what are potentially hazardous foods?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Potentially hazardous food might contain bacteria and are capable of supporting the growth of the bacteria. If the food is stored in correct temperature. Toxins are poisonous which is produced by some bacteria.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Answer the following questions regarding HACCP.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>What do the letters HACCP stand for?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>HACCP means Hazard Analysis and Critical Control Point. It is a system that reduce the risk of safety hazard in food. Potential hazards are identified and controlled at some points in the process. Biological, chemical or physical hazards are included. HACCP is used by the company that involves manufacturing, processing and handling of the food products.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Name the seven principles of HACCP and explain how each principle contributes to the safety and hygiene of food.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Name of principle</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Meaning of principle</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 1</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Conduct a hazard analysis</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Evaluation of the process and identification of hazards can be introduced. Hazards can be physical, chemical and biological as well.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 2</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Identify the critical control points</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>There are critical control points. Identification of preventive measures is required to control critical points.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 3</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish critical limits</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>The establishment criteria for each critical control point. To control the hazard what criteria needs to be followed.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 4</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establishing monitoring procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Monitoring is done to make sure that food remains within the critical limits.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 5</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish corrective actions</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Corrective actions needs to be taken if acceptable critical limit occurs.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 6</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish record keeping procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>It is essential to keep the records for effective operation of the safety plan of the food and should not include analysis of hazard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principles 7</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish verification procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>The first step towards the food safety is development of food safety plan. Consider a blueprint that requires the real world testing.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>For each critical control point below, describe at least 2 ways you can control hazards and ensure food safety. Explain in detail and provide examples. For example, just saying ‘Measure temperature’ is not enough – explain how the temperature is measured and what the temperature of the food product should be.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Catering cycle CCP</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Control the hazards</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Ordering</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>1. Food business commences the operation of food handling, appropriate enforcement agency should be notified the following information: (a) food business includes the name of the food business. (b) food business’s nature, and (c) the location of food premises of the of the food business</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Receiving</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       When receiving potentially hazardous food, take all practicable measures to ensure that food which is intended to be received frozen, is frozen when it is accepted.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Storing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       Under the temperature control, Store it</p>\r\n<p>       2.       Make sure that food remains frozen during the storage.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Preparing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       To reduce the safe level, a process step is needed to any pathogens that may be present in the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Processing, packaging and holding</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       When cooked, cool the food within two hours, from 60 degree Celsius to 21 degree Celsius. The cooling process that is used will not affect the microbiological safety of the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Transporting</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       Under the temperature control, transport the hazardous food.</p>\r\n<p>       2.       Make sure that the remains frozen during the transportation.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Selling and displaying</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       Make sure that the food is displayed effectively so that if any food is contaminated by the customer is removed from the display.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Disposing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>       1.       Food which is been already served to person unless the food is totally wrapped by the food business</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>For each critical control point, explain in detail the corrective action you would take if the food hazards identified in Question 5c cannot be controlled. Be as detailed as possible for all steps.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Catering cycle CCP</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Corrective action</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Ordering</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Check the item leftover in the stock at store, before ordering goods</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Receiving</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Always check the packaging whether it is done properly or not. While receiving the goods, check the temperature of goods.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Storing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>After receiving the goods, make sure that the goods are stored at a particular room with the appropriate temperature.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Preparing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Make sure that the food is cooked in a particular temperature for killing the bacteria.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Processing, packaging and holding</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>During the packaging make sure that the container is clean and tidy</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Transporting</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Make sure the food is transported in a correct required temperature, while transporting the food and make sure no damage occurs to the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Selling and displaying</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>Take care extra in the temperature at which food is displayed.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"20%\">\r\n<p>Disposing</p>\r\n</td>\r\n<td width=\"79%\">\r\n<p>In the garbage bin dispose the food and make sure that both fresh and dispose food does not come in contact.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> <br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Identify 6 possible consequences to a food business if food safety requirements are not met.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Fines may be applied by the government</p>\r\n<p>·         There will be a bad impact on the name and fame of the business</p>\r\n<p>·         Government can blacklist the business</p>\r\n<p>·         Due to bad fame there can be a fall down in business</p>\r\n<p>·         If there is a risk to the lives of the consumer, then the proprietor if business can be charged criminal</p>\r\n<p>·         Business can be closed</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Identify 4 possible consequences to a food handler if food safety policies and procedures are not followed.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p>·         Fines by the government</p>\r\n<p>·         One can be imprisoned</p>\r\n<p>·         There will be a bad impact on the career.</p>\r\n<p>·         Government can cancel the food handling certificate.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Explain when a bacterial swab test would be conducted in a food business.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Food business owners and food regulators can be informed by the environmental swabbing about how clean a food processing area is environmental swabbing which involves the testing of the surfaces where the food is prepared.</p>\r\n<p> </p>\r\n<p>It is used for verifying whether the food business cleaning and sanitization process is effective.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Complete the table below by listing 2 examples of each type of contaminant and 3 ways you can prevent these from coming into contact with food.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"107\">\r\n<p>Type of contaminant</p>\r\n</td>\r\n<td width=\"110\">\r\n<p>Examples</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>Prevention</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"107\">\r\n<p>Physical</p>\r\n</td>\r\n<td width=\"110\">\r\n<p>Insects, hair and finger nails,</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         During food preparation, wear hats, gloves and protective clothes to make sure that food is not contaminated by hair, fingernails and jewelry.</p>\r\n<p>·         To make sure that there is no loose nuts and balls that can fall into the food, regularly maintain the machinery.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"107\">\r\n<p>Microbiological</p>\r\n</td>\r\n<td width=\"110\">\r\n<p>Salmonella, trichinellaspiralis</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Before handling the food, always wash the hands with soap and hot water</p>\r\n<p>·         At the temperature of 5 degree Celsius or below 60 degree Celsius or above, store the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"107\">\r\n<p>Chemical</p>\r\n</td>\r\n<td width=\"110\">\r\n<p>Hand sanitizer, dishwashing liquid</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>· Always store the food away from the chemicals</p>\r\n<p>·         Food grade plastic container should be used.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Bacteria can cause microbiological contamination of food. What are the ideal conditions for bacteria to grow?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p><strong>Warm Temperature:</strong>In warm temperature most disease causing  bacteria can thrive</p>\r\n<p><strong>Moisture</strong>: water is needed by the moisture bacteria to grow and die. Bacterial growth takes place in moist area. Such as kitchen and bathrooms.</p>\r\n<p><strong>Darkness</strong>: there is need of warm and dark environment.</p>\r\n<p><strong>Reservoir</strong>: it is the environment where moist microbes can grow.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>What are the appropriate storage temperatures for the following types of food, and where should they be kept?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"519\">\r\n<tbody>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Food type</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Storage temperature</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Location</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Frozen goods</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>-18 º C</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Freezer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Fresh seafood</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>packed in ice, stored at −1°C to 2°C (30°C to 34°F)</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Freezer</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Fresh poultry</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>4°C (39°F) or colder</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Cool room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Fresh meat</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>4°C (39°F) or colder</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Cool room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Fresh fruit and vegetables</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>2° to 4°C (36° to 39°F)</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Cool room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Fresh dairy</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>2°C to 4°C (36° to 39°F)</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Cool room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Cooked rice</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>2°C to 4°C (36° to 39°F)</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Cool room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Dry goods</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>10°C to 15°C (50°F to 59°F)</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Dry store</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Answer the following questions about the usage and maintenance of food thermometers.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Describe when you must use a thermometer.</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>To avoid food poisoning, minimum internal temperature must be reached. To make sure that temperature does not fall into the danger zone of cooked food, a food thermometer is needed.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How do you clean and sanitise a thermometer?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>To sanitize the thermometer simply wash it with hot, soapy water. If the water isn’t accessible wipe the thermometer with clean alcohol swab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How do you calibrate a thermometer?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>·         Glass should be filled with ice-cubes then top with cold water</p>\r\n<p>·         Water should be stir and sit for 3 minutes</p>\r\n<p>·         In the water insert the thermometer and make sure to not touch the sides.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>What actions are you required to take if you identify a fault in a thermometer; for example, the temperature variance during calibration is more than 1°C?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>·         Conduct testing in hot and cold temperature.</p>\r\n<p>·         Make sure that calibration is included in service agreement if auto mated system is used.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Answer the following questions about the danger zone.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>What is the temperature danger zone?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>The term is used to describe the range of the temperature where the food is at risk of developing the harmful bacteria. The food in the danger zone can cause illness.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How you would prevent food being left in the danger zone when storing, thawing and reheating food?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Process</p>\r\n</td>\r\n<td width=\"83%\">\r\n<p>Prevention method</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Storing</p>\r\n</td>\r\n<td width=\"83%\">\r\n<p>The temperature of the freezer should be below -15 degree Celsius. For checking the temperature of the fridge, use thermometer.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Thawing</p>\r\n</td>\r\n<td width=\"83%\">\r\n<p>In frozen food the food poisoning bacteria can grow, it is thawing. </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Reheating</p>\r\n</td>\r\n<td width=\"83%\">\r\n<p>Reheat the hazardous food that is to be hold hot.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>For each of the following situations, explain the corrective action you would take in case these food hazards cannot be controlled.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Situation</p>\r\n</td>\r\n<td width=\"338\">\r\n<p>Corrective action</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Food has not cooled from 21°C to 5°C within 4 hours in the cool room</p>\r\n</td>\r\n<td width=\"338\">\r\n<p>·         For dividing the food into smaller container, reduce the bulk of the food.</p>\r\n<p>·          Before cooling the meat and poultry cut it into large joints</p>\r\n<p>·         Make sure that there is space in the container so that the air can circulate.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Food is ready to serve to the customer when you notice that food has not reached 60°C or higher</p>\r\n</td>\r\n<td width=\"338\">\r\n<p>Increase thermostat on holding out, If critical limit has not been met</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"180\">\r\n<p>Food for thawing has been placed in the coolroom above ready-to-eat or cooked food</p>\r\n</td>\r\n<td width=\"338\">\r\n<p>Don’t refreeze the thawed food. There is higher risk of food poisoning bacteria in the food that is frozen.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>What is the 2-hour/4-hour rule and how do you apply it?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p>The Rule tells how long  conceivably unsafe foods*, food sources like cooked meat and food varieties containing meat, dairy items, arranged products of the soil, cooked rice and pasta is held at temperatures in the peril zone; that is between 5° C and 60° C.</p>\r\n<p>How to apply 2-hour/4-hour rule:</p>\r\n<p>·         Food can be used, sold if the food is held between 5°C and 60°C.</p>\r\n<p>·         Food should be thrown away if the food held between 5°C and 60°C for 4 hours.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>How do you monitor and record the temperature of storage equipment such as the coolroom and freezer?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p><strong>Chilled Storage (&lt;8°C).</strong>  Cold rooms and refrigerators should be kept clean and tidy. Catering manager is responsible to raise the request if the refrigerated space is inadequate.</p>\r\n<p><strong>Frozen Storage (-18 to -21°C).</strong> The operating temperature of a freezer is between –18°C to –21°C.To be sure about the maximum operating efficiency of a freezer it is to be regularly defrosted.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"11\">\r\n<li><em><strong>When chemical testing is conducted on food products?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Foodborne illness can be traced of unhealthy level of chemical residues that is contaminated from soil, water, virus and microbiological contaminants. Therefore, the first line of defence is effective chemical and microbiological testing.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"12\">\r\n<li><em><strong>Describe the safe food-handling practices for the following food items. Include storage and temperature requirements.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Food item</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Safe food-handling practices</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Dairy</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Dairy products at the temperature of 2°C to 4°C (36° to 39°F).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Dried goods</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Dried good at temperature of 10°C to 15°C (50°F to 59°F).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Eggs</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Eggs at the temperature of 2°C to 4°C (36° to 39°F).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Frozen goods</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Frozen goods at freezer at the temperature of -18ºC (0°F).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Fruit and vegetable</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Fruit and vegetable at the temperature of 2°C to 4°C (36° to 39°F).</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Meat and fish</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Store Meat items at the temperature of 4°C (39°F) or colder</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"13\">\r\n<li><em><strong>List 3 risks associated with packaging of food products and describe what can be done to minimise these risks.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>• due to dirty or damaged packaging the harmful microorganisms get into food</p>\r\n<p>• Chemicals leach from packaging into food.</p>\r\n<p>• the break off food due to the parts of the packaging</p>\r\n<p>Following measures can be taken for risk minimizing:</p>\r\n<p>• if it is safe for the food only then reuse packaging or other materials</p>\r\n<p>• use cleaning and sanitising methods</p>\r\n<p>• if there is a risk of chemical leaching into food, use food safe inner liner</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"14\">\r\n<li><em><strong>Answer the following questions about displaying food</strong></em>.\r\n<ul class=\"unordered-listing\">\r\n<li>Why are protective barriers used when displaying food?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The barriers are used to be sure that contamination is minimised. For the use of permanent display units, Protective barrier should be provided</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>What are the temperature requirements for displaying hot and cold foods?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>At the temperature of 60 degree Celsius or warmer the hot foods should be kept.</p>\r\n<p>At 5 °C or below, cold food should be stored.</p>\r\n<p>To check, use a food thermometer</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>What are the monitoring requirements when displaying hot and cold foods?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>2 hours/ 4 hours rule can be used, While monitoring the displayed hot and cold foods for ensuring the safety of food and food products.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"15\">\r\n<li><em><strong>List 6 examples of non-conforming practices that you would need to report to a supervisor or manager.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p>·         The working of equipment is not proper.</p>\r\n<p>·         The Signs of pests are noticeable.</p>\r\n<p>·         Critical limits are not reached and there is a need of corrective action</p>\r\n<p>·         In order to reduce the safety hazard, Supplies of equipment is needed</p>\r\n<p>·         There is ignorance in the hygiene policy which lead to contamination of food.</p>\r\n<p>·         Lights are not working in food preparation and storage.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"16\">\r\n<li><em><strong>List all of the high-risk customer groups. Why are food standards especially important when catering for high-risk customers?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Those who have compromised immune system are at higher risk for developing significant foodborne illnesses. This includes people with chronic illness or immune system disorder, pregnant women.</p>\r\n<p>The higher risk group is the elderly people. As people age, the digestive system becomes sensitive.  As compared to the young people, older people produce less stomach acid.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>Describe how cross-contamination occurs.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>When bacteria and viruses are transferred from contaminated food or surfaces such as chopping board, utensils, then there is cross contamination</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"18\">\r\n<li><em><strong>Identify 4 ways you can prevent cross-contamination.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p><strong>Use separate equipment:</strong> Each food type should be prepped and handled with a separate piece of equipment.</p>\r\n<p><strong>Clean and sanitize all work surfaces: </strong>After each task clean all work surfaces, equipment and utensils.</p>\r\n<p><strong>Implement a personal hygiene program:</strong> To lessen the possibility of food handlers contaminating food, institute a good personal hygiene program that includes policies addressing critical hand practices like proper hand washing, hand care and glove use.</p>\r\n<p><strong>Purchase prepared food:</strong>Cross-contamination can beprevented by purchasing food that doesn’t require much prepping.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"19\">\r\n<li><em><strong>What is the difference between cleaning and sanitising?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Process</p>\r\n</td>\r\n<td width=\"404\">\r\n<p>Explanation</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Cleaning</p>\r\n</td>\r\n<td width=\"404\">\r\n<p>Cleaning is the removal of food particles, grease, dirt, chemical residues. It should be removed using hot water, scrubbers, and detergent</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Sanitising</p>\r\n</td>\r\n<td width=\"404\">\r\n<p>Sanitizing is the way that reduce the number of harmful germs and contaminants down to a safe, acceptable level.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"20\">\r\n<li><em><strong>Name and describe the 7 steps for effectively cleaning and sanitising crockery.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"113\">\r\n<p>Name</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"113\">\r\n<p>1. Scrape</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Scraping removes all dirt, grease and food particles from the item that is to be cleaned.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>2. Rinse</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>After removing all food particles from the item, rinse it under clean, warm to hot water.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>3. Detergent</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Clean the item with warm or hot water and detergent. This will remove remaining food grease or food particles.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>4. Rinse again</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Rinse the item by using warm to hot water is important as it will remove any detergent or leftover food particles.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>5. Sanitise</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Always read the product instruction, When using a chemical sanitiser, to ensure the correct amount of time and sanitiser is used.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>6. Final rinse</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Rinsing the item, use warm to hot running water is important as it will remove the chemical sanitiser and prevents the risk of chemical contamination.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"113\">\r\n<p>7. Dry</p>\r\n</td>\r\n<td width=\"405\">\r\n<p>Always let items air-dry</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"21\">\r\n<li><em><strong>Explain the requirements for providing single-use-items safely.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Dispose the damaged eating utensils</p>\r\n<p>·         Clean environment should be maintained</p>\r\n<p>·         Clean the equipment and sanitize as well.</p>\r\n<p>·         Identify and report the equipment that requires cleaning or maintenance</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"22\">\r\n<li><em><strong>Describe the cleaning and sanitising procedures for a food premises. For the following items, choose 2 examples of that item and explain how you would clean and sanitise them.Include your choice of chemicals or mechanical procedures (for example, a dishwasher) in your answer.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"18%\">\r\n<p>Item to be cleaned</p>\r\n</td>\r\n<td width=\"18%\">\r\n<p>Examples</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>Cleaning and sanitising procedures</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\" width=\"18%\">\r\n<p>Equipment</p>\r\n</td>\r\n<td width=\"18%\">\r\n<p>1. Blenders</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>1.       Blend dish soap</p>\r\n<p>2.       Use a lemon to remove stains</p>\r\n<p>3.       Scrub stubborn stains</p>\r\n<p>4.       Soak a very blender overnight</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"18%\">\r\n<p>2. Knifes</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>To clean a high-quality chef’s knife is to wash it by hand with soap and water.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"18%\">\r\n<p>Surfaces</p>\r\n</td>\r\n<td width=\"18%\">\r\n<p>1. Food preparing desks</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>Food preparing desks should be cleaned with soap and warm water and wipe it with a dry clean cloth then sanitize it with a neutral sanitizer and wipe all the surfaces with clean and tidy cloth.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"18%\">\r\n<p>2. Customer tables</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>Wipe the customer table after every use</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"18%\">\r\n<p>Eating and drinking utensils</p>\r\n</td>\r\n<td width=\"18%\">\r\n<p>1. Plates, cutleries</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>Wash it in a dishwasher</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"18%\">\r\n<p>2. Cups, Glasses</p>\r\n</td>\r\n<td width=\"63%\">\r\n<p>Cups and glasses should be washed use different chemicals than dishwashing</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"23\">\r\n<li><em><strong>Answer the following questions about handling and disposing of waste and pest control.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Why might you need to store food that is meant for disposal?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>We need to store the food which is meant for disposal of chemical testing for knowing the reason of food poisoning or contamination.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How should you safely store food meant for disposal?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Make sure the food is wrapped and keep it away from the fresh food. This is how food can be stored which is meant for disposal.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Identify 4 actions you must take for preventing pest and animal infestation.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>·         Any source of food, water or shelter should be removed.</p>\r\n<p>·         In safe and enclosed container, Store the items.</p>\r\n<p>·         With tightly closed lid, dispose of garbage regularly.</p>\r\n<p>·         Reduce the area where pests can hide.</p>\r\n<p>·         To eliminate the outside entry close off any cracks.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>What should you do if you see a rat or cockroach during service?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Don’t serve such food to customer. Report immediately to the manager or the supervisor and to control the pest, let the pest control work.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 24, NULL, 'Participate in safe food practices SITXFSA002', 'Participate in safe food practices (SITXFSA002) sample work help will give you assessment help in writing down the perfect assignment for good grades.', 'Participate in safe food practices SITXFSA002', 'participate-in-safe-food-practices-sitxfsa002', '2021-10-20 04:19:15', '2021-10-23 01:26:13');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(255, 'Data Analytics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DATA ANALYTICS ASSIGNMENT HELP</h1>\r\n<p>In order to get success and good scores in Data Analytics, Students are required to have plenty of information, data, facts etc with them to prepare well for writing an exam. At Professional Assignment Help, you get the help of Data Analytics Experts who help in preparing a top-notch quality and well researched Data Analytics Assignment that could be used to prepare for an exam.</p>\r\n<p>Data Analytics is the branch of statistics that deals with the development of raw data using Statistical methods and logical modus operandi to bring out the required set of information. It plays an immense role in qualitative and quantitative research. In the field of Data analytics, the raw data which is obtained is being stored, analysed, interpreted and transformed into the required or useful information which is needed for research. There are various topics that are being covered in the Data Analytics Assignment Help such as Data mining, Data modelling, Data visualization, Data integration and much more.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Data Analytics Assignment Writing Experts:</h2>\r\n<p>You would certainly need the help of Data Analytics Experts to get Data Analytics Assignment Help which consists of Data Collection, Data Summarization, Statistical Analytics and many other things.</p>\r\n<p>The Data Analytics Experts we have hired come from a very strong educational background and hold years of experience in working as Data Analytics experts in industries, as professors or Data Analytics Assignment Helpers. These experts work on your assignment from scratch to end, making it a flawless assignment, containing well researched content and 100% plagiarism free data. Our entire team of Professional Assignment, consisting Project Manager, writers, proofreaders, editors, work hard to make your assignment fit best on your expectation and the parameters set by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Data Analytics Assignment Help’ services</h2>\r\n<p>You get numerous benefits of getting connected with Professional Assignment Help to get Data Analytics Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We are highly proficient in creating high quality content in the assignment provided to you. You get the assignment writing services from highly qualified and well experienced Data Analytics experts who hold expertise matching your requirements.</li>\r\n<li>We provide the most reliable services at a very affordable cost that doesn’t burden your pockets.</li>\r\n<li>You would certainly get praised by your professors for the assignments submitted as those were written by Data Analytics Scholars.</li>\r\n<li>Along with the assignment, you get the 100% plagiarism free report of the assignment.</li>\r\n</ul>\r\n<p>Writing an assignment does require proficiency and ample time from students, if due to any cause, you are unable to work on it, contact Professional Assignment Help for solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 25, NULL, NULL, NULL, NULL, 1, 'Data Analytics Assignment Help | Data Analytics experts', 'Get data analytics assignment help from experts having Ph. D. Degrees and vast experience and knowledge regarding data analytics assignments.', 'Data Analytics Assignment Help, Data Analytics experts', 'data-analytics-assignment-help', '2021-10-21 03:15:38', '2021-10-25 05:04:18'),
(256, 'Statistics Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">STATISTICS ASSIGNMENT HELP</h1>\r\n<p>If you find it challenging to work on a Statistics assignment by yourself or unable to finish it due to lack of time or lack of subject knowledge, contact Professional Assignment Help now to get the Statistics Assignment Help from experts who are highly qualified and hold expertise in the Statistics field.</p>\r\n<p>Statistics is the field of study that is being applied to real world situations whether Scientifics, social or industrial. It is the branch of study in Mathematics that focuses on collection, interpretation and analysis of data to bring out the outcomes in the form of numerical data. Professional Assignment help has come up with the Statistics Assignment Help covering wide range of topics such as Set Theory, Proof techniques, Binomial Distribution, Hyper Geometric, Poisson Distribution, Sequences, Metric Spaces, Random Variables, Probability Spaces and many other such topics. We get you connected with our highly qualified professional experts hired from different countries who hold expertise in writing Statistics Assignment for students of schools, colleges and universities across UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Statistics Assignment Writing Experts:</h2>\r\n<p>Our vast panel of Statistic experts consist of well qualified and experienced project managers, assignment writers, proof-readers, editors who all work on your statistics assignment to make it more unique, working it from scratch to composing good quality content, researched data which is relevant to the topic selected.</p>\r\n<p>Our experts work on assignment and deliver it making sure that the assignment does not contain any scope of error. We understand the requirements of every student differ and so is their academic level, therefore we do provide customized writing services based on your requirements, making it compatible with your expectations and on the parameters set by your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Statistics Assignment Help’ services</h2>\r\n<p>You get range of benefits when you book Statistics Assignment Help from Professional Assignment Help and some of the major benefits you get are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment writing services from the best team consisting of highly qualified and experienced Statistics research scholars hired from various countries.</li>\r\n<li>Besides Assignment writing services, our experts help you understand the topics by converting it into easier form so that you can boost your subject knowledge.</li>\r\n<li>You get the tailored writing services based on the requirements stated by your professors and the parameters followed at your university.</li>\r\n<li>Along with the assured timely deliveries, you get a quick response to your every query.</li>\r\n</ul>\r\n<p>It is our aim to bring out the most positive outcomes through the services. If you are looking for the assured benefits and excellent Statistics Assignment Help or any academic writing services, contact us now.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 25, NULL, NULL, NULL, NULL, 2, 'Statistics Assignment Help | Statistics Assignment Writing Experts', 'Services offered by our statistics assignments help experts at such minimal prices that every student can afford it and enjoy our services.', 'Statistics Assignment Help. Statistics Assignment Writing Experts', 'statistics-assignment-help', '2021-10-21 03:20:19', '2021-10-25 05:02:24'),
(257, 'Agroecology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AGROECOLOGY ASSIGNMENT HELP</h1>\r\n<p>Agroecology is the discipline that focuses on maintaining proper balance among the natural elements or the natural resources such as land, agriculture, water, soil and ecology as a whole. There are Agroecology experts who develop sustainable plans to maintain that balance in the ecology system, work with the motive of environmental protection, increase agricultural production and a lot more.</p>\r\n<p>The field is vast in itself and this is the reason probably, many students find it challenging when it comes to writing the assignment based on theoretical aspects of this subject or its practical implications. Here, our Agroecology experts can certainly help you to write an excellent assignment and offer the Agroecology Assignment Help that brings positive outcomes in your academic results.</p>\r\n<p>We are Professional Assignment Help, who get the students connected with an array of agroecology experts from reputed educational institutes across the world to provide Agroecology Assignment Help. Our experts ensure that you score higher marks in academics by delivering assignments which are absolutely flawless and contain all the required components, matching your expectations and the guidelines stated by your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Agroecology Assignment Writing Experts:</h2>\r\n<p>In order to help the student with excellent services and higher satisfaction, we have employed a team of proficient assignment experts who help students with impressive assignment writing services. Our assignment help team consists of Agroecology scholars and experts as project managers, assignment writers, proof-readers, editors.</p>\r\n<p>The entire team of Professional Assignment Help work together on your assignment, following a trajectory and rigorous quality check to make sure the delivery of a flawless Agroecology Assignment. We assign your task to the most competent assignment writing experts whose expertise matches with your requirement so that you get the most expected outcomes and certainly the assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Agroecology Assignment Help’ services</h2>\r\n<p>Through Professional Assignment Help, you get lot of advantages by hiring Agroecology engineering assignment help and these advantages are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from our proficient Agroecology engineering assignment writers who are Scholars and hold years of experience in assisting engineering students with high standard assignment writing services.</li>\r\n<li>Our top-notch quality academic writing services and assignments help online let you win accolades from professors and comparatively higher grades in academics.</li>\r\n<li>Every assignment we curate is compiled with 100% plagiarism free data and with the most relevant information along with proper references and citations.</li>\r\n<li>The assignments are always delivered on time and you get the quickest response to your queries.</li>\r\n</ul>\r\n<p>We understand the importance of assignments as it contributes to the entire grading in your academics and hence your expectations are always kept on priority while working on assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 1, 'Agroecology Assignment Help | Engineering Assignment Writers', 'Go for agroecology assignment help to make sure achieve higher grades in the exams. Make the assignments as per university standards.', 'Agroecology Assignment Help, Engineering Assignment Writers', 'agroecology-assignment-help', '2021-10-21 03:26:32', '2021-10-25 04:56:55'),
(258, 'Geography Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">GEOGRAPHY ASSIGNMENT HELP</h1>\r\n<p>Geography is the field of study that comprises the study of various elements and physical attributes of earth and the atmosphere. There are many aspects to cover including the study of human activities and their impacts on the environment. Since the subject is vast, students who have been pursuing a Geography course struggle a lot when it comes to writing an assignment or work on any project.</p>\r\n<p>Professional Assignment Help is one of the renowned assignment helpers, offering excellent Geography Assignment Help through well qualified and experienced. Each and every assignment we draft for Geography students is compiled with well researched data and in the structured format considering the guidelines of the institute you come from. From topic selection to proof-read or edit the assignment, we work from scratch and ensure to deliver the work that brings the expected outcomes.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Geography Assignment Writing Experts:</h2>\r\n<p>To bring excellence and achieve 100% customer satisfaction, service satisfaction in the services we offer, we have employed a team of proficient geography experts who help students with impressive Geography assignment help.</p>\r\n<p>These experts who have been part of our assignment help services team come from very reputed educational institutes across the world. These experts are master’s degree holders and are scholars in the field of geography. Every assignment we write goes through a systematic route and on each stage, there is an expert to add more quality to it so that the end results and the work we deliver is absolutely impressive.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Geography Assignment Help’ services:</h2>\r\n<p>Some of the core advantages you get by hiring Geography Assignment Help from Professional Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from Geography experts who are highly qualified and experienced in handling all sort of assignment related queries very efficiently.</li>\r\n<li>We provide you with customized assignment writing solutions based on your requirements and specifications so that you get the assignment that matches your expectations and the parameters stated by your professors.</li>\r\n<li>By hiring assignment services, you can save a lot of time and invest your time on activities that need your attention the most while our experts write your assignment.</li>\r\n<li>In addition to the assignment help, our experts also clear your doubts about the topics and the subject you have.</li>\r\n</ul>\r\n<p>There are lots of students who have been hiring assignment help online and hiring the help of experts for academic writing services. Choosing an efficient one for your assignment will benefit you to an extent. If you’re looking for efficient experts, then Professional Assignment Help would get you one!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 2, 'Geography Assignment Help | Geography Assignment Writing Experts', 'Geography assignment help services employed with an efficient team of geography experts that handle all queries very efficiently and deliver customized academic solutions.', 'Geography Assignment Help, Geography Assignment Writing Experts', 'geography-assignment-help', '2021-10-21 03:31:16', '2021-10-25 04:54:36'),
(259, 'Human Resource Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMAN RESOURCE ASSIGNMENT HELP</h1>\r\n<p>Human resource management is the field of study which focuses on the utilization of human resources to achieve the best results or meet the required goals within an organization. It deals with the development of plans that bring out the most productivity and functionality from a group of employees or employees of any organization. This is one of the most attractive fields of study for many candidates who wish to pursue a career in Human Resource Management as it has a wide range of career opportunities.</p>\r\n<p>To seek a better career, one must need to perform excellently in their academics too. Assignments are one of the most challenging yet unavoidable tasks that fall under the curriculum of any subject these days. Students find it challenging to write Human Resource Assignment as it consists of lots of concepts, theories etc and putting them in systematic format does require expertise.</p>\r\n<p>Professional Assignment Help comes up with Human Resource Assignment Help that relieves you from such challenges you face in writing assignments by connecting you with Human Resource experts who write your assignment on your behalf. You can always rest assured about the quality of content and the results it would bring, as the experts we connect with are highly qualified and experienced in assisting Human Resource Management Students.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Human Resource Assignment Writing Experts:</h2>\r\n<p>An efficient work force works more competently and therefore we have hired the most competent workforce in our team. Our team is well equipped with the highly qualified and experienced Human Resource experts hired as Project Manager, assignment writers, assignment proofreaders, editors who work on each level in the process of writing an assignment.</p>\r\n<p>On every stage, we make sure to work leaving no scope of error and compile the assignment with the most relevant information that makes you stand out among peers. In order to leave further scope of revision, every assignment goes through rigorous quality checks so that you receive the flawless work and increase the chances to score higher marks.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Human Resource Assignment Help’ services</h2>\r\n<p>You get wide range of benefits by hiring Human Resource Assignment Help from Professional Assignment Help and some of these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Expert services: You get the help of experts on assignments which increase the chances to score high as you would be able to submit a good quality assignment.</li>\r\n<li>Impressive Assignment: Every assignment is worked out from scratch to end compiling it with 100% plagiarism free data and the most relevant information in structured format accepted at your university.</li>\r\n<li>Value Added Services: You don’t only get a copy of assignment but also receive guidance from experts on the topics so that your doubts are cleared and you can enhance your knowledge.</li>\r\n<li>Timely Deliveries: You never miss deadlines to submit assignments as we deliver it on within the stipulated time frame.</li>\r\n</ul>\r\n<p>Writing an assignment comes with many challenges as it requires ample amount of time and effort from students to draft a good quality assignment. If you are facing such challenges, Professional Assignment Help has a wide range of solutions for your queries.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 3, 'Human Resource Assignment Help | Human Resource Management', 'Professional Assignments  Help connects you with human resource assignment help experts who will pen down assignments for you at reasonable prices.', 'Human Resource Assignment Help, Human Resource Management', 'human-resource-assignment-help', '2021-10-21 03:39:23', '2021-10-25 04:49:31'),
(260, 'Humanities Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HUMANITIES ASSIGNMENT HELP</h1>\r\n<p>Are you facing challenges in completing your Humanities Assignment and not sure if you can meet the deadline? We have the solution for you. Get the assistance of Premium Humanities Tutors and subject matter experts for your humanities assignment through contacting and hiring the experts from Professional Assignment Help.</p>\r\n<p>Professional Assignment Help is one of the renowned assignment helpers, offering a wide range of academic writing services through well qualified and experienced assignment writers and scholars hired from various countries. Humanities Assignment Help is among the most hired academic writing services by students of schools, colleges and universities from UK, Australia and New Zealand. Each and every assignment we draft from students is compiled with well researched data and in the structured format considering the guidelines of the institute you come from. From topic selection to proof-read or edit the assignment, we work from scratch and ensure to deliver the work that brings the expected outcomes.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Humanities Assignment Writing Experts:</h2>\r\n<p>In order to help the student with excellent services and higher satisfaction, we have employed a team of proficient assignment experts who help students with impressive assignment writing services. Our assignment help team consists of Humanities scholars and experts as project managers, assignment writers, proof-readers, editors.</p>\r\n<p>The entire team of Professional Assignment Help work together on your assignment, following a trajectory and rigorous quality check to ensure the delivery of a flawless Humanities Assignment. We assign your task to the most competent Humanities experts whose expertise matches with your requirement so that you get the most expected outcomes and certainly the assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Humanities Assignment Help’ services</h2>\r\n<p>Here are some core advantages you get by hiring Humanities Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from Humanities subject matter experts who are highly qualified and experienced in handling basic to complex assignment related queries from students.</li>\r\n<li>Our experts work on the assignments based on your requirements and specification so that you get the satisfactory services matching your expectations.</li>\r\n<li>You would save ample time by hiring assignment experts who draft your assignment while you can spend your time on the activities that need your attention most.</li>\r\n<li>You don’t only get the writing services, but also receive the guidance on the topics which are compiled in the assignment by getting in touch with our experts over chat or call.</li>\r\n</ul>\r\n<p>Hiring assignment help online has become common these days as many students face lack of time due to their busy academic schedule. But choosing the right experts for your assignment delivery is a must if you want to score high. If the quality service and assured result is what you look for, you are at the right platform to get the help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 4, 'Humanities Assignment Help  | Humanities Tutors', 'For flawless humanities assignment help writing services, rely trust on our expertise that will match your requirements and get desired results.', 'Humanities Assignment Help, Humanities Tutors', 'humanities-assignment-help', '2021-10-21 03:43:40', '2021-10-25 05:23:01'),
(261, 'Philosophy  Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PHILOSOPHY ASSIGNMENT HELP</h1>\r\n<p>There are certain challenges and complexities associated with writing a Philosophy assignment. Students must have proper subject knowledge, good writing skills and research skills as well to write a good quality assignment. Besides this, another factor that impacts the student most is the lack of time which makes them unable to spend the required amount of time on assignments. This is the reason, most of the students these days outsource the help of experts to get Philosophy Assignment Help.</p>\r\n<p>Professional Assignment Help is a leading assignment helper catering the academic writing needs of students from schools, colleges and universities located across the UK, Australia and New Zealand. Among the wide range of one assignment help services, Philosophy Assignment Help is one among the most required assignment help that our Philosophy experts have been handling very efficiently. Our entire assignment writing team makes concentrated efforts to create the assignment that let you win higher scores and accolades from professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Philosophy Assignment Writing Experts:</h2>\r\n<p>We aim to deliver excellent services and achieve higher satisfaction and to achieve that goal, we have employed a team of proficient assignment experts who help students with impressive assignment writing services and quality philosophy assignment help. Our assignment help team consists of Philosophy scholars and experts as project managers, assignment writers, proof-readers, editors who work on each stage of drafting an assignment.</p>\r\n<p>Every assignment goes through rigorous quality checks to make sure that the assignment delivered has no further scope of error and does not require any revision. Your assignment is assigned to the most competent Philosophy experts whose expertise matches with your requirement so that you get the most expected outcomes and certainly the assured results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Philosophy Assignment Help’ services</h2>\r\n<p>Here are some core advantages you get by hiring Philosophy Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from Philosophy scholars who are highly qualified and experienced in handling basic to complex assignment related queries from students.</li>\r\n<li>Our experts work on the assignments based on your requirements and specification so that you get the satisfactory services matching your expectations.</li>\r\n<li>You would save ample time by hiring assignment experts who draft your assignment while you can spend your time on the activities that need your attention most.</li>\r\n<li>You don’t only get the writing services, but also receive the guidance on the topics which are compiled in the assignment by getting in touch with our experts over chat or call.</li>\r\n</ul>\r\n<p>You can certainly achieve excellent results in academics if you choose the right experts for your assignment. Professional Assignment Help promises you the allotment of efficient and most capable assignment writers who certainly create the assignment that brings the results you wish for.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 5, 'Philosophy Assignment Help | Philosophy Experts', 'Philosophy  assignments will now be no more challenging task for you, as philosophy assignments help online services are there for your', 'Philosophy Assignment Help, Philosophy Experts', 'philosophy-assignment-help', '2021-10-21 03:51:58', '2021-10-25 05:08:52'),
(262, 'Psychology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PSYCHOLOGY ASSIGNMENT HELP</h1>\r\n<p>Are you a psychology student looking for Psychology Assignment Help? It is very common in many universities and colleges to assign multiple projects or assignments to students who are pursuing a course there. These assignments are meant to increase the learning capabilities of the students and writing skills as well. Due to their importance and the benefits it gets to the students, working on assignments is considered a major part of any curriculum and it consists of the grading system now-a-days.</p>\r\n<p>Psychology is the field of study in human behaviour that focuses on the importance of study of human behaviour, their mental abilities in a systematic and methodical manner. It boasts numerous job opportunities for candidates who gather good understanding on practical and theoretical aspects both. Every student wishes to perform well in academics, however due to the lack of time, they find it challenging to meet the requirements and write a good quality assignment.</p>\r\n<p>Professional Assignment Help offers the help of psychology subject matter experts who help you in writing your assignment on a wide range of topics that are covered under Psychology field of study such as developmental psychology, personality psychology, social psychology, abnormal psychology etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Psychology Assignment Writing Experts:</h2>\r\n<p>We are well equipped with a highly efficient team of highly qualified and experienced psychology experts as Project Manager, assignment writers, assignment proofreaders, editors who work together on your assignment matching your expectations.</p>\r\n<p>Our experts are qualified from reputed educational institutes from various countries and hold good experience in assisting psychology students with all sorts of assignments or academic related queries. Utilizing their expertise in curating your psychology assignment, our psychology assignment writing experts deliver you the most expected services and instant solution you ask for, from basic to complex topics covered under psychology Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Psychology Assignment Help’ services</h2>\r\n<p>Hiring the experts to get Psychology Assignment Help from Professional Assignment Help would benefit you in numerous ways such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the psychology or affiliated assignment written by experts which is very similar to the assignments written by any scholars and contains a good piece of information.</li>\r\n<li>Every assignment drafted contains 100% plagiarism free data and most relevant information in a well-structured format.</li>\r\n<li>You get the top-notch quality services at very affordable prices that fits your pocket.</li>\r\n<li>You get assured timely delivery as promised without compromising with the quality of assignment.</li>\r\n</ul>\r\n<p>Working on any kind of assignment does require an ample amount of time and effort, and in case if you lack in any of these factors, you can always hire the help of experts to get the work done. Book Psychology Assignment Help from Professional Assignment Help now to get instant yet effective solutions.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 6, 'Psychology Assignment Help | Psychology Assignment Writing Experts', 'Now get psychology assignment help from our experts by using their expertise in drafting assignments from complex to simple assignments tasks for you.', 'Psychology Assignment Help, Psychology Assignment Writing Experts', 'psychology-assignment-help', '2021-10-21 03:56:51', '2021-10-25 05:25:32'),
(263, 'Public Relations Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PUBLIC RELATIONS ASSIGNMENT HELP</h1>\r\n<p>Public Relations is the term that defines the practice of communicating with the masses which is considered as one of the major contexts in the modern business environment. There are many students who wish to pursue a career in mass communication, humanity, media etc and Public Relations is one of the major subjects that they study during their course. There are numerous concepts which are covered under this subject such as methods, tools or techniques to main public relations consisting of press releases, issuing blogs, newsletter and many other social media strategies. The subject is vast and so are the challenges for the students, especially when the students are asked to write projects or Public Relation assignments.</p>\r\n<p>Professional Assignment Help has come up with excellent Public Relations Assignment writing services that reduces the burden of working on multiple assignments within a shorter time period. We also aim to minimize the challenges you face in writing the assignment and also help you to understand the concepts covered under Public Relation subject, by transforming the concepts into the easier form to understand better.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Public Relations Assignment Writing Experts:</h2>\r\n<p>Writing a good quality and impressive assignment would certainly need some sort of expertise. Due to lack of these expertise and lack of subject knowledge which are prerequisite for writing assignments, you might end up compromising with the scores. But with the help of assignment writing experts, you can still score high even if you do not have enough subject knowledge.</p>\r\n<p>Professional Assignment Help connect you with the proficient experts who are qualified in the Public Relation field of study and hold a degree or PH. D certification from a reputed educational institute. In addition to strong qualifications, the experts who have been hired to assist students with top-notch quality assignment writing services, hold years of experience in assisting students with a wide range of academic writing services. These experts are well aware of the writing guidelines followed at the universities, their assessment patterns etc and therefore, they are highly capable in delivering good assignment help online.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Public Relations Assignment Help’ services</h2>\r\n<p>Hiring the experts to get Public Relations Assignment Help from Professional Assignment Help would benefit you in numerous ways such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignments written by experts which contain full quality content, well researched data, in a presentable and accepted assignment format.</li>\r\n<li>Every assignment drafted contains 100% plagiarism free data and most relevant information in a well-structured format.</li>\r\n<li>You get the top-notch quality services at very affordable prices that fits your pocket.</li>\r\n<li>You get assured timely delivery as promised without compromising with the quality of assignment.</li>\r\n</ul>\r\n<p>Working on assignments comes with lots of challenges, but with the help of the right experts you could certainly fight with all such challenges and score the expected results in the Public Relations Assignment. If you are also struggling with writing an impressive Public Relations Assignment, then contact our experts now to get Public Relation assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 7, 'Public Relations Assignment Help | Assignment Writing Services', 'We come up with excellent public relations assignment help online services for letting go the burden of different assignments in a short span of life.', 'Public Relations Assignment Help, Assignment Writing Services', 'public-relations-assignment-help', '2021-10-21 04:05:16', '2021-10-25 05:27:26'),
(264, 'Social Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOCIAL SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Assignments are the major part of the curriculum nowadays and one of the major components in the grading system. Therefore, submitting a good assignment becomes important if you want to score higher marks. However, writing an assignment would not be easy at all. Majority of the students find it very challenging to write the assignments by themselves due to lack of knowledge and lack of time.</p>\r\n<p>Professional Assignment Help is the one of the prominent assignment helpers, assisting students with a wide range of courses and assignment help. Social Science Assignment Help is one of such most prominent assignment help services that we have been catering for sociology students. We get the students connected with experts who not just help them in drafting their social science assignment but also make them understand the topics and its concepts which boost your subjective knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Social Science Assignment Writing Experts:</h2>\r\n<p>Our social science assignment help team consists of highly qualified subject matter experts who have been hired as project managers, assignment writers, proof-readers, editors to work on your assignment systematically and ensures delivering an excellent assignment that scores high.</p>\r\n<p>In order to ensure higher levels of satisfactory services that would bring you the most positive outcomes and make you excel in academics, on each stage of getting an assignment completed, we have employed proficient social science experts who ensure that the assignment consists of all the required components and information. It goes through rigorous quality checks to make sure the assignment we deliver is absolutely error free. In order.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Social Science Assignment Help’ services</h2>\r\n<p>Below are some of the core advantages you get by hiring Social Science Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide you the help of experts in writing social science assignments who ensure satisfactory and customized services matching your expectations.</li>\r\n<li>Hiring an assignment expert from us would help you save a lot of time that you could spend on other major academic tasks that need your attention the most while our experts write your assignment.</li>\r\n<li>In addition to the assignment help online, you get guidance on the topic and the subject that help you in preparing for the exam and also boost your subject knowledge.</li>\r\n<li>Since we are never late with the assignment deliveries, you would always be able to submit assignments before the deadlines.</li>\r\n</ul>\r\n<p>You would certainly get a lot more advantages and long-term benefits with our assignment writing services that contribute towards your success in academics and help you in the long run. If you’re looking for such long run benefits, Professional Assignment Help would never disappoint you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 8, 'Social Science Assignment Help | Assignment Help Team', 'In order to get higher grades in academics through social science assignment help services, professional Assignments Help are here for your assistance.', 'Social Science Assignment Help, Assignment Help Team', 'social-science-assignment-help', '2021-10-21 04:09:46', '2021-10-25 05:29:07'),
(265, 'Aeronautical Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AERONAUTICAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Are you looking for customized assignment writing services for Aeronautical Engineering Assignment? Are you not sure you submit the Aeronautical engineering assignment before the deadline? Leave all assignment related worries and connect with experts of Professional Assignment Help who have solutions for your all-aeronautical assignment queries and remain ready to provide professional writing solutions that help you score higher results.</p>\r\n<p>There are a lot more complexities and challenges associated with writing Aeronautical Engineering Assignment as students must have good subject knowledge, excellent writing skills and ample amount of time. Professional Assignment Help assist you in overcoming all such challenges related to writing Aeronautical Engineering Assignment. We get you connected with the aeronautical engineers who are highly qualified and hold years of experience in assisting students of schools and colleges with Aeronautical Engineering Assignment Help. If you are looking for the help of professional experts in getting Aeronautical Engineering Assignment Help , then you have certainly reached the right platform.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Aeronautical Engineering Assignment Writing Experts:</h2>\r\n<p>We have a group of highly qualified and proficient Aeronautical Engineers as Project Manager, assignment writers, assignment proofreaders, editors who all work constantly hard to create an impressive assignment that comprises top-notch quality well researched content with 100% plagiarism free report.</p>\r\n<p>Every assignment is crafted based on your tailored requirements and the specifications so that it matches best with your professor’s expectations. Our aeronautical engineering experts deliver you the most expected services and instant solution you ask for, from basic to complex topics covered under Aeronautical Engineering Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Aeronautical Engineering Assignment Help’ services</h2>\r\n<p>Booking Aeronautical Engineering Assignment Help from Professional Assignment Help would benefit you in numerous ways as you get the benefits such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from our Aeronautical engineers and scholars who hold years of experience in assisting students with high standard aeronautical engineering assignment writing services.</li>\r\n<li>Our aeronautical assignment help is available at very affordable prices that fit your budget.</li>\r\n<li>Our high-quality assignment services lead you to achieve comparatively higher grades as compared to your peers and good remarks from professors.</li>\r\n<li>You get the assignment delivered which is 100% plagiarism free and relevant to the topic selected for assignment.</li>\r\n<li>You get assignment deliveries on time and also get the quickest response to your queries with instant solutions.</li>\r\n</ul>\r\n<p>Assignments do come with lots of challenges, but you can certainly succeed in submitting good quality assignments without missing deadlines with the help of the Professional Assignment experts from Professional Assignment Help. Looking for assignment help, do contact us now</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 1, 'Aeronautical Engineering Assignment Help |  Aeronautical Engineers', 'Our aeronautical engineering expert writers will let you finish assignments on time with a unique and affordable price range for your request.', 'Aeronautical Engineering Assignment Help , Aeronautical Engineers', 'aeronautical-engineering-assignment-help', '2021-10-21 04:30:09', '2021-10-25 05:33:25'),
(266, 'Agriculture Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AGRICULTURE ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Agriculture engineering is the branch in the field of engineering that consists of designing principles and application of engineering science for agriculture purposes, development of agriculture mechanisms etc. It is the amalgamation of principles comprising other engineering fields such as civil engineering, electrical engineering, software and chemical engineering and many others.</p>\r\n<p>Professional Assignment Help is one of the prominent assignments help available for students of schools, colleges and universities across UK, Australia and New Zealand. There are various academic writing services that we have been catering for students and Agriculture Engineering Assignment Help is one among them. You get the agriculture engineering assignment help from the most qualified and experienced agriculture engineers who write impressive assignments for you to excel in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Agriculture Engineering Assignment Writing Experts:</h2>\r\n<p>Every expert who has been hired at Professional Assignment Help comes from top-most educational institutes across the world and holds certified degrees in the respective field of study. In addition to strong qualification backgrounds, these experts hold decades of working experience having worked as Professors, tutors, industrial practitioners, assignment helpers etc.</p>\r\n<p>Our assignment help team consists of veteran professors, subject matter experts, industrial experts as assignment project manager, assignment writer, proof-reader, editor who work on your assignment together. They make sure that the final work delivered to you contains top-notch quality content, having no scope of error and fits best on your and your professor’s expectations.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Agriculture Engineering Assignment Help’ services</h2>\r\n<p>There are numerous benefits you would get when you book Agriculture Engineering Assignment Help from Professional Assignment Help and some of these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from highly capable agriculture engineering experts who are scholars and hold immense practical knowledge which make them capable to draft top-standard good quality assignments.</li>\r\n<li>Our services come at affordable prices along with the reliability of high-quality content and good scores.</li>\r\n<li>Each and every assignment we work on is delivered after ensuring that it doesn’t contain any scope of error and compiled in well-structured format.</li>\r\n<li>You get the assignment that contains 100% plagiarism free content which is relevant to the topic selected for assignment.</li>\r\n<li>You never miss deadlines for submitting assignments as your them are delivered on time always.</li>\r\n</ul>\r\n<p>Writing an assignment would be a challenging and complex task, but with the help of professional experts from Professional Assignment Help, you can certainly face all such challenges with ease and boost your subject knowledge as well.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 2, 'Agriculture Engineering Assignment Help | Engineering Assignment Help Services', 'The most prominent agriculture assignment help services hire experts from top educational institutes from all over the world to write unique assignments.', 'Agriculture Engineering Assignment Help, Engineering Assignment Help Services', 'agriculture-engineering-assignment-help', '2021-10-21 04:34:51', '2021-10-25 05:36:02'),
(267, 'Bio Medical Engineering Assignment Help.', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BIOMEDICAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is one of the leading assignment helpers providing Biomedical engineering assignment help to engineering students so that they can secure higher marks on assignments which are the major component of the grading system these days. The Biomedical Assignment Help from highly qualified and experienced engineering experts are available in very less time without compromising with the quality. These experts help you by delivering top notch quality assignments in very less time so that you will never miss deadlines.</p>\r\n<p>It has been seen that student of biomedical engineering face lots of challenges when they are asked to submit assignment based on various subject matters such as Robotics in surgery, Systems physiology, Biophysical signals &amp; systems, Biophysics &amp; Biochemistry, Biosensors &amp; Transducers, Clinical engineering etc. However, it has now become easy for students to submit good quality assignments even on those complicated topics of biomedical engineering, with the help of Professional Assignment Help.</p>\r\n<p>We are available with a wide range of academic writing services covering various topics or courses from basic to technical at a very affordable cost along with the assurance of quality. If you are looking for quality assignment help and biomedical assignment help, do contact our experts now!</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Biomedical Engineering Assignment Writing Experts:</h2>\r\n<p>Our assignment help team consists of well qualified and experienced biomedical engineers from different countries who have completed their education from reputed educational institutions. Every engineering assignment expert we have hired are Master’s degree holder and Ph.D. Scholars from the respective fields of study along with specialization in particular courses.</p>\r\n<p>We achieve the best of customer satisfaction by assigning the right task to the right person. Your assignment goes in the hand of highly capable biomedical engineering assignment experts whose expertise matches with your requirement at best.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Biomedical Engineering Assignment Help’ services</h2>\r\n<p>Through Professional Assignment Help, you get lot of advantages by hiring biomedical engineering assignment help and these advantages are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from our proficient biomedical engineering assignment writers who are Scholars and hold years of experience in assisting engineering students with high standard assignment writing services.</li>\r\n<li>Our top-notch quality academic writing services and assignments help online let you win accolades from professors and comparatively higher grades in academics.</li>\r\n<li>Every assignment our experts write is 100% plagiarism free and contains relevant information.</li>\r\n<li>You get the assignments delivered on time and get the quickest response to your queries always.</li>\r\n</ul>\r\n<p>We understand the importance of achieving higher grades in academics and in every assignment, you are asked to submit. Therefore, we always keep your requirements priority at Professional Assignment Help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 3, 'Biomedical Engineering Assignment Help | Engineering Assignment Expert', 'Our expert team of biomedical engineering will help in submitting the unique assignments related to your sophisticated problems. Hurry up', 'Biomedical Engineering Assignment Help, Engineering Assignment Expert', 'bio-medical-engineering-assignment-help', '2021-10-21 04:40:11', '2021-10-25 05:37:45');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(268, 'Chemical Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHEMICAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Are you afraid of missing the deadline to submit Chemical Engineering Assignment? Have you not completed your Chemical Engineering Assignment yet? Leave your worries with us and rest assured about the quality and deadline to submit Chemical Engineering Assignment.</p>\r\n<p>We are Professional Assignment Help, providing high standard Chemical Engineering Assignment Help through experts who have been pursuing their qualification from top-most educational institutes and hold years of experience in assisting students of schools and colleges with Chemical Engineering Assignment Help.</p>\r\n<p>Chemical Engineering is the branch of study in engineering that focuses on the study of modification in crude elements into some complete product through the process that physically modified the existing elements. Chemical Engineering as a subject consists of many other concepts such as Materials Engineering, Corrosion Engineering, Process Engineering, Biomolecular Engineering, Molecular Engineering and many such concepts.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Chemical Engineering Assignment Writing Experts:</h2>\r\n<p>If you are in need of Chemical Engineering Assignment Help, do not hesitate to call our Engineering experts. We have a group of highly qualified and proficient Chemical Engineering experts as Project Manager, assignment writers, assignment proofreaders, editors who all work constantly hard to create an impressive assignment that comprises top-notch quality well researched content, which is absolutely plagiarism free.</p>\r\n<p>Every assignment we write on is crafted based on the requirements of students and the specifications given by them so that it matches best with what their professor would expect. Our chemical engineering experts would certainly deliver you the most expected services and instant solution you ask for in regards to Chemical Engineering Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Chemical Engineering Assignment Help’ services</h2>\r\n<p>Getting Chemical Engineering Assignment Help from experts of Professional Assignment Help would benefit you in many ways such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from our Chemical Research Scholars who hold years of experience in assisting students with high standard assignment writing services.</li>\r\n<li>Our assignment writing services are the most reliable services available at very affordable prices that fit your budget.</li>\r\n<li>Our high-quality services let you win accolades from professors and much higher grades as compared to your peers.</li>\r\n<li>You get the assignment written which is 100% plagiarism free and relevant to the topic selected for assignment.</li>\r\n<li>You get the quickest response to your queries and get instant solutions irrespective of how complex it is.</li>\r\n</ul>\r\n<p>Writing an assignment might be a cumbersome task and require proficiency to score best results. But with the help of our proficient experts, who can certainly achieve the expected outcomes irrespective of the complexity of the task.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 4, 'Chemical Engineering Assignment Help | Engineering Writing Experts', 'Get assistance with chemical engineering online help services that will include the concepts of chemical engineering assignments as per university standards.', 'Chemical Engineering Assignment Help, Engineering Writing Experts', 'chemical-engineering-assignment-help', '2021-10-21 04:44:25', '2021-10-25 05:40:46'),
(269, 'Civil Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CIVIL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>If you’re a student pursuing a Civil Engineering Course and have been asked to work on a Civil Engineering assignment, then you have the help of experts available for writing good quality assignments in case you are not able to finish it by yourself due to any reason.</p>\r\n<p>Professional Assignment Help is the leading assignment helper in a wide range of courses which are being taught at colleges or universities across the world. Civil Engineering is one of such academic writing services that is available for engineering students who look for Civil Engineering assignment help. Here, you will be connected with the engineering experts who help in writing an impressive civil engineering assignment that will lead you excel in academics and win accolades from professors along with higher scores.</p>\r\n<p>Civil Engineering is one of the oldest yet broadest branches of engineering and referred to as mother of all engineering branches. This field of study mainly focuses on the designing and execution of work which includes works for example such as designing of outline for streets, roads, bridges, dams etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Civil Engineering Assignment Writing Experts:</h2>\r\n<p>We have hired the most capable engineering experts in our team on the role of project managers, assignment writers, proof-readers, editors etc who all work together on your Civil Engineering Assignment. All the Civil Engineering experts we have hired are master degree holders or scholars in the respective field of study which make them highly proficient in writing the assignments.</p>\r\n<p>Our experts write your assignment from scratch to end, from data research to proof-reading and editing, compiling the well-researched data into standard format applicable at your university and ensuring that the assignment doesn’t not contain any error.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Civil Engineering Assignment Help’ services</h2>\r\n<p>You get range of benefits when you hire Civil Engineering Assignment Help from Professional Assignment Help and these benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services of highly qualified and experienced experts who draft top-notch quality assignments within the stipulated time frame.</li>\r\n<li>Our experts also guide you thoroughly about the topics to make you aware of the concepts and boost your subject knowledge.</li>\r\n<li>We provide customized assignment writing services as the requirement of each student differs from each other and so are the guidelines stated by their professors.</li>\r\n<li>You always get the assignment delivered on time and very quick responses to your queries.</li>\r\n</ul>\r\n<p>Through Professional Assignment Help, you get the most expected results along with the services that we deliver. If you are also looking for assured and expected results, contact Professional Assignment Help now to get Civil Engineering Assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 5, 'Civil Engineering Assignment Help | Engineering Experts', 'Civil engineering assignment help is one of our academic writing services that students can avail for completing civil engineering assignments for excellent grades in academics.', 'Civil Engineering Assignment Help, Engineering Experts', 'civil-engineering-assignment-help', '2021-10-21 04:48:45', '2021-10-25 05:42:22'),
(270, 'Electrical Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ELECTRICAL ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is one of the leading engineering assignments helping students with a wide range of topics under engineering field of study such as Electrical Engineering, Electrical Project, Basic Electrical, Electromagnetism, Basic Laws, Electrical Circuits, Circuit Analysis and many other topics.</p>\r\n<p>Electrical engineering is one of the broadest fields of engineering that majorly focus on the study and application of engineering concepts in production of electricity, its transmission, distribution and consumption that is beneficial for mankind. Students of Electrical Engineering might find it challenging to write the assignment by themselves due to the complexity of the subject. Students are required to have immense subject knowledge, good writing skills and ample amount of time to write a quality assignment that could score high. If you are an engineering student lacking in any of such prerequisites and unable to write the assignment or finding it difficult to maintain the quality, then do contact Professional Assignment Help for hiring one of our most capable electrical engineering experts to get electrical assignment help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Electrical Assignment Writing Experts:</h2>\r\n<p>We have boasted a team of highly proficient electrical engineers as project managers, assignment writers, proof-readers, editors who draft your assignment by ensuring that it does not contain any scope of error and revision. Every assignment that is being delivered by our professionals goes through rigorous quality checks to ensure that we deliver the quality work which scores the best results.</p>\r\n<p>In order to keep our services updated with the changing educational environment, we have made provision of regular training sessions for our writers so that they can keep themselves updated with the changes in the engineering field and brush-up their skills.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Electrical Assignment Help’ services</h2>\r\n<p>You get an array of advantages when you book the help Electrical Assignment Helper from Professional Assignment Help which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with our highly qualified and experienced Electrical Engineers who curate your assignment from scratch to end, making it a flawless work.</li>\r\n<li>In addition to the assignment that we deliver, our experts guide you thoroughly about the topics that boost your subject knowledge.</li>\r\n<li>You always get the customized writing solution for the assignment you need.</li>\r\n<li>Every assignment that we draft is worked considering the specification stated by you to our experts.</li>\r\n<li>You get the affordable services within the stipulated time frame without compromising with the quality of assignment.</li>\r\n</ul>\r\n<p>Professional Assignment Help aims to deliver the most expected results and the value for the wide range of services that we offer. If you are looking for value and quality services that help you excel in academics, then Professional Assignment Help is certainly the right platform to get help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 6, 'Electrical Assignment Help | Electrical Assignment Helper', 'Professional Assignments Help offers a wide range of topics in the engineering field including electrical assignment help.', 'Electrical Assignment Help, Electrical Assignment Helper', 'electrical-assignment-help', '2021-10-21 04:56:18', '2021-10-25 05:46:45'),
(271, 'Electrical Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ELECTRICAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is a renowned assignment helper providing a wide range of academic writing services to the students from schools, colleges and universities across UK, Australia and New Zealand. Among many other leading academic writing services, Electrical Engineering is one of highly catered assignment assistance that our engineering experts have catered for students.</p>\r\n<p>Electrical engineering is one of the broadest fields of engineering that deals with the study of production of electricity, its transmission, distribution and consumption which is beneficial for mankind. Since it is a vast subject, many students might find it challenging to write the assignment by themselves due to the complexity of the subject and lack of writing skills. Besides, it requires an ample amount of time to write an assignment. This is the reason students look for Electrical Engineering Assignment Help from professional experts. Through Professional Assignment Help, you get assignment help on a wide range of topics such as Electrical Project, Basic Electrical, Electromagnetism, Basic Laws, Electrical Circuits, Circuit Analysis etc which are sub fields under Electrical engineering branch.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Electrical Engineering Assignment Writing Experts:</h2>\r\n<p>We have boasted a team of highly proficient electrical engineers who have been hired in the role of project managers, assignment writers, proof-readers, editors who work on the assignment together and ensure the quality of assignment at every stage. The entire team of assignment experts work constantly hard to match your expectations and work on assignments that fit best on the parameters set by your professors.</p>\r\n<p>Every assignment our experts work on goes through rigorous quality checks in order to make sure that the delivered assignment does not contain any sort of error and will bring good scores for you as compared to peers.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Electrical Engineering Assignment Help’ services</h2>\r\n<p>There are numerous advantages you get if you hire Electrical Engineering Assignment Help from Professional Assignment Help that consist of advantages such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The assignment writing services from well qualified and experienced Electrical Engineers and professionals who hold immense subject and practical knowledge on the respective field of study.</li>\r\n<li>Our experts work on your assignment from scratch to end, compiling it with 100% plagiarism free data and ensuring to deliver a flawless assignment.</li>\r\n<li>You get the customized solutions for your assignment queries that suit your requirements.</li>\r\n<li>You get reliable services at a very affordable cost with the stipulated time frame.</li>\r\n</ul>\r\n<p>All students look for assignment experts who can assure them about the quality and the results for the assignment they get. If you are also looking for assurance, then get in touch with us now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 7, 'Electrical Engineering Assignment Help |  Electrical Assignment writers', 'The assignment writing services given by experienced writers regarding electrical engineering assignment help are really commendable.', 'Electrical Engineering Assignment Help,  Electrical Assignment writers', 'electrical-engineering-assignment-help', '2021-10-21 05:22:06', '2021-10-25 05:53:50'),
(272, 'Electronics Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ELECTRONICS ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Are you looking for customized assignment writing services in Electronics Engineering Assignment? Are you looking for Electronics Engineering Assignment Help from professional assignment experts who can assure you about the quality and bring assured good results? Whatever is the query you have in regards to assignment writing services, we have the best solutions for you.</p>\r\n<p>We are Professional Assignment Help, one of the renowned assignments help online available for students across the UK, Australia and New Zealand. We offer a wide range of assignment help in a range of courses which are being taught across the world and electronics engineering assignment help is one of the most booked assignment help online. At Professional Assignment Help, you get connected with the most capable and qualified Electronics Engineering expert who answers your all sort of assignment related query very proficiently and provides you with the excellent writing solution that makes you stand out among peers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Electronics Engineering Assignment Writing Experts:</h2>\r\n<p>Every expert who is part of the Professional Assignment Help team comes from a reputed educational institute, hired from various countries so that we can provide you the most capable native assignment helper who holds the expertise that matches with your requirements. Our team consists of highly qualified and experienced Electronics engineering experts, hired as Project Manager, assignment writers, assignment proofreaders, editors who together work on your assignment to make it an impressive one that matches the expectations of your professors.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Electronics Engineering Assignment Help’ services</h2>\r\n<p>You get number of benefits when you book Electronics Engineering Assignment Help from Professional Assignment Help which include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Assignment assistance from proficient experts who have pursued a degree or Ph.D. in the respective field of study and hold immense practical knowledge to write good quality assignments.</li>\r\n<li>You get the most affordable services along with the reliability of top-notch quality and higher scores.</li>\r\n<li>Every assignment is delivered after ensuring that it doesn’t contain any scope of error in terms of content, language and format.</li>\r\n<li>The assignment our experts draft is 100% plagiarism free and contains information which is relevant to the topic.</li>\r\n<li>You get the timely deliveries of your requested assignment and quick responses to your queries.</li>\r\n</ul>\r\n<p>Writing an assignment would certainly be a challenging and complex task, but scoring good marks becomes important as it is the major part of the grading system. If you also want to score higher marks, do contact us now for best assignment help online.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 8, 'Electronics Engineering Assignment Help | Electronics Engineering Expert', 'With core features of electronics assignments help experts, ensure the timely delivery of academic writings with a good content format and no plagiarism.', 'Electronics Engineering Assignment Help, Electronics Engineering Expert', 'electronics-engineering-assignment-help', '2021-10-21 05:25:46', '2021-10-25 05:55:22'),
(273, 'Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Writing an engineering thesis would certainly be a challenging task for many of the students and what afraid the most to the student are the grades their assignment could bring. Assignments are the major component of the grading system and scoring good marks in assignments becomes important for them. Since writing an assignment is a challenging and complex task, it requires a good amount of subject knowledge and good writing skills to write an assignment. Above all, it requires an ample amount of time. Therefore, due to lack of all such prerequisites, students look for engineering assignment help from experts who can write assignments full of quality content that could bring in higher scores.</p>\r\n<p>Professional Assignment Help is the leading Engineering Assignment Help provider, helping students with a wide range of academic writing services from basic to technical courses. We cover a wide range of engineering courses which are taught across the world and help the student with excellent writing solutions for all sorts of simple to complex engineering topics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Engineering Assignment Writing Experts:</h2>\r\n<p>Our assignment help team consists of well qualified and experienced engineers from various countries who have completed their education from reputed educational institutions. Every assignment expert we have hired are either Masters degree holders or Ph.D. Scholars from the respective fields of study.</p>\r\n<p>These engineering experts help you in drafting top-notch quality assignment, from scratch to end, and deliver the same after ensuring that it doesn’t contain any scope of error. Beside a well written engineering assignment, our professional assignment writing experts also help in having a thorough understanding of the subject or topics that boost your subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Engineering Assignment Help’ services</h2>\r\n<p>There are lot of advantages you get by hiring engineering assignment experts from professional assignment help and these benefits are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from our proficient engineering assignment writers who are Scholars and hold years of experience in assisting students with high standard assignment writing services.</li>\r\n<li>Our top-notch quality academic writing services and assignments help online let you win accolades from professors and comparatively higher grades in academics.</li>\r\n<li>Every assignment our experts write is 100% plagiarism free and contains relevant information.</li>\r\n<li>You get the assignments delivered on time and get the quickest response to your queries always.</li>\r\n</ul>\r\n<p>We understand how important it is for you to submit a good quality assignment before the deadline and therefore your requirements are always kept on priority at Professional Assignment Help. If you’re in need of professional experts to get good assignments delivered on time, then contact Professional Assignment Help now to get excellent solutions that create value for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 9, 'Engineering Assignments Help | Engineering Assignment Experts', 'Being the best engineering assignment help provider will cover all solutions for simple to complex engineering topics and assignments for achieving higher grades.', 'Engineering Assignments Help, Engineering Assignment Experts', 'engineering-assignment-help', '2021-10-21 05:29:44', '2021-10-25 05:57:07'),
(274, 'Material Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MATERIAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Students pursuing study in different colleges, universities and schools across the world have to deal with multiple project submission, assignment submissions which are part of their curriculum. In order to secure higher marks in academics, they are supposed to submit good projects and accumulate higher marks that could be compiled in final results. While every student wishes to score higher marks, maintaining that results and quality in the assignment that you submit becomes challenging due to the lack of time amid academic life.</p>\r\n<p>Material engineering is one of the streams in engineering where students suffer the most when it comes to writing assignments. Due to the lack of subject knowledge and lack of writing expertise, most of the engineering students struggle to write good quality assignments and get their score suffered. Therefore, the students look for Material Engineering Assignment Help from experts who can write assignments on their behalf and can score high without directly investing time in writing assignments.</p>\r\n<p>With the help of Professional Assignment Help, one of the leading assignment helpers for students across UK, Australia and New Zealand, students now can get good quality Material engineering assignments in very less time along with assurance of success and higher scores. We get you the help of experts who have years of experience in helping students with writing impressive engineering assignments from all sorts of topics very efficiently.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Material Engineering Assignment Writing Experts:</h2>\r\n<p>Our team of assignment helpers consist of well qualified and experienced project managers, assignment writers, proof-readers, editors who all work hard to draft an impressive material engineering Assignment that is composed of thorough research and analysis of data, and gets compiled in standard well-structured format followed at your university.</p>\r\n<p>We understand the requirements of every student differ as they come from different universities with different academic levels. Therefore, we do provide customized assignment writing services and each assignment we deliver is worked considering your specification and requirements so that it matches best with your requirement and brings you the most positive or expected outcomes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Material Engineering Assignment Help’ services</h2>\r\n<p>You get range of benefits when you hire Material Engineering Assignment Help from Professional Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You will be delivered quality assignment writing services and the assignments which are written by proficient experts and scholars qualified from reputed educational institutes from various countries.</li>\r\n<li>Not just good quality assignments you get from us, our experts help you in understanding every aspect of topic and subject by making them easier for you to understand so that could boost your subjective knowledge.</li>\r\n<li>You get the tailored writing services based on the requirements stated by your professors and the parameters followed at your university.</li>\r\n<li>Along with the assured timely deliveries, you get a quick response to your every query.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, it is our aim to deliver the most expected outcomes with 100% customer satisfaction. We aim to create the value for the money and time you invest with us by delivering you the services that bring the assured higher results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 10, 'Material Engineering Assignment Help | Who Can Write Assignments', 'Doing deep research and data analysis, our assignment writers team will offer excellent services looking for material engineering help.', 'Material Engineering Assignment Help, Who Can Write Assignments', 'material-engineering-assignment-help', '2021-10-21 05:34:02', '2021-10-25 05:58:48'),
(275, 'Mechanical Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MECHANICAL ASSIGNMENT HELP</h1>\r\n<p>Professional Assignment Help is one of the leading assignment helpers providing a wide range of academic writing services and helping students to get success in the course they are pursuing. Mechanical Assignment Help is one of such academic writing services we have been catering to from engineering students across the UK, Australia and New Zealand.</p>\r\n<p>Mechanical Engineering is the branch of engineering that focuses on the study of designing, construction and manufacturing of machines. It is one of the oldest disciplines of engineering that deals in creating blueprints of the machines. Students who are asked to prepare assignments based on any topic of Mechanical Engineering might find it challenging to curate the assignment by themselves due to the complexity of the subject. It does require a lot of time in drafting an assignment and requires a lot of subject knowledge along with good writing skills from students to write an assignment that could score high. Due to the lack of all such prerequisites for writing an assignment, students seek help from Mechanical Engineering Experts. If you’re looking for one, contact Professional Assignment Help now to get the best Mechanical Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Mechanical Assignment Writing Experts:</h2>\r\n<p>Our team of assignment helpers consist of well qualified and experienced project managers, assignment writers, proof-readers, editors who all work hard to draft an impressive Mechanical Assignment which consist of well researched content, relevant to the topics selected, in a well-structured format applicable at your university. Every assignment we delivered is worked considering your specification and requirements so that it matches best with your requirement and brings you the most positive or expected outcomes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Mechanical Assignment Help’ services</h2>\r\n<p>There is an array of benefits when you hire Mechanical Assignment Help from Professional Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the quality assignment writing services from the proficient experts coming from reputed educational institutes from various countries.</li>\r\n<li>Along with the best assignment writing services, our experts help you in understanding every aspect of topic and subject by making them easier for you to understand and that boost your subjective knowledge.</li>\r\n<li>You get the tailored writing services based on the requirements stated by your professors and the parameters followed at your university.</li>\r\n<li>Along with the assured timely deliveries, you get a quick response to your every query.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, we aim to bring out the most expected results and the value for the wide range of services we deliver. If value and quality services are what you expect, then Professional Assignment Help is certainly the right platform to get help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 11, 'Mechanical Assignment Help | Academic Writing Services', 'Professional Assignments Help offering mechanical assignment help  with good writing skills that will help students in scoring high in studies.', 'Mechanical Assignment Help, Academic Writing Services', 'mechanical-assignment-help', '2021-10-21 05:38:22', '2021-10-25 06:02:13'),
(276, 'Mechanical Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">MECHANICAL ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Mechanical Engineering is the branch of engineering that deals with the study of designing, construction and manufacturing of machineries. It is one of the oldest disciplines of engineering that deals in creating blueprints of the machines. It is very common among the students from universities and colleges to be asked to prepare assignments covering topics under mechanical engineering which are the part of learning. However, students find it challenging to write the assignment by themselves due to various factors such as lack of subject knowledge, lack of research skills, lack of writing skills and lack of time. Due to any of these factors, students might find it challenging to compose a good quality mechanical engineering assignment. However, there are certain ways to get it done and one of the most common ways is to hire the help of experts to get Mechanical Engineering Assignment done or to get Mechanical Engineering Assignment Help.</p>\r\n<p>Professional Assignment Help is one of the leading assignment helpers providing Mechanical Assignment Help to engineering students from different colleges and universities across UK, Australia and New Zealand. You get the help of proficient experts to get mechanical engineering assignment help and would certainly score higher marks.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Mechanical Engineering Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have hired the most qualified team of assignment helpers consisting of well qualified and experienced project managers, assignment writers, proof-readers, editors who all work hard to draft an impressive Mechanical engineering Assignment. Each and every assignment we curate is worked out thoroughly doing research and compiling it into well-structured format as per the university’s standard.</p>\r\n<p>In order to match the expectation and the standard of services, we provide customized writing solutions based on your specification and the standard followed at your universities. With the delivery of every assignment, we make sure to deliver the quality and assurance of success.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Mechanical Engineering Assignment Help’ services</h2>\r\n<p>Below mentioned are some of the benefits you get on booking Mechanical Engineering Assignment Help from Professional Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from proficient engineering experts qualified from prestigious educational institutes from various countries.</li>\r\n<li>You get the help of native writers on your assignment who understand your requirement better and are well aware of the assessment guidelines followed at your university.</li>\r\n<li>Our experts guide you and make it easy for you to understand the topic by converting them into easier language or concepts that help you in preparing for exams and boost your knowledge.</li>\r\n<li>You get the timely deliveries of assignments and quick responses to your queries through our round the clock available customer support.</li>\r\n</ul>\r\n<p>Professional Assignment Help aims to bring out the most expected results and the value through every service we offer to students. If value and quality services are what you expect, then Professional Assignment Help is certainly the right platform to get help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 12, 'Mechanical Engineering Assignment Help | Proficient Engineering Experts', 'Our team of project managers and assignment writers that really work hard for mechanical engineering help with a well-structured format.', 'Mechanical Engineering Assignment Help, Proficient Engineering Experts', 'mechanical-engineering-assignment-help', '2021-10-21 05:43:06', '2021-10-25 06:04:02'),
(277, 'Petroleum Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PETROLEUM ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Engineering is one of those subjects that consist of a lot of technical information and students must have sound knowledge of every aspect and concept of the engineering subject they are asked to write an assignment. Petroleum Engineering is the branch in engineering that deals with analysing, drilling, exploration of mining products such as petroleum, crude oil, minerals. There are numerous topics that are covered within this field of study and it might be challenging for students to write the Petroleum Engineering Assignment by themselves.</p>\r\n<p>Professional Assignment Help has come up with the Petroleum Engineering Assignment Help through the engineering experts who curate your assignment considering all the specifications given by you. We make sure to deliver the assignment that matches with your expectation and fit best on the parameters stated by your professors so that you could score higher marks in Petroleum Engineering Assignment.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Petroleum Engineering Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we are equipped with the Petroleum engineering experts hired from different countries. These experts are the certified engineers who have completed their degree in the respective field of study and have years of working experience as engineers. They are the veteran professors, tutors, industrial experts, subject matter experts who are the most capable person to assist you with all Petroleum Engineering Assignment Help related queries, irrespective of the complexity of the topic. Our Petroleum Engineering experts work on your assignment from scratch to end, compiling the assignment in a well-structured format with all the mandatory components such as topic, findings, references, citations, recommendations etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Petroleum Engineering Assignment Help’ services</h2>\r\n<p>The core features of Petroleum Engineering Assignment Help are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment help from the highly qualified experts who draft your assignment which is as similar as written by a scholar.</li>\r\n<li>You get a top-notch quality assignment delivered that is 100% plagiarism free content, relevant to the topic.</li>\r\n<li>You get assured positive outcomes and success in academics.</li>\r\n<li>You get the assignments delivered on time and always get quick responses to your queries.</li>\r\n<li>You get timely updates and feedback about the progress on the assignment so that you can check with your mentor accordingly and make the changes accordingly.</li>\r\n</ul>\r\n<p>It has always been challenging to write a high quality Petroleum Assignment and submit them before the deadline, but with the help of experts from Professional Assignment Help, you can surely achieve higher scores in academics by submitting well drafted assignments.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 13, 'Petroleum Engineering Assignment Help | Petroleum Engineering Experts', 'Our petroleum engineering assignment helps make sure the delivery of engineering assignments on time as per your expectation and requirements by the tutors.', 'Petroleum Engineering Assignment Help, Petroleum Engineering Experts', 'petroleum-engineering-assignment-help', '2021-10-21 05:46:46', '2021-10-25 06:05:20'),
(278, 'Software Engineering Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOFTWARE ENGINEERING ASSIGNMENT HELP</h1>\r\n<p>Assignments are the major part of the curriculum nowadays and one of the major components in the grading system. Therefore, submitting a good assignment becomes important if you want to score higher marks. However, writing an assignment would not be easy at all. Majority of the students find it very challenging to write the assignments by themselves due to lack of knowledge and lack of time.</p>\r\n<p>Professional Assignment Help is the one of the prominent assignment helpers, assisting students with a wide range of courses and assignment help. Software Engineering Assignment Help is one such online assignment help online which aims to help software engineering students with excellent assignment services through well qualified and experienced engineers from various countries. These experts don’t only help in drafting their software engineering assignment but also make them understand the engineering concepts, topics that boost your knowledge and practical understanding on the subject.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Software Engineering Assignment Writing Experts:</h2>\r\n<p>Our assignment help team consists of proficient software engineers as project managers, assignment writers, proof-readers, editors who work on software engineering assignment from scratch till end, ensuring the quality of assignment. Every assignment helper we have hired in our team are the master degree holder or scholars in the engineering field and hold years of practical experience having worked in the industry, as professors etc.</p>\r\n<p>Each and every assignment we work on goes through rigorous quality checks so that we can ensure a higher level of satisfactory services that would bring you the most positive outcomes and make you excel in academics.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Software Engineering Assignment Help’ services</h2>\r\n<p>Below are some of the core advantages you get by hiring Software Engineering Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide you the help of experts for writing software engineering assignments who provide you completely satisfactory services and customized services matching your expectations.</li>\r\n<li>Hiring an engineering expert would help you save a lot of time that you could spend on other major academic tasks that need your attention the most.</li>\r\n<li>Along with the quality assignment writing services, you get guidance on the topic and the subject you look for, that help you in preparing for exams and also boost your subject knowledge.</li>\r\n<li>You would never miss the deadline for submitting an assignment as we deliver the assignment within the stipulated time frame without compromising with the quality.</li>\r\n</ul>\r\n<p>Hiring Software Engineering Assignment Help from Professional Assignment Help would certainly bring you a lot more advantages and long-term benefits that contribute towards your success in academics. If you’re looking for positive outcomes and value for the money you spent on assignment help online, do contact Professional Assignment Help now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 14, 'Software Engineering Assignment Help | Assignment Helpers', 'Well qualified engineers from different countries aim to give software engineering assignment help services for drafting unique assignments for good grades.', 'Software Engineering Assignment Help, Assignment Helpers', 'software-engineering-assignment-help', '2021-10-21 05:51:17', '2021-10-25 06:09:17'),
(279, 'Solidworks Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOLIDWORKS ASSIGNMENT HELP</h1>\r\n<p>Assignments are the crucial part of the grading system and scoring good marks becomes important if you want to excel in academics. Working on Solidworks Assignment requires immense subject knowledge and expertise to jot down the information in a well-structured format. It requires an ample amount of time and effort to write a good quality solid works assignment that could be praised among peers.</p>\r\n<p>There are a number of students across various colleges and universities across the world who hire the help of scholars to get Solidworks assignment help. Since scholars are well aware of the concepts within the subject, they are able to write a top-notch quality assignment comparatively in less time as compared to the assignment written by students themselves. This would not only save time but also increase the changes to score higher marks in the assignment you submit.</p>\r\n<p>Professional Assignment Help is the leading assignment helper who provides you the services of Solidworks scholars to get good quality assignments written. Every Solidworks assignment that we curate for you is compiled with unique content in a structured format and presentable manner with required pieces of information. Through Professional Assignment Help, you get the promise of your quality and assured results in the assignment help services you book with us.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Solidworks Assignment Writing Experts:</h2>\r\n<p>We have hired the most capable Solidworks experts and scholars in our team who are the project managers, assignment writers, proof-readers, editors holding years of experience in helping students with excellent writing services and Solidworks Assignment Help.</p>\r\n<p>Each expert who has been hired in our team are qualified from prestigious universities and colleges across the world and hold decades of experience working as solidworks experts, practitioners, tutors, professors etc which make them capable in the assignment help work. Our entire team works hard together on your Solidworks Assignment to make it matchable to your expectations and fit best on the parameters set by your universities.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Solidworks Assignment Help’ services</h2>\r\n<p>You get range of benefits when you Solidworks Assignment Help from Professional Assignment Help and some of these benefits are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services of highly qualified and experienced experts who draft top-notch quality assignments within the stipulated time frame.</li>\r\n<li>Your assignment is worked out from scratch to end, from data research to proof-reading and editing, compiling the well-researched data into standard format applicable at your university and ensuring that the assignment doesn’t not contain any error.</li>\r\n<li>Through us, you get the opportunity to brush-up your subject knowledge by getting in touch with our solidworks experts who guide you further about the topics by converting it into easier concepts.</li>\r\n</ul>\r\n<p>No matter how complex your academic writing requirement would be, we have a wide range of solutions to meet all sorts of queries. Do contact for Solidworks assignment help or any kind of academic writing services you are looking for!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 26, NULL, NULL, NULL, NULL, 15, 'Solidworks Assignment Help | Solidworks experts', 'Now increase your chances of attaining good grades with Solidworks assignment help of writing experts that work really hard for writing your assignments.', 'Solidworks Assignment Help, Solidworks experts', 'solidworks-assignment-help', '2021-10-21 06:00:32', '2021-10-25 06:10:33');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(280, 'Lead and manage people (SITXHRM003)', '<br />\r\n<h3><span style=\"font-weight: 400;\">Assessment 1</span></h3>\r\n<br />\r\n<p><span style=\"font-weight: 400;\"><strong>Question 1:</strong> </span><span style=\"font-weight: 400;\"><em><strong>What do the following mean?</strong></em><br /></span></p>\r\n<p><span style=\"font-weight: 400;\"> Manager: a person who is responsible for a part of a business is known as a manager. Supervising and managing a group of people may be included. </span></p>\r\n<p><span style=\"font-weight: 400;\">Leader: someone who can manage things is a leader.</span></p>\r\n<p><span style=\"font-weight: 400;\">Delegation: Delegation is shifting of authority and responsibility </span></p>\r\n<p><span style=\"font-weight: 400;\">Motivation: Motivation refers to readiness to pursue some goal </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\"><strong>QUESTION 2:</strong> </span><em><strong>Describe the following leadership styles (20 - 40 words each)</strong></em></p>\r\n<p><strong>Authoritarian (autocratic):</strong><span style=\"font-weight: 400;\"> Autocratic leadership, is also considered as the authoritarian leadership, is a leadership style characterized by individual control over all decisions and little input from group members. The leaders which follows this leadership style usually make choices which are based on the ideas and the judgements and they rarely accept the advice from the followers.</span></p>\r\n<p><strong>Delegative (free reign):</strong><span style=\"font-weight: 400;\"> Delegative or the Free-rein leadership, which is also called Laissez-Faire, is a type of leadership style in which leaders are hands-off and allow group members to make the decisions. In this leadership style usually manager set objectives for the employees and also set them free to achieve these objectives in the way which they want to follow.</span></p>\r\n<p><strong>Participative (democratic):</strong><span style=\"font-weight: 400;\"> Democratic leadership, also known as participative leadership or shared leadership, is a type of leadership style in which members of the group take a more participative role in the decision-making process.</span></p>\r\n<br />\r\n<p><strong>QUESTION 3: <em>Describe Abraham Maslow’s theory on motivation. (30 - 50 words )</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">Maslow’s hierarchy theory is the theory of needs of the psychology which explains about the motivation of the humans which is based to pursue the different levels of the needs of the human. This theory also explains that how humans are being motivated in order to fulfill their needs in a proper order. The order begins by fulfilling the most basic need of the human and will surely pursue to full the advanced needs. According to this theory the major goal of it is to achieve the fifth level of the hierarchy which is known as self-actualization.</span></p>\r\n<br />\r\n<p><strong>QUESTION 4: </strong><em><strong>Describe Adam\'s equity theory? (30-  50 words )</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">The Adams Equity Theory shows why salary and benefits alone does not determine the motivation of the employee. It explains why a promotion rarely has the desired effect.<br /><br /></span></p>\r\n<p><strong>QUESTION 5: <em>List 6 different characteristics of an effective team.</em></strong></p>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\"> A Common Goal: there is common goal of effective teams. They have the shared objective that each team member is working on.</span></li>\r\n<li><span style=\"font-weight: 400;\"> Open Communication: good communication is the foundation of effective. </span></li>\r\n<li><span style=\"font-weight: 400;\"> Team Roles: Establishment of defined team roles, with respect for each role’s part in achieving the common goal, is an essential part of effective teamwork. </span></li>\r\n<li><span style=\"font-weight: 400;\"> Time Management: Effective teams use time effectively.</span></li>\r\n<li><span style=\"font-weight: 400;\"> Practical Problem Solving: to achieve the goals there are many problems. The team identify these problems and solve them</span></li>\r\n<li><span style=\"font-weight: 400;\"> Bonding: an effective team is the one that is happy. Each and every team member must trust each and every one.</span></li>\r\n</ol>\r\n<br />\r\n<p><strong>QUESTION 6: <em>Discuss the four stages of team building? (40 - 60 words )</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Forming </strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Here co-workers get to know each other and the trust is built.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Storming</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">In this step, team address how they work effectively as a team.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Norming</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Team members will appreciate each other’s strength. This step involves the agreement that how work can be divided.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Performing</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">In this step the team works on a project itself. It requires the team to be helping and encouraging.<br /><br /></span></p>\r\n<p><strong>QUESTION 7: <em>What is delegation? Explain the principles of delegation? ( 40 - 70 words )</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">Delegation is defined as the shifting of responsibility for a task or decisions from one person to another. </span></p>\r\n<p><span style=\"font-weight: 400;\">The following are the principles of delegation: </span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of Functional Definition</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of Unity of Command</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of Delegation by Results Expected</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of Absoluteness of Responsibility</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Principle of Parity of Authority and Responsibility</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authority Level Principle</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The Scalar Principle</span></li>\r\n</ol>\r\n<br />\r\n<p><strong>QUESTION 8: <em>Read the case study bellow and answer the question to follow:</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">Sparks would fly every time there was a meeting of executive housekeepers from the different hotels, particularly between Frieda and Consuela. Frieda was a legend. She had been with the company for 12 years and had worked her way up the housekeeping hierarchy to become a domineering, no-nonsense manager. She told the others that her style was not negotiable. She was working with a group of low-level, low-skilled employees from a wide range of cultural backgrounds who had no career aspirations. She accepted that staff turnover would always be high in the housekeeping department and insisted that this should be taken into account when dealing with staff. She said that she needed to be tough and task orientated – she and her staff were there to get the job done and not to socialise. They all had families to go home to. Consuela, on the other hand, was an ex-school teacher and a people-focused person. She and Frieda had major discussions about ‘team building’ and providing support for staff self- development. Frieda always told Consuela she was wasting her time. Housekeeping was too busy, with too much pressure, to suit anything but an autocratic (authoritarian) style.</span></p>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">List and describe all the styles of leadership outlined in the above case study (20 - 50 words )</span></li>\r\n</ul>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Frieda exhibits authoritarian style of leadership.</span></p>\r\n<p><span style=\"font-weight: 400;\">Autocratic leadership, is also considered as the authoritarian leadership, is a leadership style characterized by individual control over all decisions and little input from group members. The leaders which follows this leadership style usually make choices which are based on the ideas and the judgements and they rarely accept the advice from the followers.</span></p>\r\n<p><span style=\"font-weight: 400;\">Frieda’s style was not negotiable. She does this because of low staff turnover and lack of skilled staff.</span></p>\r\n<p><span style=\"font-weight: 400;\">Consuela exhibits democratic and participative leadership style.</span></p>\r\n<p><span style=\"font-weight: 400;\">Democratic leadership, also known as participative leadership or shared leadership, is a type of leadership style in which members of the group take a more participative role in the decision-making process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Consuela demonstrates this behavior by encouraging team members to participate in decision-making process.</span></p>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Whose approach do you favour, Frieda’s or Consuela’s? Please explain your answer using the concepts you learnt about leadership styles. (20 - 50 words )</span></li>\r\n</ul>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Authoritarian and democratic and participative leadership, both style of leadership are a good. Authoritarian style of leadership is helpful where the manager is skilled more than the staff members.  </span></p>\r\n<p><span style=\"font-weight: 400;\">On the other hand, democratic and participative leadership style is applicable where the work load is more. </span></p>\r\n<ol style=\"list-style-type: lower-alpha;\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Given that most tourism and hospitality operations have certain periods in which work pressures are extremely high, how do you think that this should be taken into account by supervisors when thinking about their leadership style? ( 20 - 50 words )</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leaders are born, they are not made – leaders are made genetically and are expected to be a leader in their lives. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leaders have a style that make them what they are – people have skills and qualities which they have obtained and is improving continuously </span></li>\r\n</ol>\r\n<br />\r\n<p><strong>QUESTION 9: <em>Detail 3 different ways of how you can recognize or reward a team member? Explain the benefits of each method you detail. (40 – 60 words)</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Thank Workers for Their Efforts: </strong><span style=\"font-weight: 400;\">It is a great way for recognizing the team members, and something that is truly wallet-friendly. Everyone wants to feel like their managers have noticed they’ve been working hard and are achieving great results, so thanking workers for doing a great job. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Give Employees Awards, Perks, and Gifts:</strong><span style=\"font-weight: 400;\"> People can be presented with a special certificate, plaque, trophy or another type of award in front of their peers.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Provide opportunities: </strong><span style=\"font-weight: 400;\">Employees who do well should be given opportunity for expanding their responsibilities </span></li>\r\n</ul>\r\n<br />\r\n<p><strong>QUESTION 10: <em>List 5 benefits that flow from effective teamwork within a team.</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Creativity and Learning. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complementary Strengths is blended</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trust is built. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conflict Resolution Skills. Is taught.  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A Sense of Ownership is promoted</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Healthy Risk-Taking is encouraged</span></li>\r\n</ul>\r\n<br />\r\n<p><strong>QUESTION 11: <em>Describe 3 points you can follow when organizing your team to be successful. (30 – 50 words)</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">From day one establish expectations.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Respect the team members as individuals. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Engender connections within the team. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Practice emotional intelligence. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Motivate with positivity</span></li>\r\n</ul>\r\n<br />\r\n<p><strong>QUESTION 12: <em>What are the main benefits of organizational planning when it comes to your team? (30 - 50 words)</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gives a sense of direction to an organization.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focus attention on objectives and results. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Establishes a basis for teamwork. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps to anticipate the problems and cope up with the change. </span></li>\r\n</ul>\r\n<br />\r\n<p><strong>QUESTION 13: <em>What consultation should you involve when planning for your team? (30 - 50 words)</em></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Owners / Directors - to make sure that goals and directions meet with the organizational strategic direction. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Team members – make sure what is planned with their expectation. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clients – get to know what does the client wants </span></li>\r\n</ul>\r\n<br />\r\n<p><strong>QUESTION 14: <em>Read the case study bellow and answer the question to follow:</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">Training is effort initiated by an organization to foster learning among its workers, and development is effort that is oriented more towards broadening an individual’s skills for the future responsibility. (George &amp; Scott, 2012). Training and development are a continuous effort designed to improve employees’ competence and organize performance as a goal to improve on the employees’ capacity and performance.</span></p>\r\n<p><span style=\"font-weight: 400;\">To run an organization, be it big or small, requires staffing the organization with efficient personnel. Specific job skills, ability, knowledge and competence needed in the workplace are not efficiently taught in the formal education. As such, most employees need extensive training to ensure the necessary skills, knowledge, ability, and competence to bring out substantive contribution towards the company’s growth. For employees to be flexible and effective in their Job, they need to acquire and develop knowledge and skill, and for them to believe that they are valued by the organization they work for, then they need to see valuable signs of management commitments to their training needs. Some of the more common means of staff development include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">change in job responsibilities</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">external training and professional development</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">formal promotion</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">internal training and professional development</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">opportunity for greater autonomy or responsibility</span></li>\r\n</ul>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">List the pros and cons of each of the common means listed above</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">MEANS OF DEVELOPMENT</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">PROS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CONS</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">change in job responsibilities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There are better chances for the promotion.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It can be stressful</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">external training and professional development</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Hire an outside training provider that allows the organization to focus on their competencies. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External training is more expensive than internal training</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">formal promotion</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Helps in creating communication opportunity</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">More load of work</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">internal training and professional</span></p>\r\n<p><span style=\"font-weight: 400;\">development</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Job satisfaction is Increased and employee engagement</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Requires time away from work</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">opportunity for greater autonomy or responsibility</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Greater happiness and engagement</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It takes more time to make important decisions</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p><strong>QUESTION 15: <em>Managers and supervisors make decisions on a daily basis, addressing everything from day-to- day operational issues to long-range strategic planning.</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">List and briefly describe what steps you would follow in making a business related decision. (4 </span><span style=\"font-weight: 400;\">– 5 steps)</span></p>\r\n<span style=\"font-weight: 400;\">1. Identify the decision</span>\r\n<p><span style=\"font-weight: 400;\">Identify the problem first which is needed to be solved for making decision. Define the decision clearly. </span></p>\r\n<span style=\"font-weight: 400;\">2. Gather relevant information</span>\r\n<p><span style=\"font-weight: 400;\">After the decision is identified, gather all the information that is relevant to the choice. </span></p>\r\n<span style=\"font-weight: 400;\">3. Identify the alternatives</span>\r\n<p><span style=\"font-weight: 400;\">Identify the solution of the problem after there is relevant information available. </span></p>\r\n<span style=\"font-weight: 400;\">4. Weigh the evidence</span>\r\n<p><span style=\"font-weight: 400;\">Identify the multiple alternatives, weigh the evidence. </span></p>\r\n<span style=\"font-weight: 400;\">5. Choose among alternatives</span>\r\n<p><span style=\"font-weight: 400;\">In this, choose among the different alternatives and make a decision. </span></p>\r\n<span style=\"font-weight: 400;\">6. Take action</span>\r\n<p><span style=\"font-weight: 400;\">Act on the decision which is taken. Make a plan to make the decision achievable.  </span></p>\r\n<span style=\"font-weight: 400;\">7. Review your decision</span>\r\n<p><span style=\"font-weight: 400;\">After the decision is taken, review the decision. <br /><br /></span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3><span style=\"font-weight: 400;\">Assessment 2</span></h3>\r\n<br />\r\n<h3><strong>PART 1.</strong></h3>\r\n<p><span style=\"font-weight: 400;\">Read the provided information in the case study based on The International Hotel Group – </span><strong>See Appendix 1 </strong><span style=\"font-weight: 400;\">and complete the tasks below. Use the forms and templates provided to complete your tasks.</span></p>\r\n<h3><span style=\"font-weight: 400;\">Task 1</span></h3>\r\n<p><span style=\"font-weight: 400;\">Use the case study based on The International Hotel Group ( </span><strong>See Appendix 1) to </strong><span style=\"font-weight: 400;\">Write a report (400 - 500 words), addressed to </span><em><span style=\"font-weight: 400;\">Bachar Naja, the CEO of The International Hotel Group” </span></em><span style=\"font-weight: 400;\">evaluating the performance of the Customer Service Department.</span></p>\r\n<p><span style=\"font-weight: 400;\">The report should contain the following structure / content:</span></p>\r\n<ol style=\"list-style-type: lower-roman;\">\r\n<li aria-level=\"3\">Introduction</li>\r\n<li aria-level=\"3\">Findings of the performance evaluation</li>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">Areas that are not performing well</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">Suggest reasons for the poor performance in these area</span></li>\r\n</ul>\r\n<li aria-level=\"3\">Recommended strategies for improving performance</li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">List of recommendations, including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">Seek feedback from teams and individuals</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">Communicating the short as well as long term goals are</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">Delegating and assigning or the work and tasks to team members</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">How to provide feedback</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">How to motivate staff through recognition and rewards</span></li>\r\n</ul>\r\n<br /><br />\r\n<p><span style=\"font-weight: 400;\">Date: 15</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> October, 2021 </span></p>\r\n<p><span style=\"font-weight: 400;\">To</span></p>\r\n<p><span style=\"font-weight: 400;\">CEO, International Hotel Group</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Report on evaluation of performance of the Customer Service Department</span></p>\r\n<br />\r\n<p><strong>Introduction:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The main aim of this report is to analysis, record and evaluate the performance of customer service department of International Hotel Group.</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer service is the act that supports and advocate for customers in discovery and troubleshooting of the product or the service. It is the process that will support the team making will happen. To foster lasting customer relationship is the goal of customer service.</span></p>\r\n<br />\r\n<p><strong>The Performance Evaluation\'s Findings</strong></p>\r\n<p><span style=\"font-weight: 400;\">Given below are some of the areas of customer service that re not performing well</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer service: customer shows their dissatisfaction. Customers showcased their dissatisfaction with the method customer service department answers and handles calls. In has been observed that in May 2017, 78% people calling in the customer service department were satisfied with the service. However, in May 2018, this number decreased by 22% and number of satisfied customers declined and reached up to 56%. The industry benchmark established for this is 73% satisfaction level.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Call Speed: Customers also showcased their dissatisfaction with the speed of call handling process. There has been observed a dramatic decline in the area from May 2017 to may 2018. In May 2017, 64% customers were satisfied with the call speed, however, in May 2018, this percentile dramatically declined and reached to only 22% satisfaction level of customers. This indicates subject of poor performance and needs high attention. According to industry benchmark it should be up to 59%.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Client Enquiries: Customer enquiries are also not being handled properly. Customer service department has disappointed customers in this area. The percentage of satisfied customer in this area decreased by 14%. The industry benchmark for this is 82%. However, it is observed to be only 70%.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer Call Rating: Customer call rating has also reduced by a large percentage. In May 2017, level of satisfied customers was 71%, where as in May 2018, it remained merely 34%, which is a huge decline in level of satisfaction of customers. </span></li>\r\n</ul>\r\n<br />\r\n<p><strong>Seeking feedback from teams and individuals</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regularly review the performance of the employees  performance review</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Team meeting should be arranged.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Suggestion box.</span></li>\r\n</ul>\r\n<p><strong>Communicating what the short as well as long term goals are</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define the goal. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Communicate the goal clearly and openly. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Predict possible challenges ahead. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inform all parties involved. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adjust the message. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ensure understanding.</span></li>\r\n</ul>\r\n<p><strong>Delegating and assigning or reassigning work and tasks to team members</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Right person should be chosen.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Right instruction should be provided. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resources and training should be provided. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Provide feedback </span></li>\r\n</ul>\r\n<p><strong>How you intend to motivating staff through recognition and rewards</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It should be personal. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Opportunities should be provided  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recognize </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Financial incentives. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Holiday rewards and bonuses should be given. </span></li>\r\n</ul>\r\n<p><strong>Report Presented by:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager,</span></p>\r\n<p><span style=\"font-weight: 400;\">The International Hotel Group</span></p>\r\n<h5><span style=\"font-weight: 400;\"> YOU ARE REQUIRED TO SUBMIT</span></h5>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"4\"><span style=\"font-weight: 400;\">A report (400 - 500 words), addressed to Bachar Naja, the CEO of The International Hotel Group” evaluating the performance of the Customer Service Department.</span></li>\r\n</ul>\r\n<br />\r\n<h3><strong>PART 2.</strong></h3>\r\n<p><em><span style=\"font-weight: 400;\">The CEO of “The International Hotel Group”</span></em><span style=\"font-weight: 400;\">, received the report that you prepared in </span><strong>Part 1 </strong><span style=\"font-weight: 400;\">above. After reviewing it, he calls you to discuss your findings.</span></p>\r\n<p><span style=\"font-weight: 400;\">The CEO realises the importance of your findings and the impact that this phenomenon is having on the organisation. So he requests that you prepare and deliver an information session/meeting with the customer service staff members to implement your recommendations.</span></p>\r\n<p><span style=\"font-weight: 400;\">For this part of the task, you are required to provide notice to all Customer Service Department staff members of the upcoming information session / meeting as requested by your CEO. Your notice to the staff members can be by way of an e-mail or any other appropriate communication method you may choose.</span></p>\r\n<p><span style=\"font-weight: 400;\">The notice must include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An agenda detailing:</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">the information session objectives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">the information session proceedings.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Information session date, time, and venue</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Seeking feedback from the customer service team members:</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">based on what you have decided to implement and as you outlined in the information session proceedings / agenda</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">In line with the International Hotel Group Policies and Procedures.</span></li>\r\n</ul>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">You may use the agenda template provided - </span><strong>See Appendix 9.</strong></p>\r\n<br />\r\n<p><strong>EMAIL:</strong></p>\r\n<p><strong>To: </strong><span style=\"font-weight: 400;\">Customer Service Staff</span></p>\r\n<p><strong>From: </strong><span style=\"font-weight: 400;\">Customer Service Manager</span></p>\r\n<p><strong>Subject: </strong><span style=\"font-weight: 400;\">Regarding the session agenda</span></p>\r\n<p><span style=\"font-weight: 400;\">Notice:</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is to notify that the information session is organized regarding the evaluation of the performance of customer service department.</span></p>\r\n<p><span style=\"font-weight: 400;\">Here are all the details of session:</span></p>\r\n<p><span style=\"font-weight: 400;\">Session Agenda:</span></p>\r\n<p><strong>Proceeding of the information session:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discuss the several strategies for the improvement of performance</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discussing the short and long term goals.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discuss the strategies for recognizing the performance of the employee.  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discuss the feedback</span></li>\r\n</ul>\r\n<p><strong>Information Session Details:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Date: 17</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> October, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 10 AM</span></p>\r\n<p><span style=\"font-weight: 400;\">Location: Meeting Room</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">The International Hotel Group</span></p>\r\n<br />\r\n<p><strong>Meeting Agenda</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30-09-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Time</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10:00 am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Location</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference hall</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Meeting Type</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Information session</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Meeting Called By</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Vishwas (Customer Service Manager)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Timekeeper.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Mr. ABC</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Meeting Purpose</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">To inform about the performance customer service department</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Scribe</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">Ms. MNO</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Attendees</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">HR manager, All staff of Customer Service Department</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Other Present</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Time</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Agenda Item</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>By</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>10:00 to 10:15 am</strong></p>\r\n<p><strong>10:15 to 10:30 am</strong></p>\r\n<p><strong>10:30 to 11:00 am</strong></p>\r\n<br />\r\n<p><strong>11:00 to 01:30 pm</strong></p>\r\n<br />\r\n<p><strong>1:30 to 2:30 pm </strong></p>\r\n<p><strong>2:30 to 3:00 pm</strong></p>\r\n<p><strong>3:00 to 3:15 pm</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Attendance</span></p>\r\n<p><span style=\"font-weight: 400;\">Reading the agenda</span></p>\r\n<p><span style=\"font-weight: 400;\">Informing the outcome of performance evaluation</span></p>\r\n<p><span style=\"font-weight: 400;\">Discussing several strategies for the improvement of performance</span></p>\r\n<p><span style=\"font-weight: 400;\">Lunch</span></p>\r\n<p><span style=\"font-weight: 400;\">Feedback, taking suggestions</span></p>\r\n<p><span style=\"font-weight: 400;\">Concluding the session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Mr. ABC</span></p>\r\n<p><span style=\"font-weight: 400;\">Mr. MNO</span></p>\r\n<p><span style=\"font-weight: 400;\">Mr. Vishwas </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Mr. Vishwas </span></p>\r\n<br /><br />\r\n<p><span style=\"font-weight: 400;\">Mr. ABC</span></p>\r\n<p><span style=\"font-weight: 400;\">Mr. MNO</span></p>\r\n<br /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">By</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">The International Hotel Group</span></p>\r\n<h5><span style=\"font-weight: 400;\"> YOU ARE REQUIRED TO SUBMIT</span></h5>\r\n<p><span style=\"font-weight: 400;\">Evidence of planning and organising an information session / meeting to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">inform the customer service employees of the current situation with their performance</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inform the customer service employees of the decisions you have taken to improve customer service</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Seek and respond to feedback from the customer service employees.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Such evidence could be:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A session plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PowerPoint presentation for the meeting</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Handouts</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Information session / meeting agenda</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Draft email to give notice of the upcoming information session / meeting</span></li>\r\n</ul>\r\n<br />\r\n<h3><strong>PART 3 – ROLE PLAY.</strong></h3>\r\n<h5><strong>Undertake a role play</strong></h5>\r\n<p><span style=\"font-weight: 400;\">You are to participate in a role-play where you are the manager of the Customer Service Department at “The International Hotel Group” with your trainer/assessor and fellow class mates being your customer service team members.</span></p>\r\n<p><span style=\"font-weight: 400;\">You have analysed customer feedback data and produced a report to the CEO identifying the areas of poor performance and made some recommendations for improvement. Your CEO has approved your recommendations and has asked you to meet with the Customer Service team to implement your recommendations.</span></p>\r\n<p><span style=\"font-weight: 400;\">Demonstrate your ability to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plan and Organise</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Provide the relevant information to the team</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Seek and respond to feedback from team members</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delegate work and tasks</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encourage effective communication</span></li>\r\n</ul>\r\n<br />\r\n<h5><strong>Instructions for the role play:</strong></h5>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Play the role of the custo0mer service department </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trainer will play the role of the customer service team member</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fellow mates will the role of customer service team member</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You have 15 minutes to complete this activity</span></li>\r\n</ul>\r\n<br />\r\n<h5><strong>Participate in the role play with your assessor and class mates</strong></h5>\r\n<p><span style=\"font-weight: 400;\">The list below provides you with guidance as to the proceedings of the information session / meeting:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are to brief the team on findings ( as reported in Assessment Task 1)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are to give your reasons for the poor performance</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are delegate work and tasks</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are to provide reasons for your decisions</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are to encourage team communication and feedback</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You are to motivate your team</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Your trainer/assessor will document this activity and will use the list below as the criteria to assess you. They want to see that you are able to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Act as a positive role model</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Interact with team members on a positive and professional level</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Communicate short and long term goals</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Communicate expectations</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delegate responsibilities</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encourage innovative approaches</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify and reward good efforts</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encourage open and supportive communication</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Share information about the organisation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Motivate teams and individuals</span></li>\r\n</ul>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">You will need to be prepared to answer questions from the audience. These questions will be to clarify a point you have made, or request further information.</span></p>\r\n<p><span style=\"font-weight: 400;\">You will be assessed on your ability to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Research and plan an information session / meeting appropriate to your purpose and intended audience.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Present your information using effective oral communication skills</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Respond to feedback and request for information from your audience</span></li>\r\n</ul>\r\n<br />\r\n<h5><strong>Presentation tips:</strong></h5>\r\n<p><span style=\"font-weight: 400;\">In preparing and presenting your presentation you should consider:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structure – introduction, body and conclusion</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Effective use of notes, e.g. not reading or looking down constantly</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Language features such as:</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Formal and informal language</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Linking words and phrases: first, second, next, then, and finally</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Appropriate expressions to introduce opinions, facts, suggestions, ideas, alternatives</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Supporting documentation – evidence of research into the topic, presentation of research items e.g. quotes, statistics</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Visual supports, e.g. graphs, diagrams, audio visual recordings</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Effective use of body language such as eye contact, posture</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Effective use of voice – pronunciation, stress and intonation, volume and speed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timing</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Handling of questions – ability to interpret and respond, e.g. provide a counter argument.</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br />\r\n<p><strong>Role Play:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager: A very good morning to all of you. I appreciate your presence in our team meeting. Today we all have gathered here to discuss issues faced by customer service department and solution regarding that. I made a report for the CEO regarding issues and recommended some suggestions regarding that and CEO proved those recommendations. This session plan is arranged to implement that plan. </span></p>\r\n<p><span style=\"font-weight: 400;\">The problem identified is poor performance if answering customer calls and call speed. This resulted in high percentage of dissatisfied customers. We found that this is because of lack of training. I want suggestion from you that what kind of training is needed?</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member 1: I also feel lack of training. It is important to teach customer handling scheme to new employee as well as to old ones as customer behavior changes time to time.</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member 2: In my opinion there should be monthly training based on the result of employee engagement survey. We need to access employee needs each month and arrange 1-2 days training according to that. </span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager: I think that a good idea. This will ensure employees are being trained in necessary in required skills time to time.</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member 3: Poor performance is also a result of less staff recognition. They are not appreciated and motivated enough when they perform well at work. This lowers their morale.</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager: to solve this issue we are going to implement monthly recognition program where best performer of the month will be awarded. This will give that employee a sense of motivation to work even harder and will also become an inspiration for other employees to work better.</span></p>\r\n<p><span style=\"font-weight: 400;\">Please provide your suggestions how we can achieve short term and long-term goals.</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member: I think to measure achievement of short-term goals we should frequently check customer satisfaction level. This will help us to know whether we have successfully reached our target or not. IF we will be able to achieve short-term target and we will surely be able to achieve long-term targets as well.</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager: Thanks for your suggestion we will act upon this. What is your opinion on delegation of tasks?</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member 1: For training purposes, my recommendation would be to employ an external trainer for the training session. HR can be appointed to hire a trainer. It would be great if the session consists of lectures, demonstrations, discussions, and role-play.</span></p>\r\n<p><span style=\"font-weight: 400;\">Team member 2: To improve staff engagement, tasks delegated to supervisor or manager would be to attend internal training and professional development to encourage team building.</span></p>\r\n<p><span style=\"font-weight: 400;\">Customer Service Manager: Thank you for the recommendations. Training tasks will be delegated to an external trainer with a session consists of lectures, demonstrations, discussions and role-play. Tasks to improve staff engagement will be delegated to an internal trainer from our company, it requires manager and supervisor from customer service department to attend in the hope of encouraging team building and professional development</span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Thank you to all of you for attending this session. Have a nice day!</span></p>\r\n<br />\r\n<p><strong>Presentation has been attached</strong></p>\r\n<br />\r\n<p><strong><em>APPENDIX  1 : CASE STUDY</em></strong></p>\r\n<h5><em><span style=\"font-weight: 400;\">THE INTERNATIONAL HOTEL GROUP</span></em></h5>\r\n<p><strong>Background Information</strong></p>\r\n<p><span style=\"font-weight: 400;\">The International Hotel Group started business with two small boutique style hotels in Melbourne, Australia. The group is owned and financed by a large consortium of international business experts and several large investment companies. It is in a strong financial position for expansion.</span></p>\r\n<p><span style=\"font-weight: 400;\">Over a period of 15 years it has grown to now comprise a chain of 20 hotels across 5 different countries in the Australasian region. This growth was a result of an acquisition of a small hotel chain and establishment of some new properties, mainly in Australia. The group employs cultural specialists and prides itself on its multicultural expertise that assists with its success in welcoming guests from all regions of the World.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Group now employs 1000 staff in full time, part time and casual positions.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Head Office, located in Melbourne, houses the management team for the group.</span></p>\r\n<p><span style=\"font-weight: 400;\">The group is owned and financed by a large consortium of international business people and several large investment companies. It is in a strong financial position for expansion.</span></p>\r\n<p><span style=\"font-weight: 400;\">The vision for the Group is to expand geographically to provide a quality boutique alternative in key locations across the Australasian region, whilst maintaining its reputation for exceptional personalised service.<br /><br /></span></p>\r\n<h5><em><span style=\"font-weight: 400;\">Organisation Structure</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">The Head Office of The International Hotel Group houses the Chief Operating Officer and the Strategic Management Team, the Chief Financial Officer and the Finance Department (finance officers are allocated a number of hotels to service), The Human Resources Manager and Assistant (the system is devolved with HR representatives in each hotel), The Development Team who manage building contracts and maintenance and The Marketing and Sales Team (a team of 15 culturally capable managers and staff), and the frontline management team that form the main liaison team of the company. Marketing and sales staff are constantly travelling to visit the Hotel Groups and may be seconded to a hotel or country for 6 months in the period leading up to acquisition or commissioning of a new hotel.</span></p>\r\n<p><span style=\"font-weight: 400;\">The majority of staff employed by the Hotel Group are located in the hotels. This includes Manager, Deputy Manager, Hotel Coordinator and Administrator/Events manager, Restaurant Manager and all the staff who cook, clean and wait in the hotel.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<br />\r\n<h5><em><span style=\"font-weight: 400;\">Key Organizational Goals</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">The key organizational goals for the next five years are to:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the number of properties over the next 5 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Break into new markets </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding into the larger hotel market</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maintain quality service </span></li>\r\n</ol>\r\n<h5><em><span style=\"font-weight: 400;\">Organizational Values Statements</span></em></h5>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The key to success is team work </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer service is what our best is!</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We are in this together and focused </span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ol>\r\n<br /><br />\r\n<p><strong><em>  APPENDIX  2: PERFORMANCE MANAGEMENT POLICY AND PROCEDURE</em></strong></p>\r\n<h5><em><span style=\"font-weight: 400;\">Performance Management Policy</span></em></h5>\r\n<p><strong>Policy Statement</strong></p>\r\n<p><span style=\"font-weight: 400;\">Regularly review the performance of the work. Regular informal feedback should be comprised in the review.<br /><br /></span></p>\r\n<h5><em><span style=\"font-weight: 400;\">Policy Objective</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">Conducting regular reviews of work performance will achieve the following results:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employees need to understand what is expected from them and how the performance is viewed </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To manage the poor performance is the opportunity of the supervisors and managers </span></li>\r\n</ul>\r\n<br />\r\n<h5><em><span style=\"font-weight: 400;\">Procedures</span></em></h5>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employees should be encouraged to discuss their performance of the job </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feedback of the performance must be clear, supportive and should focus on the development of the employee</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> By using the performance management plan, the performance standard should be documented. </span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br /><br />\r\n<p><em><strong>  APPENDIX  3: CODE OF CONDUCT</strong></em></p>\r\n<h5><em><span style=\"font-weight: 400;\">The International Hotel Group Code of Conduct</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">All staff members of the International Hotel Group:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shall carry out the instructions that is issued by the Group as long as they are legal.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Act honestly </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Display the integrity, fairness and the ethical conduct.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Avoid the relationship with a contractor or the supplier.</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br /><br />\r\n<p><em><strong>  APPENDIX 4: FRONT OFFICE SUPERVISOR POSITION DESCRIPTION</strong></em></p>\r\n<h5><em><span style=\"font-weight: 400;\">The International Hotel Group</span></em></h5>\r\n<p><strong>Front Office Supervisor Position Description</strong></p>\r\n<br />\r\n<p><strong>Position Title: </strong><span style=\"font-weight: 400;\">Front office Supervisor</span></p>\r\n<br />\r\n<p><strong>Reports to: </strong><span style=\"font-weight: 400;\">Front Office Manager / Duty Manager</span></p>\r\n<br />\r\n<h5><em><span style=\"font-weight: 400;\">Responsibilities and duties</span></em></h5>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure to have the outstanding customer care at all times.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Respond to telephone and in-person inquiry </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Uses suggestive selling techniques </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Supervise daily shift process </span></li>\r\n</ol>\r\n<h5><em><span style=\"font-weight: 400;\">Skills:</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">A positive attitude and excellent communication skills. </span></p>\r\n<h5><em><span style=\"font-weight: 400;\">Education:</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">Degree or Diploma in Hospitality Management or bachelor degree and/or diploma in hotel or other related field.</span></p>\r\n<h5><em><span style=\"font-weight: 400;\">Experience:</span></em></h5>\r\n<p><span style=\"font-weight: 400;\">Minimum experience of 2 to 3 years as Front Office Associate / Front office cashier in a hotel.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<br />\r\n<p><em><strong>  APPENDIX  5: OPERATIONAL PLAN</strong></em></p>\r\n<h5><em><span style=\"font-weight: 400;\">Operational Plan</span></em></h5>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Operational Goals</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>KPI</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Team</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Priority</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Develop and implement operational plans</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Develop the plan by end of January</span></p>\r\n<p><span style=\"font-weight: 400;\">Report results at AGM in December</span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Executive</span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Standardise financial management processes across the hotels</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Review policies and processes </span></p>\r\n</td>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">Finance</span></p>\r\n</td>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">Attract and retain high quality experienced staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Introduce ‘Best Employee’ reward program </span></p>\r\n</td>\r\n<td><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">HR</span></p>\r\n</td>\r\n<td><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Maintain existing properties and support</span></p>\r\n<p><span style=\"font-weight: 400;\">expansion goals</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Submit development plan </span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Development</span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Introduce a segmented approach to the marketing to appeal to higher and medium income groups and introduce a customer retention and loyalty</span></p>\r\n<p><span style=\"font-weight: 400;\">program</span></p>\r\n</td>\r\n<td><br /><br />\r\n<p><span style=\"font-weight: 400;\">Submit marketing plan to the Executive Mgmt. by end of March</span></p>\r\n<p><span style=\"font-weight: 400;\">Introduce customer retention and loyalty program by end of June</span></p>\r\n</td>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">Marketing and Sales</span></p>\r\n</td>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">Maintain a quality service reputation and provide unique hotel experience</span></p>\r\n</td>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Supervisors to submit junior staff performance report to HR Manager by end of August Supervisors to submit at least two innovative ideas relating to customer service to development team by end of June</span></p>\r\n</td>\r\n<td><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">Frontline</span></p>\r\n</td>\r\n<td><br /><br /><br /><br />\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p><em><strong>  APPENDIX  6: SURVEY RESULTS AND KPI’S</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">Mike Stanforde manages the International Hotel Group Customer Service Department. He is aware that performance of customer service at the hotel located in Sydney is below the expectations of senior management and shareholders.</span></p>\r\n<p><span style=\"font-weight: 400;\">The following pages will show some of the data that has been collected:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<h4><span style=\"font-weight: 400;\">Customer satisfaction survey results</span></h4>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Staff engagement results</span></li>\r\n</ul>\r\n<br />\r\n<p><em><strong>  APPENDIX  7A: CUSTOMER SATISFACTION SURVEY RESULTS</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">Below is the standardised Customer Satisfaction Survey (CSS) which is send via email to customers who have recently been in contact with The International Hotel Group - Sydney.</span></p>\r\n<p><span style=\"font-weight: 400;\">The CSS has been conducted every 6 months, one in May and another in November, for the past four years.</span></p>\r\n<p><span style=\"font-weight: 400;\">The most recent survey results (from May 2015) are based on the answers from 2,814 respondents:</span></p>\r\n<p><span style=\"font-weight: 400;\">The survey takes about 60 seconds to fill in and return and is as follows: The results are shown for the previous 3 surveys.</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"7\">\r\n<p><strong>May 2018 Customer Service Survey</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Very Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Neutral</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Satisfied</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Very Satisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the way your call was answered?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the speed your call was</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was our agent able to answer your query?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">32%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was the information they gave you accurate?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How would you rate the overall call?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>Yes</strong></p>\r\n</td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>No</strong></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was this the first time you have contacted us?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">90%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you use the IHG’s smartphone app?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">82%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Which other communications channels would you like</span></p>\r\n<p><span style=\"font-weight: 400;\">to use to access Customer Service?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">i) email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ii) Interactive voice</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iii) Web chat</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iv) SMS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">If you requested literature did it arrive as promised?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">94%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Would you recommend us to others?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">78%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"7\">\r\n<p><strong>November 2017 Customer Service Survey</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Very Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Neutral</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Satisfied</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Very Satisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the way your call was answered?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the speed your call was</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was our agent able to answer your query?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">35%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was the information they gave you accurate?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">36%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How would you rate the overall call?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>Yes</strong></p>\r\n</td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>No</strong></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was this the first time you have contacted us?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">88%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you use the IHG’s smartphone app?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">86%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Which other communications channels would you like</span></p>\r\n<p><span style=\"font-weight: 400;\">to use to access Customer Service?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">i) email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ii) Interactive voice</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iii) Web chat</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">36%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iv) SMS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">If you requested literature did it arrive as promised?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">97%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Would you recommend us to others?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">89%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"7\">\r\n<p><strong>May 2017 Customer Service Survey</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Very Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Neutral</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Satisfied</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Very Satisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the way your call was answered?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">51%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the speed your call was</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was our agent able to answer your query?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">43%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was the information they gave you accurate?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">43%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How would you rate the overall call?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">33%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>Yes</strong></p>\r\n</td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>No</strong></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was this the first time you have contacted us?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">89%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you use the IHG’s smartphone app?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">92%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Which other communications channels would you like</span></p>\r\n<p><span style=\"font-weight: 400;\">to use to access Customer Service?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">i) email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ii) Interactive voice</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iii) Web chat</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iv) SMS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">If you requested literature did it arrive as promised?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">100%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Would you recommend us to others?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">92%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">These customer satisfaction results can be compared with the latest industry benchmarks.</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"7\">\r\n<p><strong>Customer Service Survey Benchmarks</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Very Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Dissatisfied</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Neutral</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Satisfied</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Very Satisfied</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the way your call was answered?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">32%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Were you happy with the speed your call was</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">33%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was our agent able to answer your query?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was the information they gave you accurate?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How would you rate the overall call?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"3\"> </td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>Yes</strong></p>\r\n</td>\r\n<td rowspan=\"3\"><br />\r\n<p><strong>No</strong></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was this the first time you have contacted us?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you use the IHG’s smartphone app?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">82%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Which other communications channels would you like</span></p>\r\n<p><span style=\"font-weight: 400;\">to use to access Customer Service?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">i) email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">36%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ii) Interactive voice</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iii) Web chat</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">iv) SMS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">If you requested literature did it arrive as promised?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">98%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Would you recommend us to others?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">84%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p><em><strong>  APPENDIX  7B: EMPLOYEE SATISFACTION SURVEY INFORMATION</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">Every year The International Hotel Group conducts an Employee Engagement Survey (EES).</span></p>\r\n<p><span style=\"font-weight: 400;\">The first EES was conducted for the hotel in April 2015 and the survey has been done conducted every April since then.</span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">The survey questions are filled in according to a scale of 1-5, as follows:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No, not at all</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Not really</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A little</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes, somewhat</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes, definitely</span></li>\r\n</ol>\r\n<br />\r\n<p><em><strong>  APPENDIX  7C: EMPLOYEE ENGAGEMENT SURVEY RESULTS</strong></em></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Is there any best friend at work? Do you know what is expected of you at work?</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Was there opportunities at work to learn and grow? </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Did someone talked about the progress? </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does someone encouraged at work for development? </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">The results for the past three years are:</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>April 2018 Staff Engagement Survey</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>No, not at all</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Not really</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>A little</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, somewhat</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, definitely</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you know what is expected of you at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">45%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have the materials and equipment you need to do your work right?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do you have the opportunity to do what you do best every day?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last seven days, have you received recognition or praise for doing good work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does your supervisor, or someone at work, seem to care about you as a person?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Is there someone at work who encourages your development?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">33%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do your opinions seem to count?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">29%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does the mission/purpose of your company make you feel your job is important?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Are your associates (fellow employees) committed to doing quality work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">29%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have a best friend at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last six months, has someone at work talked to you about your progress?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last year, have you had opportunities at work to learn and grow?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">36%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>April 2017 Staff Engagement Survey</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>No, not at all</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Not really</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>A little</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, somewhat</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, definitely</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you know what is expected of you at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">46%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have the materials and equipment you need to do your work right?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do you have the opportunity to do what you do best every day?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">29%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last seven days, have you received recognition or praise for doing good work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does your supervisor, or someone at work, seem to care about you as a person?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Is there someone at work who encourages your development?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do your opinions seem to count?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does the mission/purpose of your company make you feel your job is important?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Are your associates (fellow employees) committed to doing quality work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">33%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">29%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have a best friend at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last six months, has someone at work talked to you about your progress?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last year, have you had opportunities at work to learn and grow?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>April 2016 Staff Engagement Survey</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>No, not at all</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Not really</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>A little</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, somewhat</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, definitely</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you know what is expected of you at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">46%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have the materials and equipment you need to do your work right?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do you have the opportunity to do what you do best every day?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last seven days, have you received recognition or praise for doing good work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">35%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does your supervisor, or someone at work, seem to care about you as a person?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Is there someone at work who encourages your development?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">25%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do your opinions seem to count?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does the mission/purpose of your company make you feel your job is important?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Are your associates (fellow employees) committed to doing quality work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have a best friend at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">42%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last six months, has someone at work talked to you about your progress?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">46%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last year, have you had opportunities at work to learn and grow?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">51%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">These can be compared with the recent industry benchmarks.</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Staff Engagement Survey Benchmarks</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>No, not at all</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Not really</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>A little</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, somewhat</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Yes, definitely</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you know what is expected of you at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">44%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">39%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have the materials and equipment you need to do your work right?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">38%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">37%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do you have the opportunity to do what you do best every day?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last seven days, have you received recognition or praise for doing good work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">33%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">35%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does your supervisor, or someone at work, seem to care about you as a person?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Is there someone at work who encourages your development?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">22%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At work, do your opinions seem to count?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Does the mission/purpose of your company make you feel your job is important?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">23%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Are your associates (fellow employees) committed to doing quality work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have a best friend at work?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last six months, has someone at work talked to you about your progress?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">39%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">In the last year, have you had opportunities at work to learn and grow?</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p><strong><em>  APPENDIX  8: KEY PERFORMANCE INDICATORS</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">The Customer Service Department uses a number of key performance indicators as part of its Balanced Scorecard reporting and performance assessment process.</span></p>\r\n<p><span style=\"font-weight: 400;\">The KPIs for the past 8 quarters (2 years), grouped into their Balanced Scorecard categories, are listed below:</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"10\">\r\n<p><strong>Key Performance Indicators: IHG Customer Service Department</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Customer Satisfaction</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2015</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2015</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Percentage of Calls Abandoned</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Average Speed to Answer (seconds)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">27</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">34</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">46</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">52</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">First-Contact Resolution rate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">72%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">71%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">72%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">68%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">64%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">61%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">59%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">56%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Customer Satisfaction Scores (1-5)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.0</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.3</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\"> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Operational Efficiency</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2015</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2015</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Agent Occupancy</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">81%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">80%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">81%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">84%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">90%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">92%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">94%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">97%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Average Handling Time (seconds)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">48</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">47</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">49</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">51</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">44</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">39</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">41</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Call Transfer Rate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cost Per Call</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.71</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.68</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.74</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.71</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.89</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 2.94</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 3.06</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$ 3.18</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\"> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Business Value</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2015</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2015</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Customer Retention</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">96%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">94%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">95%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">96%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">93%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">92%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">90%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">89%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Referrals to Accounts dept (avg per day per agent)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conversion rate of referrals to Accounts dept.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">64%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">68%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">67%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">68%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">71%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">66%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">69%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">70%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\"> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>People Management</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2013</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q3 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q4 2014</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q1 2015</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Q2 2015</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Attrition Rate (annualised)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">16%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">21%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">24%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">26%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">31%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Unapproved Absenteeism (annualised days per agent)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff engagement rate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">77%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">76%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">77%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">75%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">71%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">70%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">68%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">65%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><em><strong>  APPENDIX  9: MEETING AGENDA TEMPLATE</strong></em></p>\r\n<p><span style=\"font-weight: 400;\">MEETING AGENDA</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>DATE</strong></p>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><strong>TIME</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>LOCATION</strong></p>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><strong>MEETING</strong></p>\r\n<p><strong>TYPE</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>MEETING CALLED</strong></p>\r\n<p><strong>BY</strong></p>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><strong>TIME KEEPER</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>MEETING OURPOSE</strong></p>\r\n</td>\r\n<td colspan=\"3\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>SCRIBE</strong></p>\r\n</td>\r\n<td colspan=\"3\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>ATTENDEES</strong></p>\r\n</td>\r\n<td colspan=\"3\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>OTHER PRESENT</strong></p>\r\n</td>\r\n<td colspan=\"3\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Time</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Agenda Item</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>By</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">09:00 – 09:15</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">09:15 – 09:30</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">09:30 – 09:45</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">09:45 – 10:30</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10:30 – 11:00</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">  11:00 – 11:15</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">TEA BREAK</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11:15 – 13:30</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">  13:30 – 14:15</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">LUNCH BREAK</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14:15 – 16:30</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 25, NULL, 'Lead and manage people SITXHRM003', 'Samples of Lead and manage people (SITXHRM003) work will let you convenience in adopting the reliable online assignment help services for you.', 'Lead and manage people SITXHRM003', 'lead-and-manage-people-sitxhrm003', '2021-10-22 00:44:36', '2021-10-23 01:28:25');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(281, 'Manage an information or knowledge management (BSBINM501)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a briefing report.</strong></em></li>\r\n</ol>\r\n<p><strong>Briefing Report</strong></p>\r\n<p><strong>Goals</strong></p>\r\n<p><span style=\"font-weight: 400;\">King Edward VII College provides high quality of industry training that engenders participation and achievement utilising the latest learning innovations.</span></p>\r\n<p><span style=\"font-weight: 400;\">This unit aim is to develop the confidence and capability in communicating online within professional practice and academic settings as consumers, producers and sharers of information.</span></p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To be a leader in vocational education and training</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To build up and maintain high quality infrastructure supporting clients and staff.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To develop our people and resources.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To be well led, high performing, profitable and accountable.</span></li>\r\n</ul>\r\n<p><strong>Market Environment</strong></p>\r\n<p><span style=\"font-weight: 400;\">In 2017, 4.2 million understudies were taken a crack at VET with an Australian preparing supplier which addresses a large portion of the number of inhabitants in ages between 15-64 years. </span></p>\r\n<p><span style=\"font-weight: 400;\">1.5 million Students selected with the Australian advanced education supplier making an aggregate of 3.8 million. For homegrown understudies, 65.7% dwell in significant urban communities, 31.5% in provincial zones, and 2.9% in far off regions. There is extraordinary expansion in global understudies in Australia with an increment of 11% in the earlier year, 31% of these understudies were from China, and 12% were from India.</span></p>\r\n<p><strong>Business culture and current business systems</strong></p>\r\n<p><strong>The current organizational culture and current systems of the business:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Friendly organizational design that upholds workers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">State of the craftsmanship offices inside the grounds </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Competitive estimating contrasted with other RTOs around there </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">High-quality learning and appraisal materials </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing market systems that help the unique market climate. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Commitment and guaranteed moral practice.</span></li>\r\n</ul>\r\n<p><strong>Key Stakeholders</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CEO (Chief executive officer)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Human Resource Manager</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Marketing Manager</span></li>\r\n</ul>\r\n<p><strong>Target Market</strong></p>\r\n<p><span style=\"font-weight: 400;\">The current objective market for King Edward comprises of individuals wishing to acquire passage into the business, just as individuals previously working in business and the board who need to formalize or build up their abilities. When contrasted and other RTOs in Melbourne, King Edward looks to stand apart from them as far as offering a serious evaluating structure, inventive showing techniques just as cutting-edge offices. </span></p>\r\n<p><span style=\"font-weight: 400;\">King Edward has not wandered into extra business sectors of offering mixed, (study hall and on the internet) just as online courses no one but, which can end up being rewarding and productive.</span></p>\r\n<p><strong>Competitor analysis</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Competitors </strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Business processes and methods of delivering their students a learning experience</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">RMIT University</span></p>\r\n</td>\r\n<td>\r\n<p><strong>Instructor-led Training (ILT)</strong></p>\r\n<p><span style=\"font-weight: 400;\">Instructor-led training, or classroom training, is the most traditional form of training, best leveraged for creating an overall understanding of the training topic. According to Training Industry, Inc. research, ILT is the training modality most preferred by learners, with 55% of learners reporting a preference for this method.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">University of Adelaide</span></p>\r\n</td>\r\n<td>\r\n<p><strong>Virtual Classrooms</strong></p>\r\n<p><span style=\"font-weight: 400;\">Start by activating your University student account using the information from your ‘Welcome Email’, sent by the University of Adelaide.</span></p>\r\n<p><span style=\"font-weight: 400;\">The academic team will contact you at your University student email to advise you what to do for each class. Please make sure to check your emails daily for information and instructions. If you are unable to access your student email, please inform </span><a href=\"mailto:collegeservices@adelaide.edu.au\"><span style=\"font-weight: 400;\">collegeservices@adelaide.edu.au</span></a><span style=\"font-weight: 400;\"> who will be able to help you.</span></p>\r\n<p><span style=\"font-weight: 400;\">It is critical that your contact details are up to date. Please log in to </span><a href=\"http://www.access.adelaide.edu.au/\"><span style=\"font-weight: 400;\">Access Adelaide</span></a><span style=\"font-weight: 400;\"> now to complete your checklist or update your contact details if they have changed.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your classes will be held on Zoom. </span></p>\r\n<p><span style=\"font-weight: 400;\">. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The Universities of Queensland</span></p>\r\n</td>\r\n<td>\r\n<p><strong>E-Learning</strong></p>\r\n<p><span style=\"font-weight: 400;\">Course teaching and administrative staff can nominate for the eLearning Solutions Service by booking an appointment via the </span><a href=\"https://studenthub.uq.edu.au/students/appointments/app/topic/78\"><span style=\"font-weight: 400;\">eLearning Solutions Service booking</span></a><span style=\"font-weight: 400;\"> webpage to organise a personal consultation with an eLearning Advisor via Zoom.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Online mini lectures (Kaltura Capture)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Online assignment submission and marking</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Non submission assessment online marking i.e. Oral presentations, performances and professional skills (Grade Centre column or Turnitin)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">eLearning refresher (review of course site design and tool usage)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Online quizzes / tests</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In-class active learning tools (UQpoll, UQwordcloud, UQwordstream and PadletUQ only)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grade Centre</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Virtual classrooms / meetings (Zoom)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Video assignments</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Video content (Kaltura)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Collaboration / Reflection tools</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group Peer Assessment</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Learning needs<br /><br />a. College Learners</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop path for students to learn together on the web. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop a strategy for coaches and students to follow progress and consummation with a variety of alternatives for following individual exercises or assets at course level </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Electronic notices for students to see new tasks and cut-off times. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An singular access levels for preparing staff, organization and students each to have their own degree of admittance to business documentation </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A framework to empower live learning help that empowers students to get to it from any area</span></li>\r\n</ul>\r\n<strong>b. College Stuff</strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An individual access levels for preparing staff, organization and students each to have their own degree of admittance to business documentation </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A method of getting to learning assets when not at the school </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A technique for mentors and students to follow progress and fulfilment with a variety of choices for following individual exercises or assets at course level. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A stamping understudy appraisal and giving criticism to understudies on their electronically which is available in different areas. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An singular individual levels for preparing staff, organization and students each to have their own degree of admittance to business documentation</span></li>\r\n</ul>\r\n<p><strong>Legislation relevant to the business operations in relation to learning management system </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Equal Employment Opportunity (Commonwealth Authorities) Act 1987 </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Standards for Registered Training Organizations (RTOs) 2015 </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data Provision Requirements 2011 Legislative instrument </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data Provision Requirements 2012. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Safety, Rehabilitation and Compensation Act 1988 </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Australian Consumer Law 2011 </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Work Health and Safety Act 2011</span></li>\r\n</ul>\r\n<p><strong>Gap analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">The current business activity for King Edward when contrasted with different contenders is that the grounds: </span></p>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">Focus on business and the board courses as it were </span></p>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">Competitive costs being advertised </span></p>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">Substantial interest in Sydney and Brisbane meaning huge monetary cost </span></p>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">No assorted labor force inside the association </span></p>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">the other association primarily centers around joint learning, on the web and study hall.</span></p>\r\n<p><span style=\"font-weight: 400;\">The gaps recognized corresponding to contending in the current market comparable to their understudy contributions and encounters are: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ICT framework that is as of now out dated </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Absence of internet learning assets for the understudies </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Absence of online alternative as a possibility for preparing </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Various labour force that can relate at the level of the understudies </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Insufficient prepared work force </span></li>\r\n</ul>\r\n<br />\r\n<p><strong>Resources and business commitments required to foster innovation</strong></p>\r\n<p><span style=\"font-weight: 400;\">Upgraded ICT system</span></p>\r\n<p><span style=\"font-weight: 400;\">School website</span></p>\r\n<p><span style=\"font-weight: 400;\">Working computers</span></p>\r\n<p><span style=\"font-weight: 400;\">Trained staff</span></p>\r\n<p><strong>Internal and external information sources</strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are internal and external information sources:</span></p>\r\n<p><strong><em>Internal sources</em></strong></p>\r\n<p><span style=\"font-weight: 400;\">Strategic and operational plan</span></p>\r\n<p><span style=\"font-weight: 400;\">Organizational chart</span></p>\r\n<p><span style=\"font-weight: 400;\">Legislation and regulations register</span></p>\r\n<p><span style=\"font-weight: 400;\">Learning needs analysis</span></p>\r\n<p><strong>External Sources</strong></p>\r\n<p><span style=\"font-weight: 400;\">Not applied</span></p>\r\n<p><strong>Continuous improvement</strong></p>\r\n<p><span style=\"font-weight: 400;\">The working environment practices can be consistently improved through the accompanying ways. </span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> Conduct self-evaluation among the representatives in various offices.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always request criticism from the workers.</span></li>\r\n</ol>\r\n<br />\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Conduct a coaching and mentoring session with the Training Manager.</strong></em></li>\r\n</ol>\r\n<p><strong>Problems related to the system</strong></p>\r\n<p><span style=\"font-weight: 400;\">Issues that staff have been encountering are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is been decided by the ICT staff that this is the consequence of the strategy of the PC. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is been expected from the staff to reset their entrance secret key each 6weeks. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Evaluations of understudies have been saved by the trainers. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Without giving any criticism to the understudies, trainers have been checking understudies work in the framework.</span></li>\r\n</ul>\r\n<p><strong>Core Features:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It has a decent custom landing page, detailing, marking and fields which give adaptability to the clients according to their necessities and prerequisites. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It provides with singular plans, characterizes client jobs, portable openness, evaluating framework and preparing measurements for clients. </span></li>\r\n</ul>\r\n<p><strong>Purpose of shifting to LMS:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In every single industry employee training can be found whether it could be programming, instructive, corporate or government. Representatives need to be prepared according to the necessities</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We can make learning programs, courses in LMS and post them so that no one can improve their abilities.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">With the making of mindfulness projects, we can teach the basic public by making mindfulness projects.</span></li>\r\n</ul>\r\n<p><strong>Benefits of Learning Management Software</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Integrating</span><strong> social learning experiences.</strong></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quickly and conveniently expanding</span><strong> eLearning courses.</strong></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reduction in Learning and Development time as well as cost.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Easily tracking</span><strong> learner progress and performance.</strong></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Providing</span> unlimited access to eLearning materials.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Organization of</span> eLearning content in one location.</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Mentoring techniques used in the coaching session:</span></p>\r\n<p><span style=\"font-weight: 400;\">One method is the \'Feedback Sandwich\', here offer positive expressions can be offered, examination of zones for development. </span></p>\r\n<p><span style=\"font-weight: 400;\">Another method is \'Stop, Start, and Continue\'. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What they should quit doing?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What they should begin doing?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What they wish to keep doing?</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The policies and procedures:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A layered approach of overlapping controls and monitoring will be used by The University.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Review of security must be conducted on regular basis, such as servers, firewalls, routers and monitoring platforms must be conducted on a regular basis. </span></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Support of Information Security Management System: <span style=\"font-weight: 400;\">Information Security Management System will be kept up by the information technology division.</span></li>\r\n</ul>\r\n<strong>2. Seek technical specialist support<br /></strong>\r\n<p><span style=\"font-weight: 400;\">To: Learning Management System Developer</span></p>\r\n<p><span style=\"font-weight: 400;\">From: Learning and development Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Need Technical Help</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Learning Management System Developer</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written to inform you that we had a short coaching session in that session we have discussion about the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Problems related to the system</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Features of LMS</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Purpose of shifting to LMS</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Benefits of Learning Management System</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">One of the trainer suggested to have an option of autosaving.</span></p>\r\n<p><span style=\"font-weight: 400;\">I wrote this mail to get confirmation that is it possible to have autosaving option. kindly reply me with your kind feedback. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you<br /><br /><br /></span><em><strong>3. Document the findings of the coaching and mentoring session in a systems feedback  report</strong></em></p>\r\n<p><strong>System Feedback Report</strong></p>\r\n<p><strong>Feedback Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">The accompanying input was acquired about the Learning the board framework, during the coaching and mentoring meeting. The coaches had the option to transfer additional learning assets for the understudies, since the understudies can leave their remarks and criticism for the students to get to. There is no experienced issues with the framework with regards to the evaluation part of the framework.</span></p>\r\n<p><strong>System Limitations</strong></p>\r\n<p><span style=\"font-weight: 400;\">The limitations of the system are:</span></p>\r\n<p><strong>- </strong><span style=\"font-weight: 400;\">Staff has been locked out of the framework. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is expected from the staff to reset their entrance secret key each 6weeks by the PC security strategies and methodology. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Saving of evaluations of the understudies into the frameworks is not made by the trainers haven\'t been saving the evaluations of their understudies into the framework. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stamping understudies work in the framework without giving criticism to students is been done by the trainers.</span></li>\r\n</ul>\r\n<br />\r\n<p><strong>System Strengths</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can keep tabs on students\' development and execution through the evaluations that is transferred into the framework. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It lessens the time for web based preparing and advancement time, by giving students the data that they need. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It has empowered the establishment to get rid of teacher travel costs, web based preparing website rentals </span></li>\r\n</ul>\r\n<p><strong>Innovative Recommendations</strong></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The dashboards acts naturally logical that will help the representatives track down the substance as fast as could be expected. This should be possible by adding symbols, search, classifications and sub classifications. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> Make the substance of the new framework to be imaginative, significant and significant in order to change the perspectives of the staff to accept the new framework. The framework can be connecting so that it\'s not exhausting and plain. High visuals can be added, diagrams, information designs, utilization of drop down menu or radio box where material. The substance can be separated into more modest modules and have tests toward the finish of each gathering modules.</span></li>\r\n</ol>\r\n<br />\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Design and develop a new learning and development system for the business.</strong></em></li>\r\n</ol>\r\n<p><strong>Learning and Development Overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the empowerment of the staff to expert, improvement have been made in navigation panel. The dashboard is obvious and has used the utilization of symbols, search, classes and sub classifications. The content was made is inventive and amusing to work with. High visuals have been consolidated just as information illustrations and utilization of drop-down menus. The increments of these highlights have made the framework to be seriously captivating. The new learning and advancement framework set up will meet the in general hierarchical destinations by permitting the staff to stamp understudy appraisal and give input to understudies electronically which will be open in various areas. The new arrangement has additionally joined the auto save include, to guarantee that the past issue experienced of not saving the understudies grades is disposed of. Secret word resets have additionally been changed, whereby the staff can reset the secret phrase at their own helpful time, without essentially getting closed out of the framework. The staff has additionally been prepared on the PC security techniques, and what measures to take if they can\'t get to the framework.</span></p>\r\n<p><strong>Learning and Development Goals</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improvement in the attitudes of training staff towards the new system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Conducting of the monthly learning activities educating training staff of the features and functionality to the system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improving the efficiencies of training staff using the system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improvement in staff awareness and use of organizational policies and procedures.</span></li>\r\n</ul>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Learning activities. Include three (3) or more activities 12 months. Including a monthly learning activity that will support the usage of the system effectively</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline the learning &amp; development goals this learning activity aims to meet.  </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>How to achieve the actions? </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Resources required implementing the activity.</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline when this learning activity will occur. </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline who will be responsible for the activity. </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>How much is needed to allocate delivery or this learning activity?</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline how to communicate and promote the L&amp;D learning activity to encourage attendance</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Improvemen ts in learning system features and performance</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Improve the point of view of the training staff Influence the new system. Examine the effectiveness of the learning management system for strategies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-</span><span style=\"font-weight: 400;\"> This could vary depending on student ideas</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">All training staff Internet access Organiza tional policies and procedure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The last Friday evening of every month.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning and Developm ent manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$950 to purchase webinar software</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email to target attendees </span></p>\r\n<p><span style=\"font-weight: 400;\">Promotion during team meeting Notificatio</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Learning Managemen t System workshop</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Improvement in point of view of the training staff Influence the new system.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to Face workshop </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning Management System trainer Internet allow access to Organiza tional policies and procedur es</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The First Monday and Tuesday of September 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning and Development manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">mail to target attendees Promotion during team meeting </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><span style=\"font-weight: 400;\"><br /><em><strong>2. Revise and update the learning and development operational plan.</strong></em></span><br />\r\n<p><strong>Learning and Development Overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the empowerment of the staff to expert, improvement have been made in navigation panel. The dashboard is obvious and has used the utilization of symbols, search, classes and sub classifications. The content was made is inventive and amusing to work with. High visuals have been consolidated just as information illustrations and utilization of drop-down menus. The increments of these highlights have made the framework to be seriously captivating. The new learning and advancement framework set up will meet the in general hierarchical destinations by permitting the staff to stamp understudy appraisal and give input to understudies electronically which will be open in various areas. The new arrangement has additionally joined the auto save include, to guarantee that the past issue experienced of not saving the understudies grades is disposed of. Secret word resets have additionally been changed, whereby the staff can reset the secret phrase at their own helpful time, without essentially getting closed out of the framework. The staff has additionally been prepared on the PC security techniques, and what measures to take if they can\'t get to the framework.</span></p>\r\n<p><strong>Learning and Development Goals</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improvement in the attitudes of training staff towards the new system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Conducting of the monthly learning activities educating training staff of the features and functionality to the system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improving the efficiencies of training staff using the system</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Improvement in staff awareness and use of organizational policies and procedures.</span></li>\r\n</ul>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Learning activities. Include three (3) or more activities 12 months. Including a monthly learning activity that will support the usage of the system effectively</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline the learning &amp; development goals this learning activity aims to meet.  </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>How to achieve the actions? </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Resources required implementing the activity.</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline when this learning activity will occur. </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline who will be responsible for the activity. </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>How much is needed to allocate delivery or this learning activity?</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Outline how to communicate and promote the L&amp;D learning activity to encourage attendance</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Improvemen ts in learning system features and performance</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Improve the point of view of the training staff Influence the new system. Examine the effectiveness of the learning management system for strategies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-</span><span style=\"font-weight: 400;\"> This could vary depending on student ideas</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">All training staff Internet access Organiza tional policies and procedure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The last Friday evening of every month.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning and Developm ent manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$950 to purchase webinar software</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email to target attendees </span></p>\r\n<p><span style=\"font-weight: 400;\">Promotion during team meeting Notificatio</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Learning Managemen t System workshop</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Improvement in point of view of the training staff Influence the new system.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to Face workshop </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning Management System trainer Internet allow access to Organiza tional policies and procedur es</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The First Monday and Tuesday of September 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Learning and Development manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">mail to target attendees Promotion during team meeting </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><span style=\"font-weight: 400;\"><br /><em><strong>3. Consult staff on the new Learning and Development Operational Plan</strong></em></span><br />\r\n<p><span style=\"font-weight: 400;\">To: All Staff</span></p>\r\n<p><span style=\"font-weight: 400;\">From: Learning and development Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of updated Learning and Development Operational Plan</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Staff Members</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written to inform you that I have attached the updated learning and development operational plan that is been modified as per the feedback for the best improvement. Kindly go through the report ones and give your valuable reviews.</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards</span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 2, 26, NULL, 'Manage an information or knowledge management BSBINM501', 'Manage an information or knowledge management (BSBINM501) assignments sample work written by our experts are here for your assistance on timely delivery.', 'Manage an information or knowledge management BSBINM501', 'manage-an-information-or-knowledge-management-bsbinm501', '2021-10-23 01:24:19', '2021-10-23 01:37:27');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(282, 'Use of food preparation and equipment (SITHCCC001)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Explain the meaning of the following terms in an effective kitchen operation:</strong></em></li>\r\n</ol>\r\n<strong>A. Mise-en-place</strong>\r\n<p>Before the start of the services, the preparation that is done for the dishes and the ingredients. Mise-en place is a procedure that is done at the beginning of the cooking, which means that process of making everything is to be prepared before starting the process of cooking.</p>\r\n<strong>B. Workflow planning</strong>\r\n<p>Workflow planning is the process in which duties are adjusted or the responsibilities are assigned for the staff or in the kitchen it is cooked in order to ensure that all the operations will be completed on time. Working as a team for meeting a common goal.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Match the following equipment with the tasks they would be used for:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"313\">\r\n<p><strong>Equipment</strong></p>\r\n</td>\r\n<td width=\"314\">\r\n<p><strong>Used to prepare</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"313\">\r\n<p>Blender (1)</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Preparing a pizza dough (4)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"313\">\r\n<p>Food Processor (2)</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Parmesan for a pasta dish (3)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"313\">\r\n<p>Grater (3)</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Making breadcrumbs from stale bread (2)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"313\">\r\n<p>Mixer (4)</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>To puree a soup (1)</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>What is the purpose of the following pieces of equipment? How are they used?</strong></em></li>\r\n</ol>\r\n<p><strong> A. Sharpening Steel</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"181\">\r\n<p>Purpose</p>\r\n</td>\r\n<td width=\"331\">\r\n<p>Instruction for use</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p>Sharpening steel helps in sharpening the edge of the knives by holding steel in the hand. The maintenance of the edge of the knife is done with the help of the Sharpening.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"331\">\r\n<ol>\r\n<li>Against the honing steel, place the knife.</li>\r\n<li>The knife should be angled at the knife at 15 to 20 degrees.</li>\r\n</ol>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> <br /><strong>B. Sharpening stone</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"181\">\r\n<p>Purpose</p>\r\n</td>\r\n<td width=\"331\">\r\n<p>Instruction for use</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"181\">\r\n<p> </p>\r\n<p>Sharpening stones: It helps to retain the longer sharpening, soak the stone in the water first. Dull edge is left by the coarse stones. Sharper edge are produced by using the finer stones. When more metal needs to be removed then coarser stone is used.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"331\">\r\n<p>1.       One hand is used to hold the knife, the blade is at a 20 degree angle.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Connect the correct cutting application with the relevant knife</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"255\">\r\n<p><strong>Type of knife</strong></p>\r\n</td>\r\n<td width=\"395\">\r\n<p><strong>Cutting application</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Chef’s knife (French knife)-1</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Trimming, turning and peeling-5</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Filleting knife-2</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Turning and carving-6</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Bread knife- 3</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Larger cuts, slicing, dicing and chopping-1</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Boning knife- 4</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Trimming and boning-4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Paring or utility knife- 5</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Large flat knife for spreading butter and other8 condiments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Turning knife- 6</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Removing the meat and skin from fish-2</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Butcher’s knife- 7</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Serrated edge for slicing bread or tomatoes-3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"255\">\r\n<p>Palette knife- 8</p>\r\n</td>\r\n<td width=\"395\">\r\n<p>Long, slightly curved knife for slicing meat-7</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Provide an example of how each of the following equipment is used in a kitchen when preparing or cooking foods including adjustments where required:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"186\">\r\n<p><strong>Equipment</strong></p>\r\n</td>\r\n<td width=\"441\">\r\n<p><strong>Examples for use in a kitchen</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Measures</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>The exact amount of the ingredients are to be measured that is to be added in the dish.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Peelers, corers, and slicers</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>As a whole is to be place, clean apples are mounted on this.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Mandoline</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>It is a tool that is used to cut large amount of food into specific shapes. Appropriate blade is to be chosen for the job and make sure that the blade is adjusted at the correct height.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Scales</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>For weighing the food, the kitchen scale is used while cooking in the kitchen. For gram measurement, small scales are used and for the bulk gig scale is used.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Thermometers</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>For measuring the internal temperature of the meat, a thermometer is used</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"186\">\r\n<p>Whisks</p>\r\n</td>\r\n<td width=\"441\">\r\n<p>It is used to blend the ingredient or to incorporate air into the mixture</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>List 5 general requirements for the legal, safe and hygienic use of equipment including provisions for reporting any issues:</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<ol>\r\n<li>Raw and cooked ingredients should be kept separately and the same tool should not be used for the different task. All the equipment and tools should be washed</li>\r\n<li>Equipment should be inspected for cleanliness before it is used</li>\r\n<li>Benches and Cutting boards should be cleaned and sanitized.</li>\r\n<li>Food should not be left in danger zone</li>\r\n<li>Hands should be washed thoroughly.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Describe the dimensions of the following cuts and provide a menu example that uses each cut</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"102\">\r\n<p><strong>Cut</strong></p>\r\n</td>\r\n<td width=\"232\">\r\n<p><strong>Description</strong></p>\r\n</td>\r\n<td width=\"317\">\r\n<p><strong>Menu</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Brunoise</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>The food items is julienned first and then it is turned a quarter and is again diced.</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>These can be used in sauces, like tomato sauce or garnish on the soup.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Julienne</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>In long thin strip, the food item is cut and is similar to the matchsticks.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Some of the common items that can be julienned are carrots, celery or potatoes.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Mirepoix</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>It is a flavor base that is made out of diced vegetables that is cooked with butter, oil or other fat.</p>\r\n<p> heat without color or browning. </p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Spaghetti and meat ball soup</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Jardinière</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>A dish that is cooked or served with spring vegetables.</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Fall jardiniere salad</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Paysanne</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>It means “country style” that indicates rougher, and is more informal cut</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"317\">\r\n<p><strong>Melon Falaise</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Macédoine</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>It is a mixture of vegetables, or fruit, or both.</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>used for salads and desserts</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Concassé</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>To roughly chop the ingredient, usually vegetables.</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Tomato is seeded and chopped</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"102\">\r\n<p>Chiffonade</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>It is a cooking term that means to roughly chop any ingredient.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Tomato Concasse</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Give three (3) examples of how you could use vegetable trimmings economically:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"45\">\r\n<p> </p>\r\n</td>\r\n<td width=\"288\">\r\n<p><strong>Trimmings</strong></p>\r\n</td>\r\n<td width=\"317\">\r\n<p><strong>Use</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"45\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"288\">\r\n<p>Onions</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>It can be used in making stock</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"45\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"288\">\r\n<p>Celery</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>Celery tops looks like parsley and can be used to garnish usetgarnis</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"45\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"288\">\r\n<p>cauliflower</p>\r\n</td>\r\n<td width=\"317\">\r\n<p>It sometimes offer a sweeter flavor than florets</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Indicate the correct order for the steps needed to clean a whole fresh fish, received fresh from the supplier:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"650\">\r\n<p><strong>Cleaning procedures and storage for further preparation</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Gut the fish by making an incision in the belly from the vent to the gills. Be careful not to damage the gall bladder.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Remove any scales by using a fish scaler or by scraping the fish with the back of the knife.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Sanitise workbench, board and utensils, prepare sanitised bowls and trays for fish and trimmings etc.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Store on a perforated tray with ice and a drip tray, cover and label with description, name, date.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Wash the fish to remove any excess scales and then pat dry.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"36\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"614\">\r\n<p>Wash the fish under cold running water to remove all traces of blood and any excesses from the gut to ensure the fish is thoroughly cleaned.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Indicate the correct order for the steps involved in crumbing fish fillets:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"650\">\r\n<p><strong>Sequential steps for crumbing</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Add flour (remove excess)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>6</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Crumbs (coat and slightly pat for better adherence)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Dry food items</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>4</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Egg wash (remove excess)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Season</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"26\">\r\n<p>5</p>\r\n</td>\r\n<td width=\"624\">\r\n<p>Store flat with grease proof paper between layers</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Provide an example for the use of each of the following by-products:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"140\">\r\n<p><strong>By-product</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p><strong>Example for use (i.e. Mince)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"140\">\r\n<p>A) Fishcarcasses</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>B)  Meatoff-cuts</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>C)  Poultrycarcasses</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>For decorating the dishes, put it in the middle of the dish and top it with fish meat.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>It is used for creating a new dish from the leftover.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>It can be used for the soup for enhancing the flavor of the soup.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Provide 5 examples of how you can help prevent food poisoning by maintaining hygiene standards forequipment:</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<ol>\r\n<li>Raw meat and utensils should be kept separate from the cooked food.</li>\r\n<li>Cook the food thoroughly.</li>\r\n<li>Once the hot food stops steaming then placed in hot food.</li>\r\n<li>In the closed container, put food in it or cover it with the plastic wrap.</li>\r\n<li>Clean utensils, plates or containers should be used for preventing contaminating cooked food</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Calculation</strong></em></li>\r\n</ol>\r\n<p>Complete the following recipe conversion for each quantity adjusted for 10 portions each: Hint: If you divide the quantity by 4 you will know the requirements for 1 portion</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"142\">\r\n<p><strong>Item</strong></p>\r\n</td>\r\n<td width=\"85\">\r\n<p><strong>Specification</strong></p>\r\n</td>\r\n<td width=\"172\">\r\n<p><strong>Requirements for 4 portions</strong></p>\r\n</td>\r\n<td width=\"198\">\r\n<p><strong>Requirements for 10 portions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Asian Vermicelli</p>\r\n</td>\r\n<td width=\"85\">\r\n<p> </p>\r\n</td>\r\n<td width=\"172\">\r\n<p> </p>\r\n<p>0.030 kg</p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n<p>              0.075 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Dried Mushrooms</p>\r\n</td>\r\n<td width=\"85\">\r\n<p> </p>\r\n</td>\r\n<td width=\"172\">\r\n<p> </p>\r\n<p>0.002 kg</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>0.005 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Onion</p>\r\n</td>\r\n<td width=\"85\">\r\n<p> </p>\r\n</td>\r\n<td width=\"172\">\r\n<p> </p>\r\n<p>0.050 kg</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>0.125 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Garlic</p>\r\n</td>\r\n<td width=\"85\">\r\n<p> </p>\r\n</td>\r\n<td width=\"172\">\r\n<p> </p>\r\n<p>0.004 kg</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>0.010 kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Green Prawn Meat</p>\r\n</td>\r\n<td width=\"85\">\r\n<p> </p>\r\n</td>\r\n<td width=\"172\">\r\n<p> </p>\r\n<p>0.100 kg</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>0.250 kg</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>What are the specific points of care when cleaning blenders, food processors and mixers to prevent potential health hazards? List the cleaner you would use and where you would use a sanitiser:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"110\">\r\n<p><strong>Equipment</strong></p>\r\n</td>\r\n<td width=\"301\">\r\n<p><strong>Points of care</strong></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><strong>Cleaning Chemical used</strong></p>\r\n</td>\r\n<td width=\"85\">\r\n<p><strong>Is Sanitiser used?</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"110\">\r\n<p>Blender</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Few drops of oil should be rubbed on gasket for maintaining the soft texture. Store in the blender in dry place.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"130\">\r\n<p>Vinegar</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Yes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"110\">\r\n<p>Food Processor</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Be careful with the blades as they are sharp. With a towel, dry the blade so that there is no moisture</p>\r\n</td>\r\n<td width=\"130\">\r\n<p>Dish cloths or sponge, baking soda</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Yes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"110\">\r\n<p>Mixer</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>The surface should be cleaned with electric mixer. Also clean the underneath base</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"130\">\r\n<p>Vinegar</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Yes</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>List 4 examples of safety aspects which must be considered when using or cleaning equipment:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>That instructions that is mentioned on the manual should always be followed</li>\r\n<li>Every part and piece of equipment should be cleaned properly.</li>\r\n<li>The power and voltage of the equipment should be checked before using.</li>\r\n<li>Equipment should be sanitized.</li>\r\n<li>Always wear the protective gloves while using the detergent for cleaning the grill and oven.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>You intend to use the meat slicer to cut salami. The machine won’t start. What should you check and what should you do if you cannot resolve the problem?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"621\">\r\n<p><strong>EXAMPLES FOR MEASURES YOU CAN TAKE TO REDUCE ENVIRONMENTAL IMPACTS, SAVE ENERGY AND  RESOURCES</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"621\">\r\n<p> </p>\r\n<p>First, that guards will be checked and also it will be checked whether the blades are correctly fitted or not. If not then the technician will be called to fix the problem.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>Connect the correct preparation method with the relevant type of batter:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"96\">\r\n<p>Beer Batter (1)</p>\r\n</td>\r\n<td rowspan=\"3\" width=\"58\">\r\n<p> </p>\r\n</td>\r\n<td width=\"472\">\r\n<p>(2) Make a well with the flour, ferment yeast in a little milk. When risen add the rest of the ingredients. Prove, knock back and then draw the floured item through the batter – Used for desserts, fish, and meat.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"96\">\r\n<p>Yeast Batter (2)</p>\r\n</td>\r\n<td width=\"472\">\r\n<p>(3) Sift flour and corn flour, work in iced water and egg white to batter consistency. Used for seafood and vegetables</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"96\">\r\n<p>Tempura</p>\r\n<p>Batter (3)</p>\r\n</td>\r\n<td width=\"472\">\r\n<p>(1) Sift flour; add salt, egg and beer slowly to form a smooth batter. Add the water to adjust the consistency – Used for desserts and fish.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"18\">\r\n<li><em><strong>Read the following recipe and answer the questions below:</strong></em></li>\r\n</ol>\r\n<strong>AVOCADO AND ORANGE SALAD </strong>\r\n<p><strong>Key Ingredient</strong>: Avocado, orange</p>\r\n<p><strong>Key Skills</strong>: Knife skills, dressing preparation <strong>Equipment Needs</strong>: Bowl, chef’s knife, pan, whisk <strong>Preparation Time</strong>: 30 minutes</p>\r\n<p><strong>Cooking Time</strong>: 10 minutes</p>\r\n<p><strong>Difficulty</strong>: **</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"105\">\r\n<p>50g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Carrots</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>½</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Coral lettuce</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>30g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Celery</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>30g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Leek</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>50g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Capsicum</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>400g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Orange</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Avocado</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>White bread slices</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>40g</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Butter</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"105\">\r\n<p>40mL</p>\r\n</td>\r\n<td width=\"515\">\r\n<p>Vinaigrette</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Serves 2 Ingredients:</strong>\r\n<p><strong>Preparation Steps</strong>:</p>\r\n<p>Peel and wash the carrots. Lettuce, celery, leek and capsicum should be washed. Into the bite-sized pieces, the lettuce should be torn and in the fridge, the colander should be placed. Into the julienne, the carrots, celery, leek and capsicum should be cut. Cut the avocado into the half. The stone and peel of the avocado should be removed. Into 5mm square the bread should be cut. Prepare the vinaigrette.</p>\r\n<strong>Cooking Steps:</strong>\r\n<ol>\r\n<li>celery, leek, carrots and capsicum should be blanched and refreshed</li>\r\n<li>Clarify the butter. Croutons should be added and fry until browned and crisp. Drain on absorbent paper</li>\r\n</ol>\r\n<strong>Plating:</strong>\r\n<ol>\r\n<li>Avocado should be layered and orange segments on a chilled plate</li>\r\n<li>Remaining ingredients should be placed into a bowl and dress the salad.</li>\r\n</ol>\r\n<p>Questions:<br /><br /><strong>A. How many serves will this recipeyield?</strong></p>\r\n<p>Response:<u> 2                                                      </u></p>\r\n<p><strong>B. How much time will you need to plan to prepare, cook and plate this salad, if plating will take 3 minutes?</strong></p>\r\n<p>Response:<u> 43 minutes                                  </u></p>\r\n<strong>C. The recipe lists for equipment needs: “Bowl, chef’s knife, pan, whisk”. What other equipment</strong><br />\r\n<p>Will you need to prepare this salad?</p>\r\n<p>Response:A plate, Peeler, Cutter and Steiner.</p>\r\n<p><strong> D. List the preparation steps in order using numbered steps:</strong></p>\r\n<p>Preparation steps in numbered sequence:</p>\r\n<ol>\r\n<li>Peel the carrots</li>\r\n<li>Wash the carrots</li>\r\n<li>Wash the lettuce, celery, leek and capsicum</li>\r\n<li>Tear the lettuce into bite-sized pieces</li>\r\n<li>In the fridge, Place the lettuce into a colander</li>\r\n<li>Cut the carrots, celery, leek and capsicum into julienne</li>\r\n<li>Cut the avocado in half</li>\r\n<li>Remove the lump and peel the avocado</li>\r\n<li>Cut the bread into ~5mm squares</li>\r\n<li>Prepare the vinaigrette</li>\r\n<li>The celery, leek, carrots and capsicum should be blanched and refreshed</li>\r\n<li>Clarify the butter</li>\r\n<li>Croutons should be added and fry until browned and crisp</li>\r\n<li>Drain on absorbent paper</li>\r\n<li>Layer the avocado</li>\r\n<li>Place the remaining ingredients into a bowl and dress the salad</li>\r\n<li>Place in the middle of the plate</li>\r\n<li>Garnish as desired</li>\r\n</ol>\r\n<p><strong> E. What should be the temperature of the plate you will use to plate the salad?</strong></p>\r\n<p>In the fridge the empty plate should be place for 15 minutes. Greens will be fresh if the plate is cool.</p>\r\n<p><strong> F. When should you dress the salad?</strong></p>\r\n<p>Response:<u>the salad should be dressed before it is served to the customer. </u><u>dress the salad just before it gets served to the customer</u></p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 28, NULL, 'Use of food preparation and equipment SITHCCC001', 'Your search for SITHCCC001 use of food preparation and equipment free sample work ends up here at Professional Assignments Help with reasonable prices.', 'Use of food preparation and equipment SITHCCC001', 'use-of-food-preparation-and-equipment-sithccc001', '2021-10-25 23:28:02', '2021-11-08 06:20:41');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(283, 'Use hygienic practices for food safety (SITXFSA001)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<p><strong><em>1. What is the legislation that governs the preparation and sale of food in your state or territory?</em></strong></p>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Food Act 2006 is the primary food safety legislation in Queensland and is applicable to all food businesses of Queensland. The main aim of the objective is to make sure that the food which is for sale is safe for the consumption of human. Food safety legislation in Queensland makes food safety at different level of the supply of the food chain:</p>\r\n<p>·         Food regulation 2016</p>\r\n<p>·         Food Production Act 2000</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Each Food Safety Program must comply with state or territory legislation.</strong></em><br /><em><strong> Describe 2 procedures a food business must implement according to the legislation of your state or territory.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Differentiate the potential dangers that might be expected to happen in the dealing of food.</p>\r\n<p>·         In food taking care activity is recognized under passage and can be controlled.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Indicate whether the following statements are true or false.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"387\">\r\n<p><strong>Statement</strong></p>\r\n</td>\r\n<td width=\"65\">\r\n<p><strong>True</strong></p>\r\n</td>\r\n<td width=\"65\">\r\n<p><strong>False</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"387\">\r\n<p>The state government sends officers to inspect local food premises.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n<td width=\"65\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"387\">\r\n<p>The local council enforces food safety in a food premises.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n<td width=\"65\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"387\">\r\n<p>Local government councillors are personally responsible for inspecting food premises.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n<td width=\"65\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"387\">\r\n<p>The Environmental Health Officer (EHO) is responsible for inspecting a food business and enforcing legislative requirements.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"387\">\r\n<p>All businesses preparing and selling food need a Food Safety Program.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"387\">\r\n<p>Staff skills and knowledge must include food safety and food hygiene matters.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"65\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Multiple choice question: What does an Environmental Health Officer do? </strong></em><br /><em><strong> (Circle one answer).</strong></em></li>\r\n<ol>\r\n<li>Health and safety, food hygiene is inspected.</li>\r\n<li>Food safety plans for business is written</li>\r\n<li>Staff inspection is made</li>\r\n<li>Enforcement of industrial relation law</li>\r\n</ol>\r\n</ol>\r\n<ol start=\"5\">\r\n<li><em><strong>Describe 3 possible consequences to a food business if food safety requirements are not met.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         A notice for amending the break inside a set timeframe.</p>\r\n<p>·         There is a fine for neglecting to consent to security pre-requisites.</p>\r\n<p>·         There is quick closure of the business in view of the concern of the security.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>Describe 3 possible consequences for employees or food handlers if food safety and hygiene requirements are not met.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"555\">\r\n<p>Business and workers are seen blameworthy for neglecting the guidelines of food handling that might confront the accompanying results:</p>\r\n<p>·         litigation</p>\r\n<p>·         fines</p>\r\n<p>·         loss of business</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>What are food safety procedures?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The safe method is incorporated for each cycle. For example: getting, re-pressing, food stockpiling, arrangement and cooking, cooling and yet again warming, showing items, taking care of items when serving clients, bundling, cleaning and disinfecting, bug control, ship and convey</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Multiple choice question: Who is responsible for food safety in a food service business? (Circle one answer).</strong></em>\r\n<ol>\r\n<li>the local council</li>\r\n<li>the supplier</li>\r\n<li>everyone who works with food</li>\r\n<li>the cleaning staff.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<ol start=\"9\">\r\n<li><em><strong>What specific responsibilities do you and your fellow workers have in relation to food safety? Identify 4 different responsibilities or obligations. </strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<ul class=\"unordered-listing\">\r\n<li>Sensible consideration are taken for their own well-being and security</li>\r\n<li>Sensible consideration are taken for the well-being and security of others</li>\r\n<li>Wash Hands and surfaces frequently</li>\r\n<li>Directions, strategies and methods should be complied by the manager, business or the regulator of the work environment.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>What specific responsibilities does your employer have in relation to food safety? </strong></em><br /><em><strong> List 3 of these responsibilities.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Make sure that businesses agree with the food standard code.</p>\r\n<p>·         Make sure that the food safety supervisor secures the food business who is sensibly accessible consistently</p>\r\n<p>·         Food safety supervisor should be named from the time the food is first dealt and sold.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"11\">\r\n<li><em><strong>Provide 3 examples of organisational food hygiene procedures you must follow as a food handler.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<ul class=\"unordered-listing\">\r\n<li>Food safety supervisor has set the conventions, follow them</li>\r\n<li>Keep up with the food respectability and guard client, take all the sensible means into consideration</li>\r\n<li>Have abilities and information pertinent to their food obligations</li>\r\n</ul>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"12\">\r\n<li><em><strong>Multiple choice question: What should you do if you notice a potential hygiene hazard, an unsafe hygiene practice or breach of food safety procedures?</strong></em> <br /> (Circle one answer).\r\n<ol>\r\n<li>For reporting braches, the health and safety officer is responsible</li>\r\n<li>Complete an incident report as evidence and report immediately to the manager or supervisor</li>\r\n<li>Fill in the incident form</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<ol start=\"13\">\r\n<li><em><strong>Complete the table below by listing 2 examples of each type of contaminant and 3 ways you can prevent the hazards from occurring.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"142\">\r\n<p><strong>Type of contaminant</strong></p>\r\n</td>\r\n<td width=\"180\">\r\n<p><strong>Examples</strong></p>\r\n</td>\r\n<td width=\"197\">\r\n<p><strong>Prevention</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Physical</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Jewellery, hair extensions</p>\r\n</td>\r\n<td width=\"197\">\r\n<p>·         Adornments, piercing, hair augmentations should be removed.</p>\r\n<p>·         Hair restrictions should be worn by the employees.</p>\r\n<p>·         Representatives should keep the fingernails short and unpolished.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Microbiological</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>high-risk foods are left in the Temperature Danger Zone and Norovirus</p>\r\n</td>\r\n<td width=\"197\">\r\n<p>                                              i.        Heat</p>\r\n<p>                                              ii.       Radiation</p>\r\n<p>                                             iii.      Restriction of oxygen.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"142\">\r\n<p>Chemical</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Kitchen cleaning agents And Unwashed fruits and vegetables</p>\r\n</td>\r\n<td width=\"197\">\r\n<p>·         Never keep the food in a similar spot as cleaning synthetic compound are used consistently.</p>\r\n<p>·         Pesticides are leafy foods can be unsafe whenever it is ingested. Appropriately wash all the products.</p>\r\n<p>·         Customary oiling can be required by the equipment with moving parts like slicers and blenders.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"14\">\r\n<li><em><strong>For each of the given scenarios, identify the types of micro biological contamination and the effects on the consumer.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"173\">\r\n<p><strong>Scenario</strong></p>\r\n</td>\r\n<td width=\"173\">\r\n<p><strong>Type of bacteria</strong></p>\r\n</td>\r\n<td width=\"173\">\r\n<p><strong>Effects/symptoms</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Sneezing and coughing when preparing food products</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Staphylococcus aureus</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Lungs or circulation system is contaminated.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Not washing vegetables properly</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Listeria monocytogenes</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Food borner</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\">\r\n<p>Using food products that have damaged packaging</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Campylobacter jejune</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>Stomach torment, fever, cerebral pain, queasiness, as well as spewing.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"15\">\r\n<li><em><strong>Describe how cross-contamination can occur.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>When micro-organisms from messy items comes in contact with cooked food then cross-contamination happens.</p>\r\n<p> </p>\r\n<p>There are three fundamental sorts of cross defilement: food-to-food, hardware to-food, and individuals to-food. In all of these three, micro-scopic organisms are moved from a sullied source uncontaminated food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"16\">\r\n<li><em><strong>Identify 3 causes of food contamination.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The various causes of food contamination are:</p>\r\n<p>·         Bacteria</p>\r\n<p>·         Virus</p>\r\n<p>·         Parasitic protozoa</p>\r\n<p>·         Mold toxins</p>\r\n<p>·         Poisonous mushrooms</p>\r\n<p>·         Pesticides</p>\r\n<p>·         Pollutants</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>How can you, as an employee, avoid contaminating food products? </strong></em><br /><em><strong> List 4 personal hygiene requirements.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Hand gloves</p>\r\n<p>·         Apron</p>\r\n<p>·         Head cover</p>\r\n<p>·         Protection masks</p>\r\n<p>·         Rubber footwear without opening</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"18\">\r\n<li><em><strong>Match the disease to its definition by drawing a line connecting each box on the left with the correct answer on the right.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"208\">\r\n<p><strong>Disease</strong></p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"244\">\r\n<p><strong>Definition</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<p>A food-borne disease is:</p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"244\">\r\n<p>Infection the is caused by the miro-organism and is communicated through the air</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<p>An airborne disease is:</p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"244\">\r\n<p>Brought by pathogenic miniature like infection, micro-organism. The illness can be spread from one individual to other.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<p>An infectious disease is:</p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"244\">\r\n<p>Sickness is an outcome of burning through defiled food.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"19\">\r\n<li><em><strong>Name the 3 types of hazards that are most likely to contaminate food products. Give an example of each hazard.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Microbes, organisms, yeasts, shape and infections are included in biological perils</p>\r\n<p>·         Food varieties with poisons like green potatoes are included in chemical perils.</p>\r\n<p>·         Plastic, glass, versatile group are actual perils.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"20\">\r\n<li><em><strong>In a Food Safety Program, you are required to follow procedures which will help prevent food poisoning. List 3 procedures you must follow to remove or minimise any potential hazards that could cause food poisoning.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Clean and disinfect food-contact surfaces that touch tainted food before they interact with cooked or prepared to-eat food.</p>\r\n<p>·         Do not permit crude food to contact or trickle liquids onto cooked or prepared to-eat food.</p>\r\n<p>·         Ensure representatives clean up every now and again when working with crude food. They ought to never contact crude food and afterward contact prepared to-eat food without cleaning up. Hands should likewise be washed consistently to forestall cross-pollution.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"21\">\r\n<li><em><strong>Bacteria needs a number of conditions to multiply. List 6 conditions bacteria need for growth.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p><strong>Warm Temperature:</strong>In warm temperature illness causing micro-organisms flourishes.</p>\r\n<p><strong>Moisture:</strong>Water is needed by moisture bacteria for development</p>\r\n<p><strong>Environmental Oxygen:</strong>Development of micro-organisms can be influenced in the presence of oxygen.</p>\r\n<p><strong>Darkness: </strong>Warm and dull climate is required</p>\r\n<p><strong>Reservoir</strong>: Environment where most organisms develop</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"22\">\r\n<li><em><strong>Indicate whether the following statements about hand washing procedures are true or false.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"350\">\r\n<p><strong>Correct handwashing procedures include these steps:</strong></p>\r\n</td>\r\n<td width=\"84\">\r\n<p><strong>True</strong></p>\r\n</td>\r\n<td width=\"84\">\r\n<p><strong>False</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Use handwashing facilities designated for handwashing only.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Clean hands thoroughly using soap or other effective means.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Only use cold running water.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n<td width=\"84\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Rinse hands under water first before soaping.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Dry hands on tea towel or other cloth.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n<td width=\"84\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Wash hands in closest sink for speed and efficiency.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n<td width=\"84\">\r\n<p>False</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"350\">\r\n<p>Dry hands thoroughly on a single-use towel or paper towel, or in another way that is not likely to transfer disease-causing organisms onto the hands.</p>\r\n</td>\r\n<td width=\"84\">\r\n<p>True</p>\r\n</td>\r\n<td width=\"84\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"23\">\r\n<li><em><strong>Food handlers are expected to wash their hands whenever their hands are likely to contaminate food. Provide 8 different circumstances that would require a food handler to wash their hands.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Before beginning your shift</p>\r\n<p>·         Using the bathroom</p>\r\n<p>·         Touching your attire, cover, hair, face, or some other spot on your body</p>\r\n<p>·         Handling cash</p>\r\n<p>·         Sneezing, hacking, or utilizing a tissue</p>\r\n<p>·         After smoking</p>\r\n<p>·         After eating</p>\r\n<p>·         In the wake of utilizing the phone</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"24\">\r\n<li><em><strong>Describe a personal health issue that requires you to cease working with food and report it to the appropriate person.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Infected bruises on your hands, arm or face; or</p>\r\n<p>·         Any releases from your ear, nose or eyes (like a virus)</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"25\">\r\n<li><em><strong>Your badly cut finger has become infected and the adhesive bandage you used to cover it has fallen off since you started work. What should you do?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>On whatever the one was chipping away, quit working on that and illuminate about the circumstances to the director and cook for the specialist while the chief should dispatched the food.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"26\">\r\n<li><em><strong>Multiple choice question: Which of the following is both an item of personal protective clothing and a method of protecting food from contamination from your clothing?</strong></em> (Circle one answer).\r\n<ol>\r\n<li>A chef’s hat</li>\r\n<li>An apron</li>\r\n<li>Enclosed shoes</li>\r\n<li>A hairnet.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n<ol start=\"27\">\r\n<li><em><strong>Describe 2 ways that a food handler can ensure hygienic personal contact with food or food contact surfaces.<br /></strong></em></li>\r\n</ol>\r\n<br />\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Don’t deal with prepared to eat food.</p>\r\n<p>·         Clean external dresses should be worn.</p>\r\n<p>·         Make sure gauzes and dressings on uncovered pieces of the body.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<p><em><strong>1. Personal protective equipment</strong>:</em></p>\r\n<p>Complete the table below by describing the tasks and reasons for using the pictured examples of personal protective equipment (PPE).</p>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"173\">\r\n<p><strong>PPE</strong></p>\r\n</td>\r\n<td width=\"173\">\r\n<p><strong>Example task</strong></p>\r\n</td>\r\n<td width=\"173\">\r\n<p><strong>Reason for using PPE</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"173\"> </td>\r\n<td width=\"173\">\r\n<p>Using of share knifes</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>It avoids the slicing of skin from the sharp knives.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\"> </td>\r\n<td width=\"173\">\r\n<p>Cooking or cleaning dishes</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>A barrier should be provided between employer’s body and dangerous chemicals and uniform of the worker’s should be cleaned.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"173\"> </td>\r\n<td width=\"173\">\r\n<p>Cooking</p>\r\n</td>\r\n<td width=\"173\">\r\n<p>For preventing the food contamination from hair, head wear is used.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"2\">\r\n<li><em><strong>Answer the following questions regarding HACCP</strong></em>.</li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>What do the letters HACCP stand for?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The full form of HACCP is Hazard Analysis and Critical Control Point. It is a internationally recognized system that reduce the risk of safety hazards in food. Potential hazards are identified and controlled the specific point in the process. Biological, chemical and physical hazard are included.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Name the seven principles of HACCP and explain how each principle contributes to the safety and hygiene of food.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"94\">\r\n<p><strong>Principle</strong></p>\r\n</td>\r\n<td width=\"132\">\r\n<p><strong>Name of principle</strong></p>\r\n</td>\r\n<td width=\"291\">\r\n<p><strong>Meaning of principle</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 1</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Conduct a hazard analysis</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>This is where the process is evaluated and identified where the hazards can be introduced. Hazards can be physical, chemical or biological.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 2</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Identify the critical control points</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>In what step the process can control be applied for the prevention or elimination of the hazard these are the critical points.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 3</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish critical limits</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>The next step is establishment of criteria for each critical control point.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 4</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establishing monitoring procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Monitoring must be done to make sure that food will remain within the critical limit that</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 5</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish corrective actions</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Remedial activities are the moves that should be made if a deviation from a satisfactory basic cutoff happens.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 6</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish record keeping procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Record keeping is crucial for the compelling activity of your Food Safety Plan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">\r\n<p>Principle 7</p>\r\n</td>\r\n<td width=\"132\">\r\n<p>Establish verification procedures</p>\r\n</td>\r\n<td width=\"291\">\r\n<p>Developing the Food Safety Plan is just the initial move towards sanitation.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"3\">\r\n<li><em><strong>Visit <a href=\"http://www.foodstandards.gov.au/Pages/PageNotFoundError.aspx?requestUrl=http://www.foodstandards.gov.au/consumer/safety/faqsafety/pages/%20foodsafetyfactsheets/foodsafetystandardst857.aspx\">http://www.foodstandards.gov.au/consumer/safety/faqsafety/pages/<br /> foodsafetyfactsheets/foodsafetystandardst857.aspx</a>and answer the following questions.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>Why must businesses comply with temperature controls?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Unsafe food should be kept at these temperature to forestall food contamination micro-organism, this can be available in the food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>How are these temperatures controlled?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"517\">\r\n<p>Temperature control guarantees that food varieties that are to be served hot should be kept at an appropriate temperature and food that is to be served cold are not forgotten at a risky temperature. By heat the microbes can be killed.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>What are potentially hazardous foods according to Food Standards Australia New Zealand?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The following are examples of potentially hazardous foods:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>raw and cooked meat or food varieties containing meat, like dishes, curries and lasagne;</li>\r\n<li>dairy items, for instance, milk, custard and dairy based treats;</li>\r\n<li>seafood (barring live fish);</li>\r\n<li>processed leafy foods, for instance, mixed greens;</li>\r\n<li>cooked rice and pasta;</li>\r\n<li>foods containing eggs, beans, nuts or other protein rich food varieties, like quiche and soy items;</li>\r\n<li>foods that contain these food varieties, for example, sandwiches and rolls.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Explain why the above foods are considered potentially hazardous.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>Hazardous food varieties are the food that contains food contamination micro-organisms. Poisons are compounds that are created by certain microbes.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"4\">\r\n<li><em><strong>Number the steps for handwashing in the correct order, from 1 to 7.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"453\">\r\n<p><strong>Step</strong></p>\r\n</td>\r\n<td width=\"65\">\r\n<p><strong>Number</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Apply soap and develop a thick lather by rubbing your hands together.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Rinse the soap with warm or hot running water.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>6</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Wash palms, fingers, thumb, wrist and fingernails. Use a nail brush if necessary.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Use the designated handwashing sink, not the preparation sink in the kitchen or bar.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>1</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Dry your hands with single use paper towels or hot air dryer.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>7</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Wet your hands with clean, running water (warm or cold), turn off the tap, and apply soap.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>2</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"453\">\r\n<p>Scrub your hands for at least 20 seconds.</p>\r\n</td>\r\n<td width=\"65\">\r\n<p>5</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Answer the following questions about Food Safety Programs. Use the link:</strong></em> <a href=\"http://www.foodstandards.gov.au/industry/safetystandards/documents/Guide%20321%20FoodSafetyPrograms-WEB.pdf\"><em>http://www.foodstandards.gov.au/industry/safetystandards/documents/Guide%20321%20FoodSafetyPrograms-WEB.pdf</em></a><em>.</em>  </li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Briefly describe what a Food Safety Program is:</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>A food safety programme is a report that demonstrates how a food business is controlled. High risk food organizations needs to have sanitation programme:</p>\r\n<p>·         Business that creates aged and produced meats needs sanitation.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>A food safety program must include specific content. List the 6 legal requirements that must be included in a Food Safety Program.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>·         Differentiate where in food dealing activity risk can be controlled and also the method for control.</p>\r\n<p>·         Observing of those controls should be accommodated.</p>\r\n<p>·         Customer survey needs to be accommodated.</p>\r\n<p>·         Suitable record should be accommodated</p>\r\n<p>·         Distinguish the potential risk that is expected to happen in all food taking care activity</p>\r\n<p>·         Observing of those controls should be accommodated</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>List 6 supporting documents of a Food Safety program and explain the purpose of each one.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<thead>\r\n<tr>\r\n<td width=\"29%\">\r\n<p><strong>Document</strong></p>\r\n</td>\r\n<td width=\"70%\">\r\n<p><strong>Purpose</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>HACCP document</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>HACCP plan make sure that the HACCP framework is followed at each basic control point.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>Record keeping</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>The food safety supervisor must keep record to show the consistence with the programme of food safety</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>Hazard identification</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>The first necessity of food safety supervisor is to recognize all the potential risk that could happen</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>Corrective action</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>The restorative activities include illustrating answers for remedying a risk</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>Hazard control</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>Food safety supervisor should distinguish between where at each phase of food readiness.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"29%\">\r\n<p>Monitoring</p>\r\n</td>\r\n<td width=\"70%\">\r\n<p>Food safety supervisor should give the proof that food business is performing normally.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"6\">\r\n<li><em><strong>Interpret organisational documents or diagrams:</strong></em></li>\r\n</ol>\r\n<p>Look at the images in the table below and explain their meanings.</p>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"259\">\r\n<p><strong>Image</strong></p>\r\n</td>\r\n<td width=\"259\">\r\n<p><strong>Meaning</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"259\"> </td>\r\n<td width=\"259\">\r\n<p>Wash hands</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"259\"> </td>\r\n<td width=\"259\">\r\n<p>No smoking</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"259\"> </td>\r\n<td width=\"259\">\r\n<p>Wear gloves</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"259\"> </td>\r\n<td width=\"259\">\r\n<p>Apron required</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"7\">\r\n<li><em><strong>Follow the link to access the Food Standards Australia New Zealand Code definitions: <a href=\"https://www.foodstandards.gov.au/publications/documents/Glossary.pdf\">https://www.foodstandards.gov.au/publications/documents/Glossary.pdf</a>.</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>In your own words, what does <em>contaminant </em>mean?</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The substance that is presently not reasonable for use: something that sullies a spot. Synthetic, physical and organic are the three sorts of food tainting</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>In your own words, what does <em>contamination</em> mean?</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"518\">\r\n<tbody>\r\n<tr>\r\n<td width=\"518\">\r\n<p>The presence of undesirable materials, for example, residue and particles during the assembling and transportation time is called tainting. The term pollutants incorporate any undesirable matter that is found in the item. These pollutants influence the nature of the item or the cycle.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 27, NULL, 'Use hygienic practices for food safety SITXFSA001', 'Get free sample work help on SITXFSA001 use hygienic practices for food safety related management writing services with guidance of expert writers.', 'Use hygienic practices for food safety SITXFSA001', 'use-hygienic-practices-for-food-safety-sitxfsa001', '2021-10-25 23:47:42', '2021-11-08 06:19:58');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(284, 'Carry out setting out (CPCCCA3002A)', '<ol>\r\n<li><em><strong>What type of documentation is required to be used when setting out?</strong></em></li>\r\n</ol>\r\n<p>Following documentation is require to be used:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Saddle profiles can be used</li>\r\n<li>We can also use Site Plans</li>\r\n<li>House plans and specifications can be used as well</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Define the following terms.</strong></em></li>\r\n</ol>\r\n<p><strong>Contour lines</strong>: It is an imaginary level line. It represents humps and hollows, rise and fall on the surface of the earth</p>\r\n<p><strong>Contour interval: </strong>It is a vertical distance or the difference between the contour lines</p>\r\n<p><strong>Datum: </strong>It is fixed point, where elevation point is known.</p>\r\n<p><strong>Benchmark: </strong>Chiselled horizontal, is where from it is originated. It marks the surveyors that is made in stone structure.</p>\r\n<p><strong>Reduced level (RL): </strong>The elevation point that is above or below a known point.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"3\">\r\n<li><em><strong>What does ‘setting out’ the site entail?</strong></em></li>\r\n</ol>\r\n<p>The first step is the process of setting building or block of land. Any work that will be done will become fixed on the land and will not be removed. It becomes important that the accuracy and care continue to be exercised.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>List 6 pieces of information that can be obtained from a site plan.</strong></em></li>\r\n</ol>\r\n<p>Following information can be obtained:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>First we can obtain Buildings</li>\r\n<li>Second is Roads</li>\r\n<li>We can also obtain, Sidewalks and paths/trails</li>\r\n<li>Parking</li>\r\n<li>Drainage facilities</li>\r\n<li>Sanitary sewer lines</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>What can a builder do to ensure the construction site is safe for visitors? Provide 5 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Through alarms, motion sensors, fencing, or other building enclosures job site can be controlled.</li>\r\n<li>Safety hazards should be corrected if it is possible, extra protection should be implemented in the areas where the visitors could hurt.</li>\r\n<li>Cover the holes in the floor or ground should be covered or fenced – make sure they\'re visible.</li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li>Exits on balconies, higher floors, or roofs should be marked and fenced or otherwise enclosed.</li>\r\n<li>Require visitors to wear any safety equipment you deem necessary for the nature of the job site, such as hard hats and protective vests.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>List 3 signs that may be found on a site that is at the set-out stage.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The first sign is Danger sings</li>\r\n<li>Restricted Area signs can also be found on a site</li>\r\n<li>Multiple condition sing is the another sign</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>List 2 tools used to create a hurdle profile.</strong></em></li>\r\n</ol>\r\n<p>Following are the tools that can be used to create a hurdle profile:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Saw</li>\r\n<li>Hammer</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Outline 3 ways in which serious faults can be reported.</strong></em></li>\r\n</ol>\r\n<p>Serious faults can be reported in following three ways:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The first is Lock out tagging</li>\r\n<li>Another is Verbally inform the supervisor</li>\r\n<li>We can also report fault through Record it on maintenance logbook</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>How would you go about calculating the number of pegs and lengths of timber you will need to set out a site?</strong></em></li>\r\n</ol>\r\n<p>There are how many edges or the angle that is 90 degree on the site plan should be checked. 2 profile is needed by each edge and 2 pegs is needed by 1 profile.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>List 3 materials required for setting out procedures.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Timber is required for setting out the procedure</li>\r\n<li>For setting out the procedure Nails are also needed</li>\r\n<li>String line is also required</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>What is the difference between the following types of pegs? What is each used for?</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,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\" alt=\"\" width=\"151\" height=\"114\" /><br />\r\n<p>Indicator survey pegs–the most common type of hardwood is Indicator survey pegs which is used at development sites.<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"122\" height=\"125\" /></p>\r\n<p>Boundary Survey Pegs–for marking new boundaries Boundary pegs are needed. Point,paint and chamfer are included in this peg.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"12\">\r\n<li><em><strong>What are the potential environmental hazards on a building site? List 6.</strong></em></li>\r\n</ol>\r\n<p>The potential environmental hazards are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Fire is the environmental hazard on a building site</li>\r\n<li>The another hazard is Pollution</li>\r\n<li>Noise pollution is also a hazard</li>\r\n<li>Dust is also an environmental hazard</li>\r\n<li>Another environmental hazard is Chemical spills</li>\r\n<li>Electrical hazards is also included in environmental hazard</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Mark the following features on the site plan on the next page:</strong></em></li>\r\n</ol>\r\n<p><strong>Lot number</strong></p>\r\n<p><strong>Verge</strong></p>\r\n<p><strong>Easement</strong></p>\r\n<p><strong>Boundary lines</strong></p>\r\n<p><strong>Lot width</strong></p>\r\n<p><strong>Lot depth</strong></p>\r\n<p><strong><img src=\"data:image/png;base64,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\" alt=\"\" width=\"606\" height=\"387\" /> <br /><br /></strong></p>\r\n<ol start=\"14\">\r\n<li><em><strong>True of false. The side boundary that is first set up is the fixed marker that should not be adjusted for the rest of the set out.</strong></em></li>\r\n</ol>\r\n<p>The answer is True</p>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Where you set the string lines to identify site boundaries will depend on what? List 5 factors.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Lot’s shape</li>\r\n<li>Proposed building position</li>\r\n<li>On the existing boundary line, the buildings are built.</li>\r\n<li>Fences on the boundary line of adjacent lots</li>\r\n<li>Obstacles like trees or existing structures</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Place the following setting out steps in the correct order.</strong></em></li>\r\n</ol>\r\n<p>3- Construct profiles for first side of the building</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Set accurate line for side of the building</li>\r\n</ul>\r\n<p>4- Set other profiles in place</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Estimate and peg out corners of the building</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>When setting out a building, it is usual to start with a square or relatively square corner. Explain how setting out can be achieved using the following methods.</strong></em></li>\r\n</ol>\r\n<p><strong>Method - </strong><strong>Step by step process</strong></p>\r\n<p>Fixed type builders square- Against the building line, square should be placed. On peg “A”, right angled end should be made</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"18\">\r\n<li><em><strong>How far do hurdles/profiles need to be set from the construction outline, and why?</strong></em></li>\r\n</ol>\r\n<p>Footing system needs to be set, before it can be constructed. Building hurdles/ profiles needs to be involved and string lines should be used for marking the outside perimeter of the construction excavations can take place if there points are set. Underground plumbing can be installed by the plumber.</p>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>List 5 factors that will determine the type of footing that needs to be used when setting out.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Depth should be adequate.</li>\r\n<li>There should be Bearing capacity failure.</li>\r\n<li>Settlement should be done</li>\r\n<li>Quality is the factor that will be determined</li>\r\n<li>Strength should be adequate  </li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>List 5 factors that will determine where you end up setting your stringlines?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The shape of the lot</li>\r\n<li>The position of the proposed building</li>\r\n<li>Buildings built on the existing boundary line on adjacent lots</li>\r\n<li>Fences on the boundary line of adjacent lots</li>\r\n<li>Obstacles such as trees or existing structures</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>How can you use the 3 4 5 rule in order to determine the corner of a building?</strong></em></li>\r\n</ol>\r\n<p>For getting a perfectly square corner, one must focus on the measurement ratio of 3:4:5. It will be a perfect square corner if all the measurements are correct.</p>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>How can a right angle be established?</strong></em></li>\r\n</ol>\r\n<p>A measuring tape, two ranging poles, pegs and three persons are required, for setting the right angels in the field.</p>\r\n<p>A triangle with the lengths of 3 m, 4 m and 5 m is formed, when all sides of the tape are stretched.</p>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>Find the length of ‘x’.</strong></em></li>\r\n</ol>\r\n<p><img src=\"data:image/png;base64,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\" alt=\"\" width=\"229\" height=\"225\" /><br />X= 12.21 m</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>What is the distance a building line that is set back from the standard shape known as?</strong></em></li>\r\n</ol>\r\n<p>Building Setback Line Front means there is establishment of space that is to be provided between the front lines of the building</p>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>If adjustments have been made to stringlines, what do you need to do with all of the measurements?</strong></em></li>\r\n</ol>\r\n<p>If on any of the stringlines, the adjustments are made during the setting of the procedure. Then there should be rechecking of all the measures for making sure that the dimensions of proposed building shall remain in accordance with the site drawing</p>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>When taking measurements, where do they need to be taken in order for them to be accurate?</strong></em></li>\r\n</ol>\r\n<p> </p>\r\n<ol>\r\n<li>One or more known standard should be acquired from a source that is reliable.</li>\r\n<li>Measuring process should run by using the instrument.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"27\">\r\n<li><em><strong>What is the process for establishing straight lines on steel pins?</strong></em></li>\r\n</ol>\r\n<p>With intermediate pins, set out the straight line with intermediate pins. Firstly the start and end pins are positioned, between the two, the string line will be pulled tight and then pins are established. If the line is not touched by the pin then this will lead to a ‘dog-leg.’</p>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>Once the initial rectangular shape has been completed, it must be checked to ensure that the set-out is square; that is, the corners are at 90°, and the measurements are correct. How do you do this?</strong></em></li>\r\n</ol>\r\n<p>Diagonal distance should be compared between the corners.</p>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>Why is it important to check that the building lines are square?</strong></em></li>\r\n</ol>\r\n<p>Building something square is essential.  Square means, for example, that the deck are of 90 degrees. The floor if not framed in square, then the subfloor section will not line up.</p>\r\n<p><em> </em></p>\r\n<ol start=\"30\">\r\n<li><em><strong>Once all hurdles, set out pegs etc. have been installed and checked for accuracy, how is the work area left at the end of the day? List 5 points.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>By putting the barricades, close the work area</li>\r\n<li>For determining the boundaries, paint should be marked or sprayed</li>\r\n<li>Ensure that there is proper attachment of strings and hurdles and pegs are tight</li>\r\n<li>Material, tools should be gathered and cleaned.</li>\r\n<li>Areas should be cleaned and cut off material needs to be removed.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"31\">\r\n<li><em><strong>When inspecting tools and equipment for faults, what 3 things are you looking for?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Safetyguard needs to be checked</li>\r\n<li>Brokenparts should be checked</li>\r\n<li>Ensure to tag thepowertools</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"32\">\r\n<li><em><strong>Outline the 4 care and maintenance requirements of measuring tools.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>On retractable tape measures, don\'tberoughwiththebladeortapehousing</li>\r\n<li>In the tape measure, don’t left the sand or dirt as this will damage the equipment.</li>\r\n<li>Tape measures or rulers should not left lying for longer period in the direct sunlight, as this can lead to buckle or degrade.</li>\r\n<li>In wet conditions, usage of tape measures should be avoided. If it can’t be avoided make sure to wipe it with a cloth that is oily.</li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 29, NULL, 'Carry out setting out CPCCCA3002A', 'For sample work of CPCCCA3002A carry out setting out with no plagiarism and grammatical errors, contact to Professional Assignments Help expert.', 'Carry out setting out CPCCCA3002A', 'carry-out-setting-out-cpccca3002a', '2021-10-27 23:47:00', '2021-11-08 06:19:22');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(285, 'Produce Desserts (SITHPAT006)', '<h3> <br />Assessment 1</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Provide a brief description for each of the following.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Dessert</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Description</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">bavarois</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Bavarian cream is a desert that is consisted of milk which is thickened with eggs and gelatin. The mixture is then set into a cold mould and for serving, it is unmoulded. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">crème brulee</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is also known as burned crème. It is desert that is consisted of rich custard base and is topped with a layer of caramelized sugar. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">crème caramel</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a custard dessert covered with a layer of clear caramel sauce. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">crêpes</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a thin pancake. These are of two types: sweet crepes and savoury galettes. It is served with variety of fillings.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">custards and creams</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a kind of sandwich biscuit that is popular in UK and Republic of Ireland and is filled with a creamy, custard flavour. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">flans</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a custard dessert with a layer of clear caramel sauce. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">fritters</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a portion of meat, seafood, fruit and other ingredient which have been battered. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ice-cream</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is sweet frozen food and is eaten as a snack or a dessert. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">meringues</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a kind of dessert or candy</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">mousse</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a food that incorporates air bubbles to give it a light and airy texture</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">parfait</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It describe two types of dessert.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">pies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">A pie is a baked dish that is usually made of a pastry that contains filling of various sweet ingredients. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">prepared fruit</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Different type of fruit that is cut into pieces and served.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">puddings</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a kind of food that can be a dish or a dessert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">sabayon</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is an Italian dessert that is made out of egg yolks, sugar and sweet wine</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">sorbet</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is also known as Italian ice and is a frozen dessert that is made from sugar sweetened water. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">soufflé</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a baked egg based dish in France.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">tarts</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It consist of filling over a pastry base with an open top not covered with pastry. </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the relevant cooking methods.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Description</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Adding fats and liquids to dry ingredients</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Adding fat into dry ingredients makes sure that the flour particles are coated well with fat. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Baking</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a method for preparing food and uses dry heat </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Chilling</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a controlled system of advance food preparation that is designed to provide more flexibility in food services.  </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Flambé</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a cooking procedure in which, in a hot pan alcohol is added </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 10 ingredients that are commonly used to produce desserts.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sugar</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">eggs</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">dairy products</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">nuts</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">fruit</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">flavouring</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">thickening agents</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chocolate</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">salt</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">peanut butter</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain why each of the following ingredients may need to be used when producing desserts.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Gluten-free flour</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is used in the production of dessert for providing the option for choice </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Yeast-free flour</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is used for those customer who have the yeast allergy. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Non-sugar sweeteners</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">They are used in desserts for the customers who are diabetic. </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the difference between ‘food allergy’ and ‘food intolerance’</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">When the immune system reacts to the harmless food, this is when the food allergy occurs. Whereas food intolerance takes place when the body reacts to a chemical after eating a particular food or drink.<br /><br /></span></p>\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><em>What are the legal and health consequences of not meeting special customer requests and dietary requirements?</em></strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Failing to address a customer\'s allergies can lead to a civil lawsuit. Once the customer informs, whether in written form or verbally, of his/her allergies, now legally accountable for using this information for future decisions</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">allergic reactions </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">anaphylaxis </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">food sensitivity or intolerance reactions</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe three indicators which you would use to select fresh and quality ingredients.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ensure that aroma is pleasant and does not have pungent smell. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Avoid using dirty eggs</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For any kind of bugs, check the flour </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe three mise en place tasks related to cooking desserts.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entire recipe should be read</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Work space should be prepared</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Equipment should be prepared</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gather all the ingredients</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prepare and place all the ingredients in a bowl</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Choose two different desserts and explain how you would garnish, decorate, plate and present them.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\"><strong>Sticky Date Pudding</strong> – with warm butterscotch sauce, it can be topped.</span></p>\r\n<p><span style=\"font-weight: 400;\"><strong>Vanilla Bean Pannacotta</strong> – with mango sauce, it can be topped and with pistachio nuts, garnish them </span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<br />\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe each of the following special dietary requirements and how these impact dessert consumption.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Fat free</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is a food with less than 0.5 gram of fat per serving. It helps to lose weight and stay healthy. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Low carbohydrate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It has limited carbohydrate that is found in food and helps the patient who have diabetic and also help to lose weight.  </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Low fat</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">These are the diet with food that have 30 % of the calories. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sugar free</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">It is diet in which the customer cut the sugar.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 30, NULL, 'Produce Desserts SITHPAT006', 'Get free sample copy written by academic experts on SITHPAT006 produce desserts related report writing with no errors.', 'Produce Desserts SITHPAT006', 'produce-desserts-sithpat006', '2021-10-27 23:59:49', '2021-11-08 06:18:57'),
(286, 'Install flooring system (CPCCCA3003A)', '<br />\r\n<p><strong>Sycon Secura interior flooring sheets are 2700 x 600 x 19mm. Sheets are fixed over joists spaced at 450mm centres. How many of these sheets would be required for a domestic dwelling with a floor area of 200 square metres?</strong></p>\r\n<p> </p>\r\n<ol start=\"1\">\r\n<li aria-level=\"1\"><em><strong>Refer to the SikaBond PVA product data sheet and SDS to complete questions 2, 3 and 4</strong></em></li>\r\n</ol>\r\n<p><strong>Product data sheet: </strong><a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf\">http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf</a></p>\r\n<p><strong>SDS: </strong><a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf\">http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf</a><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Residential timber for framed construction As 1684 <br /><br /></span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Which part of the BCA outlines the performance requirements regarding protection from the spread of fire?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">P2.3.1 the performance requirement is outlined for the protection from the spread of fire. <br /><br /></span></p>\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What safety measures need to be taken when handling SikaBond PVA? Outline 4.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Standard hygiene measures should be followed when handling chemical products</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Local exhaust ventilation is provided</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Chemical resistance, impervious gloves should be worn all time when chemical product is handled  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Safety eyewear should be used </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><span style=\"font-weight: 400;\"> </span><strong>As work progresses, more risks and hazards present themselves. What measures can be put in place for your own protection, and warn and protect other workers and home owners from these risks and hazards? Give 4 examples.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the examples: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The first example is Yellow caps</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Second is Barrier tape</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Signage is the third example </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The fourth one is Fencing or hoarding</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Sub floor framing for domestic construction is commonly constructed with stumps, bearers and joists. What plant, tools and equipment could be selected to perform this task? List 10</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Nail gun</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hammer</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spirit level</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Floor champs</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">String lines</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tape</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pencil</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chalk</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Square</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Power saws</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the checks performed on the tools and equipment before starting the job.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">It should be made sure that the tools and equipment which is being used is appropriate for the work. Also check that all the tools and equipment are also working and there is any fault, it must be reported.<br /><br /></span></p>\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How is the length and bevel of herringbone struts determined?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">From joist tops, Herringbone struts are fixed 12mm down and 12 mm up from the bottom. Measure the joist depth and deduct the above 12+12+24mm, for obtaining the length and bevels<br /><br /></span></p>\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is ant capping?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">It is a kind of physical barrier that termites floors framing timer. It is specially designed for forcing the termites and are made out of galvanised sheet metal <br /><br /></span></p>\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Why is it recommended that Tung oil be applied to the surface floor as opposed to polyurethanes?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The normal expansion and contraction can be prevented of individual boards that results in uneven or unsightly cracking.<br /><br /></span></p>\r\n<ol start=\"10\">\r\n<li aria-level=\"1\"><em><strong>Refer to the SikaBond PVA product data sheet and SDS to complete questions 11, 12 and 13.</strong></em></li>\r\n</ol>\r\n<p><strong>Product data sheet: </strong><a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf\">http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf</a></p>\r\n<br />\r\n<p><strong>SDS:</strong> <a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf\">http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf</a> </p>\r\n<p><span style=\"font-weight: 400;\">PVA can be used on following substrates:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Timber MDF </span></li>\r\n<li><span style=\"font-weight: 400;\">Board</span></li>\r\n<li><span style=\"font-weight: 400;\">Particle board </span></li>\r\n<li><span style=\"font-weight: 400;\">Ply woods</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"11\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Provide 5 examples of underfloor insulation.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The following are the examples of underfloor insulation:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build blanket</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reflective zigzag foil sheets</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fiberglass bulk insulation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Insulation batts</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rigid polystyrene boards</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"12\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How should empty containers of SikaBond PVA be disposed of?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For an approved waste handling site, empty containers should be for recycling or disposal.<br /><br /></span></p>\r\n<ol start=\"13\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>When constructing sub floor framing for a house which will have floorboards (fitted floor), where should double joists be located?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Under the walls, double joist should be located <br /><br /></span></p>\r\n<ol start=\"14\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What 3 checks need to be carried out on the supporting structure, i.e. stumps, posts or piers, before the installation of bearers?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the checks that needs to be carried out:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The first is Inline Level </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Second is Back filled, and</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The last is, Should be level</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>If bearer material is to be cut or lengths need to be joined, where should these cuts or joins be located?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Over a support, joints should be located <br /><br /></span></p>\r\n<ol start=\"16\">\r\n<li aria-level=\"1\"><strong><em>In 6 steps, documents the process to lay bearers?</em></strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">On tops of base walls or piers, Fit ant capping DPC or required flashings </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check that the tops of base walls columns or piers are terminating at the correct heights</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lay bearers or saw stools and square their ends . Prepare end joint scarfs or halving if required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mark off the positions where any anchor bolts pass through the bearers and drill holes</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For checking that the top edge is in alignment, Lay the outside bearers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Between the two bearers stretch the sting lines, and install the intermediate bearers to the string line.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is placed between timber members such as bearers and brick piers?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">A damp proof course (DPC)<br /><br /></span></p>\r\n<ol start=\"18\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the process to fix a timber bearer to a concrete stump?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Through following process timber bearer can be fixed </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can be fixed through Drill hole</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Install ant cap will also help in fixing it </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Another way of fixing timer bearer for concrete stump is Insert rod</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chisel rebate is also helpful in fixing timber bearer </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bend rod over is yet another useful process</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"19\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>in 4 simple steps, detail the procedure for laying floor joists?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joist positions on the bearers needs to be marked </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joists and fit blocking should be fixed </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Level the joists</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Place joists in position for fixing</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"20\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Timber members, such as bearers and joists, need to be selected for length and straightness. How should ‘bows’ in these members be treated?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">In order to level them out straight, the bows should face up<br /><br /></span></p>\r\n<ol start=\"21\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How can joists be fastened? Identify 3 ways.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Joist can be fastened in following three ways:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joist straps </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Triple grips </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skew nailed</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"22\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is a ‘deep joist’?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Where the height of joist exceeds 4 times the width. It should be restrained from rolling over. Between the joist spacing, the blocking is required.<br /><br /></span></p>\r\n<ol start=\"23\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 2 strutting methods.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The 2 strutting methods are: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One is Herringbone strutting, and </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Second is Solid Blocking</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"24\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How is the length and bevel of herringbone struts determined?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Herringbone struts from the joists tops are fixed 12mm down and 12mm up from the bottoms. For obtaining the length and bevel, measure the depth of the joist and deduct the above. The spacing between the joists on the lower edge of the body should be marked.<br /> </span></p>\r\n<ol start=\"25\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How are the struts secured?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">It is a line of spring through the top edges of joists and the line is squared down of both sides of each joists.<br /><br /></span></p>\r\n<ol start=\"26\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is the purpose of a ‘trimmer’?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Timer or metal beam is a trimmer, in light-frame construction, that is used in creation of an opening around a stairwell or chimney. It is installed parallel to the primary floor. <br /><br /></span></p>\r\n<ol start=\"27\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is the difference between platform flooring and cut-in flooring?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PLATFORM FLOORING: it is a system where the joists are fastened into position and flooring is fitting. It is a common method as it is easier and safer.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CUT-IN FLOORING: it involves the construction of floor frame and placement of wall framing on the joists.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"28\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>There are 2 main types of flooring: sheet flooring and strip flooring. Briefly describe the types of materials used in each and how they are fastened?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">From particle board or plywood sheet, sheet flooring is constructed. It is usually fastened with nail gun.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strip flooring is made from the pieces of solid timer. It is sometimes done, so that the finished product is clear. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"29\">\r\n<li aria-level=\"1\"><em><strong>Provide an example of when strip flooring is generally used?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">There are different kinds of flooring in different areas. It is used where the surface is the desired finish. It is costly to install. <br /><br /></span></p>\r\n<ol start=\"30\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How do you calculate the quantity of flooring required?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The floor quantity is calculated, depending on whether flooring is sheet. It can be order by the square meter. The supplier will work out the number of sheets that are based on the available sizes of the sheets.<br /><br /> </span></p>\r\n<ol start=\"31\">\r\n<li aria-level=\"1\"><em><strong>In 4 steps. Detail the procedure to lay sheet flooring?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">joists tops true and it should be checked</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spring a chalk line across the joist tops and through the length of the floor one sheet width in from one edge.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The sheet should lay the correct side up in alignment with the chalk line.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sheet excess may overheat on one side and edge. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"32\">\r\n<li aria-level=\"1\"><em><strong>Detail 3 step procedure to xlay T&amp;G flooring?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Between the first board and the wall, there should be a gap of 10 mm. The first row of board should be fastened to a chalk line driving nails. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Against the first board, four or five row of board should be laid. Ensure that the before the nailing the boards are tight.  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">When laying the last board on a cut-in floor, between the board and the wall plate there should be a gap of 10mm by using the pinch bar. By using a pinch bar the last board should be tighten. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"33\">\r\n<li aria-level=\"1\"><em><strong>Refer to the SikaBond PVA product data sheet and SDS to complete questions 34 and 35.</strong></em></li>\r\n</ol>\r\n<p><strong>Product data sheet: </strong><a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf\">http://aus.sika.com/dms/getdocument.get/0836176d-2680-3d47-9e87-2c03ef4ed8eb/BOND%2520PVA%2520PDS.pdf</a></p>\r\n<p><strong>SDS: </strong><a style=\"color: #3366ff;\" href=\"http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf\">http://aus.sika.com/dms/getdocument.get/16e364c4-d9ad-3f1d-ad8d-02379dc0c463/SIKABOND%2520PVA.pdf</a> </p>\r\n<p><span style=\"font-weight: 400;\">The material will last for at least 12 months. It should be stored in cool and dry place with maximum 25 conditions.<br /><br /></span></p>\r\n<ol start=\"34\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Discuss the clean-up process conducting once the floor framing has been installed.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">When the tool is involved in the construction of the floor, then the process of floor framing process is finished</span></p>\r\n<p><span style=\"font-weight: 400;\">Make sure that the floor is clear </span></p>\r\n<p><span style=\"font-weight: 400;\">Sharpen the metal blade. Ensure that there is a room form the wall frame construction. Make sure that the floor is clear.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">Variations to the composition of a subfloor is to be determined by the load-bearing requirements and the design. Which Australian Standard are these requirements outlined in</li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 31, NULL, 'Install flooring system CPCCCA3003A', 'CPCCCA3003A Install flooring system free sample work will help you in writing the reports written by our academic experts at no additional cost.', 'Install flooring system CPCCCA3003A', 'install-flooring-system-cpccca3003a', '2021-10-28 00:21:03', '2021-11-08 06:18:17');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(287, 'Erect and dismantle formwork for footings and slabs on ground (CPCCCA2003A )', '<br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What is the name of the Australian Standard relevant to formwork construction?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The Act BD-043 covers the Australian Standard for form work construction.<br /><br /></span></p>\r\n<ol start=\"2\">\r\n<li aria-level=\"1\"><em><strong>Refer to the SDS and TDA for Fosroc Form Release Agent, to complete questions 2, 3, 4, 5, 7 and 11.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">SDS: </span><a href=\"http://www.parchem.com.au/public/pdfs/data-sheets/Form-Release-Agent-SDS.pdf\"><span style=\"font-weight: 400;\">http://www.parchem.com.au/public/pdfs/data-sheets/Form-Release-Agent-SDS.pdf</span></a><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">TDS: </span><a href=\"http://www.parchem.com.au/public/pdfs/data-sheets/Form-Release-Agent-TDS.pdf\"><span style=\"font-weight: 400;\">www.parchem.com.au/public/pdfs/data-sheets/Form-Release-Agent-TDS.pdf</span></a></p>\r\n<p><span style=\"font-weight: 400;\">TDS: This agent is also known as releasing agent and is being supplied and is ready to use when it is being delivered. It is quite recommended to apply this agent with the sprayers, brush, roller or swab these products can also be used in order to apply this product. It is quite compulsory to apply this agent 2 days before pouring. But it also depends upon the environmental conditions that how much time this agent will take to dry, usually it takes 2-3 hours for drying. These type of forming agent can be easily taken off with the help of diesels or any sort of hydrocarbons.<br /><br /></span></p>\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the first aid measures if your skin gets in contact with the product.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the first aid measures if the skin gets in contact with the product:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Immediately clean or flush your skin with the running water. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If chemical gets in to the cloth, then immediate remove the cloth and clean the portion of the skin with running water.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Also get medical attention as soon as possible.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How should large spills be cleaned?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Spillage need to be covered with the newspaper or the blotting paper. Clean or wipe it off the spillage with the newspaper which is required to moisten with the hydrochloride solutions that will be the at least 1% of dilution which contains the at least 50ppm chlorine in it. Then immediately discard the paper which was being used to clean the spillage. </span></p>\r\n<p><span style=\"font-weight: 400;\">Repeat the step until the rest of the spillage is being removed.<br /><br /></span></p>\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What are the product storage requirements?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The product is required to be stored at the cool and dry place. </span></p>\r\n<p><span style=\"font-weight: 400;\">The product should not absorb direct sunlight while it is being stored.</span></p>\r\n<p><span style=\"font-weight: 400;\">Always store the product that is not compatible with the product.<br /><br /></span></p>\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 5 hazards associated with the erection, alteration and/or dismantling of formwork on ground?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Falling from the height</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall of object</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trips</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sharp materials</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dust.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List the PPE to be worn when handling the product?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wear overalls</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Safety glasses</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Impervious gloves</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li aria-level=\"1\"><strong><em>A residential site has been cleared and construction works are about to commence. What safety signage should be placed at the entrance to the site? Provide an example of each of the different categories of safety signage.</em></strong></li>\r\n</ol>\r\n        <img src=\"data:image/png;base64,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\" alt=\"\" width=\"434\" height=\"261\" /><br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Category of safety Signage</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Examples</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Mandatory signs</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Hard hats required to be worn </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Prohibition signs</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">No smoking</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Warning Signs</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Work overhead</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Danger signs</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">High voltage</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>What are the pre-operational checks you should conduct prior to using a circular saw? Outline 6.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the six pre-operational checks that should be conducted prior to use the circular saw:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Safety glasses or the googles, or face shield is required to be wore.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Approved respirator mask or the dust mask need to be wore.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Appropriate hearing protection within the noisy area need to be used.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always check the blade rotation of the saw.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep all the cords away from the cutting areas.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Circular saw is being designed to be operated by right hand as left-hand will more care and safety.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li aria-level=\"1\"><em><strong>You are setting up the formwork for a 3 m x 2 m driveway. You are using 100 mm x 50 mm timbers for the formwork side rails and are driving wooden stakes at no more than 1.2 m apart. You will place extra stakes at every joint in the rails and at corners. The timber comes in 3.6 m lengths.</strong></em></li>\r\n</ol>\r\n<p><strong>Calculate how many lengths of timber and how many wooden stakes you will need.</strong></p>\r\n<p><strong>Step 1 </strong></p>\r\n<p><span style=\"font-weight: 400;\">Data is being provided, </span></p>\r\n<p><span style=\"font-weight: 400;\">Size of driveway = 3 m x 2 m = 3000 mm x 2000 mm </span></p>\r\n<p><span style=\"font-weight: 400;\">Size of timber = 100 mm x 50 mm </span></p>\r\n<p><span style=\"font-weight: 400;\">Maximum spacing of rails = 1200 mm <br /><br /></span></p>\r\n<p><span style=\"font-weight: 400;\"><strong>Step 2:</strong> Required length of 100 x 50: </span></p>\r\n<p><span style=\"font-weight: 400;\">Given Data, </span></p>\r\n<p><span style=\"font-weight: 400;\">Length of each piece of timber = 3.6 m </span></p>\r\n<p><span style=\"font-weight: 400;\">Required length of 3 m pieces = 3 </span></p>\r\n<p><span style=\"font-weight: 400;\">Required length of 2 m pieces = 4 </span></p>\r\n<p><span style=\"font-weight: 400;\">Total length = 3 x 3 + 2 x 4 = 17 m </span></p>\r\n<p><span style=\"font-weight: 400;\">Number of timbers = 17/3.6 = 4.7 say = 5 lengths <br /><br /></span></p>\r\n<p><span style=\"font-weight: 400;\"><strong>Step 3:</strong> required number of stakes </span></p>\r\n<p><span style=\"font-weight: 400;\">It is proposed to fix stakes at each corner and rail joint. Stakes are fixed for added support to the form work to prevent slipping during concreting. </span></p>\r\n<p><span style=\"font-weight: 400;\">Number of stakes = 4 x 3 = 12 stakes<br /><br /></span></p>\r\n<ol start=\"11\">\r\n<li aria-level=\"1\"><strong><em>What is the application rate for a porous form surface?</em></strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">12-25m2 per litre is the application rate for a porous<br /><br /></span></p>\r\n<ol start=\"12\">\r\n<li aria-level=\"1\"><em><strong>You are directing a crane operator to unload formwork components and timber stacks. How would you tell the crane operator to hoist the load? Draw the signal you would use.</strong></em></li>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always draw the fists on the tap of head, regular signals need to be used.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Whip line need to be used</span></li>\r\n</ul>\r\n</ol>\r\n            <img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL0AAADUCAIAAABGTrX1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAACMWSURBVHhe7d153G1T/Qfw+6NkKIWUlCalRJGEIhqUJiqlRCVK0aSURKLpaiCSodAoVL8ULvVrEHIVfoYGUlQk6XJDgzH16/7erFen5z7Pefb+7n32Ps45e+0/nte9z7PWOmuv9Tnf9fmOa86i/OQVqL4Cc6p3yT3yCizKuJkQENx0000bbrjhnDlz3vnOdw7hlTJuhrDIw/iIjJthrPLkfUbGzeTt6TDeKONmGKs8eZ+RcTN5ezqMN8q4GcYqj+ln/Otf//q/fz/+PfUtMm7GdE+HMe2zzjrrQx/60Ec+8pFPfvKT55133m233db71IybYWzAmH7Gz3/+82OPPfYrX/nKN77xjV/96ld///vfM27GdCtHZdpZ3ozKTozXPDJuxmu/RmW2GTejshPjNY+Mm/Har1GZbcbNqOzEeM0j42bk9utPf/rTj3/8Y6pver7zne+cc845CxYsGKmJZtwMbzv+9re/XXPNNZdffvn/3vX88pe/ZIyd9vEXXHABU9uTnvQkoS3puf/977/++uvvtddef/jDH4Y317JPyrgpW6Em/s5i9pe//OWQQw5505ve9OIXv/jhD3/4wx72sE022eR73/ven//855497bLLLttqq62WW265Hmh6/1h22WVf+cpXXn311dPs/U3Mrs4YGTd1Vq1Sn2uvvfb973//U5/61Mc97nHPfOYz3/GOd3zmM5/5xCc+8fKXv3y9u5799tsvDfie97xn6aWXngma9Jt73ete22233a9//etKn95S44yblhb2P8OeeuqpSYTssMMO8+bN+81vfuNvd9xxx89+9rOjjjpq7bXX9teDDjroC1/4wpprrjkbaNLvoQrjaX3GgQ/IuAksUt0mJA3RQq689KUv/djHPobQzBwJ7X3CE56wwgorrLHGGiRKMW789S1veYvTqu6MGuuXcdPYUk4bCP9917veRULgMcWU9rDDDiuFS6/Bs571LNpWW5MOj5txE16qcMN//vOfV1555Ute8hKb/djHPtYBVNz1Rz/60VQFqhhDm2222dlnnx2eS1sNM24aXtlbb731u9/97ote9CKsBWi++MUv+k3x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\" alt=\"\" width=\"189\" height=\"212\" /><br /><br />\r\n<ol start=\"13\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Provide 5 examples of release agents.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the five examples of release agents:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Paper</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Concrete</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Metal Casting</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rubber</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plastics</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"14\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 7 termite resistant materials?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the seven termite resistant materials:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Masonry</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timbers that are being treated as termite resistant</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Concrete</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Steel</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Aluminium</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fibre-reinforce cement</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timbers those are naturally termite resistant</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Formwork components and forms are usually designed for re-use, either on the same project or on others. How can you contribute to the economic operation of the job? Give 4 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always be sure that concrete has been properly cured so that it framework can be removed.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Try to deconstruct the formwork in such as way that it should not fall upon you.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edging of the box is need to be removed by providing them support.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always clean and stack the timber in order to avoid the wrapping and twisting.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"16\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 8 materials/products in building and construction which have the potential to pollute stormwater systems.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Building wash water</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Demolition waste</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Plaster</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Solvents</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Rubbish</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">High pressure water blasting waste</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Concrete waste</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Sawdust</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li aria-level=\"1\"><em><strong>What details should be included in formwork drawings? List 5.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Most of the allowable points is required to be loaded in order to apply and add the propping requirement at the specific ares. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Component types and spacing</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum jack extensions</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Bearer and joist timber type, dimensions and spacing</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Prop sizes and maximum extensions</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"18\">\r\n<li aria-level=\"1\"><em><strong>What is formwork? Explain its purpose.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The term formwork is being used to provide temporary or the permanent support to the structure or the mould when concrete is being poured in to it. This process is also known as centring or the shuttering.</span></p>\r\n<p><span style=\"font-weight: 400;\">Formwork is quite important for the concrete in order to harden and give the desired shape to the concrete so that it can gain the strength and the durability. Formwork is commonly used make steel, timbers and other materials.<br /><br /></span></p>\r\n<ol start=\"19\">\r\n<li aria-level=\"1\"><em><strong>What materials are used in formwork construction? Give 7 examples.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the seven examples of the materials that are used in formwork constructions:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Timber</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Plywood</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Steel</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Aluminium</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Plastic</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Fabric</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">U jack, tie rod and tie nuts</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"20\">\r\n<li aria-level=\"1\"><em><strong>Briefly describe the process to erect, strip, clean and stack simple formwork for a small garden shed concrete slab.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Erect</strong></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Determine finish level </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Set out and fix pegs </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check for square </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secure boxing to height and line </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check for size, square and level </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check for strength</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Strip</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Once it is poured, than pull the boxing away</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Clean and Stack</strong></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dried concrete is required to be scrape from the timber.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check if there is any damage is being made to timbers.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stack on level ground </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clear of ground</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"21\">\r\n<li aria-level=\"1\"><em><strong>Place the following steps in the correct order to build formwork for a slab.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drive pegs into the ground</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Install the braces</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Height should be marked on pegs</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Nails form board to pegs</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trim the pegs to heights.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"22\">\r\n<li aria-level=\"1\"><em><strong>What is block-outs?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The term block-outs in concrete is used as the form of EPS which means it is being used in order to create the blank space around the electrical and the water wipes before concrete is being poured around the slab. Once concrete gets harden, polystyrene foam is being removed and will allow the plumbers or the electricians to have an access around the pipes so, that they can easily complete their works.<br /><br /></span></p>\r\n<ol start=\"23\">\r\n<li aria-level=\"1\"><em><strong>Why are release agents applied to the surface of formwork? Provide 4 reasons.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the four reasons that why it is important to apply the releasing agent to the suface of the formwork:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps the steel formwork from getting corroded.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It helps in reducing the chances of the leakage of water.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If formwork is of wooden, concrete absorbs the water and does not let it touch the wooden formwork.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It provides the good finishing to the surface where concrete is being poured at minimum defects.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"24\">\r\n<li aria-level=\"1\"><em><strong>What is the order of for removing formwork? List 3 steps in the correct order.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the three steps in correct order to remove the formwork:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is important to remove the concrete before removing the formwork.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shuttering forming is a soffit in order to remove the slab next.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shuttering forming soffit of the beams, grinders or the rest of the heavily loaded shuttering need to be removed at last.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"25\">\r\n<li aria-level=\"1\"><em><strong>Outline 4 important factors to consider when storing forms, to ensure they can be reused on another project.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the four important factors that should be considered when storing forms, to ensure they can be reused on another project:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure that all the materials that are used in the formwork should be closed and packed once the job is over and should kept safe.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Designing and designating of a small sections of the formwork deck is need to be loaded with the platform for rest of the components.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store the various loads on the trolleys in order to minimise the double handling, or they raise the various platform in order to minimise the manual liftings from the level of grounds.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adequate amount of storage space is required in order to lay down the areas quite safely so that materials can be stored.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"26\">\r\n<li aria-level=\"1\"><em><strong>What are the specific care requirements for steel formwork components?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">In order to maintain the formwork components, oiling is the most important aspects which is required to be done to prevent the formwork from rusting. When the steel is required to be stored they need to be stored properly and away from the humid and airy area.<br /><br /></span></p>\r\n<ol start=\"27\">\r\n<li aria-level=\"1\"><em><strong>Detail 5 tasks that must be completed before leaving the site at the end of the day?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 5 tasks that need to be completed before leaving the site at the end of the day are as follow:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure that it is important to maintain the things by the competent person.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always maintain the plant and regularly used equipment-according to the manufacturer’s instruction that is provided to them for maintaining all the safety features.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There should be proper procedure which will allow the workers in order to report the damaged or any other faulty equipment.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always provide the proper tools to for maintaining the person.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Proper maintenance need to be maintained in order to minimise the risks for the workers who are already working within the same site.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"28\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Provide 3 control measures to minimise the generation of contaminated stormwater.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 3 control measures to minimise the generation of contaminated stormwater:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always minimise the velocities of the water.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reduce the use of the pesticides, herbicides and the fertilizers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always minimise the quantity of the storm water which is not uncontaminated.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"29\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><span style=\"font-weight: 400;\"> </span><strong>Confirming the scope of works to be carried out is an essential requirement before commencing any project. Where could you find relevant instructions and information regarding work information? List 10 sources.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Diagrams or sketches</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Memos</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MSDS</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plans and specifications</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Work Bulletins</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organization work specifications and requirements</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Work schedules</span></li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 32, NULL, 'Erect and dismantle formwork for footings and slabs on ground CPCCCA2003A', 'CPCCCA2003A Erect and dismantle formwork for footings and slabs on ground samples of civil engineering assignments will help students while the assignment writing process.', 'Erect and dismantle formwork for footings and slabs on ground CPCCCA2003A', 'erect-and-dismantle-formwork-for-footings-and-slabs-on-ground-cpccca2003a', '2021-10-31 23:40:36', '2021-11-08 06:17:50');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(288, 'Work safely at heights (CPCCCM2010B)', '<br />\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Define ‘working at heights’.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The term “working at heights” means that working at any of the place where there is no precautions in a particular place where an employee or the worker can fall from the certain distances which can cause the serve injury.<br /><br /></span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>An employer or self-employed person must not perform high risk construction work if there is a risk to the health or safety of any person arising from the work unless: (tick one of the following)</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A SWMS has been prepared before the work commences</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A SWMS is being prepared as the work is being conducted</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A SWMS is prepared after the work has been completed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">None of the above</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Other than a worker falling, list 4 risks of working at heights.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 4 risks of the working at heights:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall from the roof.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall from the ladder</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall from the fragile surface</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Falling due to inclement weather.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>The location of any work that’s going to be carried out at height should be identified during the planning stage of a task or project. Where can you find information about where you will be working? List 3 sources.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer and employee information. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Emails, mail and faxes. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pictures and diagrams.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Before work commences, the employer or person who has control of a workplace and employees should ensure that there is safe access to and egress from the work area. What should this include? List 3 things.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Three things are as followed:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always keep the steps of the ladder in good conditions.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Emergency equipment need to be cleaned and sanitized properly</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exists door should always be ready and open.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>How can you eliminated or reduce the risk of tools and materials falling from heights? Give 4 examples.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 4 examples that can be considered in order to eliminate or reduce the risks of the tools and the materials falling from the height:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Debris net is required to be used </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Catching platforms or canopies should be made </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There should be securing tools and the materials which is being used to prevent them from falling the people below from the height.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Post warning signs need to be placed.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List 6 fall prevention devices.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 6 devices which can be used from the fall prevention:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Safety mesh</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Work positioning systems</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workboxes</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Building maintenance units</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Elevating work platforms</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scaffolding.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Define the following terms.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Fall injury prevention: <span style=\"font-weight: 400;\">This term is being used to implement the proper system or the precaution that need to be taken in order to prevent the person from falling and getting injured.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Anchorage:<span style=\"font-weight: 400;\"> The term anchorage is being used as the comprehensive treatment for fastening the technology by inserting anchors or the studs into the concrete so that they can provide power and stability for the entire structure.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li aria-level=\"1\"><strong><em>Explain the difference between a static restraint system and a travel restraint system.</em></strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Static Restraint System: <span style=\"font-weight: 400;\">This system will help the people from stopping and restraint them to have an access on the fall hazards which means that this system will only work when the workers who are working on the site do not get themselves in the position where they can have an access of the fall hazards.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Travel Restraint System:<span style=\"font-weight: 400;\"> This system is considered as the combination of an anchorage and its connectors which will help in supporting the body which will help the employer to reduce the possibility that an employee wont be able to go on the edge of walking surface.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li aria-level=\"1\"><strong><em>Name 2 types of falls arrest systems.</em></strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">General fall arrests.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Personal fall arrests.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"11\">\r\n<li aria-level=\"1\"><strong><em>What is the diagram below of?</em></strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\"><img src=\"data:image/png;base64,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\" alt=\"\" width=\"120\" height=\"266\" /><br /><br />Catch platform<br /><br /></span></p>\r\n<ol start=\"12\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write 4 key points on the use of a fall injury prevention system.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall arrest</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Positioning</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Suspension</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrieval</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"13\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Which of the below diagrams show an unacceptable use of a restraint system? Explain why.</strong></em></li>\r\n</ol>\r\n<br /><span style=\"background-color: #ffff00;\">a. </span><img src=\"data:image/png;base64,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\" alt=\"\" width=\"318\" height=\"285\" /><br /><br />b. <img src=\"data:image/png;base64,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\" alt=\"\" width=\"299\" height=\"281\" /><br /><br />c. <img src=\"data:image/png;base64,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\" alt=\"\" width=\"299\" height=\"279\" /><br /><br />\r\n<ol start=\"14\">\r\n<li aria-level=\"1\"><strong><em>Safety equipment is installed to reduce the risks of an existing site hazard like working at heights, but what other hazards must you consider? Give 2 examples.</em></strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Being stuck by an object.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Electrocution</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>True or false. There are significant legal penalties if an accident occurs and it’s found that the safety equipment was incorrectly installed.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">        True<br /><br /></span></p>\r\n<ol start=\"16\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Detail 6 safe work practices to follow when conducting work from a ladder.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the six safe work practices to follow when conducting work from a ladder:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always keep the body in the centre of the ladder</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Never lean too far in any direction.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Never place the ladder on the soft ground.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">At least three points need to be maintained in order to contact on the ladder.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure that ladder is not damage before you use the ladder.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Have the use of ladder if you are physically capable to use the ladder.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>No matter what safety equipment you’re using, you must: (tick those that are applicable)</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove safety equipment briefly for convenience</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adjust it as necessary (using recommended standards and safe work practices) if something changes</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change the type of equipment or add new equipment as necessary if the job changes</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use it according to the manufacturer’s specifications, regulations, codes of practice and Australian Standards</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All of the above</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"18\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write 5 safety tips for leaving the elevated work area.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the 5 safety tips for leaving the elevated work area:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Never sit, stand or climb on the guardrails platform</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Proper fall protection need to be worn.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Risk assessment need to be perform prior before visiting to the machines at the job site</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use the debris net need to used clean before</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always have the proper training on, in order to have the knowledge with and should have aerial platform ready.</span></li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 33, NULL, 'Work safely at heights CPCCCM2010B', 'Have a look at CPCCCM2010B work safely at heights samples at our website. Our academic writers will assist you in assignments with great care.', 'Work safely at heights CPCCCM2010B', 'work-safely-at-heights-cpcccm2010b', '2021-10-31 23:55:21', '2021-11-08 06:17:19');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(289, 'Construct eaves (CPCCCA3008B)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Mitch and his work crew have arrived on-site. Their work task for the day is to set out and construct box eaves. What critical tasks must they do before they commence? Outline 4 tasks</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>There should be a review of work instructions, plans and specifications</li>\r\n<li>There should be safety checks at Workplace and also relevant checks should be conducted at workplace</li>\r\n<li>There should be correct selection of tools</li>\r\n<li>Material that is required for eaves construction should be calculated</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Use the scale indicated on the plan to determine the length of the front of the house</strong></em></li>\r\n</ol>\r\n        <img src=\"data:image/png;base64,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\" alt=\"\" width=\"467\" height=\"245\" /><br />\r\n<p>10.8 cm scale is 1:100 is the front length</p>\r\n<p>Front of house length is 10.8m</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>What is the product used for?</strong></em></li>\r\n</ol>\r\n<p>For the usage on internal/external wall linings and soffits, Fibrecement sheets are used</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>What are the potential hazards related to fibre cement sheets?</strong></em></li>\r\n</ol>\r\n<p>Ingestion: nausea, vomiting and irritation is the gastrointestinal tract is the result of swallowing. Eye contact: discomfort can be caused due to exposure to the dust it can cause irritation to the eyes.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>How do you determine the length at which rafter tails should be cut?</strong></em></li>\r\n</ol>\r\n<p>If you’re framing a gable roof on a new house, or building a shed or even a doghouse with a gable roof, you’ll need to cut a number of roof rafters. The roof rafters provide integral structural support to the roof. Before you cut your boards, you’ll need to measure the width of your building and calculate the exact length of each rafter. When you cut the rafters, you’ll need to make 3 separate cuts: the ridge cut (also called the plumb cut) at the top of the rafter, the birdsmouth cut (which itself comprises 2 different cuts) where the rafter meets the building’s wall, and the tail cut, at the base of the rafter.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What is the best way for an organisation to promote workplace OHS/WHS policies and procedures to employees? What should an employee do if they are unsure of their work instructions?</strong></em></li>\r\n</ol>\r\n<p>Make sure that there is healthy and safe environment at workplace for everyone. When coupling with direct services is the most effective way when developing the long term strategies in the organisation. There should be communication with the supervisor if one is not sure about the work instructions.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>How should dust generated from fibre cement sheets be cleaned up?</strong></em></li>\r\n</ol>\r\n<p>For cleaning up the dust and waste, wet sweeping and vacuuming can be used.</p>\r\n<p>Use wet sweeping and/or vacuuming to clean up dust and waste. Bagged waste should be placed in containers and disposed of with other construction waste in accordance with local authority guidelines</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>The task of constructing eaves presents risks such as working at heights hazards. What safety measures and PPE should be adopted? List 4.</strong></em></li>\r\n</ol>\r\n<p>Following safety measures and PPE can be adopted:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Hard hat</li>\r\n<li>Safety boots</li>\r\n<li>Fall safe zone</li>\r\n<li>Barricades</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>What 18 tools and equipment are used in the construction of most standard boxed eaves with cement sheet soffit?</strong></em></li>\r\n</ol>\r\n<p>Following are the tools that are used in the construction of standard boxed eaves:</p>\r\n<ol>\r\n<li>Air compressors and hoses</li>\r\n<li>Bevels</li>\r\n<li>Chisels</li>\r\n<li>Hammers</li>\r\n<li>Hand saws</li>\r\n<li>Marking equipment</li>\r\n<li>Measuring tapes and rules</li>\r\n<li>Nail bags</li>\r\n<li>Nail guns</li>\r\n<li>Power drills</li>\r\n<li>Power saws and power leads</li>\r\n<li>Protractors</li>\r\n<li>Saw tools</li>\r\n<li>Scaffolding</li>\r\n<li>Spirit levels</li>\r\n<li>Squares</li>\r\n<li>Stair clips and tables</li>\r\n<li>Steel squares and fence</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Why are nail guns more suitable for fixing eave framing timbers than hand nailing?</strong></em></li>\r\n</ol>\r\n<p>1)  The advantage of nail guns is that it does not require much effort to put on a roof.</p>\r\n<p>2)  No Smashed Fingers is with hand nailing and can be avoided with nail guns.</p>\r\n<p>3)  The another advantage is accuracy and uniformity</p>\r\n<p>4)  For reducing the amount of time, nail guns are used.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>How do you determine the number of fibre cement sheets required for eaves lining?</strong></em></li>\r\n</ol>\r\n<p>Eaves sheets that are required to work out the length that covers the particular width should be calculated.</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>How should flammable and hazardous substances be stored?</strong></em></li>\r\n</ol>\r\n<p>It should be stored in flammable storage cabinet. Highly volatile flammable liquids should be stored in an explosion proof refrigerator. Until it is not modified, don’t store the flammable liquids in refrigerators.</p>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>What is the thickness of a standard fibre cement eave sheet suitable for using as soffit for an eave overhang of 450mm?</strong></em></li>\r\n</ol>\r\n<p>4.5 mm is the standard thickness</p>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Describe the safe handling practices of fibre cement sheets.</strong></em></li>\r\n</ol>\r\n<p>During the processing and handling, the crystalline silica dust is generated. Appropriate protective equipment should be used for reducing the exposure to the silica dust. By using the proper tools, dust can be kept at minimum.</p>\r\n<p>For preventing skin and eye contamination protective equipment should be worn.</p>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Detail the disposal requirements for fibre cement sheets.</strong></em></li>\r\n</ol>\r\n<p>Into the landfill site the fibre cement sheet should be disposed in accordance with the guidelines of the local authorities. For the prevention of the dust generation measure should be taken during the disposal and exposure.</p>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>What environmental regulations apply to construction sites? Give 4 examples.</strong></em></li>\r\n</ol>\r\n<p>Following are the examples of environmental regulations:</p>\r\n<p>1972 Wildlife (Protection) Act</p>\r\n<p>Water (Prevention and Control of Pollution) Act</p>\r\n<p>1974, Air (Prevention and Control of Pollution) Act</p>\r\n<p>1981, Forest (Conservation) Act</p>\r\n<p>1980 (Forest Act)</p>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>The Building Code of Australia confirms that a brick veneer wall with non-flammable eaves lining meets the ‘FRL’ rating of 60/60/60. What eaves lining is classed as ‘non-flammable’?</strong></em></li>\r\n</ol>\r\n<p>Cement sheet is classed as non-flammable</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Define the following terms.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Term</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Meaning</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Anti- Ponding Board</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Anti- ponding board is the board which is being used to support the sarking of the roof at the bottom of the rafters or the trusses where they usually meet with the fascia</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Barge Board</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Barge board is the board which helps in fastening to the projecting gables of the roof in order to provide them with the strength and the projection and also helps in concealing.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Drop-Off height</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Drop-off height is usually measured by placing a level across the top pavement surface. In order to hang it over the shoulder.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Eaves</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Eaves are considered as the edges of the roof which usually stick out over the walls</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>You are required to construct eaves for a new home project which has a pitched roof (not trussed), and with brick veneer walls. Describe the process to mark and cut the rafters, fit the fascia, construct the eaves framing, and fit the eave sheets.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Measuring rafter overhang</li>\r\n<li>String line/plumb rafter feet</li>\r\n<li>Install fascia, allow for roof battens level across from fascia groove</li>\r\n<li>Chalk like the eaves frame</li>\r\n<li>Building and installation of eaves</li>\r\n<li>Fixing quad</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>Detail how a fascia is attached to the roof framing.</strong></em></li>\r\n</ol>\r\n<p>A fascia is fixed by two methods:</p>\r\n<p>The first is direct nailing through timber fascia and the Second is screwing brackets on the side of the rafter tail. With the usage of special brackets metal fascia is installed. By overlapping the profile of first fascia, metal fascia is joined.</p>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>How is a barge different to a fascia?</strong></em></li>\r\n</ol>\r\n<p>Bargeboards and fascia boards are the same thing. They are long and straight board that runs along the lower edge of the roof. Fascia boards run horizontally and carry the gutters whereas Bargeboards runs diagonally.</p>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>If a fascia is timber, then it will be necessary to join it at some stage. What does this involve?</strong></em></li>\r\n</ol>\r\n<p>By cutting an angle of 45 degree, Joining is done. The angle is cut on the end of two pieces of fascia and then is together fixed with a piece of timber. With the fascia join, there will be always some movement for the join to open, the mitre should be set.</p>\r\n<p>Review the detail drawings below, then answer questions 23 and 24<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"606\" height=\"429\" /></p>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>What is the length of the eave overhang?</strong></em></li>\r\n</ol>\r\n<p>The length of the eave is 450mm</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>What type of fascia is being installed?</strong></em></li>\r\n</ol>\r\n<p>Emline Fascia –fascia system is easy to use and the installation is fast. It is compatible with an extensive range of lysate gutter profiles. Spring clip in included in the system</p>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>Provide a description of the following techniques used to construct eaves.</strong></em></li>\r\n</ol>\r\n<p>Boxed eaves: Soffit bearers spanning is incorporated by the traditional method of boxed eaves. The spanning is between the fascia and the external wall of the building.</p>\r\n<p>Simple spanning eaves: For narrow eaves, the simple spanning eaves are ideal, because fascia board groove supports the lining sheets</p>\r\n<p>Raked eaves: Batten fixes support the Raked eaves sheets</p>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><strong>Explain how framing is constructed to support the lining material. Include the material and tools that are used.</strong></li>\r\n</ol>\r\n<p>Construction frames are usually used to provide the support to the lining materials which means it also includes trimming as perfectly as possible. It also supports the fixing of the eave linings. This is usually done with the lighter section according to the size of all the material that is being used to constructions.</p>\r\n<p>Framing Tools and Accessories-</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cutting Mats</li>\r\n<li>Mat Cutters</li>\r\n<li>Gold Leaf and Metal Leaf</li>\r\n<li>Point Drivers and Framing Points</li>\r\n<li>Frame Glazing Materials and Tools</li>\r\n<li>Sanders and Sandpaper</li>\r\n<li>Framing Glue and Adhesives</li>\r\n<li>Mitre Boxes and Mitre Saws</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"27\">\r\n<li><em><strong>What components does the framework for a boxed gable consist of?</strong></em></li>\r\n</ol>\r\n<p>The framing parts of the gable can be listed as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Plumb Cut is the framing part of the gable</li>\r\n<li>Another is Collar Tie</li>\r\n<li>Ceiling Joist is also the framing part</li>\r\n<li>Fourth is Double Top Plates</li>\r\n<li>Birdsmouth Cut is the fifth one that is the framing part of gable</li>\r\n<li>And, Tail Cut</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>If the eaves framing sits above the top brick of a brick veneer wall, how much ‘gap’ should be left between these two components to allow for frame settlement?</strong></em></li>\r\n</ol>\r\n<p>Gap of 15mm</p>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>When trimming on a brick or masonry-veneer building that has timber wall frames, there needs to be an allowance made for the shrinkage that will occur within the wall and floor framing (unless the floor is a concrete slab). In a masonry-veneer building, what allowance needs to be provided between the soffit bearer and the top of the masonry?</strong></em></li>\r\n</ol>\r\n<p>Between the undersides of the eaves a clearance of 12 mm minimum should be allowed.</p>\r\n<p> </p>\r\n<ol start=\"30\">\r\n<li><em><strong>When the barge board has been attached and the groove on the inside bottom of the barge has been fitted under the verge rafter, you need to ensure that framing is in place to support the raked eaves lining material. What does this generally involve?</strong></em></li>\r\n</ol>\r\n<p>Trimming the side of the gable so that there is support against the building.</p>\r\n<p> </p>\r\n<ol start=\"31\">\r\n<li><strong>Discuss how fibre-cement sheets are fitted and fixed to the soffit.</strong></li>\r\n</ol>\r\n<ol>\r\n<li>More than 150 sheets should not be stacked. And don’t expose it in sunlight.</li>\r\n<li>In the places that is marked ‘L’, hold the sheets.</li>\r\n<li>There can be damage of sheets if the sheets are not stored properly.</li>\r\n<li>Sheets should be carried lengthwise rather than width wise.</li>\r\n<li>For roofing the distance should not be more than 1.40 meters between two purlins, and for side cladding the distance should be 1.70 meters.</li>\r\n<li>Holes should not be made in the sheet by punching, holes should always be drilled.</li>\r\n<li>From the edge of the sheet, the holes should be drilled 2.95 mm away.</li>\r\n<li>Bolts should be put in crowns and not in valleys.</li>\r\n<li>Through the second and the last sheet, the bolt should pass.</li>\r\n<li>For working on the roof, the cat ladder should be used.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"32\">\r\n<li><em><strong>What is a fibro joining strip?</strong></em></li>\r\n</ol>\r\n<p>With the usage of fibro joining strips, the sheets are joined. In the last installed sheet, the plastic strips is fit.</p>\r\n<p> </p>\r\n<ol start=\"33\">\r\n<li><em><strong>Explain how the last fibre-cement sheet is fitted to the soffit.</strong></em></li>\r\n</ol>\r\n<p><strong>Laying guide</strong></p>\r\n<p>There is a way in which cement roof sheet should be laid for minimising the damage. From the eaves, the fibre sheet should be laid, adjacent column should be laid on the opposite side of the roof, if the work is done on duo pitched roof.</p>\r\n<p><strong>Mitring</strong></p>\r\n<p>Corners of the roof should be mitred while fitting the roof sheets of the fibre cement. Cutting of corners of roof sheet is involved in Mitring roofing sheet for prevention the overlapping of roof sheets. Hand and power saw is used for clean cutting and straight line.</p>\r\n<p><strong>Pre-Drilling</strong></p>\r\n<p>Pre-drilling the fixing hole is important before the fixing of the fibre cement sheet. At each purlin, the fibre sheet should be fixed twice. 2mm larger hole than fixing should be drilled.</p>\r\n<p>Including the sealing washer insert the fixing, once pre-drilled the hole. Make sure that the sealing washer is tightened for prevention of water ingress.</p>\r\n<p>Make sure that fixing is not put through two layers of roofing sheet because there will be prevention of thermal movement, which will lead to the cracks in roof sheets</p>\r\n<p><strong>Overlap Sealing</strong></p>\r\n<p>Sealing of the overlaps with butyl strip is important on low pitched roofs. This will help in the prevention of ingress of wind-driven precipitation.</p>\r\n<p> </p>\r\n<ol start=\"34\">\r\n<li><em><strong>What mouldings are commonly used to cover the junction of eave sheet and brick wall?</strong></em></li>\r\n</ol>\r\n<p>QUAD MOULDING</p>\r\n<p> </p>\r\n<ol start=\"35\">\r\n<li><em><strong>Eave sheets for boxed eaves are supported by and fixed to eave framing. What are eave sheets fixed to on sloping eaves?</strong></em></li>\r\n</ol>\r\n<p>For underside of the rafter, the eave sheets are fixed. 6mm or thick villa board lining of 9mm should be used for eaves and soft lining. Similar surface to Versilux is provided for decorative finish. Flush jointing is allowed</p>\r\n<p> </p>\r\n<ol start=\"36\">\r\n<li><em><strong>How should the fibre cement sheets be stored?</strong></em></li>\r\n</ol>\r\n<p>Edges should be supported.Fibre cement sheeting should be kept dry. Sheets should be stacked flat and if necessary store the sheets outside.</p>\r\n<p> </p>\r\n<ol start=\"37\">\r\n<li><em><strong>At the completion of the eaves lining stage of the construction, the outside of the building is usually close to completion, so other trades such as painters can get started. How must you leave the site, before other trades arrive?</strong></em></li>\r\n</ol>\r\n<p>1)      The worksite should be clean and tidy</p>\r\n<p>2)      Waste should be moved to the appropriate bin</p>\r\n<p>3)      Thetools, plant and equipment should be cleaned, checked and stored</p>\r\n<p>4)      For the other traders there should be adequate access and egress form site</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 34, NULL, 'Construct Eaves CPCCCA3008B', 'CPCCCA3008B Construct eaves samples will show how our writing experts will handle your assignment task request with great experience in this field.', 'Construct Eaves CPCCCA3008B', 'construct-eaves-cpccca3008b', '2021-11-02 23:46:25', '2021-11-08 06:16:48');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(290, 'Construct and erect wall frames (CPCCCA3004A)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>What is the Australian Standard which governs residential light timber framing?</strong></em></li>\r\n</ol>\r\n<p>AS1684 Œ</p>\r\n<p>Residential timber framed construction is also referred to as the ‘Timber Framing Code.’ It is a benchmark document for manufacturer, architects, and builders.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>What is the name of the Australian Standard that applies to wind loads in housing construction?</strong></em></li>\r\n</ol>\r\n<p>AS4055<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>What do each of the below Australian Standards relate to?</strong></em></li>\r\n</ol>\r\n<p><em><strong>Australian standard no.  -  What does the standard relate to?</strong></em></p>\r\n<p>AS 1530.4- It is a method for testing fire on building.</p>\r\n<p>AS 4072.1- For the protection of opening in fire- resistant.</p>\r\n<p>AS 1905.1-Fire tools.</p>\r\n<p>AS 1668.1-Ventilation and air conditioner re used in building</p>\r\n<p>AS 1682.1 &amp; AS 1682.2-Fire, smoke and air dampers Specification from SAI Global</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Fixings are necessary to ensure the structural adequacy of the interconnection of the various framing members in a house. What document can you refer to for design solutions for fixings?</strong></em></li>\r\n</ol>\r\n<p>AS4055<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>During construction of a building, parts of the structure, including fabricated steelwork, heavy panels and many other components will remain standing prior to or after supporting parts are in place. What safety measure should be taken to prevent the structure from collapsing?</strong></em></li>\r\n</ol>\r\n<p>For prevention of the frame from collapsing and injury, temporary bracing should be in place.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Provide 2 examples of controls to mitigate risks associated with manual handling.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Lifting of heavy weight that is above 25 kg should be done by 2 people.</li>\r\n<li>In lifting technique, workers should be trained.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>What is the purpose of temporary fencing around construction sites?</strong></em></li>\r\n</ol>\r\n<p>Temporary fencing is an alternate to the permanent counterpart. Where there is an requirement of the fence on interim basis, it is needed for storage, public safety or security and crowd control</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>An extension lead is tagged with the label below. Is the lead safe to use? Why or why not?</strong></em></li>\r\n</ol>\r\n<p><img src=\"data:image/png;base64,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\" alt=\"\" width=\"391\" height=\"294\" /><br />No it is safe to use, because it is not tested till 2017</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>List 10 tools and equipment used to construct wall frames.</strong></em></li>\r\n</ol>\r\n<p>Following are the tools and equipment that is used to construct wall frames:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Gloves</li>\r\n<li>Nail Gun</li>\r\n<li>Pencil</li>\r\n<li>Safety Glasses</li>\r\n<li>Tape Measure</li>\r\n<li>Hand Saw</li>\r\n<li>Circular Saw</li>\r\n<li>Spirit Level</li>\r\n<li>combination Square</li>\r\n<li>Ear muffs</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>The plans for a new building show one wall is 3150 millimetres long. The centre to centre spacing between each stud on the wall is to be 450 millimetres. Calculate how many spaces there will be.</strong></em></li>\r\n</ol>\r\n<p>3150/450=7<br /><br /></p>\r\n<ol start=\"11\">\r\n<li><em><strong>During the construction of a new home, the owner requests an additional wall to be built to divide a large room into two smaller rooms. This wall is to be 2400 mm high x 4350mm long, with one 820mm door. Wall plates are 90 x 45 MGP10, and the studs and noggins are 90 x 35 MGP10. Supply a timber list for this.</strong></em></li>\r\n</ol>\r\n<p>Material list</p>\r\n<p>Wall plates 90*45-2/4.5</p>\r\n<p>Studs 90*35 - 9/2.4 at 600 m centre</p>\r\n<p>Noggins</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Explain what ‘F Grading’ is and what it’s used for.</strong></em></li>\r\n</ol>\r\n<p>Grouping of timber is named for an F-grade. It characterises the strength for graded structure timber. In Mega Pascal, F stands for force.</p>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>When you\'re getting timber ready to put into a wall frame, you need to keep a close eye on the quality of each piece you handle, to make sure that it\'s up to the standard specified by the grading rules. List 4 reasons why a piece of timber may be rejected before it is put into the wall frame.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Want and Wane</li>\r\n<li>Splits and Shake</li>\r\n<li>Wrong Grade</li>\r\n<li>bending or distortion</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Which of the below would have a Safety Data Sheet?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☒</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Adhesives</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Lubricant</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Sealants</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Caulking</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Timber</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Epoxy</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☐</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>Aerosols</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"44\">\r\n<p>☒</p>\r\n</td>\r\n<td width=\"652\">\r\n<p>All of the above</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>What are wind loads and what effects do they have?</strong></em></li>\r\n</ol>\r\n<p>The force of wind blowing against the building leads in the production of stress in the walls and roofs. This kind of force is known as wind load. Application of horizontal force is the effect of wind loads. These forces are deled by the Australian Standard and is known as AS4055.</p>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Label the wall frame members in the diagram.</strong></em></li>\r\n</ol>\r\n<p> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"582\" height=\"323\" /></p>\r\n<p><img src=\"data:image/png;base64,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\" alt=\"\" width=\"1081\" height=\"503\" /> <br /><br /></p>\r\n<ol start=\"17\">\r\n<li><em><strong>To calculate the timber required for constructing wall frames, what measures will you need to obtain from the floor plan? List 4.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Length of both top and bottom plate.</li>\r\n<li>Length as well as amount of noggins</li>\r\n<li>Length as well as amount of listed</li>\r\n<li>Stud’s height</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Outline the 6 step procedure for setting out the plates in a wall frame.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Working on the length of wall from the plates.</li>\r\n<li>Position of the studs, window, doors and wall junction to be marked.</li>\r\n<li>Brick storey rod to be made.</li>\r\n<li>Position of rod to be set out.</li>\r\n<li>Identification of plates with common notation.</li>\r\n<li>By using suggested notation, identify the plates.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>What is the stud length for a finished ceiling level (FCL) of 2440mm, given the following factors: Top and bottom wall plates – 90mm x 45mm. Plasterboard ceiling 10mm sheet, 20mm allowance for frame settlement/shrinkage.</strong></em></li>\r\n</ol>\r\n<p>2440 – 90 = 2350</p>\r\n<p>2350 + 10 + 20 =2380 mm<br /><br /></p>\r\n<ol start=\"20\">\r\n<li><em><strong>Describe the process for marking out stud positions on the wall plates for a single room bungalow, to be clad in weatherboards.</strong></em></li>\r\n</ol>\r\n<p>For external corners, mark the 3 studs.</p>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>What is a pattern stud, and what is its purpose?</strong></em></li>\r\n</ol>\r\n<p>Template for height of doors and windows is the pattern of stud.</p>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>Describe the correct 5 step process for correctly assembling a wall frame.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Selection of wall plates</li>\r\n<li>Door, window and common studs to be marked.</li>\r\n<li>Lintel, trimmer, blocking and noggins are fixed to the place.</li>\r\n<li>Check diagonals.</li>\r\n<li>For all the frames and stacks, the process needs to be repeat.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>Before standing up the frames, they are squared up, and the diagonal bracing is temporarily fixed. Why?</strong></em></li>\r\n</ol>\r\n<p>Allowing for the adjustment later.</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>How are wall frames joined at wall junctions, what reference points show their position, and how are the bottom plates fixed to the slab?</strong></em></li>\r\n</ol>\r\n<p>Blocking and nailed</p>\r\n<p>Reference stud markings</p>\r\n<p>Frame nailed to slab with concrete nails</p>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>Detail the correct preparation and procedure for erecting a wall frame.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Checking of slab for the correct size and square.</li>\r\n<li>Stacking of frames in correct order for installation.</li>\r\n<li>Assembling of the frame.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>Standing up of the fabricated wall frame presents the risk of collapse or falling over during construction. Describe a safe method to erect a frame, and what measures can be taken to prevent collapse during construction, and how are the frames held in a true and plumb position in readiness for the ceiling/roof frame or truss installation?</strong></em></li>\r\n</ol>\r\n<p>2 man lift and fix temporary bracing<br /><br /></p>\r\n<ol start=\"27\">\r\n<li><em><strong>When laying out the wall plates, it is good practice to use the best quality timber for the top plate, and the lesser quality for the bottom plate. Why is this?</strong></em></li>\r\n</ol>\r\n<p>Straightening of the wall is made easy.</p>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>What is the recommended 3 step process for straitening studs?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>In a hollow side, make a saw cut to a depthof half the stud.</li>\r\n<li>Nailing a cleat to the face of the stud.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>Write a checklist for ensuring the quality of the frame members and the frame as a whole. List 14 items that must be checked.</strong>         </em>               </li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Walls for plumb, square, straight and level</li>\r\n<li>Top and bottom plates fixed to studs</li>\r\n<li>Bracing and tie downs in place</li>\r\n<li>Noggings at correct centres</li>\r\n<li>Corner blocking must be checked</li>\r\n<li>Walls fixed and tied together needs to be checked</li>\r\n<li>Room sizes and height are to plan must be checked</li>\r\n<li>Check the Window and door openings correct size</li>\r\n<li>Jamb studs to all openings should be checked</li>\r\n<li>Concentrated load bearing studs needs to be checked</li>\r\n<li>Lintel in place should be checked</li>\r\n<li>Checking of Blocking under studs as required</li>\r\n<li>Check for excessive notching</li>\r\n<li>Notching out for plumbing should be checked</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"30\">\r\n<li><em><strong>How should you leave the work site at the end of the day? In your answer, consider tools, materials and waste.</strong></em></li>\r\n</ol>\r\n<p>When the work site is left, it should be free from danger and it should be clean as well.</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 35, NULL, 'Construct and erect wall frames CPCCCA3004A', 'CPCCCA3004A Construct and erect wall frames samples will help you a lot while considering civil engineering assignment help services by professionals.', 'Construct and erect wall frames CPCCCA3004A', 'construct-and-erect-wall-frames-cpccca3004a', '2021-11-03 00:01:57', '2021-11-08 06:16:07');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(291, 'Construct pitched roofs (CPCCCA3007C)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Working drawings for domestic construction will often only show the proposed roof in elevation and plan, it is therefore heavily reliant on the carpenter’s skills and knowledge to cut the members to allow the roof to be pitched. What is the Australian Standard which governs the structural requirements of timber framing?</strong></em></li>\r\n</ol>\r\n<p>AS 1684 - Code</p>\r\n<p>It is an Australian standard that is also known as Timber framing code. It covers the design criteria and is made up of four parts.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"2\">\r\n<li><em><strong>Refer to the building plans at </strong><a href=\"https://derbyshire.com.au/wp-content/uploads/2016/03/Construction-Document-Sample-1.pdf\"><strong>https://derbyshire.com.au/wp-content/uploads/2016/03/Construction-Document-Sample-1.pdf</strong></a><strong>, to complete this question.</strong></em></li>\r\n</ol>\r\n<p><strong>What is the size of the site area?</strong></p>\r\n<p>The area of any land on which development is to be carried is known as site area.</p>\r\n<p>Awhole or part of one lot is included in land.</p>\r\n<p>For finding the area of rectangle, multiply the height with the width.</p>\r\n<p><strong>What are the corrosion protection requirements for built-in structural members?</strong></p>\r\n<p>Exposure to the atmosphere needs to be reduced. From dissimilar metals should be stayed away. Water should be prevented from building. Surface irregularities should be avoided.</p>\r\n<p><strong>What type of roof cladding will be used?</strong></p>\r\n<p>OSB is most used for sheathing and subflooring material.</p>\r\n<p><strong>What is the pitch of the roof above the garage?</strong></p>\r\n<p>By the pitch, the gable roof is described.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Below is a plan view of a building on which a hip and valley roof is to be constructed. Sketch in the plan of the roof shape, using the following principles to determine the position of plan roof members:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>All angles formed by the external wall plates must be bisected;</li>\r\n<li>Only one member is drawn from any one corner;</li>\r\n<li>Hips are formed where the wall plates create an external corner;</li>\r\n<li>Valleys are created where an internal corner is formed by two plates;</li>\r\n<li>Rafters are always set at 90° to the wall plates; and</li>\r\n<li>A ridge will always be level and parallel to the external wall plates.</li>\r\n</ul>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"482\">\r\n<p>Below is a plan view of a building on which a hip and valley roof is to be constructed. Sketch in the plan of the roof shape, using the following principles to determine the position of plan roof members:</p>\r\n<p>·         All angles formed by the external wall plates must be bisected;</p>\r\n<p>·         Only one member is drawn from any one corner;</p>\r\n<p>·         Hips are formed where the wall plates create an external corner;</p>\r\n<p>·         Valleys are created where an internal corner is formed by two plates;</p>\r\n<p>·         Rafters are always set at 90° to the wall plates; and</p>\r\n<p>·         A ridge will always be level and parallel to the external wall plates.</p>\r\n<p> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"290\" height=\"237\" /></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"76\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"76\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"63\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"253\" height=\"212\" /></td>\r\n<td colspan=\"4\" width=\"359\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"256\" height=\"208\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\">\r\n<p> </p>\r\n<p>Select The Largest Rectangular Area And Mark Its Outline</p>\r\n</td>\r\n<td colspan=\"4\" width=\"359\">\r\n<p> </p>\r\n<p>Lightly Draw The Outline Of A Hip Roof On This Area</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"257\" height=\"214\" /></td>\r\n<td colspan=\"4\" width=\"359\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"249\" height=\"209\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\">\r\n<p>Bisect All External And Internal Corners</p>\r\n</td>\r\n<td colspan=\"4\" width=\"359\">\r\n<p>Draw In Ridge Positions For Each Extension</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"250\" height=\"212\" /></td>\r\n<td colspan=\"4\" width=\"359\"> <img src=\"data:image/png;base64,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\" alt=\"\" width=\"247\" height=\"208\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"337\">\r\n<p>Remove any unwanted lines</p>\r\n</td>\r\n<td colspan=\"4\" width=\"359\">\r\n<p>Firm in the roof plan to ensure correct intersection connections</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>What code of practice must be followed when working on roof framing?</strong></em></li>\r\n</ol>\r\n<p>The working at height code of practices must be followed.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Detail 3 safety measures critical to construction work undertaken at heights.</strong></em></li>\r\n</ol>\r\n<p>Proper PPE needs to be selected when working at heights. The selection needs to be of right quality. Daily inspection of PPE’s should be done before people rose to higher heights.</p>\r\n<p>For working at heights, make use of proper equipment. Involvement of lifts and ladders is in the equipment.</p>\r\n<p>Some equipment such as carbineers and retractors should also be used. Safety in working at higher heights is also provided by such equipment.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Outline 4 safety measures to be taken to avoid objects falling from the area where the work is being carried out onto the persons below.</strong></em></li>\r\n</ol>\r\n<p><strong>1) Follow the general rule of wearing hard hats.</strong><br /><br />Always bear in mind that it is necessary to keep wearing hard hats when work is being performed overhead or when there are other work conditions that call for it. It is important to know that hard harts do not just simply bring protection for your head.</p>\r\n<p><strong>2) Always check the items on the loose.</strong><br /><br />One of the most important things that need to be consider is to always check the items on the loose. Keep in mind that checking all of the things and equipment will help to ensure safety in the workplace and avoid accidents from happening.</p>\r\n<p><strong>3) Make sure to wear recommend PPE</strong><br /><br />Before doing the tasks in the worksite, one have to make sure that are wearing the correct and recommended personal protective equipment.</p>\r\n<p><strong>4) Know the importance of communication<br /></strong><br />Communication is one of the most important key factors in every work environment. Effective communication is vital to achieving the successful completion of any particular construction project. When there is good communication, it can improve teamwork and lead to better project collaboration.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Every week, 50 Victorian construction workers are injured seriously enough to stop work because basic site safety and housekeeping is not up to scratch. For each area below, provide at least 2 examples of housekeeping requirements.</strong></em></li>\r\n</ol>\r\n<p><strong>Area- Housekeeping requirement</strong></p>\r\n<p><strong>Ground/Flooring</strong>-   Timber and concrete floor is suspended.</p>\r\n<p><strong>Delivery and storage of equipment and materials</strong>- There should be cash registers, various bags of different size.</p>\r\n<p><strong>Access and movement around the site</strong>- Driveways and footpaths are clear</p>\r\n<p><strong>Waste-</strong>Are empty bins/skips adequate?</p>\r\n<p><strong>Work areas- </strong>As the traders go, do they clean?</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>As you gather the tools you’ll need for the workday, you come across the below. What does this mean?</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,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\" alt=\"\" width=\"259\" height=\"203\" /><br />\r\n<p>As the person is speaking, conduct the interview, this will set the tone on how one will be perceived throughout the interview.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Pitched and loudness should be used</li>\r\n<li>Learning skills should be responsive.</li>\r\n<li>One must be clear and concise</li>\r\n<li>Honesty</li>\r\n<li>Humor should be used</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>If the side of the house (from front to rear) is 8 m, determine the area of the roof. (Assume that the roof does not overhang the walls in any direction.)</strong></em></li>\r\n</ol>\r\n<p><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAY4AAAB/CAIAAAB337IjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAChmSURBVHhe7d153G3V/AdwIkkaSBeJSimVkjKUSJrclKiuUN0SEppIylAUTWRolqRBaZDKmAYUGiiJbhSJRJQSlwwZf++X7++1Wu1zzj7nPM95znP2edb54772Pc8+e6/1XWt91vf7+Q7rIf8tnyKBIoEigZGXwENGvoWlgUUCRQJFAv8tUFUmQZFAnQT+85//pD+7Tv9N1y7+/e9/57cVgU6FBApUTYVUyzPHRAI5NulS/Leg0rSMboGqaRF7eWkDJJDrTZ2ae//99998880XXXTRMcccs8cee2y22WbbbLPNP/7xjwZ0r2lNLFDVtBEr7Z0+CfzlL3/55S9/+Y1vfOPII4/cfffdt9xyy9VWW23BBRd8yP8+iy+++BprrLHXXnvBr+lr49i+uUDV2A7tDO9YTipVRNGjBQdxfve73wGmI444gsa0xRZbrLzyyg972MMCmB760Ic+61nPet3rXnf44YefcsopV1111T333DPDZT6l3S9QNaXiLQ+fBgkknjtRSz0STHffffeFF14ImPbcc0+m3NOf/vRHPepRAUwLLLDAOuus8/rXv/7ggw8+9dRTAdOvf/3rYugNc3QLVA1T2uVdUy6BHJVqHHP/+te/br/99osvvvgTn/jEbrvtNnv2bLbbYx/72ACmRRZZZO21195uu+0+8IEPnHbaad/61rduvfXWmqb3qKZNeefH+gUFqsZ6eEvn/ieBv/3tb4Dp29/+9kknnfTmN7958803X3311VFLAUxLLLEEyunVr341jenMM8+87LLLfvGLX7SVXEBSW7dgkfRUS6BA1VRLuDx/2BL4+9//ftddd1133XXHH3/8G9/4RsC0yiqrPPrRjw5geuQjH7n88svPnTv3sMMOA0yXX375HXfc0QmYchMygVQCrFbYGnZXZ9L7ClTNpNFuTl/bBlu2bT5T7s9//vM111zDK8eUC45p0UUXxS4FNvkv8hswnXHGGUw5HFPx0DVnIjzQ0gJVTRy1sWpzblXlCkvbTv7zn/+kMUEcHNPb3/72TTfdlO225JJLpogBlNOcOXMOPPDA008/ncX3s5/97K9//etYyWum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\" alt=\"\" width=\"398\" height=\"127\" /><br /><br />cos 28 = adj./hypot.</p>\r\n<p>= 4/x</p>\r\n<p>xcos 28\" = 4</p>\r\n<p>x = 4/(cos 28 degrees)</p>\r\n<p>= 4.5 m</p>\r\n<p>Area of roof = 10.8m x 4.5m x 2m</p>\r\n<p>=97.2 m²</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"10\">\r\n<li><em><strong>How do screws differ from nails? When would you use nails and when would you use screws</strong></em></li>\r\n</ol>\r\n<p>Resistance is offered by the screws for breaking under tension.</p>\r\n<p>For structural joining,the nails are preferred as they are more flexible.</p>\r\n<p>If more holding power is needed than nails, screws are helpful.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>List 2 types of timber commonly used for roof framing.</strong></em></li>\r\n</ol>\r\n<p>Following are the 2 types of timber that are commonly used:</p>\r\n<p>Kiln-dried Douglas fir wood</p>\r\n<p>Douglas fir</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>With what material should ceilings be constructed, to provide a resistance to the spread of fire? Give 5 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>2 layers of 16mm GyprockFyrcheck plasterboard</li>\r\n<li>Perforated gypsum lath with a normal paper finish</li>\r\n<li>12mm fibrous plaster reinforced with 13mm X 13mm X 0.7 galvanised steel wire mesh located not more than 6mm from the exposed face</li>\r\n<li>Fibre cement sheeting</li>\r\n<li>Pre-finished metal sheeting not exceeding 1mm thick</li>\r\n<li>12mm cellulose cement flat sheeting</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>What is the purpose and function of temporary fencing around a building site?</strong></em></li>\r\n</ol>\r\n<p>The main aim of temporary fencing is to prevent the runoff from soil and also helps in minimisation of the dust level. The sites where buildings are built can be a dusty place and nearby protection of environment is important.</p>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Outline the 6 steps involved in setting out a pattern rafter.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Scale drawing should be produced for finding the true length.</li>\r\n<li>Pitch line on the rafter needs to be marked.</li>\r\n<li>Adjustable level needs to be set for marking a plumb cut.</li>\r\n<li>True length of the pitch needs to be marked on the rafter.</li>\r\n<li>Bird’s mouth should be marked.</li>\r\n<li>Plumb cut should be remarked. This becomes the pattern rafter.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"15\">\r\n<li><em><strong>In 4 steps, describe the process to erect a simple hip roof over a rectangular building.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Cut/test pattern rafter</li>\r\n<li>Mark out last common / jack rafter</li>\r\n<li>Cut ridge to length</li>\r\n<li>Erect ridge, measure hips and cut erect complete roof</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>There are 3 main principles related to roofing, which are critical to the accurate construction of roofs in general. What are they?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Ridges level should be parallel to wall plate.</li>\r\n<li>Rafters needs to be placed at 90 degree to the wall plates.</li>\r\n<li>External/internal corners must be bisected for allowing the correct placement of hips and valleys.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>What is the difference between the ‘theoretical length’ and the ‘actual’ or cutting length of the rafter?</strong></em></li>\r\n</ol>\r\n<p>The entire length of the rafter is devoted to the ‘actual length’. The ‘theoretical length’ is devoted to the length of the rafter that is used for testing the purpose.</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>How can you determine the quantity of rafter lengths required for a build?</strong></em></li>\r\n</ol>\r\n<p>In the ‘Australian roof building manual’, the length of the rafter is found.</p>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>There are 8 bevels and proportions required to pitch a hip roof. List the 8 bevels and proportions required.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Plumb bevel common rafter</li>\r\n<li>Level bevel common rafter</li>\r\n<li>Edge bevel creeper</li>\r\n<li>Edge bevel purlin</li>\r\n<li>Plumb bevel hip</li>\r\n<li>Level bevel hip</li>\r\n<li>Edge bevel hip</li>\r\n<li>Face bevel purlin</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>There are 4 methods used to establish hip length. List the 4 methods.</strong></em></li>\r\n</ol>\r\n<p>Following are the 4 methods that is used to establish hip length:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Scribing</li>\r\n<li>Measured in-situ</li>\r\n<li>Calculation</li>\r\n<li>steel square set out</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>On the diagram below, shade in the birdsmouth cut out.</strong></em></li>\r\n</ol>\r\n<p><strong><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbkAAAEJCAIAAACG/M4KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAFJ0SURBVHhe7d13/D1FdTfwKPaC/ASkqYihS28KiEiVLkoRRGoMCiQINiRoJAZ+ICBF6SCCgICBUEQkUSmCFBsgQTAUFYQoRqyYYsrzjpNnn33u9969c/vuvWf/4PXjfmdnZ8/sfObMKZ/zR/8dV0ggJBASCAl0k8AfdWsQfw8JhARCAiGB/w6sjI8gJBASCAl0l0BgZXcZRYuQQEggJBBYGd9ASCAkEBLoLoHAyu4yihYhgZBASCCwMr6BkEBIICTwvxL4z//8zx//+MdtxRFYGV9JSCAkEBL4HwlAyf3222/NNdd88MEH50oksDK+kpDA9Ejg97///amnnvqVr3xlel5pXG9y0003rb322n/0h2vffff993//95YnB1aOayriOSGBEUvgoYce2m233Sz15ZZb7v777x/x06an+3/913/9+Mc/vtBCCyWgXH311a+++mqH8cDK6ZnjeJOQQCGBK6+8cqWVVkqr/WUve1molpnfxgMPPLDLLrskuT3zmc+kUf7oRz8Ke2Wm9KJZSKBJEvjFL37xoQ996PnPf35a8Jtsssktt9zSpBeY3FgvvfRSOniS2xJLLHHmmWf+x3/8R6fhxBl8chMVTw4JDCyBO+64Y7PNNkurHVweeuihTz755MC9Tn8HP/3pT9/73vcWG8yWW25JktWvHVg5/Z9FvOG0SuCMM85YaqmlElD+8R//8WWXXTatbzrc9wKLb3jDG5Lcnvvc5x522GF0866PCKzsKqJoEBKonQQeffTRvffeO612184778yxU7tR1m9APDannHIKe26S2worrMCNkznMwMpMQUWzkEBdJPD3f//3fLVptb/kJS855phj/uVf/qUug6vxODhtWjaYRx55JH+8gZX5soqWIYEJS+A3v/nNX//1X7/oRS9KQLneeut9+ctfnvCYGvL4L3zhC6usskqS20tf+tITTzzx3/7t33oae2BlT+KKxiGBiUng3nvv3X777dNqf/azn73//vt3ysab2BBr+eCnnnrqox/96Itf/OIkug033PCGG27oY6SBlX0ILW4JCYxbAp/97GeXWWaZtNpf8YpXnH/++eMe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\" alt=\"\" width=\"441\" height=\"265\" /> <br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"251\" height=\"208\" /><br /><br /></strong></p>\r\n<p><strong>22.   </strong><strong>Building has a span of 5000 mm and ridge thickness of 50 mm. The true half span is 2475 mm.</strong></p>\r\n<p><strong>Use the below formula to determine rafter length for the following scenarios:</strong></p>\r\n<p><strong> </strong><strong>Rafter length = 1 divided by (cosine x roof pitch) x half span</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Slope of 26 degrees- Rafter length = 1 divided by (cosine x roof pitch) x half span</p>\r\n<p> </p>\r\n<p>= 1/cos26 x 2475</p>\r\n<p> </p>\r\n<p>= 1/0.8988 x 2475</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>= 2753.67 mm</p>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Slope of 42 degrees- Rafter length=1 divided by (cosine x roof pitch) x half span</p>\r\n<p> </p>\r\n<p>=1/cos42 x 2475 =1/0.7431 x 2475</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>=3330.64 mm</p>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Slope of 17.5 degrees- Rafter length t = 1divictedb (cosine x roof pitch) x half span</p>\r\n<p> </p>\r\n<p>= 1/cos17.5 x 2475 Slope of 17.5 degrees</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>=1/0.9537 x 2475 = 2595.16 mm</p>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>What is the purpose of under purlins, where are they positioned, and how are they supported?</strong></em></li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<ol start=\"24\">\r\n<li><em><strong>List the 2 methods to determining the length of the first creeper.</strong></em></li>\r\n</ol>\r\n<p>Method 1- setting from the centring rafter</p>\r\n<p>Method 2- setting from the outside of the wall plate corner.</p>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>What is the purpose of collar ties, and where are they located?</strong></em></li>\r\n</ol>\r\n<p><strong>What is the main function of a collar tie?</strong></p>\r\n<p>The main function of a collar tie is that it helps in preventing rafter sag.</p>\r\n<p><strong>What is the ideal location for a collar tie?</strong></p>\r\n<p>The ideal location for a collar tie is that it should be located halfway up the rafters.</p>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>How are gable rafters supported?</strong></em></li>\r\n</ol>\r\n<p>Gable end framing uses the vertical studs when the rafters are in place. It is positioned directly over the wall studs and is supported by the end top plates.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"27\">\r\n<li><em><strong>What is the function of valley boards?</strong></em></li>\r\n</ol>\r\n<p>It is essential to use the valley board for supporting the dry valley.</p>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>From where can you obtain the storage requirements for materials?</strong></em></li>\r\n</ol>\r\n<p>For specific storage requirement, refer to SDS.</p>\r\n<p> </p>\r\n<p><strong>29.<em>   </em></strong><em><strong>Teamwork includes open communication and everyone contributing to improve the workplace to safely and successfully achieve the construction goal. Good communication means that everyone can voice their opinion. Building trust ensures that workers are comfortable sharing their suggestions and concerns. </strong></em></p>\r\n<p><em><strong>How are workers empowered on the construction site? Provide 5 examples.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li>In safety training, participation needs to be done and there should be identification of hazards.</li>\r\n<li>When it is necessary, timeout for safety should be called.</li>\r\n<li>Removal of defective tools and equipment needs to be done.</li>\r\n<li>Hazards should be corrected immediately when it is safe to do.</li>\r\n<li>If the questions are of concern, ask for the training or guidance.</li>\r\n</ul>\r\n<p><strong><br /> <br /> </strong></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 36, NULL, 'Construct pitched roofs CPCCCA3007C', 'CPCCCA3007C Construct pitched roofs samples are available at our Professional Assignments Help if you are looking for civil engineering assignment help services.', 'Construct pitched roofs CPCCCA3007C', 'construct-pitched-roofs-cpccca3007c', '2021-11-03 00:36:31', '2021-11-08 06:14:58');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(292, 'Construct ceiling frames (CPCCCA3005B)', '<ol>\r\n<li><em><strong>What is AS 1684 and what is its purpose?</strong></em></li>\r\n</ol>\r\n<p>The standard code AS 1684 is also known as the Residential Timber Framed Construction which has been included within the Australian standard as its four-part. This part basically covers the criteria which is used for designing and practicing the building, tie-downs, bracing and span tables for the members of the Timber frame company. This code is also referred to Timber framing code.</p>\r\n<p>The purpose of this code is to provide procedures to the building industry which can practice to determine the building practices.<br /><br /></p>\r\n<ol start=\"2\">\r\n<li><em><strong>For ‘suspended ceilings’, the ceiling framing and design must be installed in accordance with the requirements of which Australian Standard?</strong></em></li>\r\n</ol>\r\n<p>AS 2785-1985: Suspended ceilings- Design and Installation.<br /><br /></p>\r\n<ol start=\"3\">\r\n<li><em><strong>The purpose of maintaining risk controls is to ensure that they are working as originally intended and continue to prevent or adequately control risk associated work activities. What does maintenance of control measures need to include? Provide 4 examples.</strong></em></li>\r\n</ol>\r\n<p>Following are the four examples:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Always keep the people out from barricade if there is any sort of risk.</li>\r\n<li>Try eliminate the risks as soon as possible.</li>\r\n<li>To have a safe access on the exit at the workplace which can be used in case of emergency.</li>\r\n<li>Signs should be placed properly which can inform the person or the people about the risks or the danger.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>How often must a safety data sheet be reviewed and reissued?</strong></em></li>\r\n</ol>\r\n<p>Safety data sheet need to be reviewed after every 3 years and it also need to update if required once it has been reviewed.<br /><br /></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Constructing ceiling framing presents risks and hazards. Working at heights is only one such risk. What PPE and safety measures are required when performing this type of work?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p>List 4 PPE</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Face shields</p>\r\n<p>Impact goggles</p>\r\n<p>Laser safety glasses</p>\r\n<p>General safety glasses</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Outline 4 safety measures</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>·         Your safety is always your personal responsibility</p>\r\n<p>·         Always follow the instruction in order to stay safe.</p>\r\n<p>·         Avoid taking short cuts</p>\r\n<p>·         Always clean the mess at your workspace as it is your responsibility to clear the workspace.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What tools and equipment would a carpenter commonly use in constructing ceiling frames? List 10.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Saws</li>\r\n<li>Chisels</li>\r\n<li>Hammer</li>\r\n<li>String line</li>\r\n<li>Measuring tape</li>\r\n<li>Pencil</li>\r\n<li>Power tools</li>\r\n<li>Nail guns</li>\r\n<li>Nails and screws</li>\r\n<li>Torch</li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Confirming the scope of works to be carried out is an essential requirement before commencing any project. Where could you find relevant instructions and information regarding work information? Identify 5 sources.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Employer and industry associations</li>\r\n<li>Government acts and regulations</li>\r\n<li>WHS inspectorates and training courses</li>\r\n<li>Industry pamphlets</li>\r\n<li>Newsletters</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>If a ceiling is required to be fire-resistant, what provision may be required for the ceiling lining material?</strong></em></li>\r\n</ol>\r\n<p>In order to make the ceiling resistant the provision which is required to be used is the deemed-to-satisfy of the NCC which is used for any sort of wall or the ceiling it is the lining material which comes under the Group Number 3.<br /><br /></p>\r\n<ol start=\"9\">\r\n<li><em><strong>The ‘three Rs’ of waste minimisation should be applied throughout the design and construction process. What are the 3 R’s? List and briefly describe each.</strong></em></li>\r\n</ol>\r\n<p>Three R’s which are being used in order to minimise the waste that is required to be applied throughout the designs are as follows:</p>\r\n<ol>\r\n<li>Reuse</li>\r\n<li>Reduce</li>\r\n<li>Recycle</li>\r\n</ol>\r\n<p><strong>Reuse: </strong>This R means to reuse the materials which has been left out and, in a condition, to be used at the time of construction. As this will help in spoiling or wasting the will surely help in conserving them for long-period of time.</p>\r\n<p><strong>Reduce: </strong>Reduce means to eliminate or lessen the use of resources at the time of manufacturing, transporting and disposing the products.</p>\r\n<p><strong>Recycle: </strong>This R means to recycle the waste in simple words it means to convert the waste that are being left once the construction is over, in to the new products. This change can be made by making some of the changes in their chemical as well as physical form.<br /><br /></p>\r\n<ol start=\"10\">\r\n<li><em><strong>Explain the difference between passive and active fire control measures</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p><strong>Passive Fire Control</strong></p>\r\n</td>\r\n<td width=\"301\">\r\n<p><strong>Active Fire Control</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Passive Fire control is all about the measures that are required to be taken in order have resistance from the fire</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Active fire controls is all about the system which required to be involved to provide a triggered responses of the fire.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>This system involves the protection or preventing the flames of the fire and helps in resisting them at the first place only.</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>This system involves by initiating the flames and the actions which need to be taken according to the manuals or they have programmed.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Label the following, on the diagram below.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Span  </li>\r\n<li>Ceiling joists</li>\r\n<li>Overbatten    </li>\r\n<li>Spacing</li>\r\n</ul>\r\n<p><img src=\"data:image/png;base64,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\" alt=\"\" width=\"729\" height=\"367\" /> <br /><br /></p>\r\n<ol start=\"12\">\r\n<li><em><strong>Describe each of the ceiling frame terms below.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Construction Term</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Ceiling Batten</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Ceiling Batten is a sort of material which is being used to fix at the inner side of the ceiling joists and it also helps in providing the support to the lining material of the ceiling.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Ceiling Joists</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Ceiling Joists are one of the horizontal member which helps in providing the structure to the which can help the ceiling to get fix and also helps in supporting and fixing rafters diagonally and also provide shape to the roof once it het attached at the top.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Ceiling Joists ties</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Ceiling joists ties are quite faster that the ceiling joists in order to hang the roof on the beam.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Ceiling Load width</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Ceiling load width is the considered as the total distances which has to be calculated from both the sides of the Hanging Beam of hallway considering the nearest distances which is next to the ceiling joists support</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Ceiling trimmer</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Ceiling trimmers are usually used where there is no joists available to provide the support to the plasterboard ceiling. Ceiling trimmers are generally referred to the supplied flat and is to be folded before from its installation</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Combined strutting/ counter beams</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Combined strutting refers to the beam which is designed in order to handle the weight of the hanging beams and of the roof struts too.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Combined strutting/ hanging beams</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>These are being designed to support or to handle the beam of the ceiling which has the hanging beams and of the roof</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Continuous Span</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>A continuous span is considered as the series of span of consecutive span which means it supports three or more than three spans which are connected so that bending movement may happens</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Counter beams</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Counter beam which is attached with the platen which exists within the rods of the printing machines and helps in communicating with the platen of reciprocating motion.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Coupled roof</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Coupled roof is known as the simplest form of pitched roof. While constructing this roof rafter slope is constructed in the upwards position from both the opposite floors which will meet on the ridged piece in the middle.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Crippled member</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Crippled member is a member which has the partial cut in order to remove the spring or the bow from it.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Half span</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Half span is a sort of roof which has a single pitch and will surely carried by the wall which is higher than the roof.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Hanging beam (or hanger)</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Hanging beam  refers to the timber beam which is located at the deep and is located perpendicular which means it makes 90 degree angles to the ceiling joists which move directly above them.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Interpolation</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>The term interpolation means to calculate the of the information that has been stated with the values of the span table.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Joists strap</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Joists strap is the strap which is being used to fix the ceiling joists with the hanging beam and the rafters.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Non-coupled roof</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Non-couple roof is the roof which does not have the requirement of the collar ties and its length will be based on the design of the rafter.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Over batten</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Over batten is the retrofit system which is being used to connect the beams that is on the top of the roof which is at the foundations in order to make the roof more safe.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"301\">\r\n<p>Span</p>\r\n</td>\r\n<td width=\"301\">\r\n<p>Span is considered as the distance which is being covered across the building, which means it is the distance which covers the one side of the building which is outside and is of the other side of the buildings.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Generally speaking, where are ceiling joists located, and to what other framing members are they fixed to?</strong></em></li>\r\n</ol>\r\n<p>Ceiling joists is located and is hidden behind the layer of the drywall or the plaster.</p>\r\n<p>Ceiling joists is being fixed with the hanging beams, these hanging beams are perpendicular and makes the angle of 92 degree across the top of the joists which will help in joining both of them together.</p>\r\n<p>And ceiling joists also helps in joining the strutting beams also.<br /><br /></p>\r\n<ol start=\"14\">\r\n<li><em><strong>What formula is used to calculate the number of ceiling joists?</strong></em></li>\r\n</ol>\r\n<p>Length of building ÷ Joist spacing + 1</p>\r\n<ol start=\"15\">\r\n<li><em><strong>Explain the 3 step procedure for the set out and erection of ceiling frames.</strong></em></li>\r\n</ol>\r\n<p>Following are the three step procedures for the set out and the erection of ceiling frames are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Having a look at the plates of the top walls that it need to be straight.</li>\r\n<li>Wall frames is required to be in the square manner.</li>\r\n<li>Ceiling Joists is required to be cut according to the length and need to be properly fixed into the desired positions and should be fixed it up with double skew nailing ends.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"16\">\r\n<li><em><strong>Explain the function of ceiling joists.</strong></em></li>\r\n</ol>\r\n<p>The function of the ceiling joists is to provide a proper structure in order to fix the ceiling, and will also helps in providing the support and to will help to fix the diagonal rafters that will provide to define the shape of the roof.<br /><br /></p>\r\n<ol start=\"17\">\r\n<li><em><strong>Outline the procedure to install a ceiling joist</strong></em></li>\r\n</ol>\r\n<p>Following are the procedure to install a ceiling joists:</p>\r\n<p>Beam should be marked, usually by the double or the triple at least by 2- by 8, in the position where the ceiling joists mentioned to be inserted by the architectural plan.</p>\r\n<p>Usually the space need to be of the atleast 16 inches from the centre and the need to be in the seismic areas, there are certain circumstances where it can be of at least 24 inches at the centre.<br /><br /></p>\r\n<ol start=\"18\">\r\n<li><em><strong>How do you determine the required span for ceiling joists?</strong></em></li>\r\n</ol>\r\n<p>Table 21 of AS 1684.2 for details about the required spans for ceiling joists.<br /><br /></p>\r\n<ol start=\"19\">\r\n<li><em><strong>Can strutting beams double as hanging beams? Explain why or why not.</strong></em></li>\r\n</ol>\r\n<p>No, strutting beams can not be double as the hanging beams, because these beams seem to sag and they will also make the ceiling looks sagging if it gets doubled.<br /><br /></p>\r\n<ol start=\"20\">\r\n<li><em><strong>Can strutting beams double as hanging beams? Explain why or why not.</strong></em></li>\r\n</ol>\r\n<p>No, strutting beams cannot be double as the hanging beams, because these beams seem to sag and they will also make the ceiling looks sagging if it gets doubled. These beams also transfer the load of the roof which are often dynamic when there is high pressure of wind is there on the roof.<br /><br /></p>\r\n<ol start=\"21\">\r\n<li><em><strong>Why is the hanging beam secured to timber blocks sitting and fixed on the top wall plate?</strong></em></li>\r\n</ol>\r\n<p>Hanging Beam is secured to make the timber blocks sitting and fixed on the top wall plate because it has to line up at the bottom of the beam and it along with the top of the joists. These hanging beams has to be launched or inserted properly as the ends over the hanging beam need to be supported so that it can bear the load of the walls.<br /><br /></p>\r\n<ol start=\"22\">\r\n<li><em><strong>If a hanging beam is supported by an external wall, it is sometimes necessary to angle cut the end of the beam. What is the reason for this, and to what angle would this cut normally be made?</strong></em></li>\r\n</ol>\r\n<p>Following are the reasons:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Cutting of fouling roof is required to be stopped</li>\r\n<li>Roof Pitch angle</li>\r\n</ul>\r\n<br />\r\n<ol start=\"23\">\r\n<li><strong><em>List 3 ways in which ceiling joists can be fixed to the hanging beam</em></strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Purpose made metal joists hanger brackets</li>\r\n<li>Timber batters</li>\r\n<li>Hoop iron straps</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>What measures can builders employ, to minimise the amount of waste that is produced during construction? Give 2 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Pre-fabricated components is required to be used.</li>\r\n<li>There are certain products or the items which always required to be replaced almost in every project which includes certain things such as: sinks, counter-tops or the bath tabs.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"25\">\r\n<li><em><strong>Outline 3 reasons for safety/lockout tagging of faulty tools and equipment</strong></em></li>\r\n</ol>\r\n<p>Following are the three reasons for the safety/ lockout tagging of the faulty tools and the equipment’s:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>There can be start-up of unintended or the motion of the machinery, equipment, or the processes.</li>\r\n<li>When there can be contact with a hazard while performing a suitable task</li>\r\n<li>Loose safe gaurds.</li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 37, NULL, 'Construct ceiling frames CPCCCA3005B', 'CPCCCA3005B Construct ceiling frames assignments samples will be considered by the students while looking for cost-effective assignment writing services.', 'Construct ceiling frames CPCCCA3005B', 'construct-ceiling-frames-cpccca3005b', '2021-11-03 00:45:10', '2021-11-08 06:13:45');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(293, 'Develop menus for special dietary requirements (SITHKOP004)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>The Australian Guide to Healthy Eating provides 5 nutritional guidelines for adults, children and adolescents, and the Elderly, which vary slightly for each group. Provide a brief description of what these recommend in general:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"636\">\r\n<tbody>\r\n<tr>\r\n<td width=\"636\">\r\n<p><strong>     Description</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"636\">\r\n<p>1.    The first category relates to the intake of fibber of the body. Most important function in the body is performed by fibber as it provides considerable amount of energy.</p>\r\n<p>2.    The second category is related to vegetable and regumes. They are essential as they provide essential nutrients to the body that is required for proper working of the body.</p>\r\n<p>3.    Fruits provide many nutrients and helps in proper functioning of the body.</p>\r\n<p>4.    Protein, calcium and other important nutrients are provided by the dairy products.</p>\r\n<p>5.    Meat provides the protein and helps to provide many good fats.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><strong>Explain two (2) implications that the Australian Guide to Healthy Eating has towards your role as a chef:</strong></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"642\">\r\n<tbody>\r\n<tr>\r\n<td width=\"642\">\r\n<p><strong>Implications</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"642\">    1. All the eating standards that are prescribed by the Australian and international authorities should be met by the diet.<br />    2. It should be nutritionally good and well balanced diet.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>You are working as the chef in a hospital and a new patient has Coeliac disease. How will you ensure that the patient is not adversely affected?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"642\">\r\n<tbody>\r\n<tr>\r\n<td width=\"642\">\r\n<p><strong>      Factors to be considered during the selection, preparation, cooking and serving processes</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"642\">\r\n<p>Colic disease is sensitive for gluten. Therefore it is important that food does not have gluten-based product in any form. And it should also be prevented from cross-contamination during the storage.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>You work at Hotel Futura as a chef. For a seminar the hotel offers the food choices outlined in the table below. Which menu adjustments would be required for each course for guests requiring gluten free meals and for those who suffer from diabetes?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"641\">\r\n<tbody>\r\n<tr>\r\n<td width=\"128\">\r\n<p><em>Breakfast</em></p>\r\n</td>\r\n<td width=\"115\">\r\n<p><em>Morning Tea</em></p>\r\n</td>\r\n<td width=\"141\">\r\n<p><em>Lunch</em></p>\r\n</td>\r\n<td width=\"114\">\r\n<p><strong>Afternoon Tea</strong></p>\r\n</td>\r\n<td width=\"143\">\r\n<p><strong>Dinner</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"128\">\r\n<p><strong>Poached Eggs on sour dough with ham and spinach</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"115\">\r\n<p><strong>Assorted sweet muffins</strong></p>\r\n</td>\r\n<td width=\"141\">\r\n<p><strong>Pork Piccata, mushroom risotto, Ratatouille</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Tropical Fruit Salad</strong></p>\r\n</td>\r\n<td width=\"114\">\r\n<p><strong>Mini Danish, assorted tea sandwiches</strong></p>\r\n</td>\r\n<td width=\"143\">\r\n<p><strong>Caesar Salad</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Sole fillets with beurre blanc, steamed asparagus</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Chocolate Raspberry Mille Feuille</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"128\">\r\n<p><strong>Gluten Free</strong></p>\r\n</td>\r\n<td width=\"115\">\r\n<p> </p>\r\n</td>\r\n<td width=\"141\">\r\n<p> </p>\r\n</td>\r\n<td width=\"114\">\r\n<p> </p>\r\n</td>\r\n<td width=\"143\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"128\">\r\n<p>Hard-boiled eggs with fresh fruit and almonds.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"115\">\r\n<p>Gluten free muffin</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Lettuce wrap with gluten-free deli meat, potato chips, and guacamole.</p>\r\n</td>\r\n<td width=\"114\">\r\n<p>Fruit smoothie made with plain Greek yogurt.</p>\r\n</td>\r\n<td width=\"143\">\r\n<p>Shrimp and vegetable stir-fry with tamari (gluten-free soy sauce) over rice.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"128\">\r\n<p><strong>Diabetes</strong></p>\r\n</td>\r\n<td width=\"115\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"141\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"114\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"143\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"128\">\r\n<p>Natural untoasted muesli with mixed berries (fresh or frozen) and low-fat natural/Greek yoghurt</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"115\">\r\n<p>An unsweetened, reduced-fat milk drink, e.g. a milk-based coffee</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Vietnamese turkey salad wrap and 1 serve of fresh fruit</p>\r\n</td>\r\n<td width=\"114\">\r\n<p>Corn thins with cottage cheese and tomato</p>\r\n</td>\r\n<td width=\"143\">\r\n<p>Grilled lamb cutlets with pumpkin risoni salad and additional steamed greens</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>List three diseases that can be linked to diet, and explain how a change in diet could be beneficial in these cases:</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"650\">\r\n<p><strong><em>              Suggestions</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"650\">\r\n<p>1.    Diabetes- For managing diabetes, blood sugar level needs to be maintained. Maintence of healthful diet can be helpful. Diabetic meal plan will be helpful in tracking the carbs and calories.</p>\r\n<p> </p>\r\n<p>2.    Heart disease- In case of heart disease, diet is an important risk factor. Risk factors that are related to the food includes obesity, high BP, non-controllable diabetes.</p>\r\n<p> </p>\r\n<p>3.    Blood pressure- DASH stands for Dietary Approaches to Stop Hypertension. The DASH is helpful in preventing high BP.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What are the requirements for the following dietary needs? </strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"168\"><strong>Dietary needs</strong></td>\r\n<td width=\"482\">\r\n<p><strong><em>Requirements</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"4\" width=\"168\">\r\n<p>Lactose intolerance</p>\r\n<p> </p>\r\n<p>Low sodium</p>\r\n<p> </p>\r\n<p>Coeliac</p>\r\n<p> </p>\r\n<p>Diabetes mellitus</p>\r\n</td>\r\n<td width=\"482\">\r\n<p>Milk based product should not be used</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p>Food that have low salt and without MSG preservative should be served.</p>\r\n<p>              </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p>Flour that is gluten free should be used.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p>Sugar free food should be served.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><strong><em>Some religions have specific requirements regarding which types of food or food combinations may be consumed. What is the basic information you need to consider when writing menus for the following client groups, but also generally when catering for any religious based requirements?</em></strong></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"168\"><strong>Customers</strong></td>\r\n<td width=\"482\">\r\n<p><strong><em>Requirements</em></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"4\" width=\"168\">\r\n<p>Jewish customers</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Muslim customers</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Hindu customers</p>\r\n<p> </p>\r\n<p>General</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"482\">\r\n<p>Kosher food should be used for the preparation of the food</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p>For Muslims, Halal food needs to be used for the preparation of the food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p> </p>\r\n<p> </p>\r\n<p>No cow meat should be used, only use vegetarian food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"482\">\r\n<p> </p>\r\n<p>As per the belief of the religion, all kind of food should be prepared.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Which aspects in terms of patient requirements and product availability need to be considered for texture modification of foods? Which equipment is typically used to prepare and present texture modified preparations?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"650\">\r\n<p> Carefully select food of an appropriate consistency is contained in a texture modified diet. It can be easily chewable. Depending on the needs of the person. There are different kinds of fie, such as Category E- it includes fork mash able, Category D- Includes pre-mash able, Category C- includes onion puree. Blender/mixer and vegetable preparing machines are used for making the texture of the food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Provide examples for potential reactions to food allergies or intolerances. What are the consequences of failing to address special requirements for food allergies, medical conditions or drug-food interactions? What would be your actions to avoid negligence and meet legal requirements?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"650\">\r\n<p>If food that is contaminated with a product that is not tolerable can leads to illness of the people. Anaphylactic shock can be result. People with the food allergies can be affected. For overcoming this problem, customer should be asked if they are intolerant to food.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Which major nutrients are provided through the following foods?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Bread, cereal, rice, pasta, noodles</li>\r\n</ul>\r\n<p>It is helpful in providing the source of carbohydrates, protein, fibre and a wide range of vitamins and minerals including folate, thiamine, riboflavin, niacin and iron.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Vegetables, legumes Capsicum, broccoli, cauliflower, cabbage, and tomatoes</li>\r\n</ul>\r\n<p>They help in providing vitamins, minerals, dietary fibre and carbohydrate</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Dark green and orange vegetables like spinach, broccoli, carrots and pumpkin</li>\r\n</ul>\r\n<p>Vitamin A</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Green vegetables, dried peas, beans and lentils</li>\r\n</ul>\r\n<p>They are good source of folate</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Fruit</li>\r\n</ul>\r\n<p>They are good in providing vitamins.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Which nutrients are the main energy providers for the human body?</strong></em></li>\r\n</ol>\r\n<p>There are five type of nutrients that gives energy to the body. These are:</p>\r\n<ol>\r\n<li><strong>Carbohydrates</strong></li>\r\nIt is the main source of energy. 50-60% of carbohydrates is contained in the food.\r\n<li><strong>Proteins</strong></li>\r\nIt is helpful for the various functions of the body. 12-15% of protein is present in the food.\r\n<li><strong>Fats and Lipids</strong></li>\r\n25-30% of food contains goods fats and lipids.\r\n<li><strong>Vitamins</strong></li>\r\nFor performing various functions, vitamins are required. It is required in small quantities.\r\n<li><strong>Minerals</strong></li>\r\nFor performing the various functions, it is required. It is required in small quantities</ol>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>What are food additives? How can additives affect individuals and how can you as a chef identify specific additives in foods?</strong></em></li>\r\n</ol>\r\n<p>Food activities are the chemicals that are added in the food for enhancement of the flavour. Such , this affect the health of the customer as they cannot tolerate MSG. for preparing dishes for the special customers, special care needs to be taken.<br /><br /></p>\r\n<ol start=\"13\">\r\n<li><em><strong>Which factors need to be considered when choosing cookery methods to ensure foods maintain maximum nutritional values or meet dietary requirements?</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>The method for cookery should suit the specific type of food.</li>\r\n<li>Important nutrition should not be wasted.</li>\r\n<li>The cost should be effective.</li>\r\n<li>The method should be quick.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>What are the key features of the following lifestyle diets? </strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"577\">\r\n<tbody>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Diet</p>\r\n</td>\r\n<td width=\"287\">\r\n<p>Key Features</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Vegan</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>Animal product, honey, eggs, gelatine is not eaten by Vegan. A vegan diet is highly nutrient as it is low in saturated fat.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Lacto vegetarian</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>It includes vegetables, fruit, dairy products and eggs.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Ovo vegetarian</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>It is veg, fruits and other food that are high in protein.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Ovo-lacto vegetarian</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>They consume milk and dairy food, eggs, grains, fruits, vegetables, beans, nuts and seeds.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Pesco vegetarian</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>This diet includes the food that is vegetarian</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"290\">\r\n<p>Semi vegetarian</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"287\">\r\n<p>The person who is vegetarian but also eats some meat.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>How do storage and part processing affect the nutritional values of fresh fruit and vegetables?</strong></em></li>\r\n</ol>\r\n<p>Purchasing the food product in bulk quantity is beneficial from the economical point of view. The major concern is that there are chances of spoilage of food. So the prevention of food becomes critical. Cool rooms or refrigerator needs to be used for storing fresh vegetables and fruits.</p>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Which nutritional requirements need to be considered for the following customer groups?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"603\">\r\n<tbody>\r\n<tr>\r\n<td width=\"303\">\r\n<p>Customer Group</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>Needs</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Girls during adolescence/women during menstruation</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>Iron is needed during this period by the body for making HB. So, diets that are risk in iron is preferred.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Pregnancy and during lactation</strong></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"300\">\r\n<p>Diet with high nutrition, high protein, iron and calcium.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Athletes</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>Diets that are high in Carbohydrate</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Defence Force Personnel</strong></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"300\">\r\n<p>High nutritional diet with all the components that are required should be taken.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Vegetarian diets</strong></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"300\">\r\n<p>The diet should be high in nutrients </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>People with Disabilities</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>They should have high nutritional diet with all the required components.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>Institution-based Catering</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>The diet should be consisted of natural components and there should be high fat component.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>People living in remote regions</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>High nutritional diet should be there.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"303\">\r\n<p><strong>People affected by disaster or environmental extremes</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p>They should have high nutritional diet with all the required components.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>Complete the following yield tests, calculating the Net yield per Kg and the net portion cost for each commodity based on the net cost per Kg and the portion size per kg provided.</strong></em></li>\r\n</ol>\r\n<p>List the formulas or working steps you have used for the asparagus and the Sirloin Calculations in the table.</p>\r\n<table class=\"table table-bordered\" width=\"652\">\r\n<tbody>\r\n<tr>\r\n<td width=\"95\">\r\n<p><strong>Commodity</strong></p>\r\n</td>\r\n<td width=\"76\">\r\n<p><strong>$ / kg</strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p><strong>Trimmings</strong></p>\r\n</td>\r\n<td width=\"104\">\r\n<p><strong>Net Yield/ kg</strong></p>\r\n</td>\r\n<td width=\"95\">\r\n<p><strong>Net cost/kg</strong></p>\r\n</td>\r\n<td width=\"94\">\r\n<p><strong>Portions /kg</strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>Net Portion Cost/ $</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p><strong><em>Vegetables</em></strong></p>\r\n</td>\r\n<td width=\"76\">\r\n<p><strong><em> </em></strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p> </p>\r\n</td>\r\n<td width=\"104\">\r\n<p> </p>\r\n</td>\r\n<td width=\"95\">\r\n<p> </p>\r\n</td>\r\n<td width=\"94\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Zucchini</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>2.95</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>16%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>2.48</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>3.51</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>0.35</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Broccoli</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>4.85</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>24%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>3.68</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>6.38</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>0.64</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Carrots</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>1.40</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>16%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>1.17</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>1.67</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>0.18</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Asparagus</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>11.30</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>22%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>8.81</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>14.49</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>1.45</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Kohlrabi</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>4.28</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>32%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>2.91</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>6.29</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>0.63</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Spinach</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>10.60</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>18%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>8.89</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>12.93</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.100</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>1.29</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Onions</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>2.45</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>14%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>2.107</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>2.85</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.050</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>0.14</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p><strong><em>Meat</em></strong></p>\r\n</td>\r\n<td width=\"76\">\r\n<p><strong><em> </em></strong></p>\r\n</td>\r\n<td width=\"89\">\r\n<p> </p>\r\n</td>\r\n<td width=\"104\">\r\n<p> </p>\r\n</td>\r\n<td width=\"95\">\r\n<p> </p>\r\n</td>\r\n<td width=\"94\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Sirloin</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>16.80</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>26%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>22.43</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>22.70</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.280</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>6.35</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Loin of Pork</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>14.80</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>14%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>12.72</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>17.21</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.250</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>4.30</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"95\">\r\n<p>Leg of Lamb</p>\r\n</td>\r\n<td width=\"76\">\r\n<p>8.90</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>27%</p>\r\n</td>\r\n<td width=\"104\">\r\n<p>6.49</p>\r\n</td>\r\n<td width=\"95\">\r\n<p>12.19</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>0.250</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>3.04</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Formulas/Calculation steps – Asparagus:</p>\r\n<table class=\"table table-bordered\" width=\"615\">\r\n<tbody>\r\n<tr>\r\n<td width=\"615\">\r\n<p> </p>\r\n<p>$/kg x trimmings = net yield/kg</p>\r\n<p> </p>\r\n<p>Food cost = amount X unit cost</p>\r\n<p>Food cost = 3.51kg X 0.100</p>\r\n<p>Food cost = $0.351</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Formulas/Calculation steps –</p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td width=\"601\">\r\n<p> </p>\r\n<p>$/kg x trimmings = net yield/kg</p>\r\n<p> </p>\r\n<p>Food cost = amount X unit cost</p>\r\n<p>16.80 x 26% = 4.37</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Provide an overview of the following contemporary dietary trends and provide an example for potential impacts each of these may have on health or nutritional balance.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td width=\"202\">\r\n<p><strong>Diet </strong></p>\r\n</td>\r\n<td width=\"203\">\r\n<p><strong>Description</strong></p>\r\n</td>\r\n<td width=\"196\">\r\n<p><strong>Issues</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"202\">\r\n<p>Cabbage Soup Diet</p>\r\n</td>\r\n<td width=\"203\">\r\n<p>It involves eating only cabbage soup for a week.</p>\r\n</td>\r\n<td width=\"196\">\r\n<p>Imbalance of nutrients are there while losing weight.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"202\">\r\n<p>Lemon Detox</p>\r\n</td>\r\n<td width=\"203\">\r\n<p>For a given period no food is eaten and only a mixture of lemon juice, salt, water and possible herbal teas are consumed.</p>\r\n</td>\r\n<td width=\"196\">\r\n<p>It helps in loosing weight but the lack of nutrients affects the body.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"202\">\r\n<p>Macrobiotic Diet</p>\r\n</td>\r\n<td width=\"203\">\r\n<p>This diet has its roots in Japan and consisted of only eating brown rice and water.</p>\r\n</td>\r\n<td width=\"196\">\r\n<p>There is lack of iron, calcium and protein intake.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"202\">\r\n<p>Raw Food Diet</p>\r\n</td>\r\n<td width=\"203\">\r\n<p>75% of all food consumed is raw food, as the diet logic says that cooking destroys enzymes.</p>\r\n</td>\r\n<td width=\"196\">\r\n<p>In most circumstances it is fine to eat raw food.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"202\">\r\n<p>Stone Age Diet</p>\r\n</td>\r\n<td width=\"203\">\r\n<p>It is also referred to as Palaeolithic or Paleo diet,</p>\r\n</td>\r\n<td width=\"196\">\r\n<p>There is nutritional deficiencies when there is shortfall in carbohydrates.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>Provide 3 methods you can employ to obtain feedback on dietary menus and customer satisfaction:</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>Feedback form</li>\r\n<li>Reviews on the social media accounts</li>\r\n<li>Feedback to the manager</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>List the 2 most important aspects in terms of feedback which must be considered when evaluating the success of a menu or dish:</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>Level of acceptance</li>\r\n<li>Suggestions for the betterment.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>What is the importance of health professionals when seeking feedback on dietary menus? Whom could this include?</strong></em></li>\r\n</ol>\r\n<p>For receiving the feedback from the customer regarding the dietary menus the health professionalism is very crucial is it enable to know the exact review from the customer without any long conversations.</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<p><strong>Part A</strong></p>\r\n<ol start=\"1\">\r\n<li><em><strong>Plan, write and cost each of your menus you have selected in the list above. Each menu must include a minimum of 3-corses each. The food cost for each menu must not exceed $7.50 including all courses.</strong></em></li>\r\n</ol>\r\n<p><strong>Complete the details for each menu as outlined below.  </strong></p>\r\n<p><strong> </strong></p>\r\n<ol start=\"2\">\r\n<li><strong>1 menu type selected for main types of customer groups that have special dietary requirements must consist of a 1-week cyclic menu or meal plan consisting of 7 3-course menu with a vegetarian option for each day.</strong></li>\r\n</ol>\r\n<p><strong>The “Menu Price Balance template” for menu 6 below has these provisions. The food cost for the cyclic menu must not exceed $6.00 for any 3- course menu.</strong></p>\r\n<p><strong> </strong></p>\r\n<ol start=\"3\">\r\n<li><strong>Each menu type must provide nutritionally balanced meal options for the relevant type of dietary requirement.</strong></li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<ol start=\"4\">\r\n<li><strong>Use the attached Standard Recipe Card Template (or your own choice of format) and list the ingredients for each menu dish listed in your cycle menu including sides. Alternatively you may use the template “Banquet Analysis Sheet” and cost each menu and all its components in this document.</strong></li>\r\n</ol>\r\n<p><strong> </strong></p>\r\n<ol start=\"5\">\r\n<li><strong>The Portion size for each dish must consider that there are 3 courses a menu and portion size therefore needs to reflect this.</strong></li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><strong>Calculate each dish and show the cost per serve. Attach your yield calculations where necessary (if you use vegetables or meat, then the calculations must show the net price based on net yields). The support Tool Folder contains yield test tools to assist you in these calculations.</strong></li>\r\n</ol>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 1</strong><strong>(A LA CATRE)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"436\">\r\n<p>GLUTEN FREE</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    1. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Pappadums: served with date &amp; tamarind chutney and yoghurt mint sauce.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    2. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Biryani: Rice cooked with any choice of meat or vegetables.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    3. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Besan Roti: Gluten free bread made of chickpea flour.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Cost each dish of the menu in a Standard Recipe card (template) or use the template SRC_multiple dishes to cost all dishes in one sheet and label each tab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 2</strong><strong>(Buffet Menu)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Gluten free and dairy free</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    1. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Spinach pakora: Deep fried spinach onion and chickpea battered fritters.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    2. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Chicken Madras: Chicken curry cooked with coconut cream.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    3. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Coconut Rice: Basmati rice cooked with coconut milk and coconut flakes.</p>\r\n<p>Makki Roti: Gluten and dairy free bread made of maize flour.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Cost each dish of the menu in a Standard Recipe card (template) or use the template SRC_multiple dishes to cost all dishes in one sheet and label each tab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 3</strong><strong>(Seasonal Menu) For winter season</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Vegan and nut free</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    1. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Vegetable Samosas: Made of mashed potatoes and covered with pastry.</p>\r\n<p>Spinach Pakoras: Deep fried spinach onion and chickpea battered fritters.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    2. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Vegetable Saag: Dairy free curry cooked with seasonal vegetables and spinach gravy.</p>\r\n<p>Daal Tadka: Yellow lentils cooked with onions, tomatoes, spices and herbs.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    3. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Garlic Naan.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Cost each dish of the menu in a Standard Recipe card (template) or use the template SRC_multiple dishes to cost all dishes in one sheet and label each tab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 4</strong><strong>(Degustation Menu)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Dairy free.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    1. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Lamb Samosas: Samosas made of lamb mince served with Date &amp; Tamarind chutney.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    2. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Beef Masssaman: Beef curry cooked with coconut cream and crunchy peanut butter.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>     3. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Garlic Naan</p>\r\n<p>Kashmiri Naan: Naan cooked with dry fruits and nuts.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Cost each dish of the menu in a Standard Recipe card (template) or use the template SRC_multiple dishes to cost all dishes in one sheet and label each tab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 5</strong><strong>(Set/Table menu)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Vegetarian.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    1. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Paneer Pakora: Deep fried cottage cheese with chickpea battered fritters.</p>\r\n<p>Vegetable Pakora: Mixed vegetables battered with chickpea flour and deep fried.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    2. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Palak Paneer: Diced cottage cheese cooked with spinach gravy.</p>\r\n<p>Daal Makhni: Creamy black daal cooked with butter and spices.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\"><strong>    3. Course</strong></td>\r\n<td width=\"436\">\r\n<p>Aloo parantha: Bread made with spicy mashed potatoes.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"165\">\r\n<p> </p>\r\n</td>\r\n<td width=\"436\">\r\n<p>Cost each dish of the menu in a Standard Recipe card (template) or use the template SRC_multiple dishes to cost all dishes in one sheet and label each tab.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 6   Cyclic Menu/Meal Plan: </strong><strong>overweight</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p><strong>Dietary requirement </strong></p>\r\n</td>\r\n<td width=\"431\">\r\n<p><strong>Tuesday, Thursday and Saturday: No onion, no garlic and no tomatoes.</strong></p>\r\n<p><strong> </strong></p>\r\n<p>A plain wholemeal flour bread with a curry of bland lentil gravy cooked with some mixed vegetables and spices.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong><u>Selected 3-couse meals</u></strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 1</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Exclusions of allergies</p>\r\n<p>Low cholesterol</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>1.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Oyster cooked in salsa Verde</p>\r\n<p>($7.57 * 100 = $ 757%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>2.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>BBQ seafood</p>\r\n<p>($5.55*100 = $ 555%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>3.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Rosewater pavlovas</p>\r\n<p>($2.49*100 = $249%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Costing of each has been done on the attached excel spreadsheet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 2</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Nutritional requirements (Sodium and Potassium)</p>\r\n<p>Eating regimes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>1.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Scallops with chardonnay butter</p>\r\n<p>($9.71 * 100 = $ 971%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>2.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Roast lobster</p>\r\n<p>($7.91 * 100 = $ 791%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>3.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Death by chocolate</p>\r\n<p>($4.04 * 100 = $ 404%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Costing of each has been done on the attached excel spreadsheet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 3</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Cultural and dietary requirement (Kosher and vegetarian)</p>\r\n<p>Nutritional value: rich in iron and low-fat content.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>1.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>floral spring rolls</p>\r\n<p>($9.98 * 100 = $ 998%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>2.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>crisp skin salmon</p>\r\n<p>($11.18 * 100 = $ 1,118%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>3.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Honey panna cotta</p>\r\n<p>($4.67 * 100 = $ 467%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Costing of each has been done on the attached excel spreadsheet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 4</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Cultural and dietary requirement (Muslim and vegan)</p>\r\n<p>High energy content</p>\r\n<p>High protein content</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>1.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Wagyu tataki</p>\r\n<p>($8.98 * 100 = $ 898%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>2.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Tomahawk steak</p>\r\n<p>($11 * 100 = $ 1,100%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>3.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Fig honey sage tart</p>\r\n<p>($5.42 * 100 = $ 542%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Costing of each has been done on the attached excel spreadsheet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"601\">\r\n<p><strong>Menu 5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Vegans and vegetarian</p>\r\n<p>High fibre</p>\r\n<p>Low fat content</p>\r\n<p>Food restriction</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>1.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Pan fried prawn</p>\r\n<p>($5.95 * 100 = $ 595%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>2.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Vegetarian risotto</p>\r\n<p>($3.93 * 100 = $ 393%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>3.    </strong><strong>Course</strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Cookies &amp; cream cheesecake</p>\r\n<p>($2.29 * 100 = $ 229%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"451\">\r\n<p>Costing of each has been done on the attached excel spreadsheet.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"601\">\r\n<p><strong>Menu 6 (Cyclic Meal Plan)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"150\">\r\n<p><strong>Dietary requirement</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"451\">\r\n<p><strong>Balanced diet with vegetarian option in each day</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Course 1</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p><strong>Course 2</strong></p>\r\n</td>\r\n<td width=\"151\">\r\n<p><strong>Course 3</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Day 1</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Oyster cooked in salsa Verde</p>\r\n<p>($7.57 * 100 = $ 757%)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>BBQ seafood</p>\r\n<p>($5.55*100 = $ 555%)</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Rosewater pavlovas</p>\r\n<p>($2.49*100 = $249%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Day 2</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Wagyu tataki</p>\r\n<p>($8.98 * 100 = $ 898%)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Tomahawk steak</p>\r\n<p>($11 * 100 = $ 1,100%)</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Fig honey sage tart</p>\r\n<p>($5.42 * 100 = $ 542%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Day 3</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Scallops with chardonnay butter</p>\r\n<p>($9.71 * 100 = $ 971%)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>crisp skin salmon</p>\r\n<p>($11.18 * 100 = $ 1,118%)</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Rosewater pavlovas</p>\r\n<p>($2.49*100 = $249%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Day 4</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Pan fried prawn</p>\r\n<p>($5.95 * 100 = $ 595%)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>Vegetarian risotto</p>\r\n<p>($3.93 * 100 = $ 393%)</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Cookies &amp; cream cheesecake</p>\r\n<p>($2.29 * 100 = $ 229%)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p><strong>Day 5</strong></p>\r\n</td>\r\n<td width=\"150\">\r\n<p>floral spring rolls</p>\r\n<p>($9.98 * 100 = $ 998%)</p>\r\n</td>\r\n<td width=\"150\">\r\n<p>crisp skin salmon</p>\r\n<p>($11.18 * 100 = $ 1,118%)</p>\r\n</td>\r\n<td width=\"151\">\r\n<p>Death by chocolate</p>\r\n<p>($4.04 * 100 = $ 404%)</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Part B</strong></p>\r\n<ol>\r\n<li><em><strong>List the review methods you have used for each method and provide the feedback you have received for each menu. Provide details for the methods used to obtain feedback and details for the persons you have consulted with.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Menu 1: </strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p><strong>Method used for feedback</strong></p>\r\n<p><strong>How/Who?</strong></p>\r\n</td>\r\n<td width=\"307\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 1</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Questionnaires.</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The answers from the questionnaires indicated that most of the low-income class felt the price was still high and need to be checked.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 2</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Observations</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>Most customers like the meal on weekends and during holidays.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 3</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Interviewing</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The meal is seldom in the rural areas and common in the coastal beaches and towns.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"470\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Menu 2: </strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p><strong>Method used for feedback</strong></p>\r\n<p><strong>How/Who?</strong></p>\r\n</td>\r\n<td width=\"307\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 1</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Questionnaires</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The meal is seldom in the rural areas and common in the coastal beaches and towns.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 2</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Qualitative analysis</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The meal is of reasonable cost but needs to be packed well to allow take-away reservations.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Dish 3</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Interviews</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>Most customers like chocolate even as a fast-moving food for take away.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"307\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"582\">\r\n<tbody>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Menu 3: </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong>Method used for feedback: How/Who?</strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 1</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Observation</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>Most of the customers who try the meal for the first time always check-in for the second and even more times.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 2</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Qualitative analysis</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>Almost all customers agreed that salmon is one of the most nutritious meals.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 3</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Interviews</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>The interviews revealed that this is the one of the best meal that should not miss in a weekly diet plan.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Menu 4: </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong>Method used for feedback: How/Who?</strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 1</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Observation</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>Most of the customer prefers grilled tataki.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 2</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Interviewing</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>The majority of rural dwellers showed their desire for energy foods basing on the kind of work they do in their farms.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 3</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Sampling</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>5 samples were sampled at random time and the results indicated that the food was standard and appealing.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Menu 5: </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong>Method used for feedback: How/Who?</strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 1</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Interviews</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>Most of the aged people acknowledged that they like taking vegetables because of their nutritional value like prevention of diseases.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 2</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Quantitative analysis</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>The food is readily available in plenty.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong>Dish 3</strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p>Observations</p>\r\n</td>\r\n<td width=\"216\">\r\n<p>Ensure maximum hygiene in washing, packaging and storing of fruits and vegetables.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"84\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"282\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"216\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"601\">\r\n<tbody>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Menu 6: </strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p><strong>Method used for feedback</strong></p>\r\n<p><strong>How/Who?</strong></p>\r\n</td>\r\n<td width=\"307\">\r\n<p><strong>Feedback received – Details</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Day  1</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Interviews</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>Improve on packaging and serving.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Day  2</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Questionnaires</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>Quality meals but improvement is needed in serving and packaging.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Day  3</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Sampling</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>Random meal sample tested revealed that the meals were in recommended proportions.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Day  4</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Qualitative analysis</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The meals available were sufficient.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong>Day  5</strong></p>\r\n</td>\r\n<td width=\"163\">\r\n<p>Observation</p>\r\n</td>\r\n<td width=\"307\">\r\n<p>The food was packed and stored in a cold and dry place.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"131\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"470\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Identify which factors would suggest that changes need to be made to your menu items.</strong></em></li>\r\n</ol>\r\n<p> 1. Employ a nutritionist to sharpen clients when required on the eating regimen and dietary patterns. <br />2. Availing a wide assortment of dinners on menus so the clients can have a wide scope of nourishment to look over.</p>\r\n<strong><br /> </strong>\r\n<p><strong>Part C</strong></p>\r\n<ol>\r\n<li><em><strong>Apply the feedback you have received to the relevant menus or dishes and adjust the costing in a new template or added tab. Clearly mark these as V2 (Version 2) or “revised”.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"612\">\r\n<tbody>\r\n<tr>\r\n<td width=\"67\">\r\n<p><strong>Menu</strong></p>\r\n</td>\r\n<td width=\"186\">\r\n<p><strong>Feedback</strong></p>\r\n</td>\r\n<td width=\"360\">\r\n<p><strong>Impact on costing and planning of the dish/menu</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 1</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Check on cost</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Small packages to be introduced with cheaper price.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Most customers like the meal on weekends and during holidays.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Increase in the quantity on weekend</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The meal is seldom in the rural areas and common in the coastal beaches and towns.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>There is no impact on cost. Managing the customer and planning for few outlets in rural areas is the only alert.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 2</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The meal is seldom in the rural areas and common in the coastal beaches and towns.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>There is no impact on cost. Managing the customer and planning for few outlets in rural areas is the only alert.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The meal is of reasonable cost but needs to be packed well to allow take-away reservations.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Take away to be introduced</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Most customers like chocolate even as a fast-moving food for take away.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Take away to be introduced</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 3</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Most of the customers who try the meal for the first time always check-in for the second and even more times.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Increment in the quantity prepared</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Almost all customers agreed that salmon is one of the most nutritious meals.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Increment in the quantity prepared</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The interviews revealed that this is the one of the best meal that should not miss in a weekly diet plan.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Increment in the quantity prepared</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 4</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Most of the customer prefers grilled tataki.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>For tataki preparation, use grilling method</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The majority of rural dwellers showed their desire for energy foods basing on the kind of work they do in their farms.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>There is no impact on cost.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>5 samples were sampled at random time and the results indicated that the food was standard and appealing.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>No impact or changes.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 5</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Most of the aged people acknowledged that they like taking vegetables because of their nutritional value like prevention of diseases.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>No impact or changes.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The food is readily available in plenty.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>No direct impact.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Dish 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Ensure maximum hygiene in washing, packaging and storing of fruits and vegetables.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>High hygiene practices to be observed. .</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"612\">\r\n<p><strong>Menu 6</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Day 1</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Improve on packaging and serving.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Staff training</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Day 2</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Quality meals but improvement is needed in serving and packaging.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Staff training</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Day 3</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>Random meal sample tested revealed that the meals were in recommended proportions.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Making sure the consistency in meal proportions.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Day 4</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The meals available were sufficient.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>No direct impact.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"67\">\r\n<p>Day 5</p>\r\n</td>\r\n<td width=\"186\">\r\n<p>The food was packed and stored in a cold and dry place.</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>No direct impact.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Attach the revised changes to this project for submission.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"576\">\r\n<tbody>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong>Menu</strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p><strong>Assessment Criteria</strong></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong>Comment</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>S</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>NYS</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>S</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>NYS</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p><strong>Identify menu requirements.</strong></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The dietary requirements for each menu are identified</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Where required professional assistance is sought to clarify</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>specify menu requirements</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The assistance source is provided</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The implications of ingredient choices for each menu dish are identified where relevant (e.g. Coeliac)</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"397\">\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"660\">\r\n<p><strong>Feedback:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 1:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 3:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 4:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 5:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 6:</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p><strong>Develop menus and meal plans for special diets.</strong></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The menu contains the number of dishes/choices as per instruction relevant for the menu type</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The dishes provided use a seasonal variety where relevant</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The methods of cookery used for the dishes within one menu type provide variety and repetitions are avoided</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\" width=\"576\">\r\n<tbody>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The ingredients included for each dish are suitable for inclusion for the relevant type of dietary requirements (Fat, sugar, Gluten-free etc.)</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The methods of cookery used for each menu type are suitable for the specific dietary requirement (consider deep-frying is not suitable in a low-fat diet)</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The colours within dishes and in a menu type are appealing</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Dishes within a menu  type provide a variety of tastes</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Dishes within a menu type provide a variety of different textures</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The cyclic menus provide variety/appeal</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The cyclic menus are nutritionally balanced</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The vegetarian options of the cyclic menus are nutritionally balanced and interesting</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Main dishes or menus provide an acceptable nutritional balance according to Australian Healthy guidelines for adults</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The dishes / menu type is/are suitable for the clientele identified in section 1</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The menus are written, using correct terminology and spelling</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"660\">\r\n<p><strong>Feedback:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 1:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 3:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 4:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 5:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 6:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p><strong>Cost and document special menus and meal plans</strong></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Each commodity is listed in a standard recipe card</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The yield test values are establishes in a yield test sheet</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The correct methods are used to calculate yields and net costs</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>Each dish is costed in the standards recipe card</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The correct formulas are used for each type of calculation</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The food cost for each Menu (1-5) does not exceed $7.50</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The food cost for each cyclic Menu (6) does not exceed $6.00</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"55\">\r\n<p> </p>\r\n</td>\r\n<td width=\"397\">\r\n<p>The profitability/maximum for each dish or menu is identified</p>\r\n</td>\r\n<td width=\"113\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"47\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"28\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"46\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>All calculations are attached for reference as instructed for each menu type</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p> </p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p> </p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"530\">\r\n<p><strong>Feedback:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 1:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 3:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 4:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 5:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 6:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p><strong>Monitor special menu performance.</strong></p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>S</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>NYS</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>S</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>NYS</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>2 different feedback methods are used to evaluate menus</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback is detailed</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback sources are provided</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback sought is sufficient to evaluate each menu</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p> </p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p> </p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p> </p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"530\">\r\n<p><strong>Feedback:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 1:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 3:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 4:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 5:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 6:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p><strong>Monitor special menu performance.</strong></p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The menu /dishes is evaluated using evaluation methods as a result from feedback</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback is collated and attached</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback is interpreted correctly</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The feedback is incorporated in each menu item</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The costings are adjusted according to feedback received</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The amended menu items are attached</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The amended menu items reflect the feedback received</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td width=\"309\">\r\n<p>The amended costings are attached.</p>\r\n</td>\r\n<td width=\"91\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"40\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"25\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n<td width=\"39\">\r\n<p><strong>☐</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"46\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"6\" width=\"530\">\r\n<p><strong>Feedback:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 1:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 2:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 3:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 4:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 5:</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Menu 6:</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 38, NULL, 'Develop menus for special dietary requirements SITHKOP004', 'Get a fresh new copy of SITHKOP004 Develop menus for special dietary requirements sample work done by Professional Assignments Help.', 'Develop menus for special dietary requirements SITHKOP004', 'develop-menus-for-special-dietary-requirements-sithkop004', '2021-11-09 01:58:40', '2021-11-23 00:47:52');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(294, 'Preparing dishes using methods of cookery (SITHCCC005)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Provide 6 examples of how you would identify the required food quantities to be prepared to enable you to select ingredients and prepare your mise en place for the shift.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"627\">\r\n<p><strong>Examples</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"627\">\r\n<p>1.     Ingredients are needed before starting cooking.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"627\">\r\n<p>2.     Preparation of all the ingredients.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"627\">\r\n<p>3.     Chop ingredients that needed to be chopped. Measuring the ingredients that is needed in a certain amount.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"627\">\r\n<p>4.     Each ingredient needs to be placed in a container and place each container near the workplace.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>You have identified the food requirements for the dishes you have to prepare for service. List 3 details you must check when collecting these from storage areas or upon delivery from stores to ensure quality and freshness and prevent spoilage:</strong></em> </li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Make sure that food is clean.</li>\r\n<li>Check the temperature and humidity level.</li>\r\n<li>Checking and dock and related areas is done and maintain it tidy.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Complete the following table relating to the common methods of cookery, providing details for:</strong></em>\r\n<ul class=\"unordered-listing\">\r\n<li>The definition andprinciples</li>\r\n<li>a menu example for each method of cookery using protein or dairy as amain ingredient</li>\r\n<li>a menu example for each method of cookery using vegetables, farinaceous or fruit as a mainingredient</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Method of Cookery</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>Definition</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Menu example Meat or dairy product</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Menu              example vegetable                  or farinaceous product</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Boiling</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>Evaporation of liquid is known as boiling, the temperature at which the vapor is equal to the pressure that is exerted or the liquid by the surrounding.</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Milk</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Potatoes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Steaming</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>It is a cooking method which requires moist heat. The heat is created when water is boiled and vaporizes into steam.</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Beef</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Carrots</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Stewing</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>A combination of cooking method in which small pieces of meat is used that is immersed in liquid and is slowly simmered.</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>cremini, shiitake, and oyster</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Cauliflower</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Braising</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>A cooking method that start with searing pan which is followed by slow cooking in a liquid. </p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Bacon</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Tomatoes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Roasting</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>In this dry heat is used where hot air covers the food. </p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Turkey</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Sweet potatoes</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Grilling</p>\r\n</td>\r\n<td width=\"144\">\r\n<p><em>It involves dry heat which is applied to the surface of the food.</em></p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Turkey and fish</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Red bell peppers</p>\r\n<p>Asparagus</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Baking</p>\r\n</td>\r\n<td width=\"144\">\r\n<p><em>In this food is prepared using dry heat typically in a oven</em> </p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Cake</p>\r\n</td>\r\n<td width=\"158\">\r\n<p><a href=\"https://www.cookingclassy.com/roasted-vegetables/\">Zucchini, bell peppers, grape tomatoes, red onion</a></p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Deep-frying</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>In this food is submerged in oil.</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Shrimp</p>\r\n</td>\r\n<td width=\"158\">\r\n<p><a href=\"https://www.tarladalal.com/veg-crispy-crispy-fried-vegetables-310r\">Baby corn,spring onions</a></p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"170\">\r\n<p>Microwaving</p>\r\n</td>\r\n<td width=\"144\">\r\n<p>With the help of electro-magnetic cooking is done.</p>\r\n</td>\r\n<td width=\"155\">\r\n<p>Cake</p>\r\n</td>\r\n<td width=\"158\">\r\n<p>Broccoli</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Choose 4 methods of cookery and list the suitable equipment that is used for these(no repetitions)</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"312\">\r\n<p><strong>Method of cookery</strong></p>\r\n</td>\r\n<td width=\"314\">\r\n<p><strong>Equipment used</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">\r\n<p>1. Roasting</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Enameled-steel roasting pan </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">\r\n<p>2. Grilling</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Grilling Basket.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">\r\n<p>3. Poaching</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Stockpot </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">\r\n<p>4. Broiling</p>\r\n</td>\r\n<td width=\"314\">\r\n<p>Waterbroiler pan</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>List 5 safety aspects which must be considered for each to prevent injuries when using equipment:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Ensure that the handle of saucepan don’t stick- so that they don’t get knocked off the store.</li>\r\n<li>Avoid wearing loose clothes-they catches fire easily</li>\r\n<li>Tea towel and clothes should be kept away from cooker and hob</li>\r\n<li>When finished cooking, double check the cooker whether it is off or not</li>\r\n<li>Make sure that the tools are clean which is to be used.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ol start=\"6\">\r\n<li><em><strong>What are the cleaning requirements and considerations for equipment maintenance to ensure efficiency during service? What should you inspect when assembling equipment?</strong></em></li>\r\n</ol>\r\n<strong>Vent hood and duct cleaning</strong>\r\n<p>Removing the grease which is built on grease-laden vapours, it should be cleaned by contractor that is qualified.</p>\r\n<strong>Grease filter cleaning</strong>\r\n<p>Grease filter collects all the grease whereas grease laden vapours into the hood.</p>\r\n<strong>Automatic Extinguishing System (AES) service</strong>\r\n<p>It is also known as ANSUL system. It should be serviced by a qualified contactor.</p>\r\n<strong>Deep fat fryer inspection</strong>\r\n<p>In most commercial kitchen, it is the greatest fire hazard. It should be cleaned and must be maintained according to the recommendation of the manufacturer.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>What are the scales of doneness and temperatures which apply for meat? What are thecritical aspects that need to be considered when cooking pork and poultry products, as well as cooking times based on weight and type of meats?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"189\">\r\n<p>English term</p>\r\n</td>\r\n<td width=\"123\">\r\n<p>French term</p>\r\n</td>\r\n<td width=\"283\">\r\n<p>Internal Temperature</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"189\">\r\n<p> </p>\r\n<p>Medium rare</p>\r\n<p> </p>\r\n<p>Medium</p>\r\n<p> </p>\r\n<p>Medium well</p>\r\n<p> </p>\r\n<p>Well done </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"123\">\r\n<p> </p>\r\n<p> (à point)</p>\r\n<p> </p>\r\n<p> (demi-anglais)</p>\r\n<p> </p>\r\n<p> (cuit)</p>\r\n<p> </p>\r\n<p>(bien cuit)</p>\r\n</td>\r\n<td width=\"283\">\r\n<p> </p>\r\n<p>140 degrees F </p>\r\n<p> </p>\r\n<p>145 °F</p>\r\n<p> </p>\r\n<p>150 to 155 degrees F</p>\r\n<p> </p>\r\n<p>160 °F</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"627\">\r\n<p>Critical aspects</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"627\">\r\n<p> </p>\r\n<p>Veal, pork and poultry are generally cooked à point at a minimum. Well done veal has an internal temperature of 77°C. Well done pork and poultry have internal temperatures of 85°C. Cooking times are a good guideline for determining the degree of doneness.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>How does the location of muscle in an animal affect your choice of cookery method forthe preparation of a dish? How does this affect economic aspects in commercial cookery? </strong></em></li>\r\n</ol>\r\n<p>The choice of cooking method is affected because when strong muscle is available then more cooking time is needed like boiling. In commercial cooking because of the usage of the energy and the time needed it to be done.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>What is the meaning of cold water start and hot water start when applied to vegetables? Provide examples and reasons.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"312\">\r\n<p><strong>Cold water start</strong></p>\r\n</td>\r\n<td width=\"315\">\r\n<p><strong>Hot water start (blanching)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">\r\n<p>soften the cell walls for making more palatable and for digesting it easily.</p>\r\n<p>Root vegetables out in cold water and heating the outside layer allows the walls of the cell to reinforce and become more resistant.</p>\r\n</td>\r\n<td width=\"315\">\r\n<p>In this vegetables are immersed under pre-warmed water. Following the heat treatment, vegetable, fruits are then chilled by cold water.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Provide 5 aspects which should be applied to ensure even cooking when using a microwave oven.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>Manufacturer’s instructions need to be followed.</li>\r\n<li>Microwave safe containers should be used.</li>\r\n<li>Avoid using super heated water.</li>\r\n<li>Check leakages.</li>\r\n<li>Avoid using oven that operates when the door is open.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>What is the correct procedure for preparing and cooking pulses?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>In a large container, combine pre-soaked pulses with water and seasonings.</li>\r\n<li>As pulses get double or triple while cooking, so use large cooking containers.</li>\r\n<li>Bring water to boil and sim it until the pulses are tender.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Why is teamwork important in a commercial kitchen? Provide examples for typical communication requirements to ensure efficient preparation, cooking and service of food items:</strong></em></li>\r\n</ol>\r\n<p>Morale is build in a workplace with the help of good teamwork which helps in making the workers more productive and also improves the profit. Restaurants that have excellent term solving the problem is easier for them as people with different skills and knowledge will work together for looking for a solution.</p>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Lunch service has concluded. You have various foods in left your mise en place and your workstation needs to be cleaned for the next shift. List the processes required to store left- over foods correctly and the requirements to clean and sanitise your section to meet food safety standards.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Food Safe Storage requirements</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Cleaning and Sanitation</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Specific areas and equipment that need to be cleaned</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Always store the food above non-veg</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Loose dirt and food particles needs to be removed</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Refrigerator</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>In refrigerator, on different rack, store cooked food above uncooked food.</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Wash with detergent and hot water.</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Cold room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Cover all the foods</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Sanitizing (bacteria killing stage)</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Dry room</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>1.     High risk food should be kept at a temperature of 5 degree Celsius or above 60 degree Celsius.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Air drying.</p>\r\n</td>\r\n<td width=\"201\">\r\n<p>Microwaves</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><strong>Calculation</strong></li>\r\n</ol>\r\n<p>The recipe below yields 3 portions. Calculate the required ingredients to yield 18 portions and enter the results in the grey marked fields:</p>\r\n<p><strong>Standard Recipe Card</strong></p>\r\n<p>Name of dish: <strong>Tandoori Chicken </strong>                                     <strong>Portions:3</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"238\">\r\n<p><strong>Commodities</strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"169\">\r\n<p>3 Portions</p>\r\n</td>\r\n<td colspan=\"2\" width=\"160\">\r\n<p>18 Portions</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Item</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Specification</p>\r\n</td>\r\n<td colspan=\"2\" width=\"169\">\r\n<p>Weight kg/l/Unit</p>\r\n</td>\r\n<td colspan=\"2\" width=\"160\">\r\n<p>Weight kg/l/Unit</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Chicken</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Breast</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.240</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>kg</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>1.44</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Tandoori</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Paste</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.010</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>kg</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>0.06</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Yoghurt</p>\r\n</td>\r\n<td width=\"106\">\r\n<p> </p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.090</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>kg</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>0.54</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Mesclun</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Lettuce</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.030</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>kg</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>0.18</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>kg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Cucumber</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Telegraph</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.250</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>ea</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>1.5</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>ea</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Tomatoes</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Grape</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.500</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>pun</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>pun</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Pooris</p>\r\n</td>\r\n<td width=\"106\">\r\n<p> </p>\r\n</td>\r\n<td width=\"131\">\r\n<p>6.000</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>ea</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>36</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>ea</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Coriander</p>\r\n</td>\r\n<td width=\"106\">\r\n<p>Fresh</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.125</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>bch</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>0.75</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>bch</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Lemon</p>\r\n</td>\r\n<td width=\"106\">\r\n<p> </p>\r\n</td>\r\n<td width=\"131\">\r\n<p>0.500</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>ea</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>ea</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p>Accompaniments</p>\r\n</td>\r\n<td width=\"106\">\r\n<p> </p>\r\n</td>\r\n<td width=\"131\">\r\n<p>2.000</p>\r\n</td>\r\n<td width=\"39\">\r\n<p>ea</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>12</p>\r\n</td>\r\n<td width=\"68\">\r\n<p>ea</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"132\">\r\n<p> </p>\r\n</td>\r\n<td width=\"106\">\r\n<p> </p>\r\n</td>\r\n<td colspan=\"2\" width=\"169\">\r\n<p> </p>\r\n</td>\r\n<td width=\"92\">\r\n<p> </p>\r\n</td>\r\n<td width=\"68\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 5, 4, 2, 39, NULL, 'Preparing dishes using methods of cookery SITHCCC005', 'SITHCCC005 Preparing dishes using methods of cookery assignment sample work is available on our website. Contact us now to request an assignment submission.', 'Preparing dishes using methods of cookery SITHCCC005', 'preparing-dishes-using-methods-of-cookery-sithccc005', '2021-11-09 23:59:52', '2021-11-23 00:48:28');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(295, 'Manage the marketing process (BSBMKG603)', '<h3><br />Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Explain three common strategic marketing objectives</strong></em></li>\r\n</ol>\r\n<p>Following are the three common strategic marketing objectives:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Diversify and grow revenue streams:</strong>From the multiple source or product and services, the organization receives revenue. In different area, the objectives are set to make sure that the organization is stable and there is no risk.</li>\r\n<li><strong>Ensure financial sustainability:</strong>It is needed to make sure that an organization is financially stable, if the organization is in growth mode or there is some kind of economic uncertainty.</li>\r\n<li><strong>Maintain profitability:</strong>This shows the balance between the revenue and expenditure.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain the innovation/value matrix and its application to strategic marketing.</strong></em></li>\r\n</ol>\r\n<p>Innovation management matrix is helpful in handling of many innovative projects. This matrix is helpful for the users in identification of the project which is more likely to be solved and completed.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Explain how portfolio analysis can be applied to strategic marketing.</strong></em></li>\r\n</ol>\r\n<p>Portfolio analysis is an analytical tool which views a corporation as a basket or portfolio of products or business units to be managed for the best possible returns. This technique, which can be found in many different variations, helped to satisfy the emerging need for centralized decisions on key strategic issues in multinational corporations. Portfolio analysis provided a means of comparing numerous business activities in relation to each other, establishing priorities and deciding between winners and losers.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Explain the benefits of branding in relation to improving marketing performance.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The credibility is enhanced and there is ease of purchase. Well-known brand helps in enhancement of the credibility as well as clientage. With building of the credibility, recognition, loyalty and competitiveness is also built.</li>\r\n<li>Competitiveness edge in market. The brand of the organization, determines them in the marketplace. When the organization receives more recognition then the brand is build more.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Explain each component of the acronym SMART in relation to objectives.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Specific: Great goals are defined and focused. “Obtain two new billion dollar corporate clients in the Boston property insurance market” is more meaningful to mobilize your team than “Get more business.” Ryan Blair, The Goals Guy eloquently states, “Focus creates a powerful force: goal power. The moment you focus on a goal, your goal becomes a magnet, pulling you and your resources toward it. The more focused your energies, the more power you generate.\"</li>\r\n<li>Measurable: when there is no measureable outcome of the goal, it is just like sport competition without a scoreboard.</li>\r\n<li>Attainable: goals that are beyond reach, can also be set by the small businesses.</li>\r\n<li>Relevant: Based on the amount conditions, the business goals are achievable. The revenue can be increased by 50%.</li>\r\n<li>Time-Based: Objectives of the business cannot be done when there is no time frame set in goal setting process.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Explain why there may be some tension between long-term and short-term marketing objectives.</strong></em></li>\r\n</ol>\r\n<p>Between the long term and short term marketing objectives, there is always a conflict when there is increase in environmental volatility. With the time, the ability of risk predictable will diminish. For example: for achievement of the short-term loan, the loan which is taken right appear lucrative for time being  but the same can be appeared challenging in long term when payments are due.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Explain the balanced score-card strategy performance management tool.</strong></em></li>\r\n</ol>\r\n<p>It is a semi standard structured report which can be used by the manager for keeping the track of the activities by the staff.</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Explain the concept of product differentiation strategy.</strong></em></li>\r\n</ol>\r\n<p>The main focus of the product differentiation strategy is  made sure that the product which is offered is distinct. The main purpose of this approach is to create the demand for the product. Product differentiation is a strategy that is used by the businesses for distinguishing the product. A competitive advantage is provided by the product differentiation strategy to the small businesses.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain two common sources of differentiation within a product differentiation strategy.</strong></em></li>\r\n</ol>\r\n<p>There are several ways to achieve product differentiation.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The product can be differentiated by high lightening a feature. This option is the easiest.</li>\r\n<li>The product can be differentiated by exposing the weakness of the brand.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Explain two disadvantages of using a product differentiation strategy.</strong></em></li>\r\n</ol>\r\n<p>Differentiation strategy includes the risk that there is price differentiation between the low-cost product and the firm’s product may be too high for the customer.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Explain the concept of competitive advantage.</strong></em></li>\r\n</ol>\r\n<p>Competitive advantage is a condition where the company is put into a favourable position. For maintain a competitive advantage, expansion is vital. Access to natural resources is included, when there is competitive advantage and allows the organization to outperform its competitors. Natural resources is accessed by the competitive advantage, such as high grade ores.</p>\r\n<p> <br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Write a briefing report.</strong></em></li>\r\n</ol>\r\n<p>Assume that the Marketing Director of NatureCare Products has asked you, their assistant, to review current marketing performance with a view to ensuring that the company’s marketing efforts are directed to the areas of greatest potential.</p>\r\n<p>Review the case study information, marketing performance to date and Market Research Results to identify:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Overall businessobjectives</li>\r\n<li>Strategic MarketingObjectives</li>\r\n<li>External factors impacting on the company including:\r\n<ul class=\"unordered-listing\">\r\n<li>Current economicconditions</li>\r\n<li>Industry trends and marketchanges</li>\r\n<li>Social trends and impact on the demand for NatureCareProducts</li>\r\n<li></li>\r\n<li>Current marketing mix for NatureCare Products and assess the effectiveness ofthe marketing mix based on marketing performance data and market research and externalfactors.</li>\r\n<li>Best practice integrated marketing communications to ensure maximumbrand awareness.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p>Based on your review, develop a briefing report outlining your research and analysis as above and your recommendations on marketing activities that have the most potential for the organisation.</p>\r\n<p>As a guide, your report should be a minimum of two pages, will be written in clear and concise English to ensure that key messages are conveyed.</p>\r\n<p>Use the Briefing Report Template to guide your response.</p>\r\n<p><strong>Briefing Report Template</strong></p>\r\n<p><strong>Marketing Briefing Report</strong></p>\r\n<p>Nature Care product is based in Brisbane, Queensland Australia. Eco-friendly and high quality beauty skin product is manufactured by the company. It was established in 2011.</p>\r\n<p><strong>Overall business objectives</strong></p>\r\n<p>The company’s strategic business objectives are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The performance should be high and it should be profitable and accountable.</li>\r\n<li>For meeting the needs of the customers, high quality products should be supplied.</li>\r\n<li>Build deeper customer relationships</li>\r\n<li>For the development of the best staff, Attract and engage</li>\r\n</ul>\r\n<p><strong>Strategic Marketing Objectives</strong></p>\r\n<p>The current strategy if the company is niche marketing to the target group that is based on product positioning as high quality and eco-friendly.</p>\r\n<p><strong>External factors impacting on the company including:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Current economic conditions:</strong></li>\r\n</ul>\r\n<p>During 2017, the domestic economic conditions were improved which was supported by the low rate of interest. With the mining activities there were growth.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Industry trends and market changes: </strong></li>\r\n</ul>\r\n<p>Increasing the awareness about the danger of chemical compounds that is found in the cosmetic has rapidly grown in the industry. The luxury branding is assisted by the usage of expensive organic material. As per the latest report it is predicted that natural and latest report it is predicted that natural and organic beauty market will reach up to $22 billion sales by 2024. This report is based on its annual growth which 8-10%.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Social trends and impact on the demand for NatureCare Products: </strong></li>\r\n</ul>\r\n<p>All the components like market trends, health warnings, environment concern and many more have contributed to the growth of natural-based products.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Competition Highlight Sustainability</strong></li>\r\n</ul>\r\n<p>It is expected that global organic personal care market will reach 15.98 billion by 202, as per the research of Grand view. It is seen that 40% of women spend on natural beauty products where 59% read the labels for checking the ingredients before they buy it.</p>\r\n<p><strong>Marketing mix</strong></p>\r\n<p>Current Pricing Strategy: quality product is offered at minimum prices</p>\r\n<p>Current Promotional Strategy: it was relied on web site only previously. Now, the Facebook page have been established.</p>\r\n<p>Current Distribution Strategy: Products are offered via online shops.</p>\r\n<p><strong>Product opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>For soothing the skin during makeup removal, cleansing creams are provided. Shea butter is included in the ingredient for nourishing the skin and also plant extracts that are rich in essential oils.</li>\r\n<li>For dry to normal skin type, there are multi protection day moisturizing creams that helps in the protection of skin.</li>\r\n<li>For cleaning the dead skin cells, facial scrubs are done for promoting the growth of new healthy cells.</li>\r\n</ul>\r\n<p><strong>Promotional activities</strong></p>\r\n<p>On the Australian body plus soul web site, many successful promotional activities have been advertised. In store promotions as also there where the focus was on high quality products.</p>\r\n<p><strong>Pricing</strong></p>\r\n<p>Quality product is offered at premium price. The main aim is to make sure that price of the product is slightly higher as compared to the prices of the competitor.</p>\r\n<p><strong>Distribution</strong></p>\r\n<p>Products are offered via online shops and in store across Australia.</p>\r\n<p><strong>Marketing performance analysis</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>For achievement of the required 10%, Awareness should be increasing</li>\r\n<li>Increase in sales</li>\r\n<li>Online sales increasing.</li>\r\n<li>Spending more than budget but spend is currently potentially too low.</li>\r\n</ul>\r\n<p><strong>Recommendations for improving marketing and performance</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Developing new product range</li>\r\n<li>Maintaining the price for range to retain quality image</li>\r\n<li>Trying the Japanese market</li>\r\n</ul>\r\n<p><strong>Best practice integrated marketing communications to ensure maximum brand awareness.</strong></p>\r\n<p><strong>Ethical changes in marketing communications practices.</strong></p>\r\n<p>In marketing communication, ethics are very important to make sure that the consumer market is accurate. Communication councils have created the code of ethics for their members.</p>\r\n<p><strong>Reduced dependence on mass media advertising.</strong></p>\r\n<p>The media coverage and technology means that mass media advertising may not be the most effective approach</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Write an email to Marketing Director (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment and ask for an appointment to discuss the document.</p>\r\n<p>Attach your Briefing Report to the email.</p>\r\n<p>Your Assessor will respond with the time and place of a meeting. </p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attachment of the briefing report.</p>\r\n<p>Dear Assessor,</p>\r\n<p>This mail is written to inform that I have attached the briefing report with this email. The report includes the following contents within it.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Product</li>\r\n<li>Price</li>\r\n<li>promotion and</li>\r\n<li>distribution and also the trend of organic product in future.</li>\r\n</ul>\r\n<p>Kindly go through the report once and share your views.</p>\r\n<p>Thanks</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Participate in a meeting with Marketing Director to discuss your briefing report.</strong></em></li>\r\n</ol>\r\n<p>At the meeting you will be required to discuss the contents of your briefing report and seek agreement for the strategies and activities that you have recommended.</p>\r\n<p>During and after the presentation you will be required to demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify requiredinformation</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirmunderstanding</li>\r\n</ul>\r\n<p>At the end of the meeting, the Marketing Director (your assessor) and yourself will agree on three plans to be developed and implemented to help manage the marketing effort.</p>\r\n<p>Meeting:</p>\r\n<p>Date: 05-11-2021</p>\r\n<p>Time: 11:00AM</p>\r\n<p>Venue: Meeting Hall</p>\r\n<p>Agenda</p>\r\n<p>Me (marketing manager ) And sir (marketing director)</p>\r\n<p>Me: during online classes. , Hello sir , I want to discuss with you my briefing report about NatureCare products, n if there is further needs to change please provide me feedback. I already sent you the email . Please open it for better results.</p>\r\n<p> Sir: ok , I have opened. Please go head.</p>\r\n<p>Me: ok , I have stated the overall business objectives, strategic marketing objective. The current strategy of company is to target based on positioning the products as high quality and eco friendly . But our current price is little higher than other competitors.</p>\r\n<p>Sir: okay please go head with other parts we will discuss in the end. let we start from the introduction to our company. I have put a brief introduction of company and related information. The aim of this plan is to develop a precise marketing plan for Nature Care products, by performing which, this Australia based skin care product brand can flourish its business growth and profit margin</p>\r\n<p>Next there is background of company which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>product (when introduced, life cycle stage, sales, number of variations)</li>\r\n<li>company (when started, specialisations, growth, sales, customers, employees)</li>\r\n<li>industry (when started, size, growth, value, segments)</li>\r\n<li>specific market (type of market, growth, size, value, segments, when started).</li>\r\n<li>customers</li>\r\n<li>competitors</li>\r\n</ul>\r\n<p>Sir: Ok. This is great work. There is no need of extra work in this section. Please continue to next section.Me: thank you sir. Next part consists of SWOT and PEST analyses of our company and I have summarise the key points of both analysis.</p>\r\n<p>Sales Manager: I am looking that you have done PESTLE analysis based on market of Japan. You have done a great work. This section also seems perfect. Am I right sir? sir: Yes, I am agree with your statement.</p>\r\n<p>Me: Thanks for valuable feedback. Next section is marketing objectives of our company which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Increase the number of people who make a purchase while visiting the online store by 20%.</li>\r\n<li>Increase the number of retail outlets selling Nature Care Products by 150.</li>\r\n<li>To increase product awareness amongst the target market by 20%.</li>\r\n<li>To increase market, share to 15%.</li>\r\n<li>To expand into at least one international market.</li>\r\n<li>To identify new products and new markets.</li>\r\n<li>To attain annual growth of at least 10% over the next three years.</li>\r\n<li>To increase the retail outlets in Australia by 150</li>\r\n<li>To strengthen the customer base both at offline and online market by 20%</li>\r\n<li>To increase the diversification in product range along with market share value by 15%</li>\r\n<li>To initiate business at Japan</li>\r\n</ul>\r\n<p>Sir  Good, keep going.</p>\r\n<p>ME: Marketing Mix Strategies is the next section which includes:</p>\r\n<p>Product Strategy: Sir: and pricing?</p>\r\n<p>Me: Pricing strategy: NatureCare will be using premium price strategy.</p>\r\n<p>Slightly higher in price will make sure that the customers with quality uniqueness of our products..</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Distribution (place) Strategy</li>\r\n<li>Communication (promotional)</li>\r\n</ul>\r\n<p> Strategy we have promoted our products on Australia body plus soul website and in nature health magazine. There is also in store promotion of women. Further, there is Budget and projected profit and loss followed by Implementation time frame which includes marketing budget and anticipated returns as a result of implementing the marketing strategy and implementing each aspect of the marketing variables to achieve the objectives.</p>\r\n<p>Sir: That’s ok. Please continue.</p>\r\n<p> Me: Next section consist of Marketing performance which includes the approach to measuring performance including details of marketing metrics. This is overall report. You can give your valuable feedback regarding this.</p>\r\n<p>sir: there is lots of information provided in Marketing Mix Strategies. Please explain them in brief.</p>\r\n<p> Secondly please expand the marketing performance section and give detailed explanation. Apart from this everything is ok. Please make these change and send to me.</p>\r\n<p>The meeting to discuss promotional activities also identified that the web site for NatureCare Products was outdated and not attractive to customers.</p>\r\n<p>Management has allocated $5,000 to update the web site. Management also wishes to include an online shopping function on the web site. As the Marketing Officer, you have been asked to coordinate the development of the new web site and shopping cart for Nature Care Product.</p>\r\n<p>Me : okay I ll look forward on the following points . Will send you the revise briefing reports.</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Revise the briefing report.</strong></em></li>\r\n</ol>\r\n<p>Update your briefing report to include the plans/briefs you discussed at the meeting. Ensure that the briefing report reflects all that was discussed.</p>\r\n<p>Save this document as Revised Briefing Report.</p>\r\n<p><strong>Revised Briefing Report</strong></p>\r\n<p><strong>Marketing Briefing Report</strong></p>\r\n<p>Nature Care product is based in Brisbane, Queensland Australia. Eco-friendly and high quality beauty skin product is manufactured by the company. It was established in 2011.</p>\r\n<p><strong>Overall business objectives</strong></p>\r\n<p>The company’s strategic business objectives are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The performance should be high and it should be profitable and accountable.</li>\r\n<li>For meeting the needs of the customers, high quality products should be supplied.</li>\r\n<li>Build deeper customer relationships</li>\r\n<li>For the development of the best staff, Attract and engage</li>\r\n</ul>\r\n<p><strong>Strategic Marketing Objectives</strong></p>\r\n<p>The current strategy if the company is niche marketing to the target group that is based on product positioning as high quality and eco-friendly.</p>\r\n<p><strong>External factors impacting on the company including:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Current economic conditions:</strong></li>\r\n</ul>\r\n<p>During 2017, the domestic economic conditions were improved which was supported by the low rate of interest. With the mining activities there were growth.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Industry trends and market changes: </strong></li>\r\n</ul>\r\n<p>Increasing the awareness about the danger of chemical compounds that is found in the cosmetic has rapidly grown in the industry. The luxury branding is assisted by the usage of expensive organic material. As per the latest report it is predicted that natural and latest report it is predicted that natural and organic beauty market will reach up to $22 billion sales by 2024. This report is based on its annual growth which 8-10%.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Social trends and impact on the demand for NatureCare Products: </strong></li>\r\n</ul>\r\n<p>All the components like market trends, health warnings, environment concern and many more have contributed to the growth of natural-based products.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Competition Highlight Sustainability</strong></li>\r\n</ul>\r\n<p>It is expected that global organic personal care market will reach 15.98 billion by 202, as per the research of Grand view. It is seen that 40% of women spend on natural beauty products where 59% read the labels for checking the ingredients before they buy it.</p>\r\n<p><strong>Marketing mix</strong></p>\r\n<p>Current Pricing Strategy: quality product is offered at minimum prices</p>\r\n<p>Current Promotional Strategy: it was relied on web site only previously. Now, the Facebook page have been established.</p>\r\n<p>Current Distribution Strategy: Products are offered via online shops.</p>\r\n<p><strong>Product opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>For soothing the skin during makeup removal, cleansing creams are provided. Shea butter is included in the ingredient for nourishing the skin and also plant extracts that are rich in essential oils.</li>\r\n<li>For dry to normal skin type, there are multi protection day moisturizing creams that helps in the protection of skin.</li>\r\n<li>For cleaning the dead skin cells, facial scrubs are done for promoting the growth of new healthy cells.</li>\r\n</ul>\r\n<p><strong>Promotional activities</strong></p>\r\n<p>On the Australian body plus soul web site, many successful promotional activities have been advertised. In store promotions as also there where the focus was on high quality products.</p>\r\n<p><strong>Pricing</strong></p>\r\n<p>Quality product is offered at premium price. The main aim is to make sure that price of the product is slightly higher as compared to the prices of the competitor.</p>\r\n<p><strong>Distribution</strong></p>\r\n<p>Products are offered via online shops and in store across Australia.</p>\r\n<p><strong>Marketing performance analysis</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>For achievement of the required 10%, Awareness should be increasing</li>\r\n<li>Increase in sales</li>\r\n<li>Online sales increasing.</li>\r\n<li>Spending more than budget but spend is currently potentially too low.</li>\r\n</ul>\r\n<p><strong>Recommendations for improving marketing and performance</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Developing new product range</li>\r\n<li>Maintaining the price for range to retain quality image</li>\r\n<li>Trying the Japanese market</li>\r\n</ul>\r\n<p><strong>Best practice integrated marketing communications to ensure maximum brand awareness.</strong></p>\r\n<p><strong>Ethical changes in marketing communications practices.</strong></p>\r\n<p>In marketing communication, ethics are very important to make sure that the consumer market is accurate. Communication councils have created the code of ethics for their members.</p>\r\n<p><strong>Reduced dependence on mass media advertising.</strong></p>\r\n<p>The media coverage and technology means that mass media advertising may not be the most effective approach</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop the plans discussed during the meeting.</strong></em></li>\r\n</ol>\r\n<p>Use your briefing report and the templates provided to develop these.</p>\r\n<p><strong>NatureCare Products Marketing plan</strong></p>\r\n<p><strong>NatureCare Products</strong></p>\r\n<p>Develop a marketing plan by choosing one recommendation</p>\r\n<p><strong>NatureCare Products Marketing plan</strong></p>\r\n<p>Your recommendation (For example, “develop product range”)</p>\r\n<p><strong>Introduction </strong></p>\r\n<p>For identifying potential sponsorship, event marketing proposal has been established. Major aspect of marketing communication are sponsorship and event marketing for many Australian companies. It also helps in improving the image of the company and credibility by supporting the events.</p>\r\n<p><strong>Opportunities for NatureCare Products</strong></p>\r\n<p><strong>Australian Sources</strong></p>\r\n<p>We believe in sourcing as many ingredients as possible from our own backyard, including places like the Queensland Rainforests and the Eastern Coastline. Many of these ingredients are grown in their natural habitat, and are wild harvested with our use any chemicals.</p>\r\n<p><strong>Target group</strong></p>\r\n<p>It is suitable for all skin types, i.e. from sensitive to teenage to problematic to mature skin.</p>\r\n<p><strong>Legal, cultural and ethical issues </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>No Animal Testing</li>\r\n<li>Private Label Skin Care is 100% Animal Cruelty Free.</li>\r\n<li>100% Vegan</li>\r\n<li>Our products are 100% Vegan, with no animal. </li>\r\n</ul>\r\n<p><strong>Our product use:<br /><br /><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAl0AAABiCAIAAADlU/EtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAFAiSURBVHhe7d2HW1RX/jDw9z/+bUnPZvtmeza7KbvZbGKhKVVEmqj0DlKliyAdC2JBsWTfz51jJrOIgjIM7d6Hx2ecuffcc77n29v5f/+NrxgCMQRiCMQQiCEQQ+B7CPy/GBQxBGIIxBCIIRBDIIZAEgKxXIyRIYZADIEYAjEEYgj8AIG9l4sPHj2aWlq+PDnZOjrWNXF1Yn5hZHZu/tbteJdiCMQQiCEQQyCGQOYhsJdycXHlTmlbx6fnKn6dX/hRzulPyyq+rrn4ZWX1Oyey38/K65y4mnlwxG+MIRBDIIZADIEjDoG9kYtPnj2t6ev/KCfvk7Jzld09F/r6z3Vdvtg3UHm5p7i1vepy71c1F3+Wc+ra0vIR3554+TEEYgjEEIghkGEI7IFc5Dg9Xlv/1vGsvMbm003N/6o6f7qp9WxHV0X35abhkaah4ZK2jtG5+ZaR0WMX6x49fpJhiMSviyEQQyCGQAyBowyBTMvFOw8efFpW/rvCMw1XhnPqG/MamhmFT589u/fwUXFb+8X+AZ9v3r1b0Nw6Or/AcKzu6TvK2xOvPYbAQYHA2qNHHePj1NmllTsHZc7xPGMIbAqBjMrF+w8fEYp/KS0bvD5T1NIq0SY5J27Vb2ouEoQ1vf2+vLF6l8iUhvPvmgtj8/Px5sUQiCGwnyHACXTsYi2vT8f4xDcXLsmk28+zjecWQ+DVEMicXGQISqv5uLB4eHa2oKW1oLmNvSim+OTZs2ffPfuioprvdGRu7j81F8OMl1dXiUaG45dVVXfX1uKNjCEQQ2DfQuBC/8DJ2vowvbKOLvGRfTvVeGIxBLaEQObkYuPQ8M9y8ronrmbVNbAU5Z3+tbT8k9JzJN/k4hK5uLa+XtTaVt7V/fDxY5k412/cvLa4fLqxmR0p9LjlSuIbYgjEENgTCDx5+uzf5y8MTF/39s7xiX9XXThRW08P3pPJxC+NIbBzCGRILpJ5fyouJd4KW9qahkaW76z+rrB4/vbte2sP/1p67q9nz8lERV3/rK6pHRzMa2j6qurCl5VVgpEdY+Ol7Z3fXri0+uDBzlcbjxBDIIZA2iGwfOfulxXVt+7eM3Jt/8AvTuUfv1gby8W0wzkeMGMQyJBcbB8b/3tZBWeLXFNru7q49JeSsw/W131uHh55Ny+/79qUmOIHOXnvZ+e1jY1NL9/4Q+GZpTt3hmdmz7Z38rhOLccRi4xhRfyiGAKvAQGpc+Si7AHPtI2OfZh3WjQklouvAcH41n0GgUzIxe++++7bi5eKWtsLW1rnb6+AwOra2mflldynPlMzf5F3mvxrGR37yfEsuTb3Hj789ekCKqdfycvqnl6pqsOzc/sMdPF0DjYEHj15MnvrFuQ82MvYB7OfWFj8/Fzl/YcPzaV38tpn5yr/VVUtq3wfTC2eQgyBN4FAJuQiF+inZ8tknPKIPvueDdErvyivvH7jBsb09fma6t6+zyuqzrR13Lp37x8VFX85U8qJakE4V/XlXg+2jY6/yfriZ2II/C8E6GG8+r7rGr+KfcNH/vzpGzdiOL0xBMbm5lUhrz+JSo0vX50Ua/TfoPUe2QuOBYDE16YQkMAsdVm1OokAVeSU7CtAZUIuzt2+Ja1GzX7l5V6LX3u8XjswiHjezs778bETXC5/LTn7flbOB9m5WbX1vzydTyhSNsnLoMs3XhkWxlfauK8AF0/mIEIARmkWcaa988GjdS59OV98gJ9XVNRfGTqIy9kncx6bW+BHfZRgbfWDV7Lq6mWeTywu7pPpZXgaxOGF3n6oBcFCLlJ8vQiB0w3NH+Wekm5S09snxPYwoarunysTcpE68PX5C03Dw91XJxHPV9U1vysokZVa1NKW19T8YVbeT09k86D+39ff/vjYybezT/02v1CizT/KK4jM2Zu3JKZ+mJ0bApPxlV4I3Lx3j4LPWX1EKmEsUznBybqGc13dPZPXzvf2Fbd2lHV2wcz0AvZIjaZaEWsT/rDqnLrGktb2yF48kiWM3F2K0ODVrXv3527dhmyI60ghwzYXK16W29BUdbmHIJBceWN1dV+Z1+mUi+Pz85vqR1Ryck7pBUQBjj8Ulty+dz+Ab2R29henCn96MucnJ7LfPp5NzxJovHJ9xjju/PZinRphSTo/+uZ4TkPjNiEe37YdCKw+WNOZltWuFruktePEpdqQN3G4L9lbwtWaKP2ttAwdMmuwsI6xif6pWK9/853niP7b2XIigXsHOvEMfXauIqSnHqlr4faKorK2sR8iPpNLS0jsiCid29/rppGRc53d53v66A3kQv/UND6vYD2MIO7WOX515f79EO/Y9ErG47b/0te6M21y8fa9e38oOvPuyZwXRePsrdvQhfMKqahiFNRZf/xk5f4DrtEPsvPey879a0nZX0pK2ZSfl1eMzz93v8hnk4b6z6rq0o6unx7PUtr4WguLb34FBChovy8q4T/ExdSSUkT+eqbsKLTvYhxf6h8cnL5OUUVaOvQurKxc6h+ID2/ZCb04GId35/6j53pVz+SUEsadDHgQn+UJy29q6X3BOizvvnw+0cMrvpIQGJieLmlrz2ts+nNxKYnIYTO5uJjMgBu8fl0Ve//0lHSTC30DPdeueTBkx+n9Mn3jpsAkgbqrrtf0yEUda0g+Dd70r9HRZu7WrVQkkH3KHFGVuHRnVVyHtBNB/OWp00oyeFBr+wf1hPvP+RqCkLP0p8dO/quqJreuEcgk5ggu8rv+8lS+PJ0YsdICgUsDgx9k5eS3tMpmOtPe8Sv2+ons3PqmJ0+fpmX8/TxIw5UhDTxJRFzMvyFnEhFqQLifp71v54ZboW4Vyb/Ky2cmto6O1g1e4VP9U1Gp+iueagb6ESnY6Juahkgv7hT45DY0Yn37dhP3amJwA6p8UV4tWJY6h4mFhegMiaFh/c5+m1/cd23ar4wo2ScSTZAqS+nSwMCumozpkYuk+ntZ2R9l53FSiS6IqaZmv2vzRpNSpBEaovJf0QgoVvnNLZ+XVz1+8oSXla3pp8dPn/61tKyss7tleLR9bGzm5s0Tl+rIRbX/IT01vnYCARxK8OO3BUXto+OcqPyH6kp/cuzEZxWVt+8/92zvZPz9/6xaWI76DfOUdAM59//k9+EMVWiwFPMaG3mDCEJk6w9pO1p8cHqGFU7TJSn34czTPiXM+kVjMbyFfcNbmPY3HoIB+69NDV3/H3pkYknPVLn328Ki3xYUsguD/BNW+2VegZN6vzl/4WRt1DFtV5efBrnIh/7eiZyf5+X/PDf/07Jz+A4t4Pbd/+GzVd09jGXaevJIRQr7H4pKW0dGLc+JxD89dmJqOcqV50qlZvog3CX8c7qp5W9ny+oGjgRp7epOU0ckCrLpqa48+/QPsH3rZLZMwiPSS4jj5dilOo7TDXAempmhou0q8A/r4BICtAsPngbqv2x7raykpFJw/fvtxVqZ53TiXVXt9wNsNXlmyozPL2w6GZmD/DEMgP0w1d2eA+U76VHf8l3q9ByslHobb6rHVf7gVM6QEGVM/grC4tacExxdFPotB9/JDTuVi4qj1R2+fTzr5zmnGYvy0NiCeC5TL3VaVxcXxZ/9G06S8pPu4TylT589Fdaickp/yKlroLnzryIwvJtw5eUTAfJhX6Uq7QTce/VsOO4AnIWBzYEvUYWMOhmice3R/sqQ3j0QdU1MJJl46lukRUTIuXBE6wp2AnDmoHxCWCST7p8V1XxcFV2Xf/yf41RbqeZZdY10fNLx6WF30T/97plQEf6WBKYGJnn1zYt3oiO3FGELHj09Gh0kpF+Ji8kjkbUgIeu755HBzbHM8bpSHFKFX7hPlklqwTr+r5yBmEwyK0JECitJsUs6/U7lovDpW1EZ4kkC/M6DNTIyOhzqfM2LSwUsJiP5J0pv5dR2rcObh0aIvdz6KNd0YGraKVTIDFH5kqZZ0d3zk2Mng/kYX28MAZj6RWUVj/TaelRhJp/eZ8Y9b+rR6fbiaDNIxe+3KRgh7T/OVca++tfCMdlzVHjpcj/LOTUyNy8UJORBUv6xqLRhcLi4tb11dJwfiEPCkTmvNfK+vZlBTPhtGjHlSe6b+qEkg/f4w8IzfMvWQjw4IKF7YvLVQmLfrvq1JkbLZAI6HLB+cEjOkXYuBGTohbTpBVBu2PATz+Lk4jKXIbySOS/LRM5quAc3Q63SWUkKbdE2mJuvNdVX3Lwjuci8Y3a8dTyrNFFc6FRSJqAEGS3cXuxfQLCLI/IXV/X0zNyIrMmJ+YWs2kb0k6wQuLcWFQ9wxjKWS9o73svKbRwaOTq8+3U3FZAXV1YUSDWPjHZdnfT5xREimjxbVtjcGniTvC+pp7p2vehOfN23H5T72co8GV9VnU+Slplz41PjCEJkHPr0igCJix96j18ad2159S4bkVPnw5zcusEhMSEELjnivZPZOJfCdgXK8gakHXKrpvG9ezhU7eCVd7JyNrTykb2l0gkfoxMkmZUkiT8Un2E2ma1uzxL1Py4o2pBgsocL2b1Xg4Csb1UJ1O67Dx+qQXCGEq7u303dfsrwSNDU+eBU0sXpH3wPCv8xtwA37mg5g+WJL0VziRLS8RUSdydrfHO5yAX8fnbuWyeyfvSfY7znJ2pr34/2vsQieaVC84sNV2QjllczE9EMSAlTiykKSLAgtT/FvI5djAQny/rTc+V0AdWNO1nboXmWfor2rszMCOfk1Tc5q1mti0DsxwXFb0WdEPLePVWg9/q7J7Kz6xudYZlcOExSAOOskvBNg6O+ck/Jfj40fOrVWwxuUh6+qKgCtDv3n+dtobFzXZdlckly/riwxL9a2Mt8G52bw9qot0fD3ZUG4kC8KB0ha7vBFfTr/CLHLv6jvAoeoujs2vpPSsukSIjdHo6UVLn0fz9Xoftr8f/WjM3cvPWPcxWCFD/PK/AZZNFXJCbbO4Jc1HGQfhAZ0CO7my2Shk1NxxB8yLJJ5V7x+QVlXSUiSlQ3fP1/42t+opjSIVJLFWmrpR0dUeOk2nqqhg4JvPTKq2AaGXGhr0+6SWlb5+Wr19Ix2c3HeEO5KH0RfnxVVcOFwj1ly+09t6fIok4iIgovM/KU9ovxyCmyyDNtnYIQhL/HURSfjGxJKudv8os1GQ+RsKN8MXR6J6cKWtpAVZ+8t7Jy3ztdSATqDaSaRSCWIag8hj4O5mDIC/1//znG85zX1EQ1E+L1II8EGIYaGKrG5cmj0tiFki7PiMeY6hqwUXoIp81v8gt4ON49mUvJ+PRsOd8GhAScj4uKeWYw+rqBwaOMddtfuzQToBNc/EVe/uXJa/pyyB7ACh2bA966fAhjizjmHZaOHBj9j77+ll8BUimBTQIKcUXpEfWN75zIDm25sEdsjTWjNNZ/aweuUPfzNqtu3D60D9adgl9DM7M3794jICkHOh6YvxOTxAhF3HjgU5dD2iVDs0RgdkOTTmewCD3eXL0L7ImnJlT0qQXyuCoOX+4qQN5ELjooMetS/TfnL/4jyiM9ebGvP9SBkXMkZVZ95Bp9xaSxbOtUocHuwcEhEOmIv39ythyBHbtUy8rZ1TUfiMGFlD8pLU+0kD0peUHgNtE2qZebms99/tbtu2sPZcGlrgXf1/+aq+Gr6mobwSQSrHYD210Q6I/FZ44OYFUI/LOyhmNf2ncAEWcp9fNH355QZMZRr/ach+c3+YUsRWTp1M8/lpwRITtxsZZvcLez3Q4EBm45SRYAYXDl+nV8HyrqpfdigxK6clXPIakNJeTEIPjxuMponLoJJv2i0imiwGphye/yi5Abx1hpR6ck/KCV0hWgGVi9rIGLw5zdk8TVLSG//2948uwpTqX0EDRACVOKjt1dXX34eF15WFlHF5GZXIVUzWT7a9Lk/YJisFIKP76wgBI9qA8A+IzOzolEyqXH/XYbAm8iF81YGJmi/U7OKdxE7jvbkXdU8xrrYT5uR5jTC1Q9sg5p6FoeyDvl7osPkwr7fef+/d8XlnxUchZgAZPh+FpBVtklfNqhZEqRbDjf4OjY3wKu1KyFRHpXuEQsOPrgajjI87eFxVBOHSes45NxCBr/GNNHl5YPck7x6vg17vi8JeuBYNyDWL/sEs3P9O4SVsS5hN8mF5ZYk2BIfog2bTnU/r8BAZJt2DcUYu6IAbGPg9gL1427d4U23j9dRHm9tryMm53t6HQbuuNi9VOyRC11sZJKCNq3T2SJPu5SqGyvYAtiahMv9g8yFoXtlWQwHIk3cOBLYEwnxQT+VtTaKiFcKQvHoVN4Ka8sTt4dQUpeh+bhUek2vdeu8fFkpl3la8tFBu+fz5RyC+j3/U6inTefCZwQtdIf3ff/qbnwmuGE+AC8/0FdauPJS3UfFp35sqIK2bwuWku8/F1hMfzzIMakhR6/K6fi645zQO/HkZmDGxIcVChS3oXx/1V9QWdBAOHyUlmkQRcuJkwrQkbP+31Bya9OF9HV8Du9CSWCH1AgZGbaMI3YU54o/IGdRV7o6hpqMSWDf0IOgX8pdiuHoiMH8fb3snK12tw2oqcEngTmDV2Fff+3sooff3OMBNXeRLMICYYgo//zix4I3h0F7HCVD4NRwW2mNWZmNi6Tb5E+QhyyHUNPbCYj1qQqn/IqjyTZVL1zfPyz8grKqwrFX+UV0Cr4FHuuTjYODblncWVV3mn76NjjJxlK4Ho9uSjRH9Ijhg9zTkv9oOmwRQKUpTYow2dHdo1PZBLuh+9dalfeyc2HJW8gFLm2fn2qIPTMIxRlQPBpC/fm1DUdPkC9uCIueixGxD71J0poRVc3VwyB92V1zVvHs3+ed5pLWUxIo0GM+y8lZYwA5IdJyVn9+7lKialwm5Z6FID2xmtkBGBzEp65DVne2J94ytKdO+Gzn3wfcn0P+vVw/fF/amp+daqACm9pvBGko1QJsj/VH2iZN1dXscd38vLpWPCtuK3jx8dPSp7cAAFP+TWnoQmOceaTsryFEusOOqBeNn8nrtA1KQewAgw5QvkY+NipDvI076095G7lsNGTkpaAJKW/8T24hycWYXLDvqxnwi5B7PXk4rnOLm3Dfp576p2TOfBjfG5Brgfy0PzJB5r4l5XnN8RUd2neh3VYWpUg628Lz4hRb7lG+DQwdV0smghUlQiN2EDBbYUlqVDkyQmfmfJspi0HPOg3iNNIg9zgrkBRevOerKtXXibV7WdZeZJ4C1rb/1hcorkE+ffHM2edp8HzQV0Fw3flN2Xl8H84EPugAyRj8xe7DbV6LqoYUzJjr87Ai8QFf19QzBDExLkBP8o5JTHQeylhL/rbJd34XpYcV42MfTlxG2YoRRPuyViUVJLfLNOw1g289/JKMrCWvXoFqqSMto2Nqe5TaMD+FuIR2uenoV5IEuQvfevbE28dyypobuu/Nq0DqkBbw+CQp/qnpsDHCOz1zBQZv4ZcpNRIxVahKB2Ioj1786YpOl8GZ/m8opLGLUNy7CWdkPZqMw7ce8VuZZxumRIpEVwWAGNdNiC/BNqjpdKz9Ju3ZLnBCK+6ty8sX3RNHEi5wmv6tw8Y8Cj1VE5FsanzppzSG043t/wiN58xTUnnqIk0+pzTNDkRMrBiXot2SKk4ean+TyVnVc3qq/7WiRyHaceNlraDBCJJnKjJOCLPoTzq7Tx4gO4539NLuZRNw0eqGFGgUd7Wl1Xn9SR7cRWsRqbPt5fq8HrVLPcePqKxJTuzSGclDOhqn1dUU8IUb6hVgGxHoboRrMCtf3q68coQi5BWwTRMZDU3O6BYCew7J7LQIzgDrIxWoUdt4USs8xpbROvYXZuGadOOSNuVi8KesvUkuDvvCX/5Y3EpoShqhd2IZmkYzzqRkpv2+R2pASX1iWHIQYUQLy6cKSmpgfZE+eCyRpMULrfJhePTFu6VaUIEcmi/n6XO+gdf4t0HaxDu/axs6TyHGJ4g81XVhdDTJ3nx2Ih5UxcocNJtyDzUSC5+VVnNDwZ1GTpYGMpkVkb1MCez6wYHcb33ThXqbqiD1yGGWLqWRkvjWkwiLY5/+OQiz6c21sfqGrqvXpVyrzMGC4bPTGx1Q1p4AqrfsYE0s3TIhmRyWikXBW+EH0Qcf/LtCSkkkng1xPm4qIRVBP02OP/TtTX7dhzhVecPStdiggs00kp/dboAm0KDNT192FfIEyQUCU6pziqzRbLZkUQpYbnb69quXGT8Sp91IBFDRMY/Gcn8Vwngvxg0prPlvjpVQ3c78hV/37Tqf7eXuv/HBxbmuL56wzMbq3NgA1LMrq/nwGHTwKRkCFpkW5iaviKL8quai07v2nBkhK35IL9Y+/UXmxDtf5hsf4aiF/pObbgfZMhCbSr5RSmbHB5k4S8T5PfV+Qsii+r9QYaGh62zIIXP5cIpQNLOn6dL4tyLEzgKB3JtH+zuhFcM8aml57ldYm/hbKBDdsnS+llR6V/Plg3NzikFloevil9Lk02dCjq2CIVQwmgM35y/xGbwCNeFbl86YjMftTt4J/fUp6Xn4Ce/6+H25WxKRBw8vmclY3e64fy+8MzvC4tBVcZ48n6KKQOdxFEQiGZ5JekQ2ujsNmptVy7KtVWv8+eSs0S6fCFT/FPCNcf+JfBJu5dNlNXMBaFOQEqOXOQPsvIw7j+VnCH82cuh8DG+khDgcH/rZA6xl6o6oCJCURELryDldNOKC62ZxXffzy/WwIULQugxjNk1MfmznLyPi89saF51+GAOaBvqfNgxfyou5bai12uMIMNNWo3UU7o8/zN8VhWqcQZTm8NDkwSyU4fPd45nq/2H4eLok0s/kGikvT58xEogX9VgBQBS/FXcHvH6IvouhhX6HgefajLP8DChGZKkML2fX8Tn+VHeaV3u+PT4G17Uk9AppkcuMi75HqScdI5N6AIN8chRcWsWJE8bYSnCrV6W6+IwASp1LfIelDDACh/80VNDbryqDB0EF27fVmmN6fmGM0xk2pep3bio+KCNTqXOUVh/m18kWSkDsNquXAxTYcDKNxPCsQY4wS3+iro6zitapJVENbC19YJhlCN+QsoRnf2fldV4kBZcECXZoysDC97nrxCNePvYyc/KK51p15tomC6dEupsCJttugrZAbi2XrXKZrF4glAmqhxxHXDCUIf44kyWBrkhg5cy98eiMw7KZoV/cDJHmTC5KKLz55Iyvj40KUxOY0N1Ggk5K5s+QW8lMg0lL84jsD0VaELs2uJA2n9X1fheIUfkL6mshuGvUA0PMdiTbIEWH04jxxAcjJPaivYwLZ8AozOxBwiz6NT0oWF+mhcXmKjB6KG/cs6jR2jDJyGxSxjbietY/0+/PQ5E2kFrVrVp0OTQAE0tNbEXtXZr7+RdB7fQu9+/5Fx5Zzf1gupAY6AiFLUobmlL1TOQlYbsAkbKH1Exn2pmwPV6cnGbu/X4qfNv294/mct2Ca0NtP/W1EanNyw+p6GRp0WjTg5YCoKiVx9e1glim288NLcJ0Su0IN6oHVwKGDQAKjzf5gIZNPCGrxVbV5CAa+tXKQNTyHqbIxzQ21AO+tkweZ4MOWL+lu/cwcXez8qTMfHLU4XKroUA+LUSh2ADby1WxSJHuuweIjOnrlH2E6V+A1oStFGNY35hOONF9jkZKVWKx/UoRyIdbMlbmHR/MaEOq1y06U6K0CCCnIMGfyop27TlKc8qpk/dl2uj+EfPy48Li1ClD0wF543IVZxeXpYjfcgSd1/kHvzD8m/ZyuwiWUigF+5RehE1/u7q5iNVQ0x14GMQuJXVnLS1PEhAjMxGj7DBHEiSMe6Ufrko9UOu/I+/ORGaJX6a6LT7t7Iy5WKoBdcmFN/OPsXpx6+FPUERAIrOJ3uWoZrNjAH3zV4EPpiv6hd6E/5LmfhtfiGrWvBZrdimUGJT0kwppH8uKXW4gSA/oq3q6eP5oa7i/uuZqod9syXv/CmA0pU4dRxBL5afcmAee2afEIB2z3CSDMttaHb+EQ+q8I/8t9C8CQbSRQhFrpv/nK95+2QuUzIcQoLNIWmavqCRio6kCHT4KJ/Hh6cKPHuUg47QDNfTeB2swIEap1p053u6f0bYcE4WdKKzatCoznjTU/B0GJdRubq2hopz65qUsbEUoR8UFcD2IPOat3k7fcH2DxDebCZwg+rJTOQ35llRphkiqfDE8gVc6Q2KMXwjPyARmX6eyczdqvozeJjRMqe0SKSzCDVKFVfygftH20teCu7ZN5vbK55Kv1ykAkjkE+zR7eIPhSW/yC/Aem7f/yEAyb/3Ua7DhyMvs854uo04/IgTObRoiS/aA8GWWsfKh8BwdFaJcihoJKYbekYo52Di0EJIvo9y8rD+ELV1g17+MNIf6/Mo1OHJ7tuAPwIYisN4uoBFxinvBcASb1SxyFjML6JkcIJx4Pw6v1CKILOPl4ZuwbVFqf84v1jz4oCNdFi5iKiRhidY4o+yInCrUbB6rHPdlw9ZB6/XpUGc7lhtbeBo+B0nc2pb7dcdbZ/cf335BrVJkjNliNSn+sg9XE85MAsf/1neKYz+xQmv3LuPBgO/ZgkUtrYBiMOCOMaiUoTsXBZSxlq37C08FSbqg42DOU9KnFV1GXOIih86ibukYYItR2vH2LgUGz/5koxAiZoAyJgjOxEmjVYdhPRDKb6yuihe/myQeg91n55V2oiivY52u3PvY5rlorM/8HQJkBSEL6uqpNWQ5/Tx1MQEngeASB5xwGus0YPFEKIhdH/EL0yW/5nbfQMc1AtDmuK2dq22fpdfzMuH4/tMLpIKcCKcHYgCf3Ii2x/XBPJjPkp9OvQg1TuDopC6TCFwwg/zilysbR2IR30t7z1aIjJFieR/vZeVjevx7bMsYeng9MzZ9s6E5tHy+6ISAjIMqCsHYtawgjOWdMQl6fvcsPRfNqU0YIfgHHoIv3qBVJDQ6oxpxf1zCJpISMvidY9KXRN5WNjUX86UCZWlVmVYshKpF7PrVQcVNLUmv2dTJg7RLdKA8O2cU5CQb5/GdhSqYyXRbJBSpJ1WutyEdPpwIjGNCiQxN9o/WEUxxbZOgjPhBOpVlsaJuin6UcIoH2QHwSkbzhmrymYERG7u+CymdMpF3gOyTdIpY1GlY6gxdwmommvgzlRLZDM49fyUFuqYrhDCOX7ChlDXEecvYfl29+d5+S+zQkg/FAXhkolbKJAlhPtzLABpfksLTu2oMz5DeXFHAaSKwAqaWlJXilp+9M0xzQ34JL6srNKGnzzjwppYXBTz/9E3x4XBaBWRpdg/AHQwFvPi7eDniE4TPF0ApGFA6gXRaFNYDLys8lQ1shBRk5JNP+VKFTKH2Ez8o6CCbIpO/IThrEFwiDyEKYeAHlD0Q0fUdy06LQe2/KHwDBzA2Ura2pP1c5SAf1ZXU602rFHJSvRlykmerEYhf+P8rqCEiIVFHBX+NnhoDyis3mDa7CIBab5lmMMc0mFDzaIQrAxBZqVDWpiJDMQN5Sv4HgMgOH6QPHvAgzw9tFUmJmsSSIOs3eGVTrlIE1fdb53vnsj6y5lzoViVbg4E5Dn0MtdE54JICnIZ491Kef5Sek7ygtC9n2TVx7mpAUo/+uZEy8tPMX2w/iik/7muTM/QlWgbCC/AVvyD7Siy+Iei4p27FHaIYZl5XI832mIqFVERpB2JAzEKCbm7D9dQEQ8/SYaDyzXl0oGiNDY2gWYIBCfp6F+JYDqM8z+ryw6TJ/AU7GKLj548vra0xL50sjG+yV7USdXjMg8puVxkjg5NC1lmBmhpfAt9AugMyNMIFTnN0jj4Xg2lPFFEkDvd+dUfnTr9429PCJ3CGdEK+c9hVmiNduUIpNRJkoK6QyS/wc1lz7mNxz7yFjY2Zdc3gZLTUgWtM1ClvlcA3M57NZwq77xM9RRcRICoEswJDoH8CJ2ePGE4MrEc8Nk6Mipbh/hkR9J6kac0w2RcX7hRxkBodbLzK51ykbQPbj15VjabVk694mjCmxwyyU/FUuaPgjQEvoCin+jyoShYfgRzUxudoxCL3nLbaJGJdmXnnn5/fGDqI7j/idra3xSW8EWAm86NWigBtcg25JAgjjuzgX6ec+pQlpFtCj0qJ3HlTMrkr8gJCxOCpUKKC9IulQy9czKbc5Us5BNTTw1WHDU80kPXZ2ipUsOYBc7RZVmSdkmSo2SICKBMCfrKHJMtMZGoXFaELe2Q7U4vPN3Swh7dcn8P3w3kYmWiqYJaRuQcjq0/BJd8N+3flCGeuFSv1QPEgGZvncx1DBxRB2HYhbwyBGdq9gevYLJbLAnKA0EKYomQkHnAxPnRtye5LtijaoTUv77WKXIHF6qWqbsLhg8m0mooE3K1JJ3KNeEp/DArV5EGIYKVidqyDaRK0GVBUpYNaZI4dHajQ9VoNF0bgZbT2Do1nXIxJPVJNE06oGwhFx/ZbtkaFnyYnYfXR3nw9Y2pCcqScRk6hP+fS85Q/A/uxqdx5vQDnj3+geSYkk4VBig5YAJGJ7qdq2RTqkl3trMkN5RJq4J5jCEsnq8Gezoi9AZENAlIxfeSAq6ndC+HFTjCTTn274tLyMWuq1dJQZ5PsY3Qa0KFPvL7dUEJziXhDX4yBIlSZUWpu8n6lHpDENJJAZ+3B0lzdKNbjNLIR7lOA6CoaGJmPug1SHgkTe00UsSeDIUM0RHR6I9NI7OUskUZYvZR7in6lCFr/yg33/coNEwSVtCifNCyn04mByeEEv2rYuGd7FOcsVi/AzocAsonT1KG5IBDdlEWdeMCQ71zm0dGZQCgNX4F9IUAqRTkmT/8SkmVymAkiXFx3sih40RFj6mJTgE4eJoyZW5IVqPGCMGPKlSXXo90OuWiBAQHbpCOqZmB9hs4BGOYkk7h+OmxLAp70/BolF+b0O4dN6iNHItHbIa3SrLfIUOON14O7MFwdQgM2IC6tMLRvEaNPxnw1ols4QqHo757PMsHbJ11uP44aq0EVyTmHLVeQjRKci41dattdPwn3xzHsEQy4KTTAdHSNxcuEmzS6H+Tr9NbHv8nTeKdrLwvK6oli8m4QWD/Pn8xaRQiQvzOg5QPws+zUieiJhVl5ZQ5G8Hp+qtT+Ue5rj/0uKlKRLLnb68AzhsckfbGZLLbD9p9VXesFtJO6CeZNpH6Xs4JCTg87cGTT0WgXYmEiRDh+6l3okqOCsiDWpVjcdejXLraITsH2/li8v7E49tGxtQd0iNJAeYyq44Ycxg4WcjX5dRinB+4+JY1ouKk+aKymjdVMEJ6jlRVEQrl79GZZbdXWJBdExN1g0PRsKPjcrsQ+y4dU5xOucjncLazy4L1sgmosHz37r+rL6iB1UCdjUxZ+ORsOShAMhakjC+sX8r72yey1alEzUQKi3ajGGW3KWeXxp9fWRHSgCVhfOrqB6fkQFZxyHDUvJt7WpeW97Jz+XOQqxDa+ydzqBpcqYzIo+mOduo3uzmpWvFVyCCl1AsQNo2MiClqaoMBQVGYVtLaIWWa5q7NOrbOnaW1OjJjB3xeXqU2EczlR3xz/oIMJmovdk+34+3wCmc0omEqv8iu7Juk02yXMGGfDytFE5xDPjBQv3jU1z6ff1qmF4o4xcCM5nw3ipRiYvGjFwcXJONZFWtEswJJUevB3NNfllcdGpNRV2G6JrnFwyngF1VTDA2z/4QY8HkNDYg9HKxlZERtAmEpJUVMEVgix3J5FY7H4widEjeM+vM4Wch5Jga3tHJns0btadnDHwZJp1ykBSCPOw/WqE50K57ST8rOEYdCDrQnObj0SnEveBAyLanYgPVudh6N3n/hClszzes74MMpP3AmmSK5EOuiPQWFFBFCJm1x6F8UUswdSsEw+MTmZtkc8HW/4fTXHj0CEDGbpKAKkey/lJTCOrhHM8O8agevoLqvz18k25Q2qmJkaHJj4GXUMs3EhQzNAPm5uWM8Kj8AYQLVDUbWQug/F+vQttQABn0o0rAjRMLRbIiPofMVBSd2z+RkYfMmrdHecEcP1GP0Jwww4nUNzbBId5tXTN9tkSHR0XWytuH9nDzVQYcgRQ6bipylI2OihgxiiqNaQ3FBUUDNvhl8GH7zyIhaMjcgFra4jEs1+/R4lIWn6eYflZx9n1dBZCSvTOJCOuUiXQBT5iiwbLmRivfDwfEuie8g4sPT757xLGNVSU8LxxT9giOee+EQt496400l9nR0w7j55a8uLFEmBJ8lmIhdwyfFPVQtrhh8/4vKKtbMr04XVh7tA3XRlUAFh0SIw9NMoZZvwI3NLd4DFYV5mDXKpNym+9SHOXnAiDF9UV4t2h02C5FDTuXD3LB0f14yjlMeDg+iVTIS2B34xSZwZ3Z9gyO7j2YyKljJneaIBnBeZcrcG2P7QX8QRnGPvZuVc+LStlR8OEnZdZYtn+EhsBf5Zrj95ECIlKlZ59myQAaicCyvKfYu/PzdfzePpEpeo9y7bT/gQDrlImbB8hPIIQ45AJPJkDg4P1VqyMGJzKxD62doC7SGG0R3jtphK9vBAD50EUTw0QBCUhzFnBEj6YZPz79KBfAj3UYU6tFLkBbPXugZcZQvZh+IUSYIQioXwaYBkCR7X8pQRZ9cWNIIyUgK/lfVFyS8iR3iZRva+beNjoKzFo4i/Pqv+lXiJa0WbEFeLqtfo6rk0XH9hvwdTfd1pEM8e4bwlZBqjLC8esib8b6CsqiqH2TnvXX8JOXsqBFgKEO0avRFOqIFaUpS1brGJyQMbtnfhwRlNIfuEHt+pVMuWoygNN+UPKJEOvJz3zoDeUPwmVmNm4udCrfqMM7ocR7skeUpr0YCrlHmjshzsGCo5MArHYsfhj7BxElmwbnBkWa/KyiKO+oFkMJGuYJQkUhDqGNz8xptyLj56nyNjlz5Ta2IlmYmpK9eim6xaat+p6eGk3FCQaQUCbFG/yUdHQtz7EJd5DsaGXsvK4eqd7hPuHwRUYVIHBWbzAnw4Sj0cHk1wXKfBs3pqF3IxNop5cKBYoH4uVTK7fcNZjELgiT7w+0t9NIsFy1GWg2DhkNJmEeRJm3df2WpbVin3m+0KjmBSoAp3dt0O+wtsPbk7YpBsePUM8leMQ1cSZLbhg7aezLt/fNSskrSPA2MlwbdUhoahoaDPts6qklQp8g3AbmScLq++mIEJOmW/ktBCTGhkLDqv1sNcKh+5yXjVf4gO1eWvIXRboOAVMHCt6E661CtdtuLoZtuXxhse9SDcaOT1yiahyBQmn65yJXHeUUfJyBJOy1sfvztcR3TgUxVE2+VBq+YiGJ/5xv7IEatqCCNJZkHA4O2N0tyjlBUoeF2CsSW7ZilRzvzOrXqcXvvORJ3sbmlxkA5vlBhRf+qqZILoKHEkVh/WhcpKqZSmSffn54vwt6qk0MTbcVaHP7Oo9f0Oa3vjAeLIZAhCKRfLoaJD8/MhbNUyEhOKs7Sk5fqVECjJXWy1ExpS5iUG1TgcXBlaLkH7TVi0R9l58lUksF7/FItDcPBuRx6lHFNIrhSmS/88jK73OADA4i2seE03YO26EzM9xAWUWcCbD+8g5pLo2UXhs5bEiuUdYYWqTLplYFyF00eVZMxs1sRvy39ENgtuWimib5H/V/X1EhGpaQTfkI1QmJq7FiHOiDIuFFGdgha76d/W74fUdskB5yyrdX0+Dc6Qbetg6rBFhcni9qyNDT5IAFEFSM40zOY5kenzc3uQT4e+bUgABXfyspLBmiR+cyNm4cgwfK1gBDffGggsItyMcBI6JV3Re47lu1PLIfhqF24ig45EaHlTXy9GgICFlz2G4IWhJ/0XZaiAiC/+hNIixN6Y1zKPASg4mfllT89kX1kY4qZh3n8xl2FwK7LxeTshb4kJsjH0QFVGxGHWe/qwuLBYwjEEMgYBDQr0VR95f7WuUsZm1L8ohgCbwyBzMnFN55i/GAMgRgC+x8Cjx4/75q9/6cazzCGwKshEMvFGENiCMQQiCEQQyCGwA8QiOVijA0xBGIIxBCIIRBDIJaLMQ7EEIghEEMghkAMgc0gENuLMV7EEIghEEMghkAMgdhejHEghkAMgRgCMQRiCMT2YowDMQRiCMQQiCEQQ+DVEIj9qDGGxBCIIRBDIIZADIHYjxrjQAyBGAIxBGIIxBCI/agxDsQQiCEQQyCGQAyB2I8a40AMgRgCMQRiCMQQ2C4E4vjidiEV3xdDIIZADIEYAkcBArFcPAq7HK8xhkAMgRgCMQS2C4FYLm4XUvF9MQRiCMQQiCFwFCAQy8WjsMvxGmMIxBCIIRBDYLsQiOXidiEV3xdDIIZADIEYAkcBAhvloqO3/+tvx9f6kyc37t412q279x48erTpeM+++85x81seMX/v4cOp5RvRxLZx3VhdNeY2btytWyzW2ncy+tr6+rXl5ZeBZZtwePUE7jx4cHdt7fGTp5NLy0+ePt3JbPfts3fuR2u0F4D5WmsE/yQKLa+uzt9esUYfXr2tkNkNDx8/fvzK3U8OuB/gBg0ep2n3n8DXBIVO37gxd+vWfljd9udw+/790bn5m3fvbueRTSFm9T2T127fu/fqETw7NDOL7sJtz54981678LKn4O21xaWAgZm5kExg11Z09+FDM9zwXt9sybE3PHJ1cXF59TlsPbu4cufa0tKWsNrher3o6bMIIVfu3e++evV15/xcLh67cGnm5k2jjM8vXLk+s2FOtnNg+nrA+21ekKyss8u+1vYPjszOvfiUsS71DxS3tp/t6Oq9NvUKdg9r+6emt/nuc13d08s3tjnJ9N4G9E1DI2faOkraO6D7poMDyPzt269+L9Tsm5relJWDUsvI6O179182AuZk/C2RoGN8on1sfP3xk75r01tKcWzu2tJyemG16WgUoNNNLXO3toCPZ+8/fDQ4ff3VU2obGe2auEpQ9U1NbbnGMBS4tY6MnWlrL2lrH56d9Q1cQhG+L23vXL6z+oo3Ng4NF7W0lXd1X7567RW3TS8vj80vuGFoZubuw7UMQPVlrwDtT8vKL1+dTN7wBM9L8EFqQSr6QaqH65GuCQ7hQ7jA9uH6evjcOjo2MheRefPwSNvomBFS2UWqZoyQw+AU8PsPH6ZOj0YS+MD/EPs2Kf9NQWmLc+ubzvf0wb3rN/6HdSSZkmUGVenBo/ULff0r9x+EnxIQiL7336nlZWgZZkE3SkU5j4f/ehzHu7F6N/lraVsnpd9PwGX5qYuwF9U9fbhoUWtbz+QP2/SmC93Wc9WXe78+f8FkrKui+zIk8Zj9Su7g0PUZrGODLLCVYXTfw6LokWc/PAK2xEe4gd3ybc3Fyss9Bc0tSUFDvoTnvSU5MhRMRRunXqeClB72IpfzTZiwC2frGL9qX+4/egTCm7LE1PENngr/53Lx/azcvIZmk+u+Olk/cMVwVxcW6wav4CyAMrGw+EnpORzZW332vNkPz86BHXOwbXTcbd7hm9qBQSBImIl3SQjPQqPR2bnrN27eeRBxgcmlpbUEhlkYPjIxv4gP5tY39l2b8uXY/PzF/gGv8JmWhMB6J6foU2Q23BqfnzeyFbph/clTDMvNvnSzVeFoDVeGsurqgoDP/GUJBc2tYbY59Y3sFcCBQ4CDqEZmZptHRqAavRIeUGGA1xLM0yO4ZN3AlcCkrHRyccmHtUfrDVeGgdQ4YTnW7hUYdOKRWSN4JKgrk4uLxoeCtgn59U5ew6HsAgXFCLY1YAZxUj84BCk7xiZg8MTCApDaJuPUDlwJrN9m0VTO9/aRiMY+09b57+qaqaVlE+ucuErRMb3dYFa0n48LipuGhs3BtDEaH5bu3KFv+jB78yYQ4b+YKVD/vazCnKEBnPHI1cUl+kTz8CgcWEjo1y3Dox1j45YWgLn64AGANAwOBWuGugqANDOASlK1YfObW1bu35+5eSurruHWagQ9oxkErmJn8B94AWr25v+YRMgBttvNR+uPoaKZ2GUIuRhNfimwPK97+t0zg9CdVx48+KK8qrK7x6ww2abhEZtCj84k0g5ev/6vyvP0yAjT1texKkuYv3UbomLEpR2dgY46xydwZ9y8dSSC7anGZgtJINJMedflmt5+OhPx8FVlzYlLdUt3Vt2fVd9gWANG0vHZMxCD9v4FB2DJb2pFEbfu3au63APHbCgMBBaoe7aj0504ibkFJtA5NkHf31WwYDJ5DY22mLqJ0Ox4++i4N9qOgIrWS92xHBIUvfy5pLSqp/fB+jp1P0AAq3SbRaFK7Bu5WVphS+v1BAAvT05aVE1ETbe9Jbu+EXiLWloN5dfyzu6527dXH6xd6BswGj6QFMZABxuJatPARd28G0S3Abbm+YfiM7YJGhe3tOMk9Gy7aXeQ59OnT4tb2j4vr0J0sD3opoPXZwL3ru7pLWnr4J7BugNkcG9zvtg7EHAmQcW38ptbI361tIQLATjBX9F1GT4YH6AQ16MnTxCdL8E84m///S8IIxbYAk8g1bnObjsCIY1vKIhKb7BxHqnp6+8an4CQ+U0tn5VXmidKN7IH0aObsWUfDNI2MuZ+XAJaIlID2rWkCfdcLv6zstpKPD84dR37MJW6gcHRuTmMA6KbJSWC2KMQFba0mQHOHjGOe/d7r137oiICk/eRUliYFwAZ1nC2vRMeXEqwURyKQu1LBAalzM8IZZ3dpuuz2ZgiSihsarsyMwNwN+/eM41vL1xCdf7Ay0osFZecuXELAY/NzRe1truZnFhcWUGxld2XB6amLWSv3DgWPjA9Hba/oruHNmBT/1VVDSZ4TVlHF3lD+VhYWQFAsAIWaAQCrEOCZ3hm9nRjM9Dhy6XtHeBjn8Af3dI8wrBkG1PGDRDRjtDdKLkegVUAi5v71XvBmSlAJKNt38Ny4PWIN5oAHD1xsda24vJQ05jtY2NQEG6ZD3owprV4ygc7bgdB3isMmFPXaJsMtaVJ+rq8DDuwXrOq6O42OM6IFAO7MRm/nrxU3zI8ghRhI55y7GItamHKYMdcDggMFmG+/iXIrcJsuyeu4jggAPVZaY1DI4ADRBQCaoEHaax4YmDBLkAIFB6I3I5Ab1zJ20tagP0BllfU2soZ4MFUD0d0Q1sHurXjNhQvQ5OoCSvEH6mAYgroBTmYEuGN9WfV1pstAkbkaN60N3WrvC4Yt3m/CUcvncHZu2/fvbe6tvbvqhp83zyzaxsQFGIHN/IS2OHnwu3bn5dXwDTESDRCTsAZmZ21xgBe4AJSdhKyhVRccCxsgPJnQBDOa2zkPUPI+KBhKQf2mkhAv5Hqs7AIIBAbhOmCnjrX2QXlCptbN1hR21zg9m8z/qW+AXqP+UM8TBZ7iRj34hK0j/TC9o6qy73UMlojPSa4NCx56PqseSJ593O9YIwWApJfVlZhQRCJbmEcIAK3zvFxDJYNRGPGu2iZEO/ugzVwm711i9gjawemrrMQkhYPNdTufFpWgbOBJ1UVtmx/XW9258W+AVtAQcG1MA3AsViswL7nNTZRSdEjwsSN0delhLTG2C/09qEpKERbguRBsYZOHrEcmnRSLiLeb85fJM8sDTm78+uai4xISjB6JEeK29oJ2q7xq0BBiM7cuGmE3LpGmr2JUdEgyVeV1dz1oJ1b32CGBDBcwlQRF8ifbmj2E7bpZvM0Av7Aajzd1GwH3WONaI2CAuvsArTEjaGrlWKhAW4/yEUkEbQ8I9p1HMEHOHGht9/owfjjsYVAZuaGvPomotj6Lw0MGiiSwBEHH/N63MFivMkjwf6DAYZqHx1j4oQXB7kYDJTxuQX2O10eEZKgKEcYhiJptX4FgqDVUhCwEtvQf23Ki07W1XeOX/WT8c2Ku9U9JMrUUmQfZP6y01euP3cXICSgh08EtpmgH8zaonBPyhT0whxBI6e2AfYwWQDZbeSfddE6MQVAplmvJXz9yClw4SAXrTR6JIGUYNI2Nk6NiHZ9dRXfQYRuwFD8aqe/qjoPaOaDUD0STFKvhtamAQsRG0aGElpGx/BKCGTjgq1A82BxImzMzn+9BRkz2vD9tIQ5U/eIYEMwvB9c+ogHxMhjN5g2wPrAD2F6kWt0/fHN1btAFB63UmaZD/gLaFMASSCrgEhogIqAPcFD6kjjleHmoZGs2jpiCRMMi2KruTMMBXpQK3wm5Ai//qmpoCbC/5v37hEPCAQGIrwNCOYGQDa9xTur9pS0cwNRCoa2zp6iwMhPQC6OjPqJEhAGwX896C3bjG+lBbGJnC8rqxuvDH17sTZJrREMb94iyH1g95AKN+/dpc/x9KB3Hj9EbQnMHcvBudAy84LAc3/9lSGi1AcLCWSL68Ec+MyF4xWADz+xJMqcXxE1toXG6Tc2jreDChh9v3wDhntLMNHsTlrW+4pBrAVZMRaxDpwXyYS9I7rIbFt/5/59aAPz8RlgARASC/53jI8nINBLUvJbQAAbimzN3+M4mwHXn1IUhqEloYj2MXHYSIi6wVNwEgCJhOCBhzzIOemahu2gR4hWX+4Dt4Cuu33hwyhuYnExt6FJQMFkWEc1PX20Q1YK8Uxo4V2mIRYTmJudvdTfTyWiIaE73zBXsBpAs7k0CVBNlYtfVdUwCvunrwM7IFd193iEoUzR50VDXHCDNEEpYTLowqtbRsZAwDjkFFAHdyvh4v4z7RFmilAQ2K2jo9/WXMIQ8F5RLffY0LOJDTVhYCRcjBC8GkIelsDJYdr4oddRxwOEn8tFblJvoob/Or/A62EwgkEkRBdmATrsDFse/HgomVhmkSB7rw9y0YzxI34YznpMBwT5CvAj/MWaozX09X9adi44x1wJAmtHBkiUiMX1+q9Nm3RkUF+bhkAWbBx3Msxxah9WHtw/dqHu5MU6UCOPYRhm2j89bWLYuhFABwSv71F8kf1e3Bqpt0urq5RfBjSxHVCHlQNpqKXDMxHvgEn2MljhMIOQs8G+xzERBkK1XlZ15GdeWEBgeFDAgwB/IMJogtiAr+QiWUtdTYo920fUJdxTq1QqnhDU5V/YgNgIQoiF5GCD0SLDtKeX7IQuYMjSQsCULINH77p7t+fqJIQLqjSUwP5Mm4xML4maDw3OBLBdiyLdTcNU7WxJa3twnid4TSeMsu/EIScPsEAz4spkgAsbZRf+q6qGCxokCTz6O9mPaKllxIBfv6quAVtbE/wqGDqSCGuBzEUtkZEEgJA5aKDwEOgj6btyh3q7sHIHQzxRWw/ZKBZJfQUThPxhHFPFPX3AFPAX+ElCfF5RzTOG9xnQTxYyMR85sVHT8p07jCS2eNqt8JftEQ0MeO0mlACZpZU7/kvlpzGcamxKWN4jloDQcHnQhhUQzHJ8k7DwIvggec4oar63kBAI3H5FCDkaAZbDCZGyM0o7urALIhAcgjvOr6Tg2c4uaPbv8xfIRWwB5YIbmRQEgGd/X1iSgcC2HWEYMZEjT11Pr0naiPGFBRtkaXbEDaZXP3iF9QM36A2wyNZnXaqnOUUK+qX6iJu1tMEQjwdpityAlMM8cmwsLuHIvgdG7MuA6Nd/jWa9lh/5qIeGGS5GS+Zt+YkwRsIUiF+cOt02NuY280wv3W0YjfwOXNf0PiktM2HbhImhR644OM9PgHvABLtPc4K9dpB0BwFeX2poRImt7WQSnuMRDhvMjR0ZXsQgoyAmtWpWaaAUPBOCoS8IGfGr+XlSg5TCamgblGCyFrRhJqo0txDuBbo/FZ0JzBNbIKqMIDpA4eA7NM97aw/hGJvEDUTSZ+UVwYvrvX6F/0AaCZGpabajffm8oirM87lcxA5CMPxMW5s9Y6B4DYEHV7onIg9v5DTv7gEX4ChoaeUWTzCmR1AZN/EghABT5EG24eZBsMEqDCgkwviScynpFQEau26oBI+OGBPpi1ooiXDIfmCR9sD3hD+uHaZLpAe9MvJ+JKYHKJQ4gABWE4DNyWjcriLQi4MDGtZA/tk2do8bwCpwAaSObOwBicinSsAwc6EOnON2Q4QBhsSnJXNdBk0HznnKaH4NmISxCkTZYGgaQvEQjmkV+WCbmkGJYAgaFuPbzZ6yfUAKY4hhgPKBV4GoMAIYonb3EAOVl3v9FCLqZotRGpzMQABGA9vghnUP6VvTFzko0ghec7DkELQj9a0RQttNQhEbEu9xA9AhP9jFFwqv2FugDSEx4mBpAXV5V5fbOLHhT+Tom5mDovDQosAW0loRxTwK987OhbC/dSUdmARDyAUraGkJO+KnKF7+3/9iDSgcqEHAq21lxEDrG4Kp6gbAD0BzUVHdEL7H6WwimKN/q0h43iKdlMQl73FS04bGVBPAT7sV/rI9sq5grUISkEEyEVQTHABnAUCgDhmD2BMlA8AhM7GHS4Ab3i0+dKF3AA8NYEyw717yA6sKzgYKX1AUIpd4b1/IVMB9wntpjfbCpndNTNgjWZfHL9aSmr4JjAhdUPx324nqRSE1gRBixDw3d67P2BFUEJZGNmMy/izNBvlSEIvyas6+tL/D12cj+FyfsRATtl7ESkKE1C2gxqlsLjK3tNH5+Sjo8723IEQ9gDVKDujtS7r0PUj0upPMZgMBaf2VYa/bbYBI1wjbB/4hJEwZDcu8nAg6woEQlYcDNHI+TLfZd3cSXUKDnoXVtPaQHeIbfCPpX6Gn8jwn9T/BY+IzYCkBEdIjHj2J0lb4pSBhEAEeNwfv5SjiLrIFAVdhr20KugIjjSpGn+NxtRH+gB1uR2T7feInJAzJClIKeK1JE2LYZOZu3uLsNT6/RZjMc7low5JB3aRpwh2XTEvzMFQI/8WXgyfBI25O5vKClHuefRelx/oLi8ecfRBiwWhgWyqhPn76BF9L5bDuBJHnDxo4JKd5xfepsNFLv//sS96PJIhtGAyLykxS35Hxz7YnUFdy5sCCMyIbOGFjaKMgBr9t2AYYhpVaQnJRbgsqWPLyUyrYo/v/+x1GFtlGD9YgGT8kYZYY5zkkbEqSnHyf2KPEY4k9CrfZUIw+vCX5ZXIaLLMQ9jAOuZV2oJpDqqkU0CygXALBni/EDJMpZO6J/PmJK7lSEHBDQL/owe+N7DDhu2sPX/w1eVtyUYZN5kkmwZiECTiExHqjkbgPvk9BTAV4Ksa606wwlOeazfcr9V/jhBQ7N/hLO1QP0IBidcTqc6qJdKP7NOwQKYivGAKZh0Am6vqxMIpPdn3DXmXEZB6sqW+MjLark2JIjLPyDklJm5dw7GSSUeJSdw8b0b9RTcvrVNTs5L1H+dkYyGncfQZB0mqnYVDyZO2FjIH4iiGQeQhkQi5aFR38FeWrmV925t8oes/Zu3tuEN5XfvkNxmXmlxm/MYbAziEQ6xw7h2E8wk4gkCG5uJMpxs/GEIghEEMghkAMgYxBIJaLGQN1/KIYAjEEYgjEEDgAEMioXOQeCYkP8jiSWR4HAEi7M0XVoOCQYZeRWK/sTbkqMj5SM558n9ria3dWHI962CAgOpCMj8geCKmMMp83NHjb82WjspDpJiUttYEttDft0LosXIolXixO3TB/FU3J7DPcLDVp8Y1X6qUhL0zqnGrlNx4nfjAtENiuXFRi9ep+HLBtS2LQ066qp0cKH/oJBQyvvhR4pKLsVrcfsN+l9cvMzvCkEZ78aUJRfa5soFR2IG0nw5NJ++tUoF8aGNAfJGRjp14KP9T/ALgsxxcZn8oKOsr254P1H/FQrixghdvFiZZmCglkN+sIE/qLqnlQsbd9YGbgzkRZYUvUckzB0sqKEpRQh/Ng/ZHyzWSLGd+oFnDDplNKqrCqoUIdjotyqYbtFcggT17Jypbqr0GwxKi+aHYumX7/MsgMTM+EZofxtUsQ2K5cVDKinswk1CEo8lDjGKSg/VYJZ0cVkylpoo75b6AKJZxuc7/PpKZSEv/VH4BaBI0UPPletogC3lA1Eh3Bsboaavj8V+W47miYeNSc9/FjVV/+di9vZZfgG4Y1/1AIb40kPaDRNxWKKYxVRqPgSZtdv4a+mqGW2SPUAiVQCE9DAzJM+VRyksZRJKSKKFn4rFZMY4FQAugFCsU8EtoJGRaQQdVTUbFOouupto3YhOq9MCwtNVTRhDlMLe1N7/Ud7oIiJ4xPA2sV2Rt6hev2oAUX+CRE4CPAf/g4EoRUNAa0niyeDaX6QAeHGQFACmOT7XZ1H1ZmA5+VMOtEoQQtKiN59szrQGyvqmZ3CLE3flwhJiDAFn+5DQ3BzArop1JTQVsoLVXfRp/eUiq88TS2+aCGc6G1UygBUjr5t7NloROIPhJUpVAS7ie8KzSn1PlIRwJEZPKhybASNxLOT9alTUF4NYTRuYYlqggYeqg28a/vPaVQTyVuaXt0LoLaNm0IZaTDGXRNP9NqGJ2iR42BQEmfBDw20V8mylfHGFUBYaomkygenUu0uuzBN/DAr6rPq1c2q6gMdHDI/EO31fhKFwS2KxdpMaogvZVgU5Pus1Y4mMLliUkdb1VeQw4cv2FoSI8DtghioDbqN+ZfdcGwChe2/XroYVhqhG0zYRl1yRsZjRTMhUVq2tfna+AcaUFU2HXdB9SHKgcMTaG85cWzPtIFiF0dR8a5NlrrUXcrtfNjyi6hMrb7ZUV13eCQQvIg/rV18AGgkB/i0VoacPAaALd2HVWS/f7d8M2FS2rYgR0hyURFJ/q5AJ1htaPLrm2MWlcnhlUarxpM9ybMK3T0xx3QqhZxaC+vsZmoIF/1oiMwFL8r11VQn1pivKvASePg9DMAifobDA1jQMnzDRLy75bWM2Rbon2zczNG8Sac0Y7Qxo5dvAj4tDrFy5+dq9Qgypd4JSiFjiRqk3WvJTthPiaYXd9U3NYR9YwdHdNBQ/8qFe5bqvlpXOmeD4XFJ7ttgLbKCl2ZgssBSCMtbUKLyyaISrfLWB+fl4GFb+bYpVo8B30lSu9nsuobQ5G4fgLIBLHoMWIH1VMppjTt0KwY/yF7SB0bjUe5B+24PykXkYzq5ESLjKiNJYWAugDZEm1WOkJzlkSbpJW/l51Dqn6CothjSVtU06yZlNtCux9ckW6hZxa1VYU7ZINXlAzsQtsXqAjg4ZAiJGwtJm96em7gFSOz0ZkKe44Vh2YCryEXbRW80cWHpcLmwYJ178TfoVTYfthP/rWMRh4Gksw3tC3bxhbBOxKH1zyDWLpwwQC0hJuzCNGPti/aXmiLZ0zPak8QbJfQ6c0HTAd78tSWrtr9uTFQ1oroj1qdwWxLZtshS8BMsOybWInmUjoq4cta9gApItQkJdJbp6ZRRdSirLUteVwLEIWesW7TESMCe8KxY2R9IkIPKq0cbtxZtWVIqPpyj12gjTLWQz8q9iJKTsB23OMkrge5H6M5XI0aiGtUtD+B+bJZkVL0a0wHi6FlY9ypvqaoVWx1jQ4aTVeGQ/82bb0YDeGwJ2p+6MqE3wXntiaWOgqxpzW1AnwqXXBjsDA8S5sJej3WSePZztl7BwuYW84WeEOfTBcEg2y8F5rT+i9SBUxA1n8Ef+AN2nONAcvSTwP56HWOEWE1nO2mSp5pBE+20el1vPMTZ/vo7DwXcVLqY2t6b1qLXjz8EBRNiuMGuUjdbBwe1hXPmLVR27PrLNToSA1Nq9s7aQmcND74lXcBOSM6qIiKwykLvkeMpkcbwx+QZ1Zdo7ZKHLYaBOq6pzUSrIN7vL6skUCqnsIeWbEkqBXFcnFLpN3+DduVi2RSVXcvFMGdMSBoFM5U0oaHHaODTnDo4bChMzW1KzKJbt/WR0qvLFZmOCeWuwAWXpmZZessraz4rx2NulKtrHDDhl55UAev9y6t5oInMHLR3LqlEZ269e2vbV/dydJlSSMnvBvjhtAWJTZjkphIBYfNQtSrl3UI1HwyxGQw0Om2VFcdUI2AQsKiCDkmXfTr9PVAP0HI2Q4Mi91DJOgAhxdQWYyWOCWgE/8C/NATtevqVXvkESajvaAgJ474WCS5wxwOXBMG3bxo7lZEYv3jXAVcwvUoHwFiWFs4JyFcTElK2JcVVeHQV6w82MdYXrLVe15Dk00BQ5DUJCwgduKMsydw2774LwEM1LbVzeGgmCNyMaBBBnmGXqnUDn2Zk61f0TLah3XIn4tozyv0g5S6t7ZGNSSkYbv/knCEN7lI3iTMvkgu0pAgf2TPtUYN+iEVDAnHbGnkhoQ9RWQmu3gHRLr/cJ2rLAQdgx8C5ngKPwzqFIvQgD6wI90PbRLkHB1lRUBKXwJDtCyNw3xwV9KR00KHM7e5mXIWTsJiTZq/VzA5onDJonP6orM7eNpSvSNHBAl3b5nblYu6tHDK2wn+TEFsLlAGkH0KR3DQE7XCg146nWrYarqR96+zC1poUvf4qS6pE9jxua7L3H3Yih7tcMho/HtRT9TuHrsbzlvxrM3GhjgFePYISJwddrrT59Ac9SBedAjGMWbBH5JT12AJqALofMBTLBxYohjGwCD3HVIkLIOoQ7Eoh7oKSkm5yCPqeC9NTdEYnVQAEjklbPQWgUw8y81ILlJidBocvMLFGp1nMjaeOLzmctSncXaOw4dotC/SEITfMDXy8vs59ITW4QfoithHSxu+dr63H1joDaG1bFgCFnOsppYOUd0b9WLG2kBDi8tw6ovPuJh7cLTQRhw2epz72rFKoZuo/7Lg/bnfWceJs/FuwnYwpL8Tuhk4Bmj/bAenHd8GNg3HnL1jYqPzC0EGiJxBQhTNJgNwIiTZTnKv5q8Fow2iwYv+cGmiNROD8DRI4tzG+Sbq2Z2IL9jWyMsyOER28hP4lUmHuNAj/sPpFZ2f9X3LTQ9GLT0fPx6emRmbiyw/vZGNEFxl8IeapRcug7VzIurHzaqjYGFluoHjCegREwgJQfO3VswzdF2Hb2aIVMlF6h2cBEMMNiCnIKhwKVmLD0TNdcWYxsb33Fm9V5u7G+/drly0/dRhm0rDChsg7AfDcCLKl12nnnN2w4/QOtaF22LQSSUao6FZ22ODrD95HBpd0owYmoHdQ8qg8vgQfuVAJx48ErkybtxwzueB3vvggouWmVidtQS3MEoLH/wEYiEjKQLC+vM+qyDg+9TMjsh950St5RvJw4nY4tF5Xt83Uw3H+SbBiH6CYRR5Y9aiaQQym1xaDp05kzC30dEcEp24D9wFUIAQEiisDuPguw+rAG1BJlYjjzGcTJwuFMVjwikxoAHBEh2cHdv9vCU6vwj0c0RaSOGhBYZDuRNbFh0yF3LK6DpwOIn2Bw5oO5mwVevy/LIRQOm1snx3MpMtn7XZkNxfaLeLBLYsTEqdfDJnZ8sXBWQTiaA8kbtOr9RfXsv+1AdhkT7S4Rsz2bQLP7bwihka0FoC5R7QbMTtQHKv7tmuXNx0ftLi6V9cT1QhevQBTWLcK9Dv5L1kXjjeK75iCMQQ2IcQcJZLOBpI6CcDp2XtQwgc6CntSC5aOZUqOudodu6Itz/NMBJQMGXQZPil8etiCMQQ2D4EosNnEkdXbv+R+M59AoGdysV9sox4GjEEYgjEEIghEEMgLRCI5WJawBgPEkMghkAMgRgChwQCsVw8JBsZLyOGQAyBGAIxBNICgf8P3e2cMyFTkDIAAAAASUVORK5CYII=\" alt=\"\" width=\"605\" height=\"98\" /><br /></strong></p>\r\n<p><strong>Our product doesn’t use:<br /><br /><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAl0AAABiCAIAAADlU/EtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAADcwSURBVHhe7d2HW1RX/j/w33+8m8Ro+qZt6u53sy2bbBKV3ptYKIp0EAQRkSJFETsWpCjW/b2Gm50lgDDIMAzD4eHhGWbunHvO+57z6eX//Sf8BAQCAgGBgEBAICDwXwT+X4AiIBAQCAgEBAICAYE4AoEvhs0QEAgIBAQCAgGB/yEQ+GLYDQGBgEBAICAQEAh8MeyBgEBAYPMIvHj58ub9BwOTU5eu33jx4kV8gGt3735/orakrePB/PzmRw3fCAikFwJBX0yv5xFmExBIWwQezC/8VH/qQFbO+7kFbx/OOTs2Fk31+YsXP56o/7y4/Kuyyp/rTy7nl2m7ljCxgMA6CAS+GLZHQCAgsDECDx89+q762IHDOY0DF6fu3v20uLS840z0tXtzc58Xlx3t7vlzVTXGucf54rPnz/uvTB7v6S1obesaHXv58uXG4IYr0gyBwBfT7IGE6QQE0hKBtuGRd3Lybty/b3bD167/oaDY32imT58//3f9yf35Rd68fu9eWk4/RZN68uxZXlPL7w9mfVZS9lV55RsHs46d7U3RvcNtkodA4IvJwzKMFBDIXAS6Rsc/KSppGxrJPt2073DO8d+Se/zy9MDg1N09zRQ9/NEbNz/KKzo3MbGwuLj49Cmt8c2DhwenrmXuvsjMlQW+mJnPNawqIJBcBB49efJDTe1bh3M+LSphSuVTTO74mTFa7bm+fx47EV/Lsxcv+Fx/qT+VGavbO6sIfHHvPOuw0oDAlhCYffR4/Nbt+cePtzRK5n6ZK/Efx2tK2zqWL5EX9puKSgwyc9edgSsLfDEDH2pYUkAgIJB6BPhZ/1x1tOHCwPJbd4+OfV5Sej+kr6T+eWzhjoEvbgG88NXMQmBg8ir/UGataRtXI5fxyp07dx4+3MZ77KqhBd3gi6f6Lyyf9cj164J1bz14sKuWstcnG/jiXt8BYf0RAqj81+WV6Jo4+4BJIgi0Dg1J2/iirKJ3fCKR6zP+Gj7X/6uqFmuzfKWidvHFu7OzGb/8TFpg4IuZ9DTDWl4fgdszD2Wmf1JQcuP+Xg+qTBDEkrb2fQezsMay/yYyJvjFTL3s4cLC58WlZR2dyxd48erUe9l5Z8fHZx89ytSFb2Vdl2/fbrk49PjJk60MkvTvBr6YdEjDgLsSARkIBS1tBc1tdX3nd+UCUj5ptkGxlzmNzQ8X9jrFvzo9nd3Y/Flx6Ru/HG4ZHFr+KND993LzP8wv+ra8Kqvh9MStOyl/UGl6w8dPntb09h3IzjtQUPy3Y8fh9uJFutRACHwxTTdNmFYqEWA7/XfdqYtTUyM3bvy5snphMb2k11RCsal78aht6vqMvBhTlLvybUV1UWs7k/Li099g8vzFcxdwxPZdvoL6f1lSIbUxI3HY1KLmHj/+sSZWCyL3dEv9+f4/FBa/eTArXiliU0Ntx8WBL24HqmHMXYbAufHLyl7zD/n557HapoGLu2wBYbo7hwCN+a/Vx58n4JbuGZ94Pzd/JsSm/uc/opMOFJYoNB/VyRucmnrzcM6RM90JPsahqevtw5eu3rl7d3ZuO3TMtOCLQh4ShCNcFhBIOgLzi4vCbTpGLkUjE/mROUaepN8oDJiRCOCL/zpeK7KGIihPkXRFjdZXZPLOnd7xy40XLlad6S5obj106vQHeUXfVR8NSrZtALS3cwrGbv4a/i2P5a1D2b+cbNhwhwA5v6WVcomP7juc+1FxaW1fX9KL0O4MX3z24vm1e/eExdf3nf+x7uSPtfXnL1+Zfjib9OVtiHK4YI8jwIKqsJlT+uz5r5nX3vmp7tSZS6N7HJlo+eRxZcEfP30qOc8vI+GjJ08l+N+bnROpdHtmRgW4a3fvXZ2+e+XO9MSt20xhYzdu7inS3zE88nZO/oHs3E8KS0lUfz16/Ovyig/zC/cfznk3O+93vxz+/S+HPysu+aqs6mBDo5LrYV9BoKqz693isp/qTvJSs6mqIvtWdn5D/29SP1cDRebIb255L7ew9tx5LIMBlnvyg7zCmYWF5KK6A3zx1oMZjPCbympCugpJdsy+w9kf5haoK/hDXd3lO8EvndxHvAOj7SL1/9jZHoRshcunZ2wcpwxWDFtHuZZ38wo5z76trPqmvOqr0spPi8tQImGoWk3tO5Tz5i+HY8L7waw3fj70u58Pv3ko+4PcApxyB7bdDt3y/txceeeZ6u6en+tPUWL+eby2rL2zqqtbRj+iX9F55t+19fOPF/eUrLDho7h+776WLO+VVmhb9kF+Idyo1BvaonFQQUx5jc3x8b+vqftDfpEihRvecVMXpJovXr59R5XFE719U9N32a/MFasncoLp3MTl72vrS9p/U0VpU4sJF6cDAphi/Dcd5rPOHFgs5GasbgEhwFJQgAa8aT7/FEyPfkMHei8nn/Tw96MneGF/rKn/pa4hq6FJ44ii1jaM80jX2RM95+r6+gkT+w7lnjzf/3RPxuMocfBxQfHYzVvLn8v5K5N/OXJscU8Csv7+FI6U29hM0vp33cmuS2OJ5A3TF5ms9+cVtA+PsF4YQSvQ/KbWpAviKeWL8nucK/rvmnixyCstqPBuCk57uMX2IbBb+KKGgkJPO//rVlwBSHFrR03vue1DaReNDCKyvCCA6GedmRPb/1RZtWdrBrF1fZhXNHlnejlEIlHl9V8N5tNX7BtdRzZ1FmhWZNk3s3K/KK14J7fgjyVl25EYmlK+SDUke2Y1NDppLAzURN6I1sHhyjNdjA9fllWIY74dCiZtapuk2cUxprgh+UyPOZPAhEK8ai56A1GPFpJtn0mPpW9uFqf7Lxx+NVDLx4oVCK14paixubvuwqtF2byfU8BPtHzuFG52Qtn9u3BBaTHl1ZLY/bl50UzMFcVtnQrZb8csU8oXLWDk+g1xR6zJauli9X4JmJwTfBJD165vVnbYDkTCmFtBAF+kWCSiW2zlLlv/rp32j2M161Ar3iDOb8Lp1u+120dQ2IylK5FVzC0uys9rGxpO5OLMu6ZtcJiv68Hc3G/54r33cgskL2beerd7RQ/mFxgqdqTTdar5ImMpv72SIqLXJqdln8xyRfzrRL3w5e1GOYyfAgRifPG/LXVi3DEFt3ytW4if/Ev1sZn59cLY8hpbzk9cfq3hM+pLQkh+SqyDoOMsjO7ClcmMWn/CiyEQSPBfERtJfRSnGloTJ4zi/y4Unspeeun6jdf47ha/kmq+SELn1FkRPsScpXtnUBa3+CzT5OvYIfd43JianqyRIsjVPff4lZVHzF/Y254l8cv3kvKnBxNILPMV0XPsQFKw0mQrpngaUmBX88Ub9x94M/DFzT4LeVP/V3X09z8f2pHMllTzRXFEZM8VigRLsa0Thae+3g/FZOruPd5K0tnMwiNZoqHY0ushmZRvLdWNif2kratRTt73x2ulzL5qvTL25DXuWRK/HBbxfgJNE9kYk9PTX5SV35nZo52nukbH/lBQtKLVoiiKd/MKVLpJBMBwTRyBoalrbx7OfTuvsHEnik+lmi+K4S5ubVvx+Cs6u/irWZMT3BYCkPomrlR2dh081UCSlS0kP/StQ1lvHMzedyj7/bx8o31RWm7YB8nO90xwhuGyXx2N6VMJ+LePhEbLZ7ZOPcbphw9d8HAh9Kb/j0A5+RiJbGmivdrZJNRELs68a7pHxz8uLOYqWr60Gw8evJOTh2Vm3noTX9HtBzMJipj8+nQbCVTKrH9RVvlBfvEHuYXiNCncqez0mWq+iI1xV6wA9ETvuf2Hc5XP2BBozki1KymXIndivd9Ky8VAKwjwTk7+24dzD2Tl/v3ocTX3fqip2y9dtLxK0tV2RPFuOM80vIDqZrfx7HZeGk1cBEnDhSRrSsQmW+VVo52+MBAr3pism+3mcZzZ6q6ziawA5fqsuGxFokIiX8yMaxS++aa8coWlCln7Q0Gx5OzMWOPrraKgpfXz4pINSbEURpaJjwpL9mXlclTL4r84de3trNy3cwsPFJai6onkOL7eDFd8K6V8kZCOb51eVeynvq9/3+GcmxtlaEg4A82BgpKvyivZYxnBGLu0PpCFzSwmC5ugEQdOyqfgcheHhMjokdPU92flKmDv98uy8vFbsexjT2T42rX+K5Pzj/ecYnRvbp5GuGb+IhvOnyqqroRg1KWd49CdPP+/HvSOWKwm3LNnRHsF4cTaqBWn5ovXhPr38wrOjo4nhTbtukGaBga/LK1AzZfP/Pr9+x/lF9tRu245SZywDm6//+nghoUy7Kvc00378wrfLSknTEzcuqVL17s5eZ8Vl+OsbNEpk1NTyhfJC+JrVotOEqjfOpjFab/+kyDgMzdXdZ1N0HeI6B881WhTJr16XhJ3zPYNhWzZiMgWgqUGB3NEUUvb2bHxrkuj35RV/e1YjdpUOuMwVnxUGOt/tn5wpnlukNS9fSvZwsiMWkQotbiaLw7x9KwY6dbMzL/rTxY1t50dHZN5zXYqTpX14k8V1YDawm0z56t2zvt5hX+uqhYEQND8x/ETXv+pqvqbikqVSlQBZadh7GGq4bxQFm5fTv6nhcV3Zn6Tw5c5cKy7ktahYamKKscuv0q9mz/kF2/IEjIbIpGVzHu0FzQZnVknxBJrVPhFM0uFkzAF5Ww+LixKfehNSvmiTJSPC0our8rEFPC2IV988uzpH0vLE8yjim+y85cn3ziYxX6Y2dtu9eqozsT8DwuKnUm4KWgp4lkz+uaBQfLHjyfqGce0elHNEqQf5Re9U1jindOyZZtbmBDtztVj4ou29S5CcuTaDUUHC1pbuaIlI35dVlXc1kFQWL6E2cePCWoKEyouwYbzj6MnVCJcp7wnqwZzGd6p7Bn35JpA7SKINpyqs8PM8H5uoUwqWyWnsUk4khc/1tUTKQ6eOu3fgqa24tZ2BeHwToYf1Y+JXBuOnHkXsLug/ivMyBQdcMWTlzJv1euviA6jFTNv17u5+QVNrYSqT0vK+i5f3hCHwatTHxYUvVdScfRsz4YXJ/2ClPJFSRqfFJasIEyWxKu/xBfXc9eTMj7IKaTWbIo0l3d0EmB3Kto+5tK7erWkrb20vYNX9URPr0hulQ0wLcaWbSKpiPVP9Sc/Ly61cLzwrazcfdl53LG/+/mQv/5943C2is+Xbtwsbe/0jgpE+U0twuvp4go5Klf/QV7B0e7epG+1FA8o+gOBvnT910Y27o5gHTp5mt+itrePBX7FfMTOeijrmBZwxPzm2MFWBwe7/fvx4x/mFXxfU6u6YYqXlsrbCZf/a/VRfW8SvOnfjp5I/OIEx9wtl9lgZIjlKRk21XfVxzSL2C1LSOI8lQPUK+nTojLtRNCZNw5lq29APNUEI0EDHjvi+2VVrNNJnFWCQ6WUL3JxfVWqXfXK2uckTdGk1++uZ0dl4Io5YPOLshpOM0psGOcIehrAm4ez3ykqFa369NkaClCCGL32ZTwxyCjGU9DcJheHDZn7QX0fseyfl5R9XV5JpTNJ+kpkYXjtGy3/omJUDqe8H9sRL4x+l4J1s7S80fQAU9QDgW6Ebbjm+2M17GPv5OYBNsrDFzv3dUUlb25S5rNTgzAA9q9lJ1ChWF8Ij0N9pcTn1nnpkogSfPHGvfuRQKNXmtKXosA2jCZI/C5peKXFwqp5cG3aZIc//m2pPHtpz5b+v/3w4Ts5uc2DQ/HnSALmx9mD9ioI9IzF+pj++Ug1980XJWXKnA1d25yTlePjh9r68d/WYU/NGUkpX2RP+OfxmtW+U1YphHv93jTUoDd+yfqwsAgp35+d66yy+JFMeycu6/om6EvakKyMpRjfqfLOLo2rDhQUezDHenoNXtrWmSzGs6kHo4YWroyRoyCER4Z1Hi9J5e1DIzhidkPTDzX1sd1TdfQfx2sOnT6tNQG2xJ4eL30grdO3ooxPRApKnSOjgomIURO3b69WOo2P0bJ67cstiPNFL/i9Y9AdzuETokq+lZ3HLeT9t3MLiA5vZ+devHqVZVVPnNMDA4Kk5SNvaqVpe7HnzkQxPfMwDinbjv4PHxeWlrV3bMjVPDi6Pvv/mZG92JGRnZkdfnU3ypf/edkzPm6bcTRqwBt/+qwjCRZTTdsN89oT49En7H5/oi4+AkOR8l5J74L02jNM8RdRrYhAHTnT/cbhnNHNc7iUBaCuQCZ1fJG5ia9LnsDqZ9MyOIx1iSBd57EJRvr9T4fEjAxfvy6A/rsjx2RKvZtbEIuxzMphvEbuJWzs1wgUrc/KZb5QlollDDnbn5P/+4NZieSBJH3fsNc5G4pG0sboHGsmSLhG2FXL4JAubnS4byuO/LG0jKJ5qKGRv9q5ol8qzvL9iRpqHLFLQCl3IK6Pz/1f9VHieffYeCwmcH4er/3u6DEjsIu6MmZKXbKgRr+REgm3vx2tYbv+67HjPqXF/rG0kokjdouamrahEV6itw5mZ0Zp0AuTV0FKioInIg6fOL+nUIqv+aK0DPJr1pSgCYm++eexE1rbLHcaOe2G5VHL4lpraT3ec85lNP6kb550GJD12LFdXa6F10fa9bvZ+eidSh1xoZPAQc7bs+40MiuXUBR92jdx+fc/Hzy1LJQ3HR7ojswBCHbLqzop7ciU1r9p6vhi78TEvoNZNT3nqjq7kfvq7rPUGl01CFlMW/Lxl0udqycd23CHsuMxq/qGs2jZf5iNgggURxy37tz5pouD0NdGPDqZF6emkH6V52hCO9gXFC02yR9r6r4sqURM5f9KEqA+rvlspExYpkLDNef6GFplRH1dVvm36uNM87Rt/F43cIxWEI0gQKbRA4UlXIOiASNF0L+stXqiKn3AfquNeMyCGvHFXw6TP4QUCoY2Dv2b0f/gydM4rhFo87FC9QMXsQHtTZou7IBZP7knRAwqrt9wYQBxB2n/lStYvnfsQLk97vXk6TOaNymEZfVIVzfMeX95o6FHcUffoUQvX95NcPHJ05zTTdzkURAK6OTIflJcuk4qZHIXleLR2CTU9F/RU3B6dlavH8eNcYLEoFcl3KKJaXTwRUn5Hkz7iZa/+OwpBzZpiR3is6KS/MZYf64UP7I0vJ24in05BU5iGs5tzSmliC/Spv9xvPZAfjG6TAGi7SFPgiRFQvK3IfFv/HJ45Pp6/p5T/QNqSXB6jd0UMNKBZv2xrJzLR6STEXRtLuvoFObEYjm/+L/8IV30VLjfMAMhNU+LTC3yiJXJermj0VM6R+/4hDyKdSaAnT9ZFiTCsMAsQw+WMWaxbMiq+B8/28tHbUC2U5rxl6Xlf60+phS9kPHBqSkORcZSH8V+MU6ROIeyMUKYf1tRRU38puIIBvlObv7fq4+z5VJ92oeGNxv6mxoME78L96EYkNUR3kg8rv/H4vK4XXR24VHb8DBztzfZDAUf0RGRNo9mhQVMmOXP9fXfVR1dbvOnPsZy+F5dUi7xOafhlaM3b6ptxru/fG4cRSDSNyV6k/TGLxC9lqtAjNuzfBECNtIvJxuYWzjVUlmiJQ03T3xK6B7HTUXHmXUmyWZz6cYNlgmUbcfXkiK+iGrvzy/+qqyKEvNo8QllTgNryiLSQ053xt7OzmONWSdEU8m3j/OLC1rbRI68m1eI5OU0NDGLHT3bK69RsDhbGS6L6FObvq2oFiLRMzauj1VxW/uOo7xiAhgPtyjnFuPeh/lFnxaWytdpHRwSwaW2JN6P7fnFETcla7L7lXV0UMqjZIOqM93IN78sq/LX5UeEUP6rpg4J65+cZKH9IL8IPpiHABz6JTzLO7qYByPxtvni4L/r6tMNt8TnwzT979qTFMQ1vyLGkv1AqhkBa7kVgYxPj+d9dMHqL4rk+rG2lrSxp5oyEkPFNq/oKfhgbp4weqihgQma/CTzOm515xMhs+6gbSbxTbJNV9pUh042EL846TPVur5Z6ESokciJC2t+UYk4qXqflZaR6QnoHxeXNfRfeJakOMTNTjW6PhV8EXV+Oyvvm4rqVxUUFqFK7VO2rfoVqSoCT0SmUHegRgW883B2tXUCT1WF7+LkVXncUNbbhf0Q0HxvrwdNCr5lzkx8OjNHHUXMmXmKE9GJYtmjl2Bj2Q2NGP/J/gvKiDhsqvxQYtYxzrABYgngMs6XJeVUw/15RXZkTW8fTsk8SFDQ8PK97Pyf60/9peoovkhTX0HIJMIrQpQCBLbpFgzp7OrrR1o5q3+pPs5orILlhtOwtXTcZTjda54zKNF7+CxWQEQDsFc1TP+irEJCZ7wTgGpWHLob4pnBFxzt7nGmyKNicFbUSs3gVa+/NLogx9ma8ahCRg7k5CPsP9c3cKgJ8P6kqOSdwtKdNbqmgi9mn27cl51LGVqNHTcPzQkDUPJUjrCYSanlqy9jv8I2BJvYcwnuLd7KfUvxlmveN8FBUnkZNeXavfvMCJQ2LlLOV9Ec4gCbLlwUy6AwDcGcu0upGmE10uYY+jggudBymlpsphVTpXSq9NY4MKhZ0r9qainT3x2pxmX9S892bvnY2oeHV+gB0SBUVQrljoQpJQvw5S4dlmdskgNMy88VnJKEEavHWFBEmHjVrR8/ecrFyL5K2FohPVDQp6bvRg+LC3mnYueSBdqa44iVl2kwslZOC/RIuiswUUnVQd7WKaX54OKwHFVbQi5WOpgE0xkuJG5/bsHnpZXLWWasW1lp+Tt5hWvmWaVmOdvOFxlORSL97qdfhI1wg4mLUU7FC4QemSZS8bThiyzLFlx1put3Bw+L41qxeGLXJwXF0glUTKBgIdxIEmULmWP7WvK03edpG7g6peSEgFUBFAaPZSDk5K+u/pUaZJN+l2ixl+/caR0aUp8FjFQiYYHq1Mi+WB1JH5+AL1K4OSkTDAHgJM+YFDTkiduV35QbVb0bFmZix28ezcuXgra4ug81nKaOx5NrHz99EouWujBACrFLz1xayTiZJZStfy87zy+TLOc37bPuXN+OpAMlfbPFB3S4xKOus7tW3BpTJHJt33zSf+TTAxf3Z+V9W3nEwdym2h3pD0IiM0SUviorl0GwutC8nEWmiA8Li/naEhkq6ddsL1+UlqBYoqoHlGU2KDoftwT3g79/OVItnX/w6jUJBnFS4sU/jh1/Pzd/hbLCEqse8Yf5scwEUSRo0B+Ly9gJxdn/obCYQ9FvFJzJQogXckAyJPJ/iNJcbQJKOog7PmCsx0hhiWBLOuKK3pabnZtkD/kMmdFGlY4oMqv23HlqzcKTRX9lyn5SVIzrryhUpnEggh4F3VCvGVe5foUj2au+vqISNEjZLd7JzlXHhDwnv4glVldx/ZgwV47zzWKeztdbOx9H3Kh+b3Z2neKWwm0E3fBbp/OKtntujBMc+X8/XuvFdt9rV4+P+XF1CQ1ZcxXsrqqHKwWzI2vcTr748j/W/GlRaTx1msmFAKVUTezPK9yqDFPMzT/WnlzudxUeIpCVhK56GT9ZSXsn8xefmdhOxcxoThREwaikWlV6UUPhc7H0j9ExuUTrp0XuCOjbcVO4kU8/zCv6+7ETrBOvERsSpeXhBJWd3VtkrtuxwM2Oyar5Y029+JoVXxRgyUpDbELiV3xEGqNf+orkDX02rt29u6ZplKlQTHU8M2H5IAlq5Jtdyw5ez1iqRhXPtDlA5rPScrUYXyXFO56cQ2sa53dwCam/tW2TkUb15CKJaAvGQc/XHJbEyRGW19iS3JsmONo28kWmJ5Eyr+E+lRclVERIZHwNCimJoNlsOSUxJvhixthRE3mi47du0xoFdMnJo9Ns2KIkGlPUHBkCW8VTCR+ZQdzHb9/G49csZyP9bqksX/mGrc1WYI7YSa35uKB477QYjNUyrKwWqyXgi52mtu88qUId9jV3o1rq9Gy5xYns1XDNHkeADIpBsMesiYOzKfVA8MSOoLRdfFFqndLyBPbXiNj2lf+rqn4/Jz8e5cyst+9wthC4TWEk3pJLaXny36a+vnsvZsDh/OcV+7ykXHAgc9+5iQmZfEs9p2JJIPL3xUbTDpkp8ppbJaerNqBywurStbsXBDrNOiFX1CCGU+Z3AsHytP111jszP89pLQiTJ3v3wrLZmbMcSPdkmMEX+UF+OFGrXlLUKo5Vpn3kkoRF/bmiYZmRGZM3e4sMu54ljN9nte09w5a59eXQCBVd+ekV+WBSgBT2Wh1RuPX7JjLCtvBFQTESAEROvvbmEB0u6y6/sTlaA46o2Nualqt1Fingghfz+aZyABPBbJdco/QGpxczhYo2cEDUGMRkgOi4G5VjxRgI/kIx92ZzOJqQ5Nf38/L/Un3MIVzHbeYjJvovSisk2q7uBrNLtsPrTxO3o3n7vqhUjbqEtnktr/G9/KJYvYilelLin5kZeGRfJf6//u131TfpykVtbZBpWNV9fVetIxWTJZvyRstcXy2/xkJyyiu1Jo6LXKmY0LJ7JJ8vihJ1kEQlbNGAqRSApBb+QrN1FNVBXVGMan2knFKHWQmrkEIEKFuQ1wddU+SMmkjjUWM9uEAipSe3qeW9vELqtSqOcjnk7z968hShZ8mRhaYplZDUDwqKJMYIUk3x+UyH23Hnf11xZMVuKWhpUSBJ1cCp6Wk1ZsWZs1II64VYOsx5R+agHIRmBgcKSogLynTsyBx2103bR0bUrdS4bYWlSpj9gfyieBGl1C8qyXyR1YUrQn3qC1e22gpYhM531VrcFaFTPIvCUFc3NF4HLzNRC00oHRqXeljDHXcXApo1ov4fFYhtLmLnEFoiZJrBUFot3ZpamfqO4ekDIMlAKbjlfccInSwQij+Y5JNnz9mWGeQbBwa4P/ZsZoKUWQENAiPymloVFOTISJ8nmLYzUQLz8+KSd4rK/lRVbQsJGNS3gNGeBVVu1TomnO1eUTL5otOy1EkxW3W3pMxb2IjMMJ583ldpGAlGkUS3Fs4qkWOpimOo25uUp5H5gzAtUHeo1OwT/ZdjibC3ZmbWrAmX+VgsWyGp9Hc/H47Mp9EPFxqy5WAKKZR8LDNq7MZNbovlsXJ7CiKL5bCXJCbJR6KO5jmSnTIsk3WbHujg1Sklk6IGQcJweBxtJ6xR/t423TGRYZPGFx0VhQEVh02uASGWoXEwi2lC9vTy4sXEUjUwmQcF6ay5/1Qeej+7QDHxRFAI1wQEAgKvQkBBY/1beCWWHzS1Z7U4FUlPleT+V21RhsaabdT2CLBnRi7JJYsClWWRfVVauYPqzu7CXMaUMHgeWckLdKp0yPtMDl90YOQR7s8rVMgm6Y9E32flVbV5+6K8Qvtm9azFjMSaFJaUCYVg9RI3oQGTvYgxV3f3mInEbf1+Jce0Df9a5j/pswoDBgT2DgJ0aCU1lOlfvmQhSELh1C9UzVGtOIbovQPI6pUifWprRKKDrnACD3e28vVefhZbX3ty+KIYGbUJZM5tk9FSrZy3snJ1hBBCKalATa9/nqjlBGK6iVrORr9/qqxWssQRfTc7T16Hd1QY3zpGYYSAQEBAeTOsUUjdirZoCiQJctYTNGppuWd/SOR8PRzVak5Ro/Vd2bNQZMDCk8AXWVHezM79pvLI+n0EtwLW+StXVACP5y/ivn64M0lnfqPqEqQzNlVxTQ8XFtimOSPnHi9u5abhuwGBgMByBFRzFP72ZXkFNZGRkDtWqan31bEsKFzekHJvgtZ/5SrfmDbgbx7Kfi83X1mJvYlDZqx6q3yRk5la9lFhqQqT24eIE8gZK6hn+24RRg4IBAQ2REDyldASlRqlw2p3KvKca2OLGVkb3nRXXEA0l+ejFvTh002byijbFavba5PcKl/U0mFfVq6uh9sNnKIbvIlCALb7RmH8gEBAYB0Enr94Lp5ePxxpCUNT10PUZdgtmYfAlvji02fPBarJ8VqqMTYnw0mAKLmJPdMLLQtmHz8WF+p1rM/Rs2d+o0+FkipIprKUSisiuBQEGlrqOyjsW2tKEa2NFy4y0Zw8f0GQkuDvjuFLElyYKeJtwTPvSYQVBQQCAgGBgEA6ILAlvqhlq47wb+cV8TrIoxDwovKFhGhVST8tLv24oOiTghKZ9V+UlSsmIpvQX58qFsVL733FaNRQFdzs1wjv5uSpl+GLigN9VVHJUOMr4mhkDX9bUanDhnL+WGw6oBbmEBAICAQEAgKZisCW+KLgF7EwTKk6E5W3n1HpRgL+oVOnlYLVsfqn+np9pthb+AXlTmQ3Nosm9Wl+U2vlmW6tfJjjJawocNA7cVmeIsVRox/VmTE/CqVfzktR4JTOR4uLmdHkIVO3UVhXQCAgEBDIGAS2xBczBoWwkIBAQCAgEBAICEQIBL4YdkJAICAQEAgIBAT+h0Dgi2E3BAQCAgGBgEBAIPDFsAcCAgGBgEBAICCwFgJBXwz7IiAQEAgIBAQCAkFfDHsgIBAQCAgEBAICQV8MeyAgEBAICAQEAgLrIxDsqGGHBAQCAgGBgEBAINhRwx4ICAQEAgIBgYBAsKOGPRAQCAgEBAICAYFgRw17ICAQEAgIBAQCAokiEPyLiSIVrgsIBAQCAgGBvYBAEvjiixcvdOu+PTOzJl6qfk/curX6o6g11asgVpH8xYuXe+EBxNeoTvqdmYd3Hs5ae+ILn3748Or03cSv3wtXQvL2g5np2dkIx4lbt2cfPV6+8AjhhSdPxtbamdGVT58/111WT7TViG3qAe0FwMMaAwIZhsBW+SLCUdPbV919tqzjTMfwyGp0dMmo6OyKk5J4F9P68/39VyZf/uc3PCBOhm7cf6DnYvwzRCo+shEyshWqLlo5jc2QrD13XgMv6wWadpW/Iej/hevpf+l17/iEL65gpMvh8vXlcGlLsmLMDNvQlnPyfH9+U8vR7p66vn6NP4+d7Z2cvhvfgbjduYnLELv1YMbOtOWWt2qBVfSvvqHlHR0zCwtxNhm9GLqmUehkHLQ035mmtyZr3+xDf/78+Z2HDzd77uy0idt3iCnr3M6Y+rBuduTNzn/r19s/c48fb0oksvcsbUMhV/sgKGXYqXzy/Ln+u5uC/eHCo/hxW+eL92bnrt27t6mRX+PirfLF+3PzP5yooyw+ff4MxbG/EZ1oeZ2XRh8uLFAlq850+3dAR6pzfRUdZ1AW/+owpQUV4tU2NIwSaVOMnLmgZ3wCZTp94aJGxF4bEPs8eranc+SSQ072P9F7DifOvAbFlWe6rBQyBc1tlnn93n0rPdnXD1VvQrW66+z5K5P35uY09qo/d/785SsxVCenfjnZcLzn3On+gWcvni8+e6qNM06gz7Mz3H/livbOZe2d2oG52PGrOddX03tu/Nbt19gru+Ur9tvFyasxJFtaxm7erDunD1qXN2FI1ijvPPP3YydGrt9As7IamqDh05sPHrj+wpWrkDzVP0ALJ5p4f+Hx4oP5edvSIPpm2+Sezr9q6sZvxVTJ9uGRY2d7Biav2rHD12+c6Dmne5oNnyZA2U5Fza1m2HJxSAvx5bMy+WjaCU6Vwg0NhD7B66PLXN83cZmEsc635h/HRk6EIG7q1sm9eGZ+AQmqOtNFbH2wML/+4Nfv3Yuokxfo26suvj83p7meT7FbZzku6SZ35jsymuXrLeixai+/YuOtns/I9ev352OQdo+OtY+soVlFXzFmxA4RxuEl3Lb1Z6t8EfE9OzZe0tbRdHHw4aNH5koGv3HvfowqNbfcvP+A5oegu6ywpQ0LvH73Xm5TE9FA80UqJntXQUvr1elp/PXMyKg1F7e2+9bojZvGxFZxCFoU3uDfwatTdiemePXOdPpQn2Q9HkcOjbZGug6SbeHomh1Q2tbhzFi+hc89esz+bANZPgLtRKFuOaebqD5AJkZ0jY5iAL6lySXiXtTcRu2evHPHsyCWugVey+46lTa0O1noLR8HFEQHooBV352drejoIhzYWjAhfkEPDvp6wudfJ2ov37rdtfSOEc6NT4zfvHVm5BKo0fQjXd0ug23nyOjU9F2PwGjtQyOY3+MnT2xXCuWl6zc8L9eUtnc0XhiArd27HYt6jTHxcrYEmyR2dqau4UAtg0Mx+fIZE/HNv1QfY+ChzF2+fbt1aNhCLNmn9X391+7GLPNzjxetiISKadk8BU2tzReHGvovAMGn/jYNXLTfjIbLGtBOM86tBw8cc8KZ0Z6/fEkCe/bihV/3qu87f+N+jDI4740DF8+Mji0sPoGw6Zkk9cII3k9Dv4DlEOKtiKkgRnzu3fPELcRhRKMsisgFt+hYEXB/rmtgJ0MGETeYNw0MRsoTYmgr4oI0gdbBob9VHx+eum7tDrtPqYwdS/hHKO3eH+fOHgCXs0aOtzoPmgh25fYdi7XfOi9dsq+ih/5jbX3FmS70n+nLTgD12bGJSC8n3NtvV+7ElGljHm5ovH7/vgGnpqd9SmC1vcFrnKRjtVW+aPHOjCPXMTJi6l4cP9szPfvQRHE4hyTOF5EeXND7yM3Yrdstg4MEcP/SYIgMOMGp8/1dl8YONTTabagY2hQjVROXD51sQPHtJ8yAkAU4miWwko7Fzg5Y3d2ddbrJ6pwoM6EIWnLjwACxAMJoMWOg99Hxk+cvoF8HTzZAgxbuK94fuRbTV2iKxDSSCjHFviGucrP5FLPkzV1Cbwh5MsjOLnZb736k6yzQwGIjuRFZKiI0duD0bExIR779i7RhbNEL+BA+bL/WweHjZ3uNQF+0Ue1nuw6pQrCyGhqBeX7icvfYmG/RLB1jUHtM5DwmE9IxXTN9JDZU42T/BXTEPFkOHLQzl0Yb+gcsH305eKqB5QbFcU6LWtuA4CPXXLgyqcE4a5UtZ2ntw8PW6Jj/UFOnhTgyBBwbsqLzjPddY8x7c/M/1p5E7m0tZG7w2jWiCQECv6Q3LDE8inUvwoeVwrlteMS+RTqNtvj0GRuSAX1kJpdu3CAOplsTcuSopK2dlBBtJCKXk2V1zpqYACIRibZ3YoLoT84g8XsHgMjdP4/VoGA8I/g9DupBgBeAFyen2H40aTcyQcr1ltw2OEy57xmP7SgixbaekW0dvO/yZSu1MSJNiZCq8zygnER0/qe6k3ZOZB2EIdHBem0Ab+pmb08WtbQx5+CmYCHP+QtJxK2ys5viDk8b276lgNlXjnnfkuUsuT9b5YuE7piCeP++ZRw8ddqzRy8I4OTHP1dVWw/Zyr436ZL2DscA0c9rbIlYfd/45Rib7D47evMWesRMYYv8eKKWOImbFrd1uMyw1EqHtmdsnPxFXjOgI0RJ4glKLhY7Oxr7XvwBsx7nNDWTBhwe28imQawj42fMbXauj0z9/YkaJA8RyTrVyAzosKE7UAIsGt11aXT20QJyTzRhLkOebs88dCahR1BF4tPfo/Paj4P4efFqTOTyg7rYYHaU1xAW1kQItdMojrE91tru/at37yJwNtvPdSeJtE6sowjz8vZO2gySh/rTFzEGZ9sz8iyIqN2jMa4AakLxzMK8950C71AsXnvmyf1iw4ULNonzeHZszMx/qj9FKiJUtQ8NWxcSHPm06DcsCrET2hqj5l4QSbFA5zryntoqCBzeiYoRFHBE2+/Hmjpntu5cv8GB4E1X2odlHZ1eXLkzfay7B4a2pTF9ah8uDfXcTQeuXsUamS6O9/Q+WnwS452LiwYBdfPAoOeyIuwgubC8xmjmY4bOF9uAE8dhUdXVHdsAvX3AsUZzNqx9Re9xykhR/sXzytpjglfkExm+du2HmnreJcgj9+Qn6/UpYQvUJA84cOJ6h7k+3SSDxEGLhUy+fMmc0DxwMbepxWO1K4ikxCBb5cHCAreO0QDl0DmepLFo+zHAeO0Fbkfubx4cymlsBHJsC83NIWjooU9Z5tF/7zCkRbNaEU6R+FTXuXKrfNHC7HKkBwnG5GNn4/4DtJsIgJMjH0RpGyV2/Dq7yKHExugyOmIkWbMEOrRsNeQsJ418OjM/z/BC+gblk6fPjE9Y8DrmoL51m0zql4MnKetPn0Foz8vNmxZY14c8DdsNzgktJ7JfoS8nz5+Hkq0DkLsPZ4n/8IE2irNIGB8aRtcI706sMcUDEz37JyeRQhYMDkt0f3TpEWTqD+GJaye+OhuMouxf+3Du0SNhqAyMpE4yHMHW+zhipKMAjYLFazg4NcU82L/k9SH5QQyq3ochTxu0XU/R8Qi8Ri5BPXz9umFpljhrmgCLSaMgkd5BaWPOsQH4adiKl4yr7RZu1ezME7djIlfML3t1isnLRxwZDqyL0bUIK4cX7fYVnI+cyoxvu3JwRFKsi43AAItheOFGRgMXWu+7SyiNe2Ez+y4LkINMgCtvP/NocZF04qPIBA1Miuz6LsnUw0uHI/fAihefdGUCFvLX6mPE1iXcuujfXlR0dBICEG4bxpaAT2SQICUc7T5LJSBb4HyYolPsX+Cg6bdmZmhXricl+C4RxL6yu1K/zKTcERVi/CQKWFEe4X5s3LBML3wWJID78wvlHV2uQfPpSyAlMQxMTlJy6JfgdTF3OOujXUeAgKdjyHjjANrMxrRDwIv0LRk5HgA5irRI7s9W+WI0G6vaUMAhEzlm61zmAK9QYuL/Lg/WikUMZpam+Kon+iqVjkS24qMVqK4T2+Y5bfikkrvD0nO0V0G05vtLWUP/M07YqM+e//rv8usJc4lHsqQAFopsFMkV/XBd83Egvmw5VoQtYVfkUd7TiKyTU5Eq4jyLgn85O7xGsgmmzINLMRTPMNSIPJE2aKLHunpp0g/mF5AtX7kzMxO9oCLQmXyrdYilNJaARGUk4JMtKJ2EZmorMYKK4FMD+osTE5q9yeQIyRTgk/gtCAe0aryfISGK/hAqwjvIBuM1uCKZlVhPbAKCy85fnrTqCMnI5+rcMdRjA2CPAruIDvRyfDFyhXgBf4B7c1cfUiYZO8dajnbHLCuWRqr4qa6egM5Ow2oovPnB3Dy4fMSiTtKCKg93ZDCzaYkOtgT+Byu7hfRgc5a2d/IW2SeR4mhbwpmRYzvCcJLDFxPZYT1jE+skLCYyQrgmIBAQSBwBtHUFeWW8EboVjRCjTfML+Lpr4ukHxHAaYfwWkX786/Ux0Tfm9YrLZHhqPBY/ejOyocVfRP9GCqtI6XjQqfeY0RA7Hy0fEA1dfvfEV5qCKwHFdhclvVgsfZe2F0lFcUDiaMMtQiaSk5YLsjxk8bBeLyjKS4/pV5yoiWmLwKZAtpHAFT18ZmdiAXEnvpFWvAACYOPS55LiE9tOgCV/xOFlwwfscjCZf7bJtJA6vrgpWMPFAYGAQEAgDRHAwXrGL4tvGJra9myBNFz+ZqdEPhBQKbhmdylFgS9u9kGH6wMCAYE9jQCdOwpQCj8bIkC9gxXFbsMr0+qCwBfT6nGEyQQEAgIBgYDADiMQ+OIOP4Bw+4BAQCAgEBBIKwQCX0yrxxEmExAICOxiBCRK7d4Ui12Me7KnHvhishEN4wUEAgKZi4DISZkGEtUlV6wuiS5jOErq32s/IkjVapAyK9MmSofd8EemZtqW9Ql8ccPHFy4ICAQEAgK/IiCpTpU7WflS9KRjeleypgpfUSmJs6NjEkO9kHOisNnIUoVrSQtROUaZBlE/PjkMKt5FlT+9kKseXbB7fyxN8UU1W2T0SweSp6i9oH9l4yj7YIHxsrfWrsIGcOTvy7uAm8xa2SkQizIXo2QYmTzy3ZUsjjKLAOVbfqMsF/XkJP5F5f69Y4RYSYSFpEX3BL64e7dimHlAICCQUgTQccXJovJJKDVmoKxBVBxc1R4MAGX3GmXHNZV9UedF3RYlkGhRviLhXVUzL1QwUN9RJrvaCwoHKh+q2suuzuVXRkoJJPWSJOBbPi7116PHVXETjKpu4rmJCcVRJ6enpW0cOdOtQo3ySZgZiUGpwmNdPZhlrO784BBm6a+0R3XqfVHprqNdZzFXtdeBGVXZvTc7qyQCWSRW9nluTmakkguQjPWPS1Jd2cAXU3quws0CAgGB3YuADPT85tblnQX1y4tK/FCAWFZRfEokRhhVAVXyBjUfvHpNK1D/Kn4ZFczDJKLaLuoDeIfqs9sTP3SYUd6vuquHNEBuUP4tEgXUSLJSBfOUQVCnRhYjjsj+TO1Wr3Hu0WJ+c/PiUrtZ9Z9doOFB1BUVl6UOqnigqI0uTKQHQkmkfCuTpOS6YX20pJVex2tZsJPYrSzwxd17SMPMAwIBgZQiEGs/0tYe9U1UfkwRcE41qox/24aGtBBBrNUrVrRTOTdv0pBifd+mrkWNzFysHYIXqsHRHb2g7ig3r12XXqG7LslvOfSzjx9Zcrw6EmUOh3MBnThqKKvkevelWNupkvZOpmbF66MSQgQIFW3EK7lMGWdFAb3Q1lgdWnrhs+fPVIlTp1A1VBerMq/PFxHEt1TTVYzQm3gt4y2tMao3m5QNEfhiUmAMgwQEAgJ7AgFBJXQXjE1RbLU6+bQ0zVDhmh2Vzsc9xh6I0Gu1oVa4K9Wgp0uh40p98sD5C6bTAxcxDC9UBz3R20fRRNMjfWiX/ig3z8g5998l0Ju1xbAWHEtdXFZi+DCcKjSP7cX6gNKq70zjfCylsQ6dz5/rNkHC0OnMONgbhBWB875/IcN8SjsEoxqzPJECfDBC31VXL6okrlW72r/JahMU+OIu3Ydh2gGBgMDOICBIZPTGDYEh0e3FmIzevBn1GqT3MPR5gaAz8cWbVC/1470zs/Ao+hQXiaJLONJuPpjRPGd1aOvOrO1176oSLPNy3L0nFkZh9GgwRdV1kppdeBRrtaHP0sAg8zKdW7c77YBiLYuXnIJLLbLvuBhE3uG7jZgc6KILdGsRvBO9xim1hVHg1+tY65Lpu7isHjivO/2V3wt8MVlIhnECAgGBgEBAYD0EmEBF07A20/A0XV+n88/O4hj44s7iH+4eEAgIBAT2EAKchRenrglNSlbs6HZgF/jidqAaxgwIBAQCAgGB3YpA4Iu79cmFeQcEAgIBgYDAdiAQ+OJ2oBrGDAgEBAICAYHdisD/B5xXhVcjXJj6AAAAAElFTkSuQmCC\" alt=\"\" width=\"605\" height=\"98\" /><br /></strong></p>\r\n<p><strong> </strong><strong>Implementation plan </strong></p>\r\n<p><strong> </strong>Outline a proposed implementation timetable using the table below.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"136\">\r\n<p><strong>Promotional activity</strong></p>\r\n</td>\r\n<td width=\"117\">\r\n<p><strong>Resources required</strong></p>\r\n</td>\r\n<td width=\"128\">\r\n<p><strong>Staff responsible</strong></p>\r\n</td>\r\n<td width=\"114\">\r\n<p><strong>When</strong></p>\r\n</td>\r\n<td width=\"107\">\r\n<p><strong>Cost </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\">\r\n<p>Instagram page</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>NA</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Marketing Team</p>\r\n</td>\r\n<td width=\"114\">\r\n<p>October2021</p>\r\n</td>\r\n<td width=\"107\">\r\n<p>$500</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\">\r\n<p>Stand at Vegan festival</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>Samples</p>\r\n<p>Brochure</p>\r\n<p>Order forms</p>\r\n<p>Banner</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Marketing Team</p>\r\n</td>\r\n<td width=\"114\">\r\n<p>November2021</p>\r\n</td>\r\n<td width=\"107\">\r\n<p>$2000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\">\r\n<p>Email mark, discount code</p>\r\n</td>\r\n<td width=\"117\">\r\n<p>IT</p>\r\n</td>\r\n<td width=\"128\">\r\n<p>Marketing Team</p>\r\n</td>\r\n<td width=\"114\">\r\n<p>Immediately</p>\r\n</td>\r\n<td width=\"107\">\r\n<p>$100</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Develop a communication strategy.</strong></em></li>\r\n</ol>\r\n<p>The purpose of the strategy is to ensure that there is regular communication within the company, so that all staff are working together.</p>\r\n<p>Use the Communication Plan Template to guide your work.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"139\">\r\n<p>Audience</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Key message</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Delivery method</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Frequency</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Location</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"139\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Marketing performance. Ongoing communication</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Staff meeting</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Fortnightly</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Head office</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"139\">\r\n<p>Staff and Management</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Progress</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Email</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Weekly</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>NA</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"139\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Team building activities brainstorming</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Staff Meeting</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Monthly</p>\r\n</td>\r\n<td width=\"139\">\r\n<p>Head Office</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Write an email to the Marketing Director (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachments.</p>\r\n<p>Attach the following to the email:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Revised BriefingReport</li>\r\n<li>Communication Plan</li>\r\n<li>The three documents discussed at themeeting.</li>\r\n</ul>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Please find the attached file.</p>\r\n<p>Dear Assessor,</p>\r\n<p>The main aim of writing this mail is to inform that I have attached the following report:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Revised BriefingReport</li>\r\n<li>Communication Plan</li>\r\n<li>The three documents discussed at themeeting.</li>\r\n</ul>\r\n<p>Kindly find the attached document on go through it once.</p>\r\n<p>Thanks</p>\r\n<p>Best Regards.</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li>Create a PowerPoint presentation.</li>\r\n</ol>\r\n<p>In the next activity you will be conducting a meeting with the staff involved in the NatureCare Products’ marketing effort.</p>\r\n<p>To ensure that your meeting achieves its goals, you are required to prepare a PowerPoint (or any other presentation program) presentation that will give structure to your discussion.</p>\r\n<p>The first part of your presentation should take about 15 minutes. It should include the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Detailed information about NatureCare Products’ strategic marketingobjectives.</li>\r\n<li>The new CommunicationStrategy</li>\r\n<li>The planned marketing activities to beconducted.</li>\r\n<li>Roles and responsibilities.</li>\r\n</ul>\r\n<p>In the second part of the meeting you are required to coach your team in marketing. To do this you are required to identify a topic relating to effective marketing and research and develop a short coaching session on this. Learning more about the topic should support the staff to achieve the company’s marketing objectives, so make sure that it is relevant.</p>\r\n<p>Consider how you can best provide the information to staff with varying levels of skills, knowledge and experience in marketing.</p>\r\n<p>Ensure that you incorporate techniques you identify as suitable into your presentation. The coaching session component of the meeting should last approximately 15 minutes. Save the file as Meeting Presentation.</p>\r\n<p><strong>Presentation has been attached</strong></p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to all marketing staff (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, collegial) style.</p>\r\n<p>The email text should advise the staff of the purpose of the meeting you will conduct. It should ask for a place, date and time that would be convenient for them.</p>\r\n<p>Attach your Meeting Presentation to the email.</p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Attachment: Meeting Presentation</p>\r\n<p>Dear Assessor,</p>\r\n<p>This mail is written to inform that a presentation have been prepared for the meeting on NatureCare products. The topics of briefing report are covered in this presentation. I kindly request everyone to decide the date and time of the meeting.</p>\r\n<p>Thank You</p>\r\n<p>Regards</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Conduct the meeting</strong></em></li>\r\n</ol>\r\n<p>Conduct the meeting with the support of your Meeting Presentation.</p>\r\n<p>Ensure that you address the following within the meeting:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>NatureCare Products’ strategic marketingobjectives.</li>\r\n<li>Communicationstrategy</li>\r\n<li>The activities that you documented in Assessment Task</li>\r\n</ul>\r\n<p>Before continuing the meeting, you and the staff must agree on roles and responsibilities for the marketing activities that you have discussed. Take notes on what is agreed on.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Coaching staff on a topic relating to effective marketing andresearch.</li>\r\n</ul>\r\n<p>During the meeting, you are required to demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify requiredinformation</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirmunderstanding</li>\r\n<li>Conveying information at a level that accommodates varying levels of skills, knowledge and experience</li>\r\n</ul>\r\n<p>Presentation date:</p>\r\n<p>Time:</p>\r\n<p>Presentation contents will be delivered during meeting <br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to all staff invited to the meeting (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, collegial) style.</p>\r\n<p>The email text should remind the staff of what was discussed at the recent meeting. The email should include the roles and responsibilities agreed to at the meeting.</p>\r\n<p>To: Assessor</p>\r\n<p>From:</p>\r\n<p>Subject:  Meeting Reminder</p>\r\n<p>Dear Assessor,</p>\r\n<p>This letter is written to inform that the meeting was regarding the briefing report. Some activities have been finalized in this meeting for promoting the NatureCare products. The list of activities have been prepared.</p>\r\n<table class=\"table table-bordered\" width=\"103%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"16%\">\r\n<p><strong>Area</strong></p>\r\n</td>\r\n<td width=\"13%\">\r\n<p><strong>Time period</strong></p>\r\n</td>\r\n<td width=\"15%\">\r\n<p><strong>Person responsible</strong></p>\r\n</td>\r\n<td width=\"27%\">\r\n<p><strong>Activities to be completed</strong></p>\r\n</td>\r\n<td width=\"26%\">\r\n<p><strong>Expectations</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p> </p>\r\n<p>Digital marketing</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p> </p>\r\n<p>1.5 months</p>\r\n</td>\r\n<td width=\"15%\">\r\n<p> </p>\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p> </p>\r\n<p>Create and advance content resources ex: write blogs for NatureCare products.</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p> </p>\r\n<p>Generate brand awareness, traffic growth, lead generation, or clients.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Marketing legislation</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>1 month</p>\r\n</td>\r\n<td width=\"15%\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p>Search for the licenses and registrations we need in Australia. </p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>There’s a need to know about the customers’ rights and  legal obligations.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Strategic marketing</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>2 months</p>\r\n</td>\r\n<td width=\"15%\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p>Segment existing and potential customers characterized by their \'needs\'.</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Needs through market research and market reports.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Managing a team</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>1.5 month</p>\r\n</td>\r\n<td width=\"15%\">\r\n<p>HR manager</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p>Communicate Priorities, Long term goals, Gratitude, Strategy and executional information to team.</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>Communication is the keystone of effective leadership.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"16%\">\r\n<p>Networking</p>\r\n</td>\r\n<td width=\"13%\">\r\n<p>1.5 month</p>\r\n</td>\r\n<td width=\"15%\">\r\n<p>IT team</p>\r\n</td>\r\n<td width=\"27%\">\r\n<p>Take time to make a real connection.</p>\r\n</td>\r\n<td width=\"26%\">\r\n<p>An hour with one good contact makes it a success.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>Please feel free to contact me anytime if any problem is found.</p>\r\n<p>Best Regards</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop a mentoring plan</strong></em></li>\r\n</ol>\r\n<p>Develop a mentoring plan for Alice for the upcoming 6 months. </p>\r\n<p>As a minimum your plan should include details of the mentoring arrangement, time period, number of meetings during the period and activities to be completed, as well as expectations.</p>\r\n<p>Use the Mentoring Plan Template to guide your work.</p>\r\n<p>Print out a copy of the plan to give to Alice at the beginning of the meeting.</p>\r\n<p><strong>Mentoring Plan</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"182\">\r\n<p><strong>Mentor name:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"423\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p><strong>Mentee name:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"423\">\r\n<p>Alice- Administration Officer</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p><strong>Mentee goals:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"423\">\r\n<p>Alice wishes to develop her skills and knowledge in:</p>\r\n<p>·         Digital marketing</p>\r\n<p>·         Marketing legislation</p>\r\n<p>·         Strategic marketing</p>\r\n<p>·         Managing a team</p>\r\n<p>·         Networking</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"6\" width=\"182\">\r\n<p><strong>Practical steps to achieve this (for each goal)</strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Goal </strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Digital Marketing</strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Discussing digital marketing techniques.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Marketing Legislation</strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Improving knowledge about legislation</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Strategic Marketing</strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Training about how to develop strategic marketing</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Managing a Team</strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Provide training about how to manage people</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"177\">\r\n<p><strong>Networking</strong></p>\r\n</td>\r\n<td width=\"246\">\r\n<p>Bring our staff to join in networking event</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p><strong>Meeting schedule for upcoming six months and summary of what is to be covered:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"423\">\r\n<p>1st of every month at 10am.</p>\r\n<p>We will discuss what she has undertaken in each of her 5 selected areas over the month and set goals for the coming months.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\">\r\n<p><strong>Schedule of Meetings:</strong></p>\r\n</td>\r\n<td colspan=\"3\" width=\"423\">\r\n<p>Monthly</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"265\">\r\n<p><strong>Signature of Mentee: Alice</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"340\">\r\n<p><strong>Signature of Mentor: Sandeep Kumar</strong></p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"265\">\r\n<p><strong>Date: 14/03/2021</strong></p>\r\n</td>\r\n<td colspan=\"2\" width=\"340\">\r\n<p><strong>Date: 06-11-2021</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"182\"> </td>\r\n<td width=\"82\"> </td>\r\n<td width=\"95\"> </td>\r\n<td width=\"246\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Meet with Alice (your assessor)</strong></em></li>\r\n</ol>\r\n<p>Meet with Alice to discuss the plan (provide a printed copy) and to provide a first mentoring session on digital marketing.</p>\r\n<p>Focus on one area of digital marketing and also discuss at least two activities that Alice could complete to develop her skills. Provide feedback to Alice about what you believe are best practice digital marketing techniques to give Alice a start.</p>\r\n<p>As a guide, the meeting will last approximately 30 minutes.</p>\r\n<p>During the meeting, you are required to demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify requiredinformation</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirmunderstanding</li>\r\n</ul>\r\n<p>Time: 11:00 am</p>\r\n<p>Date: 07<sup>th</sup>Novemeber 2021</p>\r\n<p>Venue: Online</p>\r\n<p>Me: hello Alice, how are you. I am here to discuss about the digital marketing in for NatureCare. I want to tell you about some activities that could help for better plan.</p>\r\n<p>Alice: hello , sure Go head ..</p>\r\n<p>Me: please see the monitoring plan that I have emailed you</p>\r\n<p>Alice: wait a moment.. please start the session</p>\r\n<p>Alice: yes I can see .. for company NatureCareits is very important that we hit customers from all over worlds, get to know about audience ..</p>\r\n<p>Me : yes , so I think , social media marketing is most effective in today time.</p>\r\n<p>Almost everyone has a social media account whether it’s on Facebook, Twitter, Instagram, Reddit, etc. There are a lot of people there readily consuming content for hours on end. So we should focus on this area first then we can go further for other way of digital marketing.</p>\r\n<p>Alice: yes, I understand that now social media is heart of market place. How can we go on this..</p>\r\n<p>Me: we will contact some activities that can help you to complete one step towards monitoring plan .</p>\r\n<ol>\r\n<li>Set business goals for your social media - it\'s best not to experiment without a clear idea of how social media will support your business goals. So we will go with NatureCare goals. .</li>\r\n<li>Create a social media strategy. A strategy will help you to deploy social media in the best way to reach your goals by prioritising on the channels in our RADAR which are most effective.</li>\r\n<li>Active social listening and reputation management.</li>\r\n<li>Define content and engagement strategy.</li>\r\n<li>Define communications strategy. In the social media era, a continuous communications strategy is necessary to engage your audience through the many channels available. Key issues here are defining the types of content value you offer through different social channels and the frequency.</li>\r\n<li>Deploy best practice approaches for the core social media platforms. Each social media platform such as Facebook, Twitter and YouTube has unique characteristics and audience needs. There is also a bewildering array of tools to deploy and etiquette to follow so you won\'t be seen as a spammer.</li>\r\n<li>Social media optimisation. You may have a presence established, but this is only the beginning in your journey to optimise your presence to deliver real value for your business</li>\r\n</ol>\r\n<p>These all points will help you to develop the skills.</p>\r\n<p>Alice : ok, what else in digital marketing can help for NatureCare monitoring plan.</p>\r\n<p>Me :</p>\r\n<ol>\r\n<li><strong>Search Engine Optimization</strong></li>\r\n</ol>\r\n<p>Most brands tend to have websites that are geared towards converting visitors into leads and customers. In order to do that, you would have to get incoming traffic first. One of the best ways to get inbound traffic is through search engine optimization.</p>\r\n<ol start=\"2\">\r\n<li><strong>Email Marketing</strong></li>\r\n</ol>\r\n<p>Email marketing is nothing new. People have been sending out invites and solicitations through email decades ago. The difference now is that there are a lot of tools available for automating the email marketing process.</p>\r\n<ol start=\"3\">\r\n<li><strong>Content Writing:</strong></li>\r\n</ol>\r\n<p>Content is a must for all of the digital marketing areas. However, the discipline for creating content is also another different area in itself. A content marketing strategy is needed if you want to persuade and convert visitors into customers or subscribers. There are a lot of types of content that can be posted online. Some of them include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Blog post</li>\r\n<li>News articles and/or press releases</li>\r\n<li>Images</li>\r\n<li>Video</li>\r\n<li>Music</li>\r\n<li>Apps</li>\r\n<li>Game</li>\r\n</ul>\r\n<p>Thanks they will help in digital marketing, I appreciate you time to attend this meeting. Hope this meeting will help you some valuable insights.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to Alice (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should summarise what was discussed at the meeting.</p>\r\n<p>The email text should also introduce and summarise the contents of the attachment and seek their feedback.</p>\r\n<p>Attach your Mentoring Plan to the email.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching Mentoring Plan,</p>\r\n<p>Thank you for attending the meeting. I hope that our meeting was able to provide some valuable insight into marketing progress. I look forward to our continued partnership throughout the remainder go to work year. If there is any question or concerns regarding the plan, please do not hesitate to contact me.</p>\r\n<p>Please find the attached Mentoring plan.</p>\r\n<p>Thank you,</p>\r\n<p>Best Regards,<br /><br /></p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Write a team performance review This should be about half a pagelong.</strong></em></li>\r\n</ol>\r\n<p>Explain why the practice is not allowed under legislation, and what actions are required. It should describe what the correct practice is an inform what you expect from the staff.</p>\r\n<p><strong>TEAM PERFORMANCE REVIEW</strong></p>\r\n<p>$50 has been offered off their next purchase if favorable review is written on the company’s web site or Facebook page. Reviews that are fake which is been posted and is not removed by the review platform, then it is breaching the competition and consumer act 2010. If the reviews are presented impartial then it may mislead the consumers.</p>\r\n<p>Reviews may mislead consumers if they are presented as impartial, but were written by:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>the reviewed business</li>\r\n<li>a competitor</li>\r\n<li>someone paid to write the review who has not used the product</li>\r\n<li>Someone who has used the product but written an inflated review to receive a financial or non-financial benefit.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Send an email to the team (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should include your team performance review.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Team Performance Review</p>\r\n<p>Dear Assessor,</p>\r\n<p>It has recently come to my attention that the marketing team have been offering customers the opportunity to write positive testimonials about the quality of the company’s service and products. Customers have been emailed and offered $50 off their next purchases if they write a favourable review for posting on the company’s web site and/or Facebook page. This is not allowed under consumer law. Fake or misleading reviews. Businesses and review platforms that do not remove reviews that they know to be fake risk breaching the competition and consumer Act 2010. Reviews may mislead consumers if they are presented as impartial, but were written by: the reviewed business.</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<ol>\r\n<li><em><strong>Review data</strong></em></li>\r\n</ol>\r\n<p>Review the information above in preparation for developing a marketing performance report.                    </p>\r\n<p>First of all, review information about the campaign, as well as the strategic plan and identify and makes notes on the following for use in your performance report:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Overview of thecampaign</li>\r\n<li>Potential of the Indian market for Australian tourism and current Indianmarket</li>\r\n<li>Targetcustomers</li>\r\n<li>Marketingstrategies</li>\r\n<li>Success indicators for2020</li>\r\n</ul>\r\n<p>Next, review the current market profile information and using the data, make notes on the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Market overview information in2016</li>\r\n<li>An analysis of the data in the market profile against the success indicators included inthe StrategicPlan</li>\r\n<li>Evaluation of the success of the aviation development strategy to date using the data inthe marketprofile</li>\r\n<li>Evaluation of the success of the geographic strategy to date using the data in themarket profile</li>\r\n</ul>\r\n<p><strong>Overview of the campaign</strong></p>\r\n<p>For realizing the potential of Indian tourism in Australia. India 202 tourism campaign was designed. The focus of Tourism 2020 is on improving the performance and competitiveness of the industry. The goals of Tourism 2020 is to achieve more than $115 billion overnight. This goal of Tourism Australia is shared with Australian tourism industry. Improving the performance of the industry by pursing the opportunities for increasing the consumer spending is the main goal of Tourism 2020.</p>\r\n<p><strong>Potential of the Indian market for Australian tourism and current Indian market </strong>there is a huge potential for Australia, where the contribution is between a$1.9 to $2.3 billion to the economy of the Australia. The world’s fastest growing outbound Traveler by 2020 is India.</p>\r\n<p>They key Asian markets that is driving growth in the ‘Asian Century’ is India. For helping the Tourism Australia and the Australian tourism industry, the Indian 2020 strategic plan has been developed. The market has the potential to contribute between a$ 1.9 and $2.3 billion by 2020.</p>\r\n<p><strong>THE CURRENT INDIA MARKET </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>There were 148,200 arrivals from India in 2011, up 7% on 2010</li>\r\n<li>Total spend from India in 2011 was A$867 million, up 6% on 2010</li>\r\n<li>In 2011, Indian visitors spent a total of 9.4 million nights in Australia, up 11% on 2010</li>\r\n<li>In 2011, Indian visitors spent a total of 1.4 million nights outside Australia’s gateway cities of Sydney, Melbourne, Brisbane</li>\r\n</ul>\r\n<p><strong>Target customers </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>self-employed or entrepreneurs</li>\r\n<li>highly qualified professionals</li>\r\n<li>senior executives at multinational companies     </li>\r\n</ul>\r\n<p><strong>Marketing strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Australia will double its marketing spend in India.</li>\r\n<li>Tourism Australia opened an office in Mumbai in 2008, recognizing the potential of the market</li>\r\n<li>In 2010-11, Tourism Australia developed a local campaign ‘Namaste Australia’ to encourage positive consumer advocacy of Australia</li>\r\n</ul>\r\n<p><strong>Success indicators for 2020</strong></p>\r\n<p>Indian tourist spend between 1.9 and 2.3 billion in Australian in 2020. In December 2009, the national long-term tourism strategy was launched. A milestone was marked in Australian tourism policy. Integration of long term focus is represented and collaboration under the national long term tourism strategy. </p>\r\n<p><strong>Market overview information in 2015 and an analysis of changes in the market since the launch of the strategy and impact on strategic marketing objectives</strong></p>\r\n<p>There was a solid growth in Australia’s tourism in the year march 2015. Tourism industry set the goals when it was set in 2010 of achieving $ 115 billion to $140 billion overnight.</p>\r\n<p><strong>An analysis of the data in the market profile against the success indicators included in the Strategic Plan</strong></p>\r\n<p>There were 233,000 Indian visitor arrivals in 2015. Of those, 22% were on</p>\r\n<p>Spend per trip $3.600</p>\r\n<p>Spend per night $176</p>\r\n<p>Receat visitors 25 percent</p>\r\n<p>Average nights stayed 23</p>\r\n<p>Median nights stayed 11</p>\r\n<p><strong>Evaluation of the success of, or performance gaps in the geographic strategy to date using the data in the market profile<br /> </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>There was a jump in Indian tourists from 10<sup>th</sup> to 8<sup>th</sup> place as the most valuable market segment for Australia.</li>\r\n<li>Average load factors on Air India remained high</li>\r\n<li>in 2016, with peak months in December to February and July, where load factors were above 90 per cent.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop a marketing performance report</strong></em></li>\r\n</ol>\r\n<p>Using your research and analysis above, develop a marketing performance report to review progress against the India 2020 strategy.</p>\r\n<p>Use the Marketing Performance Report Template to help structure your response. Your marketing performance report must include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Overview of the campaign, including marketingobjectives</li>\r\n<li>Potential of the Indian market for Australian tourism and current Indianmarket</li>\r\n<li>Targetcustomers</li>\r\n<li>Marketingstrategies</li>\r\n<li>Success indicators for2020</li>\r\n<li>Market overview information in 2016 and an analysis of changes in the market sincethe launch of the strategy and impact on strategic marketingobjectives</li>\r\n<li>An analysis of the data in the market profile against the success indicators included inthe StrategicPlan</li>\r\n<li>Evaluation of the success of or performance gaps in the aviation development strategyto date using the data in the marketprofile</li>\r\n<li>Evaluation of the success of, or performance gaps in the geographic strategy to dateusing the data in the marketprofile</li>\r\n<li>Overall evaluation of the success of the campaign and an analysis of gaps inperformance orover-performance.</li>\r\n</ul>\r\n<p><strong>Overview of the campaign</strong></p>\r\n<p>For realizing the potential of Indian tourism in Australia. India 202 tourism campaign was designed. The focus of Tourism 2020 is on improving the performance and competitiveness of the industry. The goals of Tourism 2020 is to achieve more than $115 billion overnight. This goal of Tourism Australia is shared with Australian tourism industry. Improving the performance of the industry by pursing the opportunities for increasing the consumer spending is the main goal of Tourism 2020.</p>\r\n<p><strong>Potential of the Indian market for Australian tourism and current Indian market </strong>there is a huge potential for Australia, where the contribution is between a$1.9 to $2.3 billion to the economy of the Australia. The world’s fastest growing outbound Traveler by 2020 is India.</p>\r\n<p>They key Asian markets that is driving growth in the ‘Asian Century’ is India. For helping the Tourism Australia and the Australian tourism industry, the Indian 2020 strategic plan has been developed. The market has the potential to contribute between a$ 1.9 and $2.3 billion by 2020.</p>\r\n<p><strong>THE CURRENT INDIA MARKET </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>There were 148,200 arrivals from India in 2011, up 7% on 2010</li>\r\n<li>Total spend from India in 2011 was A$867 million, up 6% on 2010</li>\r\n<li>In 2011, Indian visitors spent a total of 9.4 million nights in Australia, up 11% on 2010</li>\r\n<li>In 2011, Indian visitors spent a total of 1.4 million nights outside Australia’s gateway cities of Sydney, Melbourne, Brisbane</li>\r\n</ul>\r\n<p><strong>Target customers </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>self-employed or entrepreneurs</li>\r\n<li>highly qualified professionals</li>\r\n<li>senior executives at multinational companies</li>\r\n</ul>\r\n<p><strong>Marketing strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Australia will double its marketing spend in India.</li>\r\n<li>Tourism Australia opened an office in Mumbai in 2008, recognizing the potential of the market</li>\r\n<li>In 2010-11, Tourism Australia developed a local campaign ‘Namaste Australia’ to encourage positive consumer advocacy of Australia</li>\r\n</ul>\r\n<p><strong>Success indicators for 2020</strong></p>\r\n<p>Indian tourist spend between 1.9 and 2.3 billion in Australian in 2020. In December 2009, the national long-term tourism strategy was launched. A milestone was marked in Australian tourism policy. Integration of long term focus is represented and collaboration under the national long term tourism strategy. </p>\r\n<p><strong>Market overview information in 2015 and an analysis of changes in the market since the launch of the strategy and impact on strategic marketing objectives</strong></p>\r\n<p>There was a solid growth in Australia’s tourism in the year march 2015. Tourism industry set the goals when it was set in 2010 of achieving $ 115 billion to $140 billion overnight.</p>\r\n<p><strong>An analysis of the data in the market profile against the success indicators included in the Strategic Plan</strong></p>\r\n<p>There were 233,000 Indian visitor arrivals in 2015. Of those, 22% were on</p>\r\n<p>Spend per trip $3.600</p>\r\n<p>Spend per night $176</p>\r\n<p>Receat visitors 25 percent</p>\r\n<p>Average nights stayed 23</p>\r\n<p>Median nights stayed 11</p>\r\n<p><strong>Evaluation of the success of, or performance gaps in the geographic strategy to date using the data in the market profile<br /> </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>There was a jump in Indian tourists from 10<sup>th</sup> to 8<sup>th</sup> place as the most valuable market segment for Australia.</li>\r\n<li>Average load factors on Air India remained high</li>\r\n<li>in 2016, with peak months in December to February and July, where load factors were above 90 per cent.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, collegial) style.</p>\r\n<p>The email text should introduce and summarise the attachment. Attach your marketing performance report to the email.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching Marketing Performance Report,</p>\r\n<p>Dear Assessor,</p>\r\n<p>Customers are offered the opportunity to write the positive testimonials by the marketing team. Customers are offered $50 off on the next purchase, which is not allowed under consumer law. Business and the review platforms that don’t remove the fake reviews are breaching the competition and consumer act 2010.</p>\r\n<p>Best Regards,</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 40, NULL, 'Manage the marketing process BSBMKG603', 'Professional Assignments Help having experts will help you in writing BSBMKG603 manage the marketing process assignments on time for submission.', 'Manage the marketing process BSBMKG603', 'manage-the-marketing-process-bsbmkg603', '2021-11-10 23:33:10', '2021-11-29 06:16:19');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(296, 'Develop and implement strategic plan (BSBMGT616)', '<h3><br />Assessment 1</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Give three examples of risks that should be considered in developing and implementing strategic plans.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the three examples of risks that should be considered in developing and implementing the strategic plans:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">\r\n<p><strong>Economic Uncertainty:</strong> <span style=\"font-weight: 400;\">The slump in economy may require to alter the implementation schedule. Demand of the product and services of the company may get lower than what it is assumed.</span></p>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><strong>Competitive Factors:</strong><span style=\"font-weight: 400;\"> Small businesses faces changes due to competitive landscape. New competitor enters the market. New products and services are launched by the existing competitors. </span></p>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><strong>Loss of Key Supplier or Distributor:</strong> <span style=\"font-weight: 400;\">For the key components of the product, some small businesses depend on few suppliers. One can also depend on the ley distributor. </span></p>\r\n</li>\r\n</ul>\r\n<p>Source: <a href=\"https://smallbusiness.chron.com/risks-may-affect-implementation-business-strategies-66796.html\"><span style=\"font-weight: 400;\">https://smallbusiness.chron.com/risks-may-affect-implementation-business-strategies-66796.html</span></a></p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Give two examples of risk management strategies that can be used when developing and implementing strategic plans.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For ensuring the organization’s revenue and expenditure, budgetary control measures are prepared.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For ensuring that staff is at higher level, staff training development is must.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For the improvement of the organizational practices, there should be ongoing communication mechanism. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Give an example of a risk management strategy that can be used to manage intellectual property risks inherent in strategic planning.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preparation of non-disclosure intellectual property.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To keep the track of development and protection cost, develop a strategy</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of intellectual property strategy</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of infringement strategy of IP. </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"http://tolmanandwiker.com/7-ways-reduce-intellectual-property-risk/\"><span style=\"font-weight: 400;\">http://tolmanandwiker.com/7-ways-reduce-intellectual-property-risk/</span></a></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline the benefit of conducting a SWOT analysis as part of a strategic planning process and how a SWOT analysis is conducted.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the benefits of conducting a SWOT analysis as a part of a strategic planning process:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It provides information for strategic planning.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps in building strength of the organization.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Weaknesses are reversed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Minimizes the opportunities.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overcoming the threats.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Help in identification of the competencies.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps in setting of the objectives. </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://www.business.qld.gov.au/starting-business/planning/market-customer-research/swot-analysis/conducting#:~:text=A%20SWOT%20analysis%20is%20a,)%20and%20threats%20(T).&amp;text=To%20work%20out%20if%20something,if%20your%20business%20didn\'t\"><span style=\"font-weight: 400;\">https://www.business.qld.gov.au/starting-business/planning/market-customer-research/swot-analysis/conducting#:~:text=A%20SWOT%20analysis%20is%20a,)%20and%20threats%20(T).&amp;text=To%20work%20out%20if%20something,if%20your%20business%20didn\'t</span></a><span style=\"font-weight: 400;\">.</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline four examples of questions that could be used when conducting a SWOT analysis.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the four examples of questions that can be used when SWOT analysis is being conducted:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Strengths:</strong> What do we do best? What unique knowledge, talent, or resources do we have? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Weaknesses:</strong> What could we improve? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Opportunities:</strong> How can we turn our strengths into opportunities? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Threats:</strong> What obstacles do we face?</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://www.civilservice.louisiana.gov/files/divisions/Training/Job%20Aid/Supervisor%20Toolbox/Questions%20for%20Professional%20SWOT.pdf\"><span style=\"font-weight: 400;\">https://www.civilservice.louisiana.gov/files/divisions/Training/Job%20Aid/Supervisor%20Toolbox/Questions%20for%20Professional%20SWOT.pdf</span></a></p>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline the benefit of conducting a PESTLE analysis as part of a strategic planning process and how a PESTLE analysis is conducted.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the benefits of conducting a PESTLE analysis as the part of strategic process:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Framework is simple. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Facilitates an understanding of the environment of the business. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Development of external strategies are encouraged</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organization is enabled to spot the opportunities of the business.  </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://www.cipd.co.uk/knowledge/strategy/organisational-development/pestle-analysis-factsheet#gref\"><span style=\"font-weight: 400;\">https://www.cipd.co.uk/knowledge/strategy/organisational-development/pestle-analysis-factsheet#gref</span></a></p>\r\n<p><strong>Following is the way in which PESTLE Analysis is being conducted</strong></p>\r\n<p><span style=\"font-weight: 400;\">PESTEL analysis is strategy analysis tool.</span></p>\r\n<p><span style=\"font-weight: 400;\">It encourages the firm to bring in focus the external environment in which a firm is operating.</span></p>\r\n<p><span style=\"font-weight: 400;\">PESTEL analysis can provide firms with forward-looking perspectives. This is helpful in providing the warning of threats and opportunities in advance. </span></p>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://strategiccoffee.chriscfox.com/2012/10/how-to-do-pest-analysis.html\"><span style=\"font-weight: 400;\">https://strategiccoffee.chriscfox.com/2012/10/how-to-do-pest-analysis.html</span></a></p>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline four examples of questions that could be used when conducting a PESTLE analysis.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the four examples of questions that could be used when conducting a PESTLE analysis.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Political</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">What government policies can affect the organization? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">What changes can be bring in government policy at regional, national and European level?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">How these changes can affect the organization? </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Economic</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Are there any economic trends </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">How volatile is the national, European or global economy?</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Social</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">What affects the people’s attitude?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">What implications are there due to demographic change?</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Technological</strong></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">What technology can have the implication on the organization?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Does there be impact on political or economic events due to change in technology. </span></li>\r\n</ul>\r\n<p><strong>Source: </strong><span style=\"font-weight: 400;\"><a href=\"https://www.open.edu/openlearn/ocw/mod/oucontent/view.php?id=64017&amp;section=3.1\">https://www.open.edu/openlearn/ocw/mod/oucontent/view.php?id=64017&amp;section=3.1</a><a href=\"https://www.open.edu/openlearn/ocw/mod/oucontent/view.php?id=64017&amp;section=3.1\"><br /><br /></a></span></p>\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List two internal sources of information that a business could use to find out about its market, competitors, customer base, vision, values and capabilities.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the two internal sources of information that a business could use to find out about its market, competitors, customer base, vision, values and capabilities.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer survey and </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sales report</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://courses.lumenlearning.com/wm-businesscommunicationmgrs/chapter/primary-sources-and-internal-data/\"><span style=\"font-weight: 400;\">https://courses.lumenlearning.com/wm-businesscommunicationmgrs/chapter/primary-sources-and-internal-data/</span></a></p>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>List two external sources of information that a business could use to find out about its market, competitors, customer base, vision, values and capabilities.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the two external sources of information that a business could use to find out about its market, competitors, customer base, vision, values and capabilities.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Journals</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Government Documents</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://www.oreilly.com/library/view/strategic-management-a/9780134167848/xhtml/fileP7000499184000000000000000001409.xhtml\"><span style=\"font-weight: 400;\">https://www.oreilly.com/library/view/strategic-management-a/9780134167848/xhtml/fileP7000499184000000000000000001409.xhtml</span></a></p>\r\n<br />\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the purpose of developing organisational values and two techniques that could be used to identify values as part of the strategic planning process.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The aim of developing organizational values explain the principles which the company may abide. </span></p>\r\n<p><span style=\"font-weight: 400;\">For identifying the values, there are two techniques. </span></p>\r\n<p><span style=\"font-weight: 400;\">1) Assessing the Current Culture of the organization. </span></p>\r\n<p><span style=\"font-weight: 400;\">2) Reviewing the Strategic Business Plan</span></p>\r\n<p><strong>Source:  </strong><span style=\"font-weight: 400;\"><a href=\"https://www.cornerstoneondemand.com/resources/blogs/6-steps-defining-your-organizational-values/\">https://www.cornerstoneondemand.com/resources/blogs/6-steps-defining-your-organizational-values/</a><br /><br /><br /></span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Prepare for meeting with team. Carefully read the scenario information, including the information about the organisational mission, vision and values and business objectives.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Conduct research about developing mission, vision and value statements, as well as formulating strategic objectives. Identify some examples of these statements/objectives from at least two other companies. Compare the vision, mission and value statements to those of Native Bush Spices Australia. Make notes about whether you think the existing mission, vision and value statements are clear enough to guide operations. You will need to share your thoughts at the meeting with the management team, as well as listen to the management team’s ideas.</span></p>\r\n<p><span style=\"font-weight: 400;\">You should also make notes about the key business strategies and research best practice techniques for formulating strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">I am taking two companies those are Native Bush Australia and Ontario Natural Food company on whom I will conduct the research.  The details of the company I am mentioning below and also I had made the comparison among both the companies.</span></p>\r\n<p><strong>Strategic Plan </strong></p>\r\n<p><strong>Native Bush Australia</strong></p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Native Bush Spices Australia is based in Coffs Harbour, NSW. It was established in 2010 for catering the demand for the food products in the Australia. Australian native food includes: </span><span style=\"font-weight: 400;\">Native herbs and spices</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Vision  </strong></p>\r\n<p><span style=\"font-weight: 400;\">We are working for establishing as the respected supplier of native bush spices.</span></p>\r\n<p><strong>Mission </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is committed by the Native Brush spices for providing the product of highest quality to all the clients. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><strong>Respect: respecting the choice of the customers and </strong><span style=\"font-weight: 400;\">taking time to understand and value each customers.</span></p>\r\n<p><strong>Responsibility: </strong><span style=\"font-weight: 400;\">acting with integrity towards our staff, our customers</span></p>\r\n<p><strong>Caring: </strong><span style=\"font-weight: 400;\">a duty of care for staff</span></p>\r\n<p><strong>Excellence: </strong><span style=\"font-weight: 400;\">always providing the best quality product.</span></p>\r\n<p><strong>Integrity: </strong><span style=\"font-weight: 400;\">to act with honesty.</span></p>\r\n<p><strong>Innovation: </strong><span style=\"font-weight: 400;\">to be industry leaders.</span></p>\r\n<p><strong>Strategic Objectives </strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are the strategic objective of the Native Bush Australia</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To lead the herb and spices market within the next 5 years </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of customers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate new species to add (10% of budget)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop systems that support value chain integrity (25% of budget)</span></li>\r\n</ul>\r\n<p><strong>Mission</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Brining to the market natural and organic food products. </span></p>\r\n<p><strong>Vision</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Living in a sustainable world from seed to plate. </span></p>\r\n<p><strong>Values </strong></p>\r\n<p><strong>Ethical Business Practices</strong></p>\r\n<p><span style=\"font-weight: 400;\">Maintence of high standard to deal with the employees, customers and the suppliers. </span></p>\r\n<p><strong>Corporate Values</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Self-help, self-responsibility, democracy, equality, solidarity, honesty, openness, social responsibility, caring for others. </span></p>\r\n<p><strong>Quality</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Product selection criteria which provide wide variety of organic and natural food. </span></p>\r\n<p><strong>Education </strong></p>\r\n<p><span style=\"font-weight: 400;\">Encouraging the choices for the impact on the personal health.  </span></p>\r\n<p><strong>Innovation</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Identifying and adapting the environmental, social and economic changes. </span></p>\r\n<p><strong>Financial responsibility</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Cultivating the corporate activities in financially sustainable manner. </span></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Meet with the management team (your assessor)</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The management team is meeting to discuss the organisational vision, mission and values statements, as well as business objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">Share the ideas you researched for activity 1 and listen to the ideas provided by the team. In addition, discuss your ideas about key business strategies and strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">Listen to the ideas presented about actions to achieve strategic objectives, as well as</span></p>\r\n<p><span style=\"font-weight: 400;\">performance indicators.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the meeting, demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding</span></li>\r\n</ul>\r\n<p><strong>Strategic Plan </strong></p>\r\n<p><strong>Native Bush Australia</strong></p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Native Bush Spices Australia is based in Coffs Harbour, NSW. It was established in 2010 for catering the demand for the food products in the Australia. Australian native food includes: </span><span style=\"font-weight: 400;\">Native herbs and spices</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Vision  </strong></p>\r\n<p><span style=\"font-weight: 400;\">We are working for establishing as the respected supplier of native bush spices.</span></p>\r\n<p><strong>Mission </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is committed by the Native Brush spices for providing the product of highest quality to all the clients. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><strong>Respect: respecting the choice of the customers and </strong><span style=\"font-weight: 400;\">taking time to understand and value each customers.</span></p>\r\n<p><strong>Responsibility: </strong><span style=\"font-weight: 400;\">acting with integrity towards our staff, our customers</span></p>\r\n<p><strong>Caring: </strong><span style=\"font-weight: 400;\">a duty of care for staff</span></p>\r\n<p><strong>Excellence: </strong><span style=\"font-weight: 400;\">always providing the best quality product.</span></p>\r\n<p><strong>Integrity: </strong><span style=\"font-weight: 400;\">to act with honesty.</span></p>\r\n<p><strong>Innovation: </strong><span style=\"font-weight: 400;\">to be industry leaders.</span></p>\r\n<p><strong>Strategic Objectives </strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are the strategic objective of the Native Bush Australia</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To lead the herb and spices market within the next 5 years </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of customers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate new species to add (10% of budget)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop systems that support value chain integrity (25% of budget)</span></li>\r\n</ul>\r\n<p><strong>Mission</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Brining to the market natural and organic food products. </span></p>\r\n<p><strong>Vision</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Living in a sustainable world from seed to plate. </span></p>\r\n<p><strong>Values </strong></p>\r\n<p><strong>Ethical Business Practices</strong></p>\r\n<p><span style=\"font-weight: 400;\">Maintence of high standard to deal with the employees, customers and the suppliers. </span></p>\r\n<p><strong>Corporate Values</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Self-help, self-responsibility, democracy, equality, solidarity, honesty, openness, social responsibility, caring for others. </span></p>\r\n<p><strong>Quality</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Product selection criteria which provide wide variety of organic and natural food. </span></p>\r\n<p><strong>Education </strong></p>\r\n<p><span style=\"font-weight: 400;\">Encouraging the choices for the impact on the personal health.  </span></p>\r\n<p><strong>Innovation</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Identifying and adapting the environmental, social and economic changes. </span></p>\r\n<p><strong>Financial responsibility</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Cultivating the corporate activities in financially sustainable manner. </span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a summary of the meeting outcomes.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following the meeting, summarise the meeting outcomes in about half a page.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Strategic objectives can be separated into three stages: </span></p>\r\n<p><strong>Definition of strategic objectives:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It defines the way to think of mission of the organization. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Setting the targets for accomplishment of the goals of the organization.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\"> <strong>Strategic arranging: </strong></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Formulation of different methodologies and choosing the one that will be helpful in accomplishment of the goals of the organization.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For accomplishing the techniques, hierarchical design is developed. </span></li>\r\n</ul>\r\n<p><strong>Strategic Implementation: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure that the important exercise are there for gurrenting the procedure.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Utility of the procedure should be controlled for accomplishment of the goals of the organization. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should confirm the organizational vision, mission and values as discussed at the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">You should also report on the cooperative venture as discussed at the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should also request approval to proceed to developing the strategic plan based on the agreed vision, mission and values, as well as strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Management team</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Organization Meeting</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Management Team,</span></p>\r\n<p><span style=\"font-weight: 400;\">I’m writing this letter to conclude about the meeting which was conducted. In the meeting we discussed the mission, vision and upsides of the Natural Bush Spices Australia. We are looking for the goals, vision and mission of the organization </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br />\r\n<h3>Assessment 3</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Research Native Bush Spice Australia’s customers and competitors.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Identify sources of information to use to research Native Bush Spice Australia’s market, competitors and target customers.</span></p>\r\n<p><span style=\"font-weight: 400;\">Note down at least 3 sources of information. You will need to record these information sources in your SWOT and PESTLE analysis.</span></p>\r\n<p><span style=\"font-weight: 400;\">Using the information that you have developed, research trends and development in the industry and competitors, potential new and emerging markets, competitors and any other relevant factors.</span></p>\r\n<p><span style=\"font-weight: 400;\">Few sources of data to use to investigate local bramble flavor Australia market, contenders are</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">official records</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">google search</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">marketing records and reports</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Research and review potential cooperative ventures as discussed at the meeting. This should include their risks and benefits.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Spice and company is picked up as potential agreeable endeavor and it was set up in 2009 by Stacey casford &amp; Milk Tafe. </span></p>\r\n<p><strong>Benefits</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The organization has expertise in flavor.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The organization helps in attracting new customers. </span></li>\r\n</ul>\r\n<p><strong>Risks:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Item can get overshadowed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are chances of conflicts among the employees. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There can be comparison among the items. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Develop a SWOT and a PESTLE analysis</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">These should outline all the internal and external factors that will impact on the Strategic Plan based on your research.</span></p>\r\n<p><span style=\"font-weight: 400;\">Begin a new Word document for the analyses. Save it as SWOT and PESTLE Analysis.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Loyal customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Original products</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Brand Name</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Weakness</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Promotion</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Resources</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Manpower</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Products are easy to use for the customers </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the market trend.</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There are lots of new competitors </span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Political (P)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Economic ( E) </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Social (S)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Technologica (T)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Legal (L)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Environmental ( E)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rising legislative support for internet business (danger and</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">opportunity) </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> Stable generally legislative support for globalization (opportunity) </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">High development pace of creating markets (opportunity)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improving dispensable pay levels (opportunity)</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing preference for highquality consumer goods (opportunity) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing preference for healthful products (opportunity)</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Growing online market (opportunity) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business automation (opportunity) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing fuel efficiency in transportatio n (opportunity)</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding item wellbeing guidelines (opportunity) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expansion of natural insurance guidelines (threat and opportunity) </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing resistance to woodland transformation to oil palm manors (threat) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing climate designs furthermore, connected impacts on cultivating (threat) </span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should summarise the contents of the attachments and seek their feedback on them.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your SWOT and PESTLE analysis to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your assessor will review your analysis and provide feedback as required.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of SWOT and PESTLE Analysis</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">I want to inform that I have prepared the SWOT and PESTLE analysis on the basis of information that I was provided with. I have also attached the SWOT and PESTLE Analysis with the mail. Kindly go through both the analysis and let me know if any changes are to be made.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Update your PESTLE and SWOT analysis</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Revise these to reflect with any feedback provided by your assessor. Save this document as Updated Analysis.</span></p>\r\n<p><strong>Updated Analysis</strong></p>\r\n<p><strong>SWOT ANALYSIS</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Loyal customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Original products</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There need to be more recognition into the Brand Name</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Weakness</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Promotion</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Resources</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Products are easy to use </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the laws </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the market trend.</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There are lots of new competitors </span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>PESTLE ANALYSIS</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Political (P)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Economic ( E) </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Social (S)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Technologica (T)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Legal (L)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Environmental ( E)</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rising legislative support for internet business (danger and</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">opportunity) </span></p>\r\n<br /><br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> Stable generally legislative support for globalization (opportunity) </span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">High development pace of creating markets (opportunity)</span></li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improving dispensable pay levels (opportunity)</span></li>\r\n</ul>\r\n<br /><br /><br /></td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing preference for highquality consumer goods (opportunity) </span></li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing preference for healthful products (opportunity)</span></li>\r\n</ul>\r\n<br /><br /></td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Growing online market (opportunity) </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business automation (opportunity) </span></li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing fuel efficiency in transportatio n (opportunity)</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding item wellbeing guidelines (opportunity) </span></li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expansion of natural insurance guidelines (threat and opportunity) </span></li>\r\n</ul>\r\n<br /><br /><br /></td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developing resistance to woodland transformation to oil palm manors (threat)</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing climate designs furthermore, connected impacts on cultivating (threat) </span></li>\r\n</ul>\r\n<br /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop the Strategic Plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Once you have received feedback from your assessor, proceed with developing the Strategic Plan. Using the template provided by your assessor.</span></p>\r\n<p><span style=\"font-weight: 400;\">You will need to make sure you complete all sections of the Plan and use clear and concise English.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your strategic plan will need to include specific actions to include each of the strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">You must include responsibilities and timelines for each action, as well as key performance indicators.</span></p>\r\n<p><span style=\"font-weight: 400;\">Each of the actions should be ordered commencing with the most urgent action first.</span></p>\r\n<p><strong>Strategic Plan </strong></p>\r\n<p><strong>Native Bush Australia</strong></p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Native Bush Spices Australia is based in Coffs Harbour, NSW. It was established in 2010 for catering the demand for the food products in the Australia. Australian native food includes: </span><span style=\"font-weight: 400;\">Native herbs and spices</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Vision  </strong></p>\r\n<p><span style=\"font-weight: 400;\">We are working for establishing as the respected supplier of native bush spices.</span></p>\r\n<p><strong>Mission </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is committed by the Native Brush spices for providing the product of highest quality to all the clients. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><strong>Respect: respecting the choice of the customers and </strong><span style=\"font-weight: 400;\">taking time to understand and value each customers.</span></p>\r\n<p><strong>Responsibility: </strong><span style=\"font-weight: 400;\">acting with integrity towards our staff, our customers</span></p>\r\n<p><strong>Caring: </strong><span style=\"font-weight: 400;\">a duty of care for staff</span></p>\r\n<p><strong>Excellence: </strong><span style=\"font-weight: 400;\">always providing the best quality product.</span></p>\r\n<p><strong>Integrity: </strong><span style=\"font-weight: 400;\">to act with honesty.</span></p>\r\n<p><strong>Innovation: </strong><span style=\"font-weight: 400;\">to be industry leaders.</span></p>\r\n<p><strong>Strategic Objectives </strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are the strategic objective of the Native Bush Australia</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To lead the herb and spices market within the next 5 years </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of customers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate new species to add (10% of budget)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop systems that support value chain integrity (25% of budget)</span></li>\r\n</ul>\r\n<p><strong>The Market</strong></p>\r\n<p><span style=\"font-weight: 400;\">The company manufactures and retails a range of organic, Australian native foods including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbs and spices</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Market characteristics &amp; conditions</strong></p>\r\n<p><span style=\"font-weight: 400;\">World’s largest area is in Australia. The industry has grown around US$ 97 billion. USA, Europe and China are the leaders for exporting the organic products that are produced in Australia. </span></p>\r\n<p><strong>Situation Analysis</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Loyal customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Original products</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There need to be more recognition into the Brand Name</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Weakness</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Promotion</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Resources</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Products are easy to use </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the laws </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the market trend.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are lots of new competitors </span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Actions </strong></p>\r\n<p><span style=\"font-weight: 400;\">The following table identifies the actions we plan to take to achieve our strategic objectives.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td><br />\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Timelines </strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Key performance indicator </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">With the help of social media and internet, Promoting the company </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 month, once a month is over then stop the promotion </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing Team</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sales has been increased by 15%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Researching new ingredients and products</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 6, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Research and Strategic Team</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in 10% production </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Contacting new potential customers</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 4, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in 20% distribution </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Distributing the free samples at supermarkets and the events </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 1, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing Manager </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in new consumers by 17%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">In your email, provide a brief overview of the actions that need to be taken over the next 12 months to achieve objectives, as well as the staff that will be involved.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should summarise the contents of the attachment and seek their feedback. Attach your strategic plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of the strategic plan,</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written to inform that strategic plan have been prepared for the Native Bush Australia company. Following topics have been included in the plan: Executive summary</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vision</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mission</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Our Values are</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strategic objectives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The Market</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SWOT Analysis</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Actions.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Kindly go through the plan once and share the views. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Update your strategic plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Revise your strategic plan, incorporating any feedback that you received from your assessor.</span></p>\r\n<p><span style=\"font-weight: 400;\">Save this document as Updated Strategic Plan.</span></p>\r\n<p><strong>Strategic Plan </strong></p>\r\n<p><strong>Native Bush Australia</strong></p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Native Bush Spices Australia is based in Coffs Harbour, NSW. It was established in 2010 for catering the demand for the food products in the Australia. Australian native food includes: </span><span style=\"font-weight: 400;\">Native herbs and spices</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Vision  </strong></p>\r\n<p><span style=\"font-weight: 400;\">We are working for establishing as the respected supplier of native bush spices.</span></p>\r\n<p><strong>Mission </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is committed by the Native Brush spices for providing the product of highest quality to all the clients. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><strong>Respect: respecting the choice of the customers and </strong><span style=\"font-weight: 400;\">taking time to understand and value each customers.</span></p>\r\n<p><strong>Responsibility: </strong><span style=\"font-weight: 400;\">acting with integrity towards our staff, our customers</span></p>\r\n<p><strong>Caring: </strong><span style=\"font-weight: 400;\">a duty of care for staff</span></p>\r\n<p><strong>Excellence: </strong><span style=\"font-weight: 400;\">always providing the best quality product.</span></p>\r\n<p><strong>Integrity: </strong><span style=\"font-weight: 400;\">to act with honesty.</span></p>\r\n<p><strong>Innovation: </strong><span style=\"font-weight: 400;\">to be industry leaders.</span></p>\r\n<p><strong>Strategic Objectives </strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are the strategic objective of the Native Bush Australia</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To lead the herb and spices market within the next 5 years </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of customers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate new species to add (10% of budget)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop systems that support value chain integrity (25% of budget)</span></li>\r\n</ul>\r\n<p><strong>The Market</strong></p>\r\n<p><span style=\"font-weight: 400;\">The company manufactures and retails a range of organic, Australian native foods including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbs and spices</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native herbal teas</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Native fruit jams and conserves</span></li>\r\n</ul>\r\n<p><strong>Market characteristics &amp; conditions</strong></p>\r\n<p><span style=\"font-weight: 400;\">World’s largest area is in Australia. The industry has grown around US$ 97 billion. USA, Europe and China are the leaders for exporting the organic products that are produced in Australia. </span></p>\r\n<p><strong>Situation Analysis</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Loyal customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Original products</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There need to be more recognition into the Brand Name</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Weakness</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Promotion</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lack of Resources</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Products are easy to use </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the laws </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">There is a constant change within the market trend.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are lots of new competitors </span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Actions </strong></p>\r\n<p><span style=\"font-weight: 400;\">The following table identifies the actions we plan to take to achieve our strategic objectives.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td><br />\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Timelines </strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td><br />\r\n<p><strong>Key performance indicator </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">With the help of social media and internet, Promoting the company </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 month, once a month is over then stop the promotion </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing Team</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sales has been increased by 15%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Researching new ingredients and products</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 6, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Research and Strategic Team</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in 10% production </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Contacting new potential customers</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 4, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in 20% distribution </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Distributing the free samples at supermarkets and the events </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 1, 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing Manager </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is an increase in new consumers by 17%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">In your email, provide a brief overview of the changes that you made to your PESTLE and SWOT analysis and to your strategic plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your Updated Analysis and your Updated Strategic Plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Updated the Analysis and the Strategic Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This letter is written with the purpose that analysis and strategic planning have been prepared and I have attached the document with the mail. Kindly share your views. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br /><br />\r\n<h3>Assessment 4</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a report for management. The report should address:</strong></em></li>\r\n</ol>\r\n<ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Analyse and report on the data provided.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Comment on whether performance indicators have been achieved.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Develop recommendations for the year ahead based on your evaluation as above, as well as required changes to the strategic plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">As you have also been asked to evaluate the strategic planning process, research best practice strategic planning processes and report on whether the organisation achieved this with the first strategic plan development and what could be improved.</span></li>\r\n</ol>\r\n</ol>\r\n<p><strong>Native Bush Spices Australia</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><strong>Management report </strong></p>\r\n<p><strong>Comparison between performance indicators and actual performance</strong></p>\r\n<p><span style=\"font-weight: 400;\">Total revenue of the year is $ 8, 00,000. There is increase in 45.-45% increase as compared to the previous year which was around$ 5, 50,000. And there is increase in sales of 20%. </span></p>\r\n<p><span style=\"font-weight: 400;\">Sales in foreign market did not meet the expectations. There is fail in the establishment of the alliance market. </span></p>\r\n<p><strong>Recommendations for the ahead year</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">For gaining the rate of sale growth, efforts should be continued. In foreign market, more efforts are needed to be made.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Research should be conducted and there is a need of finding the needs of the customers and suitable products needed to be made. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Market alliances should be established in foreign market.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">On both domestic as well as international market, the new product can be launched. </span></li>\r\n</ul>\r\n<p><strong>Suggestions </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Research in Marketing trends  </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Focus in building the international alliances </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Releasing the 4 new products in the next year </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">To grow 20% in the international marketing </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">To grow 15% in the Australian marketing</span></li>\r\n</ul>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment. Attach your report to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Management Team</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the report,</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Management Team,</span></p>\r\n<p><span style=\"font-weight: 400;\">I am writing this letter to inform that management report has been prepared. Following are the topics that I have included in the report: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Comparsion between performance indicators and actual performance</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recommendations for the ahead year</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Suggestions</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Kindly go through the report once and share the views. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 41, NULL, 'Develop and implement strategic plan BSBMGT616', 'Get sample work solution for BSBMGT616 Develop and implement strategic plan at Professional Assignments Help without any additional cost.', 'Develop and implement strategic plan BSBMGT616', 'develop-and-implement-strategic-plan-bsbmgt616', '2021-11-16 06:19:10', '2021-11-23 00:50:26');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(297, 'Lead and manage organizational change (BSBINN601)', '<h3><br />Assessment 1 </h3>\r\n<ol start=\"1\">\r\n<li><em><strong>Explain the key phases of a change management process.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the five key phases of a change management Process:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prepare the organization for change</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Craft a vision and plan for change</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implement the changes</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embed changes within company culture and practices</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Review progress and analyze results</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Explain three reasons why an organisation might initiate change.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Organization can change for the various reason. Following are three reasons that why an organization might initiate change.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong>Performance Gaps:</strong> <span style=\"font-weight: 400;\">The organization\'s objectives and destinations are not being met or other authoritative requirements are not being fulfilled.</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>New Technology</strong>: Identification proof of new innovation and more productive and efficient strategies to perform work.</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Reaction to Internal and External Pressure</strong>: The management and workers, especially those in coordinated associations frequently apply pressure for change.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Explain force-field analysis as a model for understanding the change process</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Force-field analysis is a technique in which it is explored what is and how to use it. It also identifies, discusses and documents the factors that support the change. </span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Explain the key premises of the Burke &amp; Litwin organisational change model and its application to the change process.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The Burke Litwin Model of Organizational Change depends on surveying hierarchical and ecological components, which might be adjusted to guarantee a fruitful change. </span></p>\r\n<p><span style=\"font-weight: 400;\">Following are the 12 components are assembled by the component gatherings and are associated with one another.</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">External Environment </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mission and Strategy</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leadership </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organizational Culture </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structure </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Systems </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management Work Methods </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Working Climate </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skills and Tasks </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ethics and Values of Individual </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Level of Motivation </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Team and Individual Performance</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Discuss the purpose of Kotter’s 8-step change model and the steps involved. Explain each of the steps involved.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">John Kotter developed the \"Kotter\'s 8 Step Change Model\" to increase every individual ability to change and to improve their chances of success.</span></p>\r\n<p><span style=\"font-weight: 400;\">The 8-steps for successful organizational change management are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Establish a sense of urgency</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Form a guiding coalition</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Develop a strategic vision &amp; initiatives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convey the vision for buy-in</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Empower others to enact action</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate short-term wins</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sustain acceleration</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incorporate changes into the culture</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li><em><strong>Explain two strategies that can be used to effectively communicate and embed change during an organisational change process.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following two strategies that can be used to effectively communicate and embed change during an organization change process.</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Being clear and honest in the communication with the employees and</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">explaining to the employees how they benefit when the change process succeeds.</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Explain how external environment can impact on change strategies.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The change process is affected by the external factors, such as the weather, customers, politics, and competitors, affect the change process in various ways. <br /><br /></span></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Explain the importance of a participative management style when implementing organisation change.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\"> When the managers participate in the change process, then the employees respect the process and do what they are asked to do. They can freely ask the questions and learn fastly for achievement of the goals. </span></p>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>Explain two aspects of organisational behaviours that can impact on organisational change.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following are the two aspects of organizational behaviors that can impact on organizational change:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Organizational Culture:</strong><span style=\"font-weight: 400;\"> the culture of the organization consist of values and motives which contribute to the environment of the organization. As the employee feel respected then they become more responsible towards their work. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Incentive System:</strong><span style=\"font-weight: 400;\"> when there is a system of solid reward then the employees feel more motivated.</span><span style=\"font-weight: 400;\"> Once the system is established then it becomes important for the employees to perform well. HR journal purpose that there are following types of pay: performance related pay, profit related pay and share ownership. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Describe five components that may be included as part of a change management plan.</strong></em></li>\r\n</ol>\r\n<br /><br />\r\n<ol start=\"11\">\r\n<li><em><strong>Explain three reasons why individuals or groups within an organisation may resist change.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Include at least one suggestion of how resistance can be overcome for each of the areas you identify.</span></p>\r\n<p><span style=\"font-weight: 400;\">Following are three reasons that why individual or groups within an organization may resist change. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Lack of proper communication: </strong><span style=\"font-weight: 400;\">if the communication is not done with the workers related to the change that is needed then it can become resistance. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Rapid and extent of change:</strong><span style=\"font-weight: 400;\"> if the changes are minor then the resistance will be minimal.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Emotional turmoil:</strong> <span style=\"font-weight: 400;\">One of the major reasons for resistance centers on the emotional turmoil that a change may cause, especially if the past experiences with changes have not been positive. This results in misunderstanding and lack of trust so that even when the change is well intended; its significance is misinterpreted, leading to resistance.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Following is the one suggestion that how resistance can be overcome for each of the areas you identify.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The first strategy is to communicate for overcoming the resistance to change. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"12\">\r\n<li><em><strong>Discuss at least three barriers to organisational change.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The key to successful change is in the planning and the implementation. The three greatest barriers to organizational change are most often the following.</span><span style=\"font-weight: 400;\"><br /></span><strong>1. Inadequate Culture-shift Planning</strong></p>\r\n<p><span style=\"font-weight: 400;\">Most of the some companies are good in planning the changes of the organization. Organizational charts are revised over and over. It becomes easy to lose sights when planning team is too narrow or too focused on an objective. On the basis of feelings and institutions people at workplace make many decisions. <br /><br /></span><strong>2. Lack of Employee Involvement</strong></p>\r\n<p><span style=\"font-weight: 400;\">People have a fear of change. Person’s fear will depend on how much change is made. As employees will understand the reason for change and the opportunities arrived due to change. Then they are more likely to accept the change. <br /><br /></span><strong>3. Flawed Communication Strategies</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ideal communication strategies in situations of significant organizational change must attend to the message, the method of delivery, the timing, and the importance of information shared with various parts of the organization. Many leaders believe that if they tell people what they (the leaders) feel they need to know about the change, then everyone will be on board and ready to move forward.<br /><br /></span></p>\r\n<ol start=\"13\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Discuss at least two strategies to address barriers to organizational change. Following are the two strategies to address barriers to organizational change:</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Self-interest</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">As a result of change, someone believes that they may lose something that is valuable. Rather than focusing on the best interest of the organization, people prefer to focus on their own self-interest. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Misunderstanding and lack of trust</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">A lack of trust between the manager and the worker can lead to misunderstandings. </span></p>\r\n<br />\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li><em><strong>Research best practice change management strategies.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Thoroughly review the case study information provided above. Analyse the company’s organisational objectives and consider the strategic changes needs that will need to occur based on strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">Review Samson Media’s current human resources policy and procedures, their strategic objectives and the need for change. In the light of the changes required to the organisation, consider changes that may need to be made to the human resources policies and procedures. Make notes for use in your briefing report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Using the Internet, research change management, issues and practices, including barriers that can impact on change, and best practice change management strategies. Make notes for inclusion in your briefing report and to assist you in identifying best practice change management strategies for Samson Media.</span></p>\r\n<p><span style=\"font-weight: 400;\">You will also need to identify the sources of the information you access for your briefing report to show that you have identified expert guidance on change management. So, make notes on all the sources of information you identify and use. You should identify at least three sources of information that could be considered to be expert sources.</span></p>\r\n<p><span style=\"font-weight: 400;\">Monitor Samson Media’s external environment by researching and analysing trends in magazine publishing and online magazine readership, and their impact on Samson Media’s organisational objectives as set out in the scenario information. This should also include a PESTLE analysis, reviewing political, economic, social, technology, legal and environmental factors. Make notes </span><span style=\"font-weight: 400;\">on the sources of information and your general findings for inclusion in your briefing report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Consider major operational change requirements and recommended order of priority based on your review of the scenario information and human resources policy and procedures. Make notes for use in your report.</span></p>\r\n<p><strong>Background</strong></p>\r\n<p><span style=\"font-weight: 400;\">The publisher of several upmarket fashion market is Samson media. Readers of the magazine are of age group 35-54 years old women</span></p>\r\n<p><span style=\"font-weight: 400;\"> Key Issue: Readership has fallen over the last two years.</span></p>\r\n<p><span style=\"font-weight: 400;\">Why?</span></p>\r\n<p><span style=\"font-weight: 400;\">Due to fallen part, the competition is available within the market that includes the fashion magazine. </span></p>\r\n<p><span style=\"font-weight: 400;\">Outcomes of the encountered issues: profit has been fallen by 20% </span></p>\r\n<p><span style=\"font-weight: 400;\">New CEO Amir Johnson new strategies:</span></p>\r\n<p><span style=\"font-weight: 400;\">New strategic plan:</span></p>\r\n<p><span style=\"font-weight: 400;\">-</span> <span style=\"font-weight: 400;\">Return on capital is increased to 8% within 2 years</span></p>\r\n<p><span style=\"font-weight: 400;\">-</span> <span style=\"font-weight: 400;\">Magazines needs to be converted to digital format</span></p>\r\n<p><span style=\"font-weight: 400;\">-</span> <span style=\"font-weight: 400;\">Printing and distribution sites needs to be closed. </span></p>\r\n<p><span style=\"font-weight: 400;\">Head office needs to be moved to smaller office. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">General Manager: $200,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Finance Manager: $150,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Marketing Manager: $150,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Customer service manager: $100,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Customer service assistant: $240,000 (total salary costs for each journalist is $80,000) (2) -</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">$100,000 (total salary costs for each assistance is $50,000)</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Online Marketing Coordinator: $120,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Human Resources Manager: $110,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Editor: $85,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Art Editor: $80,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Journalists (3): $270,000 (total salary costs for each journalist is $90,000)</span></li>\r\n<li><span style=\"font-weight: 400;\">Graphic designers (2): $240,000 (total salary costs for each journalist is $80,000)</span></li>\r\n<li><span style=\"font-weight: 400;\">Editing Assistant (2): $120,000 (total salary costs for each assistance is $60,000)</span></li>\r\n<li><span style=\"font-weight: 400;\">Photographer (2): $150,000 (total salary costs for each assistance is $75,000)</span></li>\r\n<li><span style=\"font-weight: 400;\">Senior Designer (2): $260,000 (total salary costs for each journalist is $120,000)</span></li>\r\n<li><span style=\"font-weight: 400;\">Senior Production Controller: $95,000</span></li>\r\n<li><span style=\"font-weight: 400;\">Printing and distribution (20 staff): Total $1,000, 000</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Develop change management briefing report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The purpose of the change management report is to identify change requirements and opportunities and to inform the development of the change management plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">The report will also include a section on risk management to ensure that the company is ready for all contingencies.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Briefing Report Template to guide your work.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your briefing report must address:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   An overview of the current situation facing Samson Industries including:</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">o</span> <span style=\"font-weight: 400;\">Analysis of the company’s organisational objectives and identification of strategic changes needs.</span></p>\r\n<p><span style=\"font-weight: 400;\">o  A review of the current human resources policies and procedures and practices at</span></p>\r\n<p><span style=\"font-weight: 400;\">Samson Media against strategic objectives and report on required changes.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">An analysis of the external environment relevant to Samson Media and its objectives, including events/trends that impact on strategic objectives, including trends in magazine publishing, as well as trends in on-line magazine readership. Your analysis should reflect a PESTLE analysis approach, reviewing political, economic, social, technology, legal and environmental factors.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">An outline of the major operational change requirements for Samson Media based on your analysis and review, as well as recommended priorities for change.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Sources of information you identified about best practice change management strategies, as well as an overview of best practice change management strategies. Summarise each source of information and briefly outline how it has assisted in identifying major change requirements and opportunities.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">A cost-benefit analysis of the high priority change requirements and opportunities. Research and document any costs for the change requirements you are recommending.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Recommended communication and education strategies to inform all stakeholders of the change, as well as promote the benefits of the change.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Risk analysis of the potential risks/barriers to change for Samson Media and strategies to overcome risks and barriers to change. In identifying risks and barriers to change and solutions to address these, you must demonstrate high-level problem-solving skills to identify all possible risks, as well as innovative approaches to risk mitigation.</span></li>\r\n</ul>\r\n<p><strong>Briefing Report</strong></p>\r\n<p><strong>Samson Media </strong></p>\r\n<p><strong>Change Management Briefing Report</strong></p>\r\n<p><strong>Introduction:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The publisher of several upmarket fashion market is Samson media. Readers of the magazine are of age group 35-54 years old women. </span></p>\r\n<p><strong>Company’s organizational objectives and identification of strategic changes needs: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>External environment analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">Imperative information with reference to PESTLE analysis is workable in the form of table are assumed below:</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">PESTLE</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Explanation</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Political</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Incessant and unusual variances of Taxes and Duties over import/fare of crude materials straightforwardly influence the nearby footwear creation.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Economics</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">After the foundation of harmony, Sri Lankan economy developed quickly. So with the impact of that ideal changes occurred in every one of the financial areas including creation market.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Social</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media is anticipating satisfy the various prerequisites requested by the buyers as per the assortment of their way of life, raise, age, religion, proficient and economic wellbeing and way of life.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Technology</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media is consistently using the advanced innovation to plan and create footwear. They are particular as producers of Sports and School shoes utilizing hello their tech infusion shaping apparatus.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Legal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Must not get in some legal trouble.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Environment</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media need keeps controls in the space of unpredictable and having diverse natural compound in order to create reasonable items to meet purchaser\'s commitments.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Sources of information on change management and best practice approaches </span></p>\r\n<p><strong>Sampson Media Objective: - </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\"> </span><strong>Sampson Media Required Change Need based on Objective: - </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Risks and barriers to change and strategies to overcome these</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Risk description</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Likelihood</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Impact </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Priority </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Preventative Action/Contingency Plan</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Resistance</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Medium</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">High</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">High</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Resistance to change is a common risk factor.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Technology</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Low</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Medium</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Low</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Technology Enhancement is required.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Employee</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Medium</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Low</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">High</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Employee resistance is need to be change. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Forcing Change</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">High</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Medium</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Medium</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">For increase high competition in market. </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Major change requirements</strong></p>\r\n<p><strong>Sampson Media Required Change Need based on Objective: - </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Cost-benefit analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">Current Expenses before the changes: - $1,700,000 </span></p>\r\n<p><span style=\"font-weight: 400;\">Total Expenses: -$500,000+$600,000 </span></p>\r\n<p><span style=\"font-weight: 400;\">Benefit: $1700, 000-$1100, 000 600,000</span></p>\r\n<p><strong>Recommended communication and education strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focus on the issue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rather than manipulative, be genuine</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Affirming responses needs to be used</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Be flexible </span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to the CEO and Senior Management (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment and ask for an appointment to discuss the report and to provide input into the change management process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your change management briefing report to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the change management briefing report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that brief report for the change management has been prepared. The report includes the following points: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The purpose</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Issues</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PESTAL Analysis.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Risks and barriers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Major management change.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost-benefit analysis</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recommendations.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The report is attached to the mail. Kindly find the attachment. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank You,</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li><strong><em>Participate in a meeting with the CEO (your assessor)</em></strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You are required to participate in a roleplay meeting to discuss your briefing report and risk assessment prior to developing a change management project plan and communication and education plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">At the meeting, carefully explain each part of your briefing report and risk assessment, including best practice change management strategies and the expert sources of advice you identified to establish the best practice change management strategies.</span></p>\r\n<p><span style=\"font-weight: 400;\">Seek input on the change requirements/opportunities you have identified, including your recommended priorities for the changes.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your assessor will provide you with feedback, which you must use in the development of the change management plan, as well as communication and education plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the meeting, demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Speaking clearly and concisely</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Using non-verbal communication to assist with understanding</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Asking questions to identify required information</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Responding to questions as required</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding.</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 07-11-2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 12:00 PM</span></p>\r\n<p><span style=\"font-weight: 400;\">Participants: Project Officer, CEO</span></p>\r\n<p><span style=\"font-weight: 400;\">Project officer: Hello Sir. How are you?</span></p>\r\n<p><span style=\"font-weight: 400;\">CEO: Hello. I am fine, lets start with the meeting</span></p>\r\n<p><span style=\"font-weight: 400;\">Project officer: Briefing report for upcoming project. The mail is also sent regarding the report. The discussion on the criteria that should be focused needs to be made in order to make the project successful. </span></p>\r\n<p><span style=\"font-weight: 400;\">CEO: sure! I have read the report. The work is to be done on cost. Rest of the report is good. </span></p>\r\n<p><span style=\"font-weight: 400;\">Project officer: Thank you, sir! Your permission needed to carry the project forward. </span></p>\r\n<p><span style=\"font-weight: 400;\">CEO: Yeah, sure. </span></p>\r\n<p><span style=\"font-weight: 400;\">Project officer: Thank you, sir</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Write a draft Change Management Plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Your plan should set out all aspects of the recommended changes, and include the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   An introduction: project background, links to the company’s strategic goals and other</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">changes that are occurring in the company</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   The project sponsors</span></li>\r\n<li><span style=\"font-weight: 400;\">   The project’s objectives</span></li>\r\n<li><span style=\"font-weight: 400;\">   What the change process will achieve</span></li>\r\n<li><span style=\"font-weight: 400;\">   Principles that underpin the change plan</span></li>\r\n<li><span style=\"font-weight: 400;\">   Ethical issues that need to be considered</span></li>\r\n<li><span style=\"font-weight: 400;\">   Main elements of the Change Plan</span></li>\r\n<li><span style=\"font-weight: 400;\">   Change drivers, constraints and risks</span></li>\r\n<li><span style=\"font-weight: 400;\">   Key shareholder analysis</span></li>\r\n<li><span style=\"font-weight: 400;\">   The company’s readiness to change</span></li>\r\n<li><span style=\"font-weight: 400;\">   Key change messages</span></li>\r\n<li><span style=\"font-weight: 400;\">   Change elements</span></li>\r\n<li><span style=\"font-weight: 400;\">   A change plans</span></li>\r\n<li><span style=\"font-weight: 400;\">   Project reporting arrangements</span></li>\r\n<li><span style=\"font-weight: 400;\">   How the changes will be consolidated</span></li>\r\n<li><span style=\"font-weight: 400;\">   How the changes will be evaluated</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Use the Change Management Plan Template to guide your work.</span></p>\r\n<p><strong>Samson Media</strong></p>\r\n<p><strong>Finalized Change Management Plan</strong></p>\r\n<p><strong>Introduction:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The publisher of several upmarket fashion magazine is Samson media. The age group that reads this newspaper is between 35-54 years old women. </span></p>\r\n<p><strong>Project Sponsor: </strong></p>\r\n<p><span style=\"font-weight: 400;\">Samson Media project owner: john </span></p>\r\n<p><strong>Project Objectives -</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Change Objectives and Principles </strong></p>\r\n<p><span style=\"font-weight: 400;\">Benefit after change process:-</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Rationale for the Change</strong></p>\r\n<p><span style=\"font-weight: 400;\">Key drivers for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Globalization</span></li>\r\n<li><span style=\"font-weight: 400;\">ICT implementation</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Key constraints for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Cost</span></li>\r\n<li><span style=\"font-weight: 400;\">Risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Benefits</span></li>\r\n<li><span style=\"font-weight: 400;\">Quality</span></li>\r\n<li><span style=\"font-weight: 400;\">Scope</span></li>\r\n<li><span style=\"font-weight: 400;\">Time</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The risk associated with the change process</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Financial risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Operational risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Management risk</span></li>\r\n</ul>\r\n<p><strong>Key Stakeholder Analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">Stakeholders is defined as the people that are directly or indirectly associated with the organization. Following are some of the stakeholders of Lonsdale Fitness, who get affected by the change.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stakeholders</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Needs</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Media to communicate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How frequently/ Communicate</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">John </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email- </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per requirement related to project progress.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Mark</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on project progress for getting IT services/ tech issues.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Kylie</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on the project progress to hire the contractors or in order to reduce or hire the staff for project.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Identify Change Elements </strong></p>\r\n<p><strong>Structure/processes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the design of the organization, there will be a change as the staff will move from perpetual to transitory staff. </span></p>\r\n<p><strong>Performance measures/Timeframes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the successful change, the KPI must be executed for overhauling the work duties.</span></p>\r\n<p><span style=\"font-weight: 400;\">A change is required for executing the change for facilitating the change, all the stakeholders’ needs to be responsible by using appropriate resources. </span></p>\r\n<p><strong>Impact on workloads:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Sets of expectations to be conveyed. For guaranteeing the sufficient information, the organization has an improvement plan. </span></p>\r\n<p><strong>Reporting arrangements </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Responsible Person</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting Manager</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting on updating</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Creation of the new website of Samson Media</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Hiring new staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Daily</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide Social media manager, marketing strategies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">weekly</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Consolidation</strong></p>\r\n<p><span style=\"font-weight: 400;\">Policies, procedures and performance measures reinforce the changes</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Powerful execution and precise information needs to be followed for KPI’s and time span. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Instructions and trainings are led by Samson media that will start the working condition. </span></li>\r\n</ul>\r\n<p><strong>Finalized Communication and Education Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and duration of a session (if applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct the training session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Verbal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 to 6 days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office premises</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Samson Media Director(Sponsor)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Regular Project Progress deliverable</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every Week(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Finance Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Approval on Project Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Based on Project Resource Approval</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">HR Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Update on Staff Performance Review Hiring , Firing and selection of contractor/staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every fortnight(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<ol start=\"6\">\r\n<li><em><strong>Write a draft Communication and Education Plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Develop a communication and education plan to be used in conjunction with the change management project plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">This plan should show how the change will be managed, including the provision of information to staff about the proposed changes and benefits.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that the strategies you develop are designed to promote the benefits of change to staff and to reduce the likelihood of a negative response/adverse outcomes.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your communication and education plan should also show the reporting process to senior management, which will be required on a regular basis.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Communication and Education Plan Template to guide your work.</span></p>\r\n<p><strong>Samson Media</strong></p>\r\n<p><strong>Updated Communication and Education Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and duration of a session (if applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct the training session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Verbal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 to 6 days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office premises</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Samson Media Director(Sponsor)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Regular Project Progress deliverable</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every Week(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Finance Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Approval on Project Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Based on Project Resource Approval</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">HR Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Update on Staff Performance Review Hiring , Firing and selection of contractor/staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every fortnight(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to the CEO and Senior Management (assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Assume you need to gain input from and approval of the CEO and Senior Management. Send an email that introduces and summarise the contents of the draft change management plan and your draft communication and education plan and ask for their input and approval for the to move forward with the project.</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your draft change management plan and your draft communication and education plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: -Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: -</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: -Attaching the draft change management plan along with the communication and education plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that draft change management plan as well as communication and education plan report has been attached to the mail. It includes: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   An introduction which includes the project background, links to the company’s strategic goals and other changes that are occurring in the company</span></li>\r\n<li><span style=\"font-weight: 400;\">   The project sponsors</span></li>\r\n<li><span style=\"font-weight: 400;\">   The project’s objectives</span></li>\r\n<li><span style=\"font-weight: 400;\">   What the change process will achieve</span></li>\r\n<li><span style=\"font-weight: 400;\">   Principles that underpin the change plan</span></li>\r\n<li><span style=\"font-weight: 400;\">   Ethical issues that need to be considered</span></li>\r\n<li><span style=\"font-weight: 400;\">   Main elements of the Change Plan</span></li>\r\n<li><span style=\"font-weight: 400;\">   Change drivers, constraints and risks</span></li>\r\n<li><span style=\"font-weight: 400;\">   Key shareholder analysis</span></li>\r\n<li><span style=\"font-weight: 400;\">   The company’s readiness to change</span></li>\r\n<li><span style=\"font-weight: 400;\">   Key change messages</span></li>\r\n<li><span style=\"font-weight: 400;\">   Change elements</span></li>\r\n<li><span style=\"font-weight: 400;\">   A change plans</span></li>\r\n<li><span style=\"font-weight: 400;\">   Project reporting arrangements</span></li>\r\n<li><span style=\"font-weight: 400;\">   How the changes will be consolidated</span></li>\r\n<li><span style=\"font-weight: 400;\">   How the changes will be evaluated</span></li>\r\n</ul>\r\n<p><strong>Communication and Education plan </strong><span style=\"font-weight: 400;\">includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audience</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key Messages</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delivery Methods</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Frequency and duration of a session </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Location.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Please go through both reports and do share your views with me, I will glad to hear with from you.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,<br /><br /></span></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Update your change management plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Your assessor in the role of the CEO and Senior Management will provide you with feedback which you must use to modify your change management plan, incorporating the changes suggested.</span></p>\r\n<p><span style=\"font-weight: 400;\">Name this new document accordingly.</span></p>\r\n<p><strong>Samson Media</strong></p>\r\n<p><strong>Finalized Change Management Plan</strong></p>\r\n<p><strong>Introduction:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The publisher of several upmarket fashion magazine is Samson media. The age group that reads this newspaper is between 35-54 years old women. </span></p>\r\n<p><strong>Project Sponsor: </strong></p>\r\n<p><span style=\"font-weight: 400;\">Samson Media project owner: john </span></p>\r\n<p><strong>Project Objectives -</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Change Objectives and Principles </strong></p>\r\n<p><span style=\"font-weight: 400;\">Benefit after change process:-</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Rationale for the Change</strong></p>\r\n<p><span style=\"font-weight: 400;\">Key drivers for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Globalization</span></li>\r\n<li><span style=\"font-weight: 400;\">ICT implementation</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Key constraints for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Cost</span></li>\r\n<li><span style=\"font-weight: 400;\">Risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Benefits</span></li>\r\n<li><span style=\"font-weight: 400;\">Quality</span></li>\r\n<li><span style=\"font-weight: 400;\">Scope</span></li>\r\n<li><span style=\"font-weight: 400;\">Time</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The risk associated with the change process</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Financial risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Operational risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Management risk</span></li>\r\n</ul>\r\n<p><strong>Key Stakeholder Analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">Stakeholders is defined as the people that are directly or indirectly associated with the organization. Following are some of the stakeholders of Lonsdale Fitness, who get affected by the change.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stakeholders</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Needs</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Media to communicate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How frequently/ Communicate</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">John </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email- </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per requirement related to project progress.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Mark</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on project progress for getting IT services/ tech issues.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Kylie</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on the project progress to hire the contractors or in order to reduce or hire the staff for project.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Identify Change Elements </strong></p>\r\n<p><strong>Structure/processes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the design of the organization, there will be a change as the staff will move from perpetual to transitory staff. </span></p>\r\n<p><strong>Performance measures/Timeframes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the successful change, the KPI must be executed for overhauling the work duties.</span></p>\r\n<p><span style=\"font-weight: 400;\">A change is required for executing the change for facilitating the change, all the stakeholders’ needs to be responsible by using appropriate resources. </span></p>\r\n<p><strong>Impact on workloads:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Sets of expectations to be conveyed. For guaranteeing the sufficient information, the organization has an improvement plan. </span></p>\r\n<p><strong>Reporting arrangements </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Responsible Person</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting Manager</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting on updating</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Creation of the new website of Samson Media</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Hiring new staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Daily</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide Social media manager, marketing strategies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">weekly</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Consolidation</strong></p>\r\n<p><span style=\"font-weight: 400;\">Policies, procedures and performance measures reinforce the changes</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Powerful execution and precise information needs to be followed for KPI’s and time span. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Instructions and trainings are led by Samson media that will start the working condition. </span></li>\r\n</ul>\r\n<p><strong>Finalized Communication and Education Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and duration of a session (if applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct the training session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Verbal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 to 6 days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office premises</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Samson Media Director(Sponsor)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Regular Project Progress deliverable</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every Week(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Finance Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Approval on Project Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Based on Project Resource Approval</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">HR Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Update on Staff Performance Review Hiring , Firing and selection of contractor/staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every fortnight(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"9\">\r\n<li><em><strong>Update your communication and education plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Your assessor in the role of the CEO and Senior Management will provide you with feedback which you must use to modify your communication and education plan, incorporating the changes suggested.</span></p>\r\n<p><span style=\"font-weight: 400;\">Name this new document accordingly.</span></p>\r\n<p><strong>Samson Media</strong></p>\r\n<p><strong>Updated Communication and Education Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and duration of a session (if applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct the training session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Verbal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 to 6 days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office premises</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Samson Media Director(Sponsor)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Regular Project Progress deliverable</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every Week(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Finance Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Approval on Project Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Based on Project Resource Approval</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">HR Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Update on Staff Performance Review Hiring , Firing and selection of contractor/staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every fortnight (30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should confirm that you will proceed with the plan now that the required changes have been made.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your updated change management plan and your updated communication and education plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject:  Attaching the updated change management plan and the updated communication and education plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that updated change management plan has been attached to the mail with the updated communication and education plan. Some changes have been made to it. Kindly go through it and let me know if there is something to change. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank You,</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<h3>Assessment 3</h3>\r\n<ol start=\"1\">\r\n<li><em><strong>Create a Change management presentation</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Develop a presentation to assist in informing employees about the change management plan that you developed in Assessment Task 2, as well as the communication and education plan to be adopted during the change management process.</span></p>\r\n<p><span style=\"font-weight: 400;\">The purpose of the presentation is to ensure that employees are fully informed and have the opportunity to contribute to the change management process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Review Kotter’s 8-Step change model to assist you in developing a presentation that will appeal to staff and will promote acceptance of the change.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that you are providing comprehensive information to staff to assist them to accept the changes.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the presentation, allow for some time when staff have the opportunity for input, as this will facilritate acceptance of the change.</span></p>\r\n<p><span style=\"font-weight: 400;\">This will relate to the risk control treatments that you identified in your briefing report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your presentation should include graphics such as images, charts and tables.</span></p>\r\n<p><span style=\"font-weight: 400;\">You must develop the required number of slides to support a presentation of about 30 minutes.</span></p>\r\n<p><span style=\"font-weight: 400;\">The presentation you develop must clearly outline:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   The rationale and vision for the change</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   The benefits of the change</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Impacts of the change on operations</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Strategies to be adopted to minimise the negative effects on staff. This should also include an outline of the proposed arrangements for redundancies and the restructuring of current jobs in head office.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment, and seek their feedback</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your completed Change management presentation to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your assessor will advise you of the date and time that your presentation is to take place.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the presentation of change management.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This letter is written to inform that presentation for the change management has been attached to the mail. It includes the following points: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Kotter’s 8-step change model</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">The rationale and vision for the change</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">The benefits of the change</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Impacts of the change on operations</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Strategies to be adopted to minimize the negative effects on staff. This should also include an outline of the proposed arrangements for redundancies and the restructuring of current jobs in head office.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Please go through the presentation once and do let me know with your valuable feedback, I will be glad to hear it from </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Deliver your presentation.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Using the Change management presentation that you have developed, deliver a presentation to staff. Your assessor will be present as one of the staff members and will also organise another 2 or 3 other students to attend.</span></p>\r\n<p><span style=\"font-weight: 400;\">At the outset of the presentation, indicate that the team will be able to ask questions during and at the end of the presentation. Also inform staff that you would like to brainstorm further change management ideas at the end of the session.</span></p>\r\n<p><span style=\"font-weight: 400;\">Go through each of your power point slides, explaining the changes and the change management process. You should also describe the communication and education activities that you have planned.</span></p>\r\n<p><span style=\"font-weight: 400;\">You must provide comprehensive information, outlining the coming changes to assist staff in accepting the changes. You must also provide the opportunity for their input, which will also facilitate their acceptance of change.</span></p>\r\n<p><span style=\"font-weight: 400;\">Bear in mind that there will be some sensitivities, as the changes will require job losses. Your assessor will roleplay a staff member who is upset with the changes, and you will be expected to respond to that staff member using effective communication and problem-solving skills.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the presentation, demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   Speaking clearly and concisely</span></li>\r\n<li><span style=\"font-weight: 400;\">   Using non-verbal communication to assist with understanding</span></li>\r\n<li><span style=\"font-weight: 400;\">   Asking questions to identify required information</span></li>\r\n<li><span style=\"font-weight: 400;\">   Responding to questions as required</span></li>\r\n<li><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding of issues and questions raised by employees.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">At the conclusion of your presentation, seek feedback from staff on the changes that will be implemented for Samson Media. Ask them for their ideas to inform your change management plan and your communication and education plan. Take notes on this feedback.</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 10-11-2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 11:00 AM</span></p>\r\n<p><span style=\"font-weight: 400;\">Participants: Staff members</span></p>\r\n<p><strong>Kotter’s 8-step change model</strong></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step One: Create Urgency.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Two: Form a Powerful Coalition. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Three: Create a Vision for Change. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Four: Communicate the Vision. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Five: Remove Obstacles. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Six: Create Short-Term Wins. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Seven: Build on the Change. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Step Eight: Anchor the Changes in Corporate Culture.</span></li>\r\n</ol>\r\n<p><strong>The rationale and vision for the change</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key drivers for change are:</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Globalization</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">ICT implementation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key constraints for change are:</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Cost</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Risk</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Benefits</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Scope</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">•</span> <span style=\"font-weight: 400;\">Time</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The risk associated with the change process</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Financial risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Operational risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Management risk</span></li>\r\n</ul>\r\n<p><strong>Benefits of the change</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">An effective communication strategy needs to be planned and executed.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Cooperation and collaboration needs to be improved.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Resistance to change needs to be minimized.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Stress and anxiety that is related to the change needs to be reduced.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Possibility of change should be minimized. </span></li>\r\n</ul>\r\n<p><strong>Impacts of change on operations</strong></p>\r\n<p><span style=\"font-weight: 400;\">The efficiency of work processes can be increased because of change. </span></p>\r\n<p><strong>Strategies to be adopted to minimize the negative effects on staff</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leadership</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Setting the realistic timelines</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Don’t keep people in dark</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Finalise your change management plan and your communication and education plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">These updates should include the feedback that came out in the meeting. Ensure that the finalised documents are named accordingly.</span></p>\r\n<p><strong>Samson Media</strong></p>\r\n<p><strong>Finalized Change Management Plan</strong></p>\r\n<p><strong>Introduction:</strong></p>\r\n<p><span style=\"font-weight: 400;\">The publisher of several upmarket fashion magazine is Samson media. The age group that reads this newspaper is between 35-54 years old women. </span></p>\r\n<p><strong>Project Sponsor: </strong></p>\r\n<p><span style=\"font-weight: 400;\">Samson Media project owner: john </span></p>\r\n<p><strong>Project Objectives -</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Change Objectives and Principles </strong></p>\r\n<p><span style=\"font-weight: 400;\">Benefit after change process:-</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase in return on capital to 8% within 2 years</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Closing the printing and distribution site.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost efficiency needs to be achieved. </span></li>\r\n</ul>\r\n<p><strong>Rationale for the Change</strong></p>\r\n<p><span style=\"font-weight: 400;\">Key drivers for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Globalization</span></li>\r\n<li><span style=\"font-weight: 400;\">ICT implementation</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Key constraints for change are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Cost</span></li>\r\n<li><span style=\"font-weight: 400;\">Risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Benefits</span></li>\r\n<li><span style=\"font-weight: 400;\">Quality</span></li>\r\n<li><span style=\"font-weight: 400;\">Scope</span></li>\r\n<li><span style=\"font-weight: 400;\">Time</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The risk associated with the change process</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">Financial risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Operational risk</span></li>\r\n<li><span style=\"font-weight: 400;\">Management risk</span></li>\r\n</ul>\r\n<p><strong>Key Stakeholder Analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">Stakeholders is defined as the people that are directly or indirectly associated with the organization. Following are some of the stakeholders of Lonsdale Fitness, who get affected by the change.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stakeholders</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Needs</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Media to communicate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How frequently/ Communicate</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">John </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email- </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per requirement related to project progress.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Mark</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on project progress for getting IT services/ tech issues.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Kylie</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email: </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As per the requirements on the project progress to hire the contractors or in order to reduce or hire the staff for project.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Identify Change Elements </strong></p>\r\n<p><strong>Structure/processes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the design of the organization, there will be a change as the staff will move from perpetual to transitory staff. </span></p>\r\n<p><strong>Performance measures/Timeframes:</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the successful change, the KPI must be executed for overhauling the work duties.</span></p>\r\n<p><span style=\"font-weight: 400;\">A change is required for executing the change for facilitating the change, all the stakeholders’ needs to be responsible by using appropriate resources. </span></p>\r\n<p><strong>Impact on workloads:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Sets of expectations to be conveyed. For guaranteeing the sufficient information, the organization has an improvement plan. </span></p>\r\n<p><strong>Reporting arrangements </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Responsible Person</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting Manager</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Reporting on updating</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Creation of the new website of Samson Media</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">IT officier</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Hiring new staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HR Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Daily</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide Social media manager, marketing strategies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Project Owner</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">weekly</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Consolidation</strong></p>\r\n<p><span style=\"font-weight: 400;\">Policies, procedures and performance measures reinforce the changes</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Powerful execution and precise information needs to be followed for KPI’s and time span. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Instructions and trainings are led by Samson media that will start the working condition. </span></li>\r\n</ul>\r\n<p><strong>Finalized Communication and Education Plan </strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and duration of a session (if applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct the training session</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Verbal</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5 to 6 days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office premises</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Samson Media Director(Sponsor)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Regular Project Progress deliverable</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every Week(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Finance Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Approval on Project Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Email</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Based on Project Resource Approval</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Samson Media</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">HR Director</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Update on Staff Performance Review Hiring , Firing and selection of contractor/staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Face to face Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Every fortnight(30 min)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Board Room</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should give a summary of the meeting, and the changes that you have made to the attachments.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your finalised change management plan and your finalised communication and education plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the finalized change management plan and finalized communication and education plan to E-mail.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This letter is written for informing that I have attached the change management plan and communication and education plan to this mail. Kindly go through it and give your feedback. </span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span></p>\r\n<br /><br />\r\n<h3>Assessment 4</h3>\r\n<ol>\r\n<li><em><strong>Develop a human resources brief.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Using your research develop a short one-page brief to send to the human resources department outlining the requirement to conduct the training as part of the change management process</span></p>\r\n<p><span style=\"font-weight: 400;\">and the timing of the training.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your brief should include, as a minimum, the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   The benefits of change management team building</span></li>\r\n<li><span style=\"font-weight: 400;\">   Ideas for the content of the training that will take place</span></li>\r\n<li><span style=\"font-weight: 400;\">   Experts who could assist in providing training</span></li>\r\n<li><span style=\"font-weight: 400;\">   Ideas for team building exercises. Provide at least two exercises</span></li>\r\n<li><span style=\"font-weight: 400;\">   How best to promote the training to staff?</span></li>\r\n<li><span style=\"font-weight: 400;\">   Timing</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Your brief should be no more than one page.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Human Resources Brief Template to guide your work.</span></p>\r\n<p><strong>Human Resources Brief</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Samson media adopted the change management plan which includes training and development session for employees in different areas. Training for 2 hours per week will be provided by the Samson media for around 8 weeks. Employee communication will be developed for overcoming the resistance to change and help in promoting the benefit of training and evaluation.  </span></p>\r\n<p><strong>Check strengths and weaknesses:</strong><span style=\"font-weight: 400;\"> strength and weakness of each member can be checked through team building exercises. </span></p>\r\n<p><strong>Vision &amp; Mission Direction:</strong><span style=\"font-weight: 400;\"> Team building makes sure that there is clear understanding of organization’s goal to every individual.  </span></p>\r\n<p><strong>Roles and Responsibilities:</strong><span style=\"font-weight: 400;\"> role of each member of the team is to be defined. Creative thinking should be initiated. Individuals of the team are motivated for providing their opinions, views and also solutions for a particular problem.               </span></p>\r\n<p><strong>Building trust and morale:</strong><span style=\"font-weight: 400;\"> Strong interpersonal relationships can be built by the individual of they perform the organization team building activities and can increase the morale of team members.  </span></p>\r\n<p><strong>Introducing and managing change:</strong><span style=\"font-weight: 400;\"> change in organization can be integrated by team building and is also helpful in managing the changes and its impact on the organization. </span></p>\r\n<p><strong>Facilitating delegation:</strong><span style=\"font-weight: 400;\"> tasks are delegated with the help of team building. </span></p>\r\n<p><strong>Increased productivity:</strong><span style=\"font-weight: 400;\"> Productivity of individuals are increased when all team members are working together for achievement of the goals. </span></p>\r\n<p><strong>Ideas for content of training</strong></p>\r\n<p><span style=\"font-weight: 400;\">Before entering the full-fledged team building, explain the outline and contents of the team building to the members of the organization and let them know how important it is for the successful change of the organization. It also alleviates hostility by explaining the benefits that team building will bring to the organization and its members.</span></p>\r\n<p><strong>Experts who could assist in providing training</strong></p>\r\n<p><span style=\"font-weight: 400;\">In terms of cost reduction, training through the environment existing in the organization is ideal, but for more efficient and successful training, it was decided to seek help from outside experts. As a result of the search, Samson Media can receive the help of the following professional companies, and select an appropriate company after conformity review. –</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WeTrain </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business training works </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Be challenged </span></li>\r\n</ul>\r\n<p><strong>Ideas for team building exercises</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Team building activities is divided into 4 sections </span></p>\r\n<p><span style=\"font-weight: 400;\">- Communication Activities for Teams</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Negotiate</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Activity: divide the group into team of three members and each group needs to be given two one- dollar coin. </span></p>\r\n<p><span style=\"font-weight: 400;\">Objective: creative answer to problems needs to be find out.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Trading triangles</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Activity: group needs to be divided into small groups.  </span></p>\r\n<p><span style=\"font-weight: 400;\">Objective: perspective of others to be seen for helping in influencing their position. </span></p>\r\n<p><span style=\"font-weight: 400;\">Bonding Activities for Teams</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">A Typical Day</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Activity: Pairing the participants. Have one tell the other about a typical work day.</span></p>\r\n<p><span style=\"font-weight: 400;\">Objective: Learning new things about team members.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Gossips</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Activity: statement needs to be collected and read it aloud. The target is to guess who write it. </span></p>\r\n<p><span style=\"font-weight: 400;\">Objective: Learn more about who you work with.</span></p>\r\n<p><span style=\"font-weight: 400;\">Cooperation Activities for Teams</span></p>\r\n<p><strong>How best to promote the training to staff </strong></p>\r\n<p><span style=\"font-weight: 400;\">This training plan, planned by the organization, is essential for the successful change of the organization, but it can cause antipathy for members of the organization to invest overtime or individual effort and time. </span></p>\r\n<p><strong>Timing</strong></p>\r\n<p><span style=\"font-weight: 400;\">The training is to be delivered over an eight-week period for approximately 2 hours a week</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Time</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Activities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Topics</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Lectures</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Outline and Necessity of Training, Negotiate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Trading Triangles</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">A Typical Day</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Gossip</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Circle Catch</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">House of Cards</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Thursday</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3.00-5.00 pm</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Group</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The Guessing Game, Sharing, evaluating and rewarding training results</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External expert</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to the Human Resources Manager (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should give a summary of the attachment, and the changes that you have made to the attachments.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your human resources brief to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the human resource brief</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\"> This mail is to inform that change management plan is prepared. And human resource brief is also prepared for the needs and benefits of the team building activities. Kindly go through the attachment and give your feedbacks. If there is any query do let me know. </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards</span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to all staff (your assessor)</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">To inform your staff email, consider how you could best promote the training to staff to</span></p>\r\n<p><span style=\"font-weight: 400;\">overcome resistance to change. Review change management literature to inform your response. This may be the same literature you identified in Assessment Task 1.</span></p>\r\n<p><span style=\"font-weight: 400;\">Outlining the rationale for the training, as well as the benefits of the training. Use the ideas that you have researched to overcome resistance to change. Briefly outline some of the proposed ideas for the training.</span></p>\r\n<p><span style=\"font-weight: 400;\">As a guide, your email should be between 3 to 4 paragraphs long.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Staff</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Dear all Samson media staffs </span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that the company is making different changes for the growth, survival and development in future. As attached in Human Resource brief, training was provided for 8 weeks and 2 hours per week. Promotions are also provided to the members who participated in the training session. Kindly let me known if there is any query. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Review and evaluate your change management plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review your change management plan and evaluate each section to determine changes that need to be made based on the new activities identified.</span></p>\r\n<p><span style=\"font-weight: 400;\">Make any changes to the plan that are appropriate.</span></p>\r\n<p><span style=\"font-weight: 400;\">Save this document as Revised Change Management Plan</span></p>\r\n<p><span style=\"font-weight: 400;\">With the change management review, it was seen that plans for evaluation of the employees were necessary.</span></p>\r\n<p><span style=\"font-weight: 400;\">Employee evaluation is based on: - </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Total training hours </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Participation in education </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Evaluation between employees </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">After updating the document, rename the document as a Revised Change Management Plan</span></p>\r\n<p><span style=\"font-weight: 400;\">Send an email to the CEO and Senior Management (your assessor).</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should give a summary of the attachment, outline your evaluation of each section, and the changes that you have made to it.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your revised change management plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the revised management plan </span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">I have reviewed the additions that are made to the current change management plan. The additions are: conducting the training for members of the team building for the successful corporate change. After including the addition to the document, the name was changed to revised change management plan. It includes human resource brief, team building training. Kindly check the attached document.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you </span></p>\r\n<br /><br />\r\n<h3>Assessment 5</h3>\r\n<ol start=\"1\">\r\n<li><em><strong>Write a change management review.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review of the change management objectives, communication activities implemented, and the Staff Survey Results. Evaluate the effectiveness of the change management process and provide recommendations for improving communication activities.</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop a short brief for the CEO of the organisation that includes your review. It should also recommend updates to the change management plan through relevant communication activities.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your change management review should include the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li><span style=\"font-weight: 400;\">   What the change management objectives are</span></li>\r\n<li><span style=\"font-weight: 400;\">   What change management communication activities took place</span></li>\r\n<li><span style=\"font-weight: 400;\">Recommended changes to the change management plan and the communication and education plans</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Your review should be between half a page and one-page long.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Change Management Review Template to guide your work</span></p>\r\n<p><strong>Change Management Review</strong></p>\r\n<p><strong>Objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">Change management objectives for Samson Media include: </span></p>\r\n<p><span style=\"font-weight: 400;\">The objective is to make sure that the strategies and techniques are utilized normally for the brief treatment.</span></p>\r\n<p><strong>Activities conducted</strong></p>\r\n<p><span style=\"font-weight: 400;\">Range of communication activities is described that is associated with the change process. </span></p>\r\n<p><span style=\"font-weight: 400;\">Readiness Assessments</span></p>\r\n<p><span style=\"font-weight: 400;\">Change supervisor crew utilize the appraisals tools for surveying the association’s preparation to change. Hierarichal evaluations are incorporated by the appraisals availability. </span></p>\r\n<p><strong>Recommendations</strong></p>\r\n<p><span style=\"font-weight: 400;\">Imperative recommendations came from the analysis of the change management plan that is updated.</span></p>\r\n<p><span style=\"font-weight: 400;\">Communicators consider the following components: The audience, Communicated. </span></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment. Attach your change management review brief to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the change management review brief.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This letter is written for informing that I have reviewed the change management plan and have also made some changes. The review of the change management has attached to the mail. Kindly find the attachment. The change management plan helps to make sure that the budget, schedule, scope, communication and resources are in control. Kindly go through the report once and share the reviews. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thanking you </span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span><span style=\"font-weight: 400;\"><br /></span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 42, NULL, 'Lead and manage organizational change BSBINN601', 'Solution of BSBINN601 Lead and manage organizational change will help you in scoring high with the guidance of expert writers.', 'Lead and manage organizational change BSBINN601', 'lead-and-manage-organizational-change-bsbinn601', '2021-11-19 00:36:22', '2021-11-23 00:50:58');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(298, 'Manage innovation and continuous improvement (BSBMGT608)', '<p> </p>\r\n<h3>Assessment Task 1</h3>\r\n<ol>\r\n<li><em><strong>Outline two methods for conducting cost-benefit analysis.</strong></em></li>\r\n</ol>\r\n<p><strong> Net Present Value (NPV)</strong></p>\r\n<p>The difference between cash inflow and cash outflow is known as Net Present Value (NPV). For analysing the profitability of a project investment and capital budgeting, NPV is used.</p>\r\n<p><strong>Benefit-Cost Ratio (BCR).</strong></p>\r\n<p>Relationship between relative costs &amp; benefits of a proposed project is shown by benefit-cost ratio (BCR). To deliver a positive NPV to a company, the value of BCR should be greater than 1.0.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Describe two creativity theories and their application to workplace innovation.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Walla’s theory provides:-</strong>Creative process consists of Preparation, Incubation, Illumination and Verification. Intimation stage is reflected through these four stage models which gives more explanation to the creative process.</li>\r\n</ul>\r\n<p><strong>Application:</strong></p>\r\n<p>By linking Incubation and Illumination in the creative process, a ‘Five-Stage Model’ can be acknowledged.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Sid Parnes and Alex Osborn</strong>: Creativity and innovative ideas are tend to be formed by structured way for solving a problem.</li>\r\n</ul>\r\n<p>Application:</p>\r\n<ol>\r\n<li>Collective information</li>\r\n<li>Clear understanding of the problem is must</li>\r\n<li>Challenging questions needs to be prepared</li>\r\n<li>Innovative ideas</li>\r\n<li>Accuracy in giving solutions</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Describe the diffusion of innovation theory and why a manager implementing an innovation may find this theory useful. </strong></em></li>\r\n</ol>\r\n<p>Proper awareness of new technology must be given, this awareness must include three main aspects i.e. how, why and what rate does technology costs. This process is said to be diffusion of innovation.</p>\r\n<p>While spreading awareness it is must that one should be creative, have good communication skills and must know the value of time management. Customers pocket must be kept in mind. It should be cost effective.   </p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Outline the concept of a learning organization.</strong></em></li>\r\n</ol>\r\n<p>Capacity to adapt new knowledgeable or creative ideas are known as learning organizations. It is important that one should improve his or her learning capabilities to achieve goal an also leads to successful decision making. In a business firm, organizational learning tends to play an important role. This helps the company to achieve competitive results and makes a sound environment for the business.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Explain the concept of shared vision as an important organisational learning principle.</strong></em></li>\r\n</ol>\r\n<p>For a learning process it is important to have a proper focus and energy, without this one cannot learn or gain knowledge neither they can accomplish their goals. So, shared vision plays an vital role in organisational learning.  A shared vision helps to create a good environment for teamwork which will make easy for the employees to achieve their goals.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Explain the concept of team learning as an important organisational learning principle.</strong></em></li>\r\n</ol>\r\n<p>The process of developing the capabilities of a team is known as team learning. With a good team work one can find out the solution for every problem. Teamwork leads to good thinking because more than one mind is indulged in the assigned work.</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Identify and discuss in detail five quality management and continuous improvement theories.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li>Communication: An effective communication skills plays a major role in day-to-day operations. With good communication various strategies can be made which will benefit the company.</li>\r\n<li>Customer Focused: The major role during whole process is determined by the customers. Customer satisfaction is the main aim of every business organization. Employees should be trained accordingly so that they can meet the requirements of the customers.</li>\r\n<li>Teamwork: As already discussed, in any business organization teamwork is required, without this no firm can accomplish their goals nor they can meet their requirements.</li>\r\n<li>Data management: It is important for employees to know that how a data should be managed. Through this a business can find out their defects or damages.</li>\r\n<li>Improvement: Improvement is must in every aspect of business. Employees should know that where improvement is required. Improving on regular basis will only help them to achieve their goals effectively.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>Discuss the implications for businesses of Kotter’s 8-Step change model for transformational change.</strong></em></li>\r\n</ol>\r\n<p>The following are the steps used for transforming a change:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Create a sense of urgency</li>\r\n<li>Form a powerful coalition</li>\r\n<li>Create a vision for change</li>\r\n<li>Communicate the vision</li>\r\n<li>Remove obstacles</li>\r\n<li>Create short-term wins</li>\r\n<li>Build on the change</li>\r\n<li>Anchor the changes in corporate culture</li>\r\n</ul>\r\n<p>A clear guidance is provided through these steps and also helps the employees to gain success in the whole process.</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain the purpose of the ISO 9000 Standards for Quality Management and the standards that are included.</strong></em></li>\r\n</ol>\r\n<p>Quality management and standards are addressed by ISO 9000. It helps in achieving customer satisfaction and efficient business nature. During the whole process, ISO 9000 helps to increase productivity levels, less cost with better quality.</p>\r\n<p>ISO 9000 family includes certain standards which are mentioned as under:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>ISO 9001:2008: Quality management systems, requirements are being obseverd.</li>\r\n<li>ISO 9000:2005: Coverage in conceptual and languages</li>\r\n<li>ISO 9004:2009: Effective quality management system</li>\r\n<li>ISO 19011:2011: Interior and exterior guidance of quality management systems are being set.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li><em><strong>Describe the concept of risk as identified in the Australia/New Zealand Standard for Risk Management (AS/NZS ISO 31000:2009).</strong></em></li>\r\n</ol>\r\n<p>The process used to reduce the negative / defective impacts on the business is known as risk management. ISO 31000:2009 used this process to reduce the risk factors which can harm the growth of a company. Uncertainties must be removed.</p>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>Describe the concept of risk management and outline the factors that make a risk management system successful and the factors that may inhibit effective risk management.</strong></em></li>\r\n</ol>\r\n<p>The process of monitoring and managing risks in order to minimize the negative impact on an organization is known as risk management. We can also say that process of controlling threats to the company is also said to be risk management.</p>\r\n<p>Factors that make risk management successful are listed as under:</p>\r\n<ol>\r\n<li>Commitment and support from top management</li>\r\n<li>Communication</li>\r\n<li>Information technology (IT)</li>\r\n<li>Organization structure</li>\r\n<li>Training</li>\r\n<li>Loyalty</li>\r\n<li>Effectiveness</li>\r\n</ol>\r\n<p>Factors that may inhibit effective risk management are:</p>\r\n<ol>\r\n<li>Improper Communication</li>\r\n<li>Competing priorities, chosen by 51% of respondents.</li>\r\n<li>Less resources</li>\r\n<li>Lack of perceived value, 41%.</li>\r\n<li>Perception ERM adds bureaucracy, 33%.</li>\r\n<li>Lack of board or senior executive ERM leadership, 30%</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>In your own words, describe the seven steps in the risk management process as outlined in AS/NZS ISO 31000:2009.</strong></em></li>\r\n</ol>\r\n<p>Given below are the seven steps involved in managing risk:</p>\r\n<ol>\r\n<li>Communication: The most important aspect for a healthy business is communication. Each and every employee should communicate for better results. Communication helps in identifying the risk easily. It also leads to good decision making.</li>\r\n<li>Risk Identification: The process of determining the risk is known as risk identification</li>\r\n<li>Risk Management Plan: A proper plan should be made so that risk can be controlled.</li>\r\n<li>Review and evaluation of the plan: Safety measures needs to be taken for evaluating the plan.</li>\r\n<li>Implementation: Implementation is one of the main aspect while controlling risk.</li>\r\n<li>Risk reduction:Possible ways can be adopted to reduce risk factors.</li>\r\n<li>Feedback: By asking your customers to provide feedback you make them believe that their opinion is truly valued.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Identify and outline three different sustainability practices common in Australian workplaces.</strong></em></li>\r\n</ol>\r\n<p>Three sustainability practices those are common in Australian workplaces are listed as under:</p>\r\n<ol>\r\n<li>Energy Management: Energy consumption helps you to achieve new opportunities. 20% of heating and cooling costs can be reduced by avoiding leakages and cracks. Automatic products must be used so that less consumption of energy is done. And natural lightning system must be installed. AC’s must be kept at high temperatures that less electricity is consumed. Turning of electronic equipments when not in use.</li>\r\n<li>Water Efficiency: Recycling and reusing the water is the most effective way for sustaining water. Recycling systems, dual flush toilets, efficient dishwashers etc must be installed.</li>\r\n<li>Waste Reduction: Australia has the higher rates of generating the waste in the world. In Australia, residents less than 10% are using recycling methods. More awareness must be made so that we can reduce the rate of waste.</li>\r\n</ol>\r\n<p> </p>\r\n<h3>Assessment Task 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a continuous improvement and innovation report.</strong></em></li>\r\n</ol>\r\n<p>To meet the needs of a client, it is important to select appropriate candidates, screening &amp; sourcing. Such services are provided by recruitment agency known as Woodhouse Recruitment. There are number of recruitment agency similar to Woodhouse. It is obvious that a market has more than one competitor. </p>\r\n<p>Areas for improvement:</p>\r\n<p>There are certain areas which need to be improved.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Social Media: In some areas of business, strategies like social media are missing. To know the exact market positions / value it is must to adopt this strategy. Social sites such as Facebook, twitter etc. Various job vacancies can be posted. They can also share their ideas. Many more activities can be done on social sites.</li>\r\n<li>Sustainability: To meet our own needs the term sustainability is used. For this a eco-friendly environment is must. Strategies like recycling and reusing waste should be implemented.</li>\r\n</ul>\r\n<p>Business supply chain statistics</p>\r\n<ul class=\"unordered-listing\">\r\n<li>An increment of 5% in annual revenue records has been observed in year 2015-2016 i.e. $1,25,00,000.</li>\r\n<li>Profitability level is increased as it was only 8% in the previous year.</li>\r\n</ul>\r\n<p>Tools or techniques used to measure performance</p>\r\n<ol>\r\n<li>Key Performance Indicators and metrics (KPI): Performance of a company or a business to achieve their goals are being measured well by this method.</li>\r\n<li>Performance appraisals: Employee’s total contribution is being reviewed in this process. Also it measures the lacking points of the employee.</li>\r\n<li>Performance management frameworks: One of the most influenced ideas for a business is identified by Balanced Scorecard (BSC). BSC has been used since a long period</li>\r\n</ol>\r\n<p>Two specialists that could help Woodhouse Recruitment</p>\r\n<p>-              Social media specialist http://www.hellosocial.com.au/social-media-services</p>\r\n<p>Service provided: help with the company advertising campaigns</p>\r\n<p>Contact details:</p>\r\n<p> (02) 8889 3930</p>\r\n<p> hello@hellosocial.com.au</p>\r\n<p> Suite 1202, Level 12,</p>\r\n<p> 66 King Street,</p>\r\n<p> Sydney, NSW, 2000</p>\r\n<p>This company can help Woodhouse Recruitment to set up the social media advertising to recruit candidates.</p>\r\n<p> </p>\r\n<p>- Deloitte https://www2.deloitte.com/global/en/pages/risk/solutions/deloitte-sustainability-services.html</p>\r\n<p>Service provided: help clients to successfully manage corporate responsibility and sustainable development issue.</p>\r\n<p>Contact details:</p>\r\n<p>Phone:  +61 3 8971 9800</p>\r\n<p>webenquiry@deloitte.com.au</p>\r\n<p>550 Bourke Street</p>\r\n<p>Melbourne, VIC</p>\r\n<p>3000</p>\r\n<p>Australia</p>\r\n<p> </p>\r\n<p>The company can help Woodhouse Recruitment to assess business-related risks and opportunities and develop sound and responsible corporate business strategy.</p>\r\n<p> </p>\r\n<p>Contact no.</p>\r\n<p>1200 424434</p>\r\n<p>1200 546622</p>\r\n<p> </p>\r\n<p>Trends and opportunities relevant to Woodhouse Recruitment</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Predictive analytics.</li>\r\n<li>Remote work.</li>\r\n<li>Work culture.</li>\r\n<li>Acqui-hires.</li>\r\n<li>Social media recruiting.</li>\r\n<li>Diversity.</li>\r\n<li>Employer branding.</li>\r\n</ul>\r\n<p>Key business targets to compare</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual sales revenue for financial year 20 14 - 2015 is $1,350,000, an increase of 10% from the previous year.</li>\r\n<li>Increase in profits for this financial year compared to the last one is 9%</li>\r\n<li>16% of placements are in the IT area, 18% in accounting, 20$ in sales and marketing and the remainder in administration and office support.</li>\r\n<li>60% of revenue is from repeat client business.</li>\r\n<li>Fill rate is 40%</li>\r\n</ul>\r\n<p>Reasons behind the company may not have met their targets.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Goals aren’t based on customer data</li>\r\n<li>Managers don’t communicate your goals with your team</li>\r\n<li>There are no proper performance benchmarks</li>\r\n<li>Service standards have not been clearly defined and there are no performance indicators in place to measure performance</li>\r\n</ul>\r\n<p>Other business idea</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The company can venture into other areas of human resource management and can opt to ensure that they do performance management for companies. It is also effective for the company to explore other areas of human resource that include training and development of the employees for clients. This diversification will help the company attain its wider scope.</li>\r\n<li>Increase the online presence through website, blogs and online contents</li>\r\n<li>Analysing and evaluating customer review for continues improvement</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to the Manager.</strong></em></li>\r\n</ol>\r\n<p>Email-</p>\r\n<p>To- assessor111@gmail.com</p>\r\n<p>From-</p>\r\n<p>Dear Sir,</p>\r\n<p>I am writing this email to inform you that a detailed report on improvement and innovation has been made by me.  I request you to host a meeting so that I can give a brief discussion on this report.  Please confirm regarding the same as I will be waiting for your response.</p>\r\n<p>Thanking you</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Participate in a meeting</strong></em></li>\r\n</ol>\r\n<p>Meeting minutes</p>\r\n<p>For the meeting which was held on 2ndSeptember 2021</p>\r\n<p>Time- 11am</p>\r\n<p>Place- Conference hall</p>\r\n<p>Topics to improvement</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Social media</li>\r\n<li>Sustainability</li>\r\n</ul>\r\n<p>Agenda Plans</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"163\">\r\n<p>Topic</p>\r\n</td>\r\n<td width=\"129\">\r\n<p>Present</p>\r\n</td>\r\n<td width=\"183\">\r\n<p>Action</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Timeline</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"163\">\r\n<p>Social media</p>\r\n</td>\r\n<td width=\"129\">\r\n<p>CEO</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"183\">\r\n<p>Use social Networks</p>\r\n<p>·         Facebook</p>\r\n<p>·         Instagram</p>\r\n<p>·         Twister</p>\r\n<p>To achieve goals and also to know the market value</p>\r\n</td>\r\n<td width=\"141\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"163\">\r\n<p>Sustainability</p>\r\n</td>\r\n<td width=\"129\">\r\n<p>Operations manager</p>\r\n</td>\r\n<td width=\"183\">\r\n<p>Promote sustainability practices by using local product</p>\r\n<p> </p>\r\n<p>·         Reduce</p>\r\n<p>·         Reuse</p>\r\n<p>·         Recycle</p>\r\n</td>\r\n<td width=\"141\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>Budget</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Topic</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>Details</p>\r\n</td>\r\n<td width=\"205\">\r\n<p> Cost</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Social media</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>Social media sites must be used</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>$3500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Sustainability</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>Moving towards a business friendly environment is must. This leads to reduce costs.</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>$2500</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Staff training</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>Training must be given to all the employees so that they can make proper use of Social media strategies.</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>$2000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n<td width=\"205\">\r\n<p>Total</p>\r\n</td>\r\n<td width=\"205\">\r\n<p>$8000</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Conclusion</p>\r\n<p>Annual sales has been increased by only 10% in the year 2014-2015 costing to $1,350,000. Whereas the report created by Woodhouse Recruitment business shows 60% of revenue values.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Innovative ideas must be invented</li>\r\n<li>Social and general awareness</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to all parties involved.</strong></em></li>\r\n</ol>\r\n<p>To- assessor</p>\r\n<p>From-</p>\r\n<p>Subject: Meeting discussion.</p>\r\n<p>Respected Sir,</p>\r\n<p>It is to inform you that the last meeting session which was hostedto get the feedback on the prior report. Some shortlisted feedbacks are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Social media strategies needs to be adopted.</li>\r\n<li>General awareness amongst the public</li>\r\n</ul>\r\n<p>Looking forward for your positive response.</p>\r\n<p>Thank you.</p>\r\n<p>Best Regards</p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Assessment Task 3</h3>\r\n<ol>\r\n<li><em><strong>Develop action plan and report</strong></em></li>\r\n</ol>\r\n<p><strong>Action Report</strong></p>\r\n<p>To solve the problems for regular improvement, employees need to create innovative ideas. Efficient work processing must be made. Productivity is must while creating an action plan. Team work evaluates the performance of an employee.</p>\r\n<p>Action plan for sustainability practices</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"205\">\r\n<p><strong>Plan Component/Method</strong></p>\r\n</td>\r\n<td width=\"300\">\r\n<p><strong>Action Steps</strong></p>\r\n</td>\r\n<td width=\"85\">\r\n<p><strong>Timeline</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Develop Vision, Mission, Case for Support</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Planning process must be created for the staff</p>\r\n<p>·         Communication with staff is must so that we can see the progress of a company.</p>\r\n<p>·         Reviews / ideas must be shared amongst each other.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 1-3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Develop Goals and Objectives</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Objective programs must be created to achieve certain goals.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 1-3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Research and identify potential stakeholders</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Managing and developing leadership skills.</p>\r\n<p>·         Interest level must be identified.</p>\r\n<p>·          Beneficial interest of a business must be kept in mind. </p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 1-3</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Initiate relationship with potential stakeholders</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Meetings must be scheduled</p>\r\n<p>·         A proper agenda must be made before hosting a meeting</p>\r\n<p>·         Written material must be prepared to give a clear vision for a business.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Month 4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Analyze Program Cost</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Analyzing funds</p>\r\n<p>·         Outcomes must be calculated.</p>\r\n<p>·         Financing strategies must be invented.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Month 4</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Continue to cultivate stakeholders and create buy in</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Meetings that are hosted must be given a proper media coverage.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Month 5</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Make the Ask</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Leadership quality must be developed</p>\r\n<p>·         Commitment should be done fo a better sense of business.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 5-7</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Follow-up</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·        Should voluntarily form relationship with MOU.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 5-7</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Be a Good Steward</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Regular meetings should be held for better opportunities.</p>\r\n<p>·         Success should be celebrated with every employee.</p>\r\n<p>·         Each and every partener should be equally benefited.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 8- ongoing</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"205\">\r\n<p>Create and execute fundraising plan</p>\r\n</td>\r\n<td width=\"300\">\r\n<p>·         Any product or service must be properly identified to set project goals.</p>\r\n<p>·         Marketing plan should be made.</p>\r\n<p>·         Budgets should be calculated.</p>\r\n<p>·         Fundraising is necessary.</p>\r\n<p>·         Fundraising committee must be made separately.</p>\r\n</td>\r\n<td width=\"85\">\r\n<p>Months 8- ongoing (carry forward into Year 2)</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Action plan for social media</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"97\">\r\n<p><strong>Tool</strong></p>\r\n</td>\r\n<td width=\"199\">\r\n<p><strong>Purpose/Strategy</strong></p>\r\n</td>\r\n<td width=\"164\">\r\n<p><strong>Metrics</strong></p>\r\n</td>\r\n<td width=\"124\">\r\n<p><strong>Frequency </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"97\">\r\n<p>Twitter</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Headlines, engage, sales, customer service, network, competitor insight</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Followers, retweets, replies, links clicked, website traffic</p>\r\n</td>\r\n<td width=\"124\">\r\n<p> </p>\r\n<p>1 hour/ day</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"97\">\r\n<p>Facebook</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Social, friendly, recruiting,</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Page likes, post likes, comments, website traffic</p>\r\n</td>\r\n<td width=\"124\">\r\n<p> </p>\r\n<p>1 hour/ day</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"97\">\r\n<p>LinkedIn</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Engagement, recruiting, networking, professional</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Connections, group membership, discussions, website traffic</p>\r\n</td>\r\n<td width=\"124\">\r\n<p> </p>\r\n<p>1 hour/ day</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"97\">\r\n<p>YouTube</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Brand awareness, amazing stories</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Video views, subscribers, comments, website traffic</p>\r\n</td>\r\n<td width=\"124\">\r\n<p> </p>\r\n<p>1 hour/ day</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"97\">\r\n<p>Blogs</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Thought leadership, engagement, website traffic, community</p>\r\n</td>\r\n<td width=\"164\">\r\n<p>Comments, readership, social sharing, website traffic</p>\r\n</td>\r\n<td width=\"124\">\r\n<p>1 hour/ day</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<p><strong>Cost-benefit analysis </strong></p>\r\n<p>A systematic process used by a business to determine the strength and a weakness of a company is analyzed by cost benefit process.  Cost implementation should be minimized while using a social media strategy.</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Cost</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>Amount</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Salary of sales representatives</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$10000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Salary of Recruiting IT specialist</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$5000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Salary of Service executive</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$3000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Operational cost</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$2000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Documentation arrangement cost</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$1000</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"320\">\r\n<p>Total Cost</p>\r\n</td>\r\n<td width=\"319\">\r\n<p>$21000</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Determine the strategic position.</li>\r\n<li>Develops the strategic plan</li>\r\n<li>Reviewing the action plan</li>\r\n</ul>\r\n<p> </p>\r\n<ol>\r\n<li><em><strong>Send an email to your Manager</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"659\">\r\n<tbody>\r\n<tr>\r\n<td width=\"659\">\r\n<p>To: Manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"659\">\r\n<p>From:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"659\">\r\n<p>Subject:  Brief detailing of action plan and report</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"659\">\r\n<p>Attachment: Action plan and report</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"659\">\r\n<p> </p>\r\n<p>Respected sir,</p>\r\n<p> </p>\r\n<p>My motive to write this email is to give you a short description on action plans. Innovative ideas must be taken for the organization to grow. A detailed report of the action plan has been attached with this email for your ready reference.</p>\r\n<p> </p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<p>With regards</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong> </strong></p>\r\n<ol>\r\n<li><em><strong>Prepare an implementation review report.</strong></em></li>\r\n</ol>\r\n<p><strong>a. Read the article below and develop an analysis based on your review of this article as to why the survey sent out by Woodhouse Recruitment might have not been effective.</strong></p>\r\n<p>http://www.peoplepulse.com/resources/useful-articles/recruitment-process-feedback/</p>\r\n<p>Despite the efforts that the Woodhouse recruitment system towards its survey to be successful, the survey may not have been successful or effective due to different reasons. The company included 15 questions for the survey that are focused on the organizational services and its desire to improve on these services. However, from the 100 survey questions that were given, only 12 of the questions returned. One of the reasons for this failure is the system using systemizing feedback. Due to the fact that there were 15 ever questions that were forecast organizational services and their desire to improve them, 12 out of 100 questions of the survey Returned. The other reason why it may not have been effective is the fact that the organization did not write an effective survey invite. Most of the participants did not have a survey invite and therefore they laughed an effective invite that would allow them to join their participation. Incentive programs to the participant may have been the other reason because there were no incentives that were given in the survey especially when the participants have completed filling the survey. </p>\r\n<p> </p>\r\n<p><strong>b.Discuss the successes from this type of continuous improvement initiative. Discuss what Woodhouse Recruitment could take from this experience into future efforts to improve performance.</strong></p>\r\n<p>Sending out surveys is one of the oldest and so far, the best proven methodology used by companies to assure continuous improvement. These kinds of initiatives help organizations to figure out and spot issues with regular processes at various segments and helps in keeping up with daily up gradation of external environment. Continuous improvement also helps in changing the policies and procedures as per the changing needs and requirements of the industry. From the survey Woodhouse Recruitment might have been able to identify as to which areas of their functionality needs attention to improve their overall performance. Although the feedback % was not up to the mark to draw any conclusions, it could still be used for future betterment. The main areas per the feedback which really needs improvement were:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Keeping transparency for the recruitment process</li>\r\n<li>Provide candidates with ample information to keep them clear about the recruitment process</li>\r\n<li>Providing better communication between consultants and candidates</li>\r\n</ul>\r\n<strong>c. Review and analyze the results of the 12 surveys received outlining the results of the customer survey, as well as potential reasons for the low return.</strong><br /><br />\r\n<p>Present the results of the survey in bar charts that include the percentages and provide an analysis of the overall customer satisfaction, ease of doing business and customer loyalty.</p>\r\n<table class=\"table table-bordered\" width=\"586\">\r\n<tbody>\r\n<tr>\r\n<td width=\"227\">\r\n<p> </p>\r\n<p>Woodhouse Recruitment Survey Results</p>\r\n</td>\r\n<td width=\"73\"> </td>\r\n<td width=\"89\"> </td>\r\n<td width=\"91\"> </td>\r\n<td width=\"90\"> </td>\r\n<td width=\"16\"> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Questions</p>\r\n</td>\r\n<td width=\"73\">\r\n<p>Totally satisfied</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>Somewhat satisfied</p>\r\n</td>\r\n<td width=\"91\">\r\n<p>Dissatisfied</p>\r\n</td>\r\n<td width=\"90\">\r\n<p>Totally dissatisfied</p>\r\n</td>\r\n<td width=\"16\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Overall satisfaction</p>\r\n</td>\r\n<td width=\"73\">\r\n<p>58%</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>16.67%</p>\r\n</td>\r\n<td width=\"91\">\r\n<p>0</p>\r\n</td>\r\n<td width=\"90\">\r\n<p>8.33%</p>\r\n</td>\r\n<td width=\"16\"> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Ease of doing business</p>\r\n</td>\r\n<td width=\"73\">\r\n<p>41.67%</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>33.33%</p>\r\n</td>\r\n<td width=\"91\">\r\n<p>16.67%</p>\r\n</td>\r\n<td width=\"90\">\r\n<p>8.33%</p>\r\n</td>\r\n<td width=\"16\"> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"227\">\r\n<p>Customer who said they would recommend</p>\r\n</td>\r\n<td width=\"73\">\r\n<p>41.67%</p>\r\n</td>\r\n<td width=\"89\">\r\n<p>33.33%</p>\r\n</td>\r\n<td width=\"91\">\r\n<p>16.67%</p>\r\n</td>\r\n<td width=\"90\">\r\n<p>8.33%</p>\r\n</td>\r\n<td width=\"16\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>From the data given, the attached diagramshows the results of the Woodhouse recruitment survey. It shows the wall of satisfaction and the ease of doing business data as well as recommendation for the recruitment service and the number of participants that are satisfied among others.</p>\r\n<p>The overall satisfaction with the Woodhouse recruitment system includes: </p>\r\n<ul class=\"unordered-listing\">\r\n<li>A total of 7 people satisfied </li>\r\n<li>2 of the people somewhat satisfied </li>\r\n<li>There were 0 people satisfied </li>\r\n<li>1 person was totally dissatisfied </li>\r\n</ul>\r\n<p>From the data given, the attached diagram shows the results of the Woodhouse recruitment survey. It shows the wall of satisfaction and the ease of doing business data as well as recommendation for the recruitment service and the number of participants that are satisfied among others</p>\r\n<p>The result found out as follows: </p>\r\n<p>There was no comment provided in this section. </p>\r\n<p>When it comes to the ease of doing business with the recruitment service </p>\r\n<ul class=\"unordered-listing\">\r\n<li>There were five people who were totally dissatisfied </li>\r\n<li>There were for people who are somehow satisfied </li>\r\n<li>Two people were dissatisfied </li>\r\n<li>One person was totally dissatisfied </li>\r\n</ul>\r\n<p>They were various comments from the candidates including: </p>\r\n<ul class=\"unordered-listing\">\r\n<li>I got the job I wanted to thank you so much </li>\r\n<li>The consultancy is friendly </li>\r\n<li>It was hard to contact the consultants </li>\r\n<li>They did not keep up-to-date with the application progress </li>\r\n</ul>\r\n<p>The customers who said that they would recommend the recruitment service for the others included </p>\r\n<ul class=\"unordered-listing\">\r\n<li>5 of them said very much so</li>\r\n<li>4 of them said most likely</li>\r\n<li>2 of them said no, I would not recommend</li>\r\n<li>1 of them said definitely would not recommend</li>\r\n</ul>\r\n<p>The following are the Comments from candidates:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Some said they Would definitely recommend</li>\r\n<li>One said that I would not recommend and was not happy with the lack of communication</li>\r\n<li>Other said they I wouldn\'t recommend because they kept being sent the jobs that were not for me.</li>\r\n</ul>\r\n<strong>d. Make recommendations for future customer surveys, including the frequency.</strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li>The following are the major recommendations that can be made for the organization. The first recommendation is that the organization should offer incentives especially for those who complete the survey. Even though the survey should be free incentives would encourage the participants to continue answering questions and the outside can also offer a downloadable discount that would motivate the participants to take part in the survey. The second recommendation is that they should not extensively conduct the survey because the customers do not have too much time to get interested in the organization\'s issues. It is important that the organization determine things that make sense for the customers address to such issues at the same time. The other recommendation is that the organization should provide a survey through emails and websites because they are easily accessible and like answer is sent to many customers who will participate willingly on the organizational issues. <br /> <strong>Explanation:</strong></li>\r\n<li>In every organization, the success of the company depends on customer satisfaction. This can only work if the organization uses satisfaction research in a more effective manner. The survey data on customers can be significant in determining whether the product and services offered by the company are appreciated by the customer or whether there is a need for the organization to improve on its quality from the delivery. In most cases, a customer survey can fail because of the errors that take place from the samples of errors that result from measurements. Based on the given article, Woodhouse recruitment system we have failed due to several reasons.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to your manager.</strong></em></li>\r\n</ol>\r\n<p>Email</p>\r\n<p>To- assessor@gmail.com</p>\r\n<p>From-</p>\r\n<p>Respected Sir,</p>\r\n<p>I am writing this email to inform you that a brief report has been made by me to analyise the outcomes represented by a recruitment process. Please study the report as I will be waiting for your positive response.</p>\r\n<p>Thank you</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 43, NULL, 'Manage innovation and continuous improvement BSBMGT608', 'Get our manage innovation and continuous improvement BSBMGT608 samples without any cost written by our business communication experts.', 'Manage innovation and continuous improvement BSBMGT608', 'manage-innovation-and-continuous-improvement-bsbmgt608', '2021-11-23 00:52:22', '2021-12-21 05:30:05');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(299, 'Develop and implement a business plan (BSBMGT617)', '<h3>Assessment 1</h3>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline three reasons why a company may choose to develop a business plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Assessing the association key is basic and fostering the strategy for knowing the key resource.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Recognizing drifts and arising of difficulties</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">It assist in development of the result of the task </span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline the key steps involved in developing a business plan.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong>Research:</strong> <span style=\"font-weight: 400;\">Research and basic examination are vital to creating and conveying a marketable strategy appropriately. The data utilized must be important, significant, and objective. Notwithstanding, you\'re not composing a novel, so the show additionally should be succinct. That implies picking the right examination to incorporate versus simply a mind dump of anything about the organization\'s circumstance.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> </span><strong>Having a Purpose</strong><span style=\"font-weight: 400;\">: The reason must be clear and authoritative. On the off chance that you don\'t have the foggiest idea why you\'re composing a marketable strategy, the work will be an exercise in futility. Knowing likewise implies having an intended interest group you anticipate that the plan should be prepared by. With both characterized, it will assist with directing what data is incorporated and how.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"> </span><strong>Craft a Company Snapshot:</strong><span style=\"font-weight: 400;\"> Some individuals consider it an organization profile, others a depiction. In any case, your marketable strategy needs a part that gives a peruser an unmistakable perspective on what your organization is, does and gives in a couple of passages. This ought to be the very data that one would discover on the off chance that they looked on the business\' site. It\'s intended to be speedy and edible intellectually in light of the fact that it needs to stick in a peruser\'s psyche rapidly, particularly as more data is given later in the arrangement. In the event that the peruser remembers nothing else, the person will have the profile all around dug in memory. What\'s more, that matters when your arrangement is being considered with others.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"> </span><strong>Detail the Company in Total</strong><span style=\"font-weight: 400;\">: Some people compose their strategy to just feature what they believe are the selling focuses and great highlights of their endeavor. That is an error. Most perusers have a very smart thought where the organization sits in the 10,000 foot view. Detail the organization\'s status in full, great and terrible. Also, where there are shortcomings, remember plans for how they will be tended to given the right help. Subtleties ought to likewise incorporate key highlights like licenses, licenses, copyrights and one of a kind qualities nobody else has.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong> Write the Marketing Plan Beforehand</strong><span style=\"font-weight: 400;\"><strong>:</strong> A basic slip-up made by most new companies is that individuals figure they can compose a field-tested strategy without knowing first how something will be sold. An essential showcasing plan is fundamental; it shows how your item or administration will be conveyed, imparted and offered to clients. It covers where, when and how much, every one of the key pieces that later on feed into the budget report projections in the strategy. Nothing unexpected, advertising must be made certain about prior to arranging out the remainder of the business.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong> Be Willing to Change the Plan for Your Audience:</strong><span style=\"font-weight: 400;\"> Another normal error people regularly make is composing just a single field-tested strategy. The archive given to a moneylender will be totally different than the one for inward heading. Shrewd new companies have numerous variants, actually like applicants have various resumes for various imminent managers. Match the arrangement and message to the crowd you are tending to.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong>Include Your Motivation:</strong><span style=\"font-weight: 400;\"> This is the most important piece in a successful plan – your motivation and goals. Why are you going through all this effort, work, sweat and effort? Your motivation needs to be a reason that will convince people the business will succeed, through thick and thin. A business needs a mission that drives it, not just selling to make money. Your motivation defined in the business plan is that mission.</span></li>\r\n</ul>\r\n<p><strong>Source:</strong> <a href=\"https://www.sandler.com/blog/7-steps-develop-successful-business-plan/\"><strong>https://www.sandler.com/blog/7-steps-develop-successful-business-plan/</strong></a><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline five common components of a business plan.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Executive summary: </strong><strong>    </strong><span style=\"font-weight: 400;\">The executive summary is the brief presentation for your business. It distils all the indispensable data about your strategy into a moderately short space. It\'s a general gander at everything and ought to incorporate data that sums up different areas of your arrangement.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Company description:</strong><span style=\"font-weight: 400;\"> This is your opportunity to portray your organization and what it does. Incorporate a gander at when you shaped your business, your statement of purpose, and your qualities. These are the things that recount your story and permit others to interface with you.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Market analysis:</strong><span style=\"font-weight: 400;\"> This is your opportunity to view at your opposition and the condition of the market all in all. Your market examination is an activity to see where you fit on the lookout and how you are better than the opposition. As you make your market examination, you need to try to remember data for your center objective market, profiles of your optimal clients, and other comparative statistical surveying.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Organization and management:</strong><span style=\"font-weight: 400;\"> Utilize this segment of your strategy to flaunt your supervisory crew whizzes. Financial speculators need to realize you have a skillful group that has the coarseness to make it happen. You are bound to be effective when you have the right administration and association for your organization. Ensure you feature the ability and capabilities of every individual from the group in your field-tested strategy.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Sales strategies:</strong><span style=\"font-weight: 400;\"> You ought to likewise detail the limited time methodologies you\'re utilizing now, alongside procedures you desire to carry out later on. This incorporates your web-based media endeavors and how you raise your image mindfulness. Your business methodology segment ought to remember data for your web advancement endeavors and your site improvement plan.. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Funding requirements:</strong><span style=\"font-weight: 400;\"> This part will layout how much cash your independent company will require so you can make an exact financing demand. Ensure you are pretty much as sensible as could really be expected. You can make a scope of numbers in the event that you would prefer not to attempt to pinpoint a definite number. Incorporate data for a most ideal situation and a most dire outcome imaginable. You should likewise assemble a course of events, so your potential financial backers have a thought of what\'s in store. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> </span><strong>Financial projections:</strong><span style=\"font-weight: 400;\"> Finally, the last segment of your strategy ought to incorporate monetary projections. Your forward-looking projections ought to be founded on data about your income development and market patterns. You need to have the option to utilize data about what\'s going on, joined with your business systems, to make reasonable projections that let others know when they can hope to see returns.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Source: </span><a href=\"https://www.thehartford.com/business-insurance/strategy/writing-business-plan/main-components\"><span style=\"font-weight: 400;\">https://www.thehartford.com/business-insurance/strategy/writing-business-plan/main-components</span></a></p>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Outline three areas that the initial business planning process may address.</span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Seek Expert:</strong><span style=\"font-weight: 400;\"> Opinions Sometimes the best business guidance comes according to outside viewpoints. In the event that you have a companion or relative who has insight with business venture, ask them their assessment of your thought. With experience in beginning a business, these people will actually want to bring up things to expect, issues that might emerge and approaches to stay away from them.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Observe Competition: </strong><span style=\"font-weight: 400;\">One of the most ideal approaches to test your thought and plan your business is to notice your opposition. A few different ways to notice rivalry exist and are an enormous piece of the statistical surveying step of the arranging cycle. Invest energy in the store. Take notes on its appearance, including neatness, style and format, just as speed of administration, things and estimating. Notice the positives, negatives and consider the things you would do another way.. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Focus Groups:</strong><span style=\"font-weight: 400;\"> A center gathering is a gathering of people chose from a wide scope of purchasers to give their contemplations, thoughts, discernments and convictions about a specific domain of business or a specific industry. Framing a center gathering gives important statistical surveying about your item or administration, alongside individuals\' view of your thought.</span></li>\r\n</ul>\r\n<p><strong>Source:</strong> <a href=\"https://www.infoentrepreneurs.org/en/guides/review-your-business-performance/\"><span style=\"font-weight: 400;\">https://www.infoentrepreneurs.org/en/guides/review-your-business-performance/</span></a><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline the purpose of a SWOT analysis in a business planning process.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The motivation behind a SWOT examination is to get chiefs pondering all that might actually affect the achievement of another venture. Inability to think about a key strength, shortcoming, danger or opportunity could prompt helpless business choices. For instance, if the tech organization with the patent for another processor didn\'t perceive the risks that its rivals were creating comparative items, it may overestimate the business capability of the new processor and assume obligation to finance the improvement of the processor just to find that the new item doesn\'t get sufficient income to take care of the obligation. All in all, a qualities, shortcomings, openings, and dangers brainwork can assist administrators with trying not to commit exorbitant errors and figure out which ventures are well on the way to succeed.</span></p>\r\n<p><strong>Source: </strong><a href=\"https://searchcio.techtarget.com/definition/SWOT-analysis-strengths-weaknesses-opportunities-and-threats-analysis\"><strong>https://searchcio.techtarget.com/definition/SWOT-analysis-strengths-weaknesses-opportunities-and-threats-analysis</strong></a><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the relationship between performance objectives and key performance indicators in a business plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">When objectives are put forward, they result in arranged execution. Objective is the final result. Developing manner is assisted with the presentation objective. </span><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain why it is important for a business to use a range of performance measures within its business plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The way towards gathering, dissecting and announcement of data is done with execution estimation. The main angles are to be considered which is corresponding to the execution estimation measure. </span><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>If a business plan has an objective of improving customer satisfaction, describe three performance measures that could be used to measure customer satisfaction.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Net Promoter Score:<span style=\"font-weight: 400;\"> Likeliness of customer is measured and is the most popular way of measuring the loyalty of the customer. </span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Customer Satisfaction Survey:</strong> for the collection of data and customer happiness, it is standard approach. It asks the customers, how satisfied are they? There are three useful variations: In app survey, Post surveys and Long-email survey. </span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Customer Satisfaction Score:</strong> in this, customer is asked to rate their satisfaction with business, product or service. The scale ranges between 1-3, 1-5 or 1-10</span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the balanced scorecard approach in relation to performance measurement.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Variety of execution is created with the balanced scorecard approach. With the general element target. Every pointer is being consistent. Don’t set the each action in store and comprehended. With the help of monetary results, client results or business measure result, these estimations can be identified. <br /><br /></span></p>\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline key stakeholders who may be involved in business planning.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>End Consumers </strong></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">household </span></li>\r\n</ol>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\"> Demographic segments.</span></li>\r\n<li><span style=\"font-weight: 400;\"> Psychographic segments</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">                   iii. purchasing behavior segments </span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> commercial &amp; industrial</span></li>\r\n</ol>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\"> Product use </span></li>\r\n<li><span style=\"font-weight: 400;\"> Alternative products </span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">                  iii. purchasing behavior segments </span></p>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\"> industry classification </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key Customer groups, if not direct to end consumer </span></li>\r\n</ul>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\">c) distributors </span></li>\r\n<li><span style=\"font-weight: 400;\">d) retailers </span></li>\r\n<li><span style=\"font-weight: 400;\">e) product transporters</span></li>\r\n<li><span style=\"font-weight: 400;\">f) intermediary storage </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employees </span></li>\r\n</ul>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\">a) internal, specify level </span></li>\r\n<li><span style=\"font-weight: 400;\">b) sales force </span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">         c)support personnel for outside relationships </span></p>\r\n<p><span style=\"font-weight: 400;\">         d)contractors (not really employees, but still impacted) </span></p>\r\n<p><span style=\"font-weight: 400;\">      ∙</span><span style=\"font-weight: 400;\"> Stockholders (owners) – Board of Directors <br /><br /><br /></span></p>\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Prepare to develop business plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You are required to prepare for a meeting with the Senior Management Team to consult on the development of the Business Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Prior to meeting with the Senior Management Team, review and evaluate the scenario information and the current operational priorities plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">You should also review the Business Plan Template.</span></p>\r\n<p><span style=\"font-weight: 400;\">Based on your review and evaluation, identify the business’ vision, mission, values and objectives as these will need to be discussed in detail with the Senior Management Team as a basis for developing the business plan. Note that the management team has advised that the business vision, mission, values and objectives are not clearly advised in the operational plan and they would like you to develop these for discussion. They have also advised that they would like you to propose key performance indicators that can be used to measure performance against objectives identified. Make notes for discussion at the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your assessor will advise you of the date and time of the meeting.</span></p>\r\n<h2><span style=\"font-weight: 400;\">Business Plan</span></h2>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse clean is situated in Melbourne. It was set up in 2005. It includes home cleans. The directors of the organization are James and Nancy as it is their family business. Amanda is activities manager whereas Sarah is administration manager. </span></p>\r\n<p><strong>Mission</strong></p>\r\n<p><span style=\"font-weight: 400;\">The focus of Ozhouse is to establish the most respected cleaning services. </span></p>\r\n<p><strong>Vision</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse Clean is continuously trying to set up themselves as the most regarded cleaning office in Melbourne. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Respect: setting of efforts for every individual regarding their decision. </span></p>\r\n<p><span style=\"font-weight: 400;\">Caring: care for the staff, clients, and environment. </span></p>\r\n<p><span style=\"font-weight: 400;\">Integrity: to act with trustworthiness, receptiveness and do what we say we will do. </span></p>\r\n<p><span style=\"font-weight: 400;\">Innovation: to be industry pioneers.</span></p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">Providing client with the help of expert</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality of customer to be build by 20%</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assumptions of the clients is to be meet or surpassed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Best practices are to be implemented in cleaning task </span></li>\r\n</ul>\r\n<p><strong>Market Analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">The place of distinction is seen by the organization that is similar to run a private company with the interest on quality.</span></p>\r\n<p><span style=\"font-weight: 400;\">There is a requirement of greater administration staff.</span></p>\r\n<p><span style=\"font-weight: 400;\">Home cleaning Melbourne is accepted by the organization. 15 cleaners are utilized by the Ozhouse Clean, who are low maintenance contract staff that is working between 10-15 hours seven days. Normal home cleaning is required by the customer. </span></p>\r\n<p><strong>Target customers and needs</strong></p>\r\n<p><span style=\"font-weight: 400;\">Target clients are the one who need expert, reliable and impeccable cleaning administration.</span></p>\r\n<p><strong>Pricing options</strong></p>\r\n<p><span style=\"font-weight: 400;\">Cost are set lower than their rivals by the organization. Evaluation of plans are in view to help the cost. Individuals who have the high salary will pay more for the highlights, clients are quality and accommodation. Everyone will be   prepared by the Ozhouse clean. Entrepreneur will dealt the business request first. </span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<p><strong>Legislation/Regulations</strong></p>\r\n<p><span style=\"font-weight: 400;\">OSHA has a set of guidelines </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 9001 Quality Management Standard </span></p>\r\n<p><span style=\"font-weight: 400;\">It addresses the issues of the clients and partners. It manages the executive framework. </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 14001 Environmental Management </span></p>\r\n<p><span style=\"font-weight: 400;\">It guarantees the full consistence with best practices. </span></p>\r\n<p><span style=\"font-weight: 400;\">OHSAS 18001 Health and Safety Management </span></p>\r\n<p><span style=\"font-weight: 400;\">The goal is to control the word related well-being and dangers.  </span></p>\r\n<p><strong>AMC Commercial Cleaning</strong></p>\r\n<p><span style=\"font-weight: 400;\">Address: </span><span style=\"font-weight: 400;\">Unit 26/12 Cowcher Pl, Belmont WA 6104, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: +61-892779222</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Office clean</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Surface Disinfection</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Post-contamination cleaning</span></li>\r\n</ul>\r\n<p><strong>Australian clean green</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">39 Bacon St, Hindmarsh SA 5007, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: </span><span style=\"font-weight: 400;\">+61 8 8229 7400</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Event Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Commerical Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Waste Management</span></li>\r\n</ul>\r\n<p><strong>Versatile Cleaning Service</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">Level 26/44 Market St, Sydney NSW 2000, Australia</span></p>\r\n<p><strong>phone: </strong><span style=\"font-weight: 400;\">+61 1300 809 090</span></p>\r\n<p><strong>Our Services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Window Cleaning</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strip and sealing</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Waste management</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deep and General cleaning</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">Situation Analysis</span></h3>\r\n<p><em><span style=\"font-weight: 400;\">Include a SWOT analysis here</span></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Strengths</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weaknesses</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">quick and easy service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">door-to-door cleaning service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">The service available at very less price</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is very high competition in Melbourne</span></p>\r\n<p><span style=\"font-weight: 400;\">Funds and investment is not sufficient </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Opportunities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threats</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Uses on dress are expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Normal pay of Melbourne residents is </span></p>\r\n<p><span style=\"font-weight: 400;\">expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">There is a high probability of rehash business</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Tuff competition</span></p>\r\n<p><span style=\"font-weight: 400;\">Low price competition</span></p>\r\n<p><span style=\"font-weight: 400;\">New technology keeps on changes</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Actions</strong></p>\r\n<p><span style=\"font-weight: 400;\">The following table identifies the actions we plan to take to achieve our strategic objectives. </span><em><span style=\"font-weight: 400;\">Include as many rows as required.</span></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Date </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Resources Requirement</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key Performance Indicators</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Developing an Incentive plans for those employees who are being slow.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operation Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget required for making investment in purchasing products is of $10,000 per month</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Manufacture will show the products that will be low in cost.</span></p>\r\n<p><span style=\"font-weight: 400;\">Eco-friendly cleaning services will cover the price of the actual product.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Establish commercial cleaning service including:</span></p>\r\n<p><span style=\"font-weight: 400;\">· Increasing the sales to the customers who are already with the company.</span></p>\r\n<p><span style=\"font-weight: 400;\">Adding new products and replacing them with existing products</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Full-time employees need to be hired</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Making Agreement with at any rate 15 new advertisement cleaning clients during the primary year, which will help in increasing the number of customers by 30%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Screen the Progress of the Implementation Process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide the Required Resource Facilitation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">New marketing strategies result in sales and customer levels in the first year of planning.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identify and implement new marketing strategies including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Face book</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LinkedIn groups</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blogging </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Need to recruit a Marketing officer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Advertising in local media for new employees</span></p>\r\n<p><span style=\"font-weight: 400;\">Hire 7 additional employees according to the contract depending on the number of commercial cleaning customers.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reconsidering the Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager to investigate</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget of at least $100,000 for new Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At least 20 new customers will start using the environmentally friendly services in the first year of the business plan</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Meet with Senior Management to discuss the business plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">At the meeting with Senior Management, you are required to assume that the management team will need to be provided with general information about business planning, as well as exploring the business vision, mission, values and objectives for input into the plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">At the meeting you are required to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Provide all information in user-friendly terms.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Explain the purpose of a business plan and its benefits.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Explain components that will need to be included in the business plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Outline your interpretation of the business’ vision, mission and values based on your evaluation of existing information and for discussion.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Discuss proposed performance objectives and key performance indicators to assess achievement of the objectives.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Listen to the feedback provided by the management team (your assessor).</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">During the meeting, you are required to demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding</span></li>\r\n</ul>\r\n<p><strong>Meeting with the Senior Management</strong></p>\r\n<p><span style=\"font-weight: 400;\">Date: 10-11-2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 11:00 AM</span></p>\r\n<p><span style=\"font-weight: 400;\">OzHouse Clean</span></p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse clean is situated in Melbourne. It was set up in 2005. It includes home cleans. The directors of the organization are James and Nancy as it is their family business. Amanda is activities manager whereas Sarah is administration manager. </span></p>\r\n<p><strong>Mission</strong></p>\r\n<p><span style=\"font-weight: 400;\">The focus of Ozhouse is to establish the most respected cleaning services. </span><span data-ccp-props=\"{\"><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Vision</span></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse Clean is continuously trying to set up themselves as the most regarded cleaning office in Melbourne. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Respect: setting of efforts for every individual regarding their decision. </span></p>\r\n<p><span style=\"font-weight: 400;\">Caring: care for the staff, clients, and environment. </span></p>\r\n<p><span style=\"font-weight: 400;\">Integrity: to act with trustworthiness, receptiveness and do what we say we will do. </span></p>\r\n<p><span style=\"font-weight: 400;\">innovation: to be industry pioneers.</span></p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">Providing client with the help of expert</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality of customer to be build by 20%</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assumptions of the clients is to be meet or surpassed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Best practices are to be implemented in cleaning task </span></li>\r\n</ul>\r\n<p><strong>Market Analysis</strong></p>\r\n<p>The place of distinction is seen by the organization that is similar to run a private company with the interest on quality.</p>\r\n<p>There is a requirement of greater administration staff.</p>\r\n<p>Home cleaning Melbourne is accepted by the organization. 15 cleaners are utilized by the Ozhouse Clean, who are low maintenance contract staff that is working between 10-15 hours seven days. Normal home cleaning is required by the customer. </p>\r\n<p><strong>Target customers and needs</strong></p>\r\n<p>Target clients are the one who need expert, reliable and impeccable cleaning administration<span style=\"font-weight: 400;\">.</span></p>\r\n<p><strong>Pricing options</strong></p>\r\n<p><span style=\"font-weight: 400;\">Cost are set lower than their rivals by the organization. Evaluation of plans are in view to help the cost. Individuals who have the high salary will pay more for the highlights, clients are quality and accommodation. Everyone will be   prepared by the Ozhouse clean. Entrepreneur will dealt the business request first. </span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<p><strong>Legislation/Regulations</strong></p>\r\n<p><span style=\"font-weight: 400;\">OSHA has a set of guidelines </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 9001 Quality Management Standard </span></p>\r\n<p><span style=\"font-weight: 400;\">It addresses the issues of the clients and partners. It manages the executive framework. </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 14001 Environmental Management </span></p>\r\n<p><span style=\"font-weight: 400;\">It guarantees the full consistence with best practices. </span></p>\r\n<p><span style=\"font-weight: 400;\">OHSAS 18001 Health and Safety Management </span></p>\r\n<p><span style=\"font-weight: 400;\">The goal is to control the word related well-being and dangers.  </span></p>\r\n<p><strong>AMC Commercial Cleaning</strong></p>\r\n<p><span style=\"font-weight: 400;\">Address: </span><span style=\"font-weight: 400;\">Unit 26/12 Cowcher Pl, Belmont WA 6104, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: +61-892779222</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Office clean</span></li>\r\n</ul>\r\n<ul>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Surface Disinfection</span></li>\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Post-contamination cleaning</span></li>\r\n</ul>\r\n<p><strong>Australian clean green</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">39 Bacon St, Hindmarsh SA 5007, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: </span><span style=\"font-weight: 400;\">+61 8 8229 7400</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Event Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Commerical Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Waste Management</span></li>\r\n</ul>\r\n<p><strong>Versatile Cleaning Service</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">Level 26/44 Market St, Sydney NSW 2000, Australia</span></p>\r\n<p><strong>phone: </strong><span style=\"font-weight: 400;\">+61 1300 809 090</span></p>\r\n<p><strong>Our Services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Window Cleaning</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strip and sealing</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Waste management</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deep and General cleaning</span></li>\r\n</ul>\r\n<p><strong>Situation Analysis</strong></p>\r\n<p><em><span style=\"font-weight: 400;\">Include a SWOT analysis here</span></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Strengths</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weaknesses</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">quick and easy service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">door-to-door cleaning service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">The service available at very less price</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is very high competition in Melbourne</span></p>\r\n<p><span style=\"font-weight: 400;\">Funds and investment is not sufficient </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Opportunities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threats</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Uses on dress are expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Normal pay of Melbourne residents is </span></p>\r\n<p><span style=\"font-weight: 400;\">expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">There is a high probability of rehash business</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Tuff competition</span></p>\r\n<p><span style=\"font-weight: 400;\">Low price competition</span></p>\r\n<p><span style=\"font-weight: 400;\">New technology keeps on changes</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Actions</strong></p>\r\n<p><span style=\"font-weight: 400;\">The following table identifies the actions we plan to take to achieve our strategic objectives. </span><em><span style=\"font-weight: 400;\">Include as many rows as required.</span></em></p>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Date </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Resources Requirement</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key Performance Indicators</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Developing an Incentive plans for those employees who are being slow.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operation Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget required for making investment in purchasing products is of $10,000 per month</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Manufacture will show the products that will be low in cost.</span></p>\r\n<p><span style=\"font-weight: 400;\">Eco-friendly cleaning services will cover the price of the actual product.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Establish commercial cleaning service including:</span></p>\r\n<p><span style=\"font-weight: 400;\">· Increasing the sales to the customers who are already with the company.</span></p>\r\n<p><span style=\"font-weight: 400;\">Adding new products and replacing them with existing products</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Full-time employees need to be hired</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Making Agreement with at any rate 15 new advertisement cleaning clients during the primary year, which will help in increasing the number of customers by 30%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Screen the Progress of the Implementation Process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide the Required Resource Facilitation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">New marketing strategies result in sales and customer levels in the first year of planning.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identify and implement new marketing strategies including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Face book</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LinkedIn groups</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blogging </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Need to recruit a Marketing officer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Advertising in local media for new employees</span></p>\r\n<p><span style=\"font-weight: 400;\">Hire 7 additional employees according to the contract depending on the number of commercial cleaning customers.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reconsidering the Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager to investigate</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget of at least $100,000 for new Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At least 20 new customers will start using the environmentally friendly services in the first year of the business plan</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop business plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Following the meeting, assume that you have been given approval to develop the business plan using the template provided. Your business plan must be written in clear and concise English and you will be assessed on this.</span></p>\r\n<p><span style=\"font-weight: 400;\">The actions that you include in the business plan should clearly show how the strategic objectives of the company will be achieved as discussed at the meeting and all of the resources that will be needed.</span></p>\r\n<p><span style=\"font-weight: 400;\">When conducting research and developing your business plan, use the following website: </span><a href=\"https://www.business.gov.au/\"><span style=\"font-weight: 400;\">https://www.business.gov.au/</span> </a><span style=\"font-weight: 400;\">developed by the Australian Government Department of Industry, Innovation and Science as your technical advisor and make use of the chat function shown here. Choose an area of the business plan you feel you need some assistance with, for example, </span><span style=\"font-weight: 400;\">customer loyalty initiatives. Select the option “advice and information to help you and your business, including small businesses and independent contractors” when accessing the chat function so the advisor can direct you to the best information that suits your query.<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"540\" height=\"313\" /><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Take a screen shot of your communication with the advisor and submit this to your assessor along with any email communication they may have sent through.</span></p>\r\n<p><span style=\"font-weight: 400;\">Complete all of the following activities to develop a business plan including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying and analysing trends in demand for cleaning services, nationally as well as in the local Melbourne market.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying competitors in the market for Ozhouse Clean. Include information about at least three competitors, providing a summary of their services, as well as explaining how their services compete with Ozhouse Clean and any points of difference that will enable Ozhouse Clean to stand out.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying and analysing target consumer needs for specific types of cleaning services e.g. environmentally friendly cleaning services. This may be through identifying secondary satisfaction of data or through a review of social media, for example. Make sure you add a customer satisfaction survey to your action plan as an immediate task that the Operations Manager will be responsible for. This is so you can complete an activity further on in this assessment.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A SWOT analysis based on the scenario information and research.</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying and evaluating alternative pricing strategies to current pricing strategies as per the scenario information.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identify potential marketing strategies for existing residential services, as well as commercial and environmentally friendly cleaning services. This may be through reviewing how competitors market their services, as well as identifying effective marketing strategies.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying any permits or licences that are required for commercial cleaning and environmentally friendly cleaning services.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying suppliers of environmentally friendly cleaning products that can provide Ozhouse Clean with products. Identify at least three options, including the supplier contact details and summary of products offered.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying key activities and required financial, physical and human resources requirements based on analysis conducted in the action plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying the additional staff that will be required to manage the expansion into contract cleaning and environmentally friendly cleaning services. Actions included in the business plan should show how this will be achieved in terms of identifying staff needed, the qualifications and experience they require, recruiting the required staff, and inducting staff.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identifying key performance indicators that can be used to assess both the financial and non-financial performance of the business.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Business Plan</span></h2>\r\n<p><strong>Executive Summary</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse clean is situated in Melbourne. It was set up in 2005. It includes home cleans. The directors of the organization are James and Nancy as it is their family business. Amanda is activities manager whereas Sarah is administration manager. </span></p>\r\n<p><strong>Mission</strong></p>\r\n<p><span style=\"font-weight: 400;\">The focus of Ozhouse is to establish the most respected cleaning services. </span><span data-ccp-props=\"{\"><br /></span></p>\r\n<p><strong>Vision</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse Clean is continuously trying to set up themselves as the most regarded cleaning office in Melbourne. </span></p>\r\n<p><strong>Our values are:</strong></p>\r\n<p><span style=\"font-weight: 400;\">Respect: setting of efforts for every individual regarding their decision. </span></p>\r\n<p><span style=\"font-weight: 400;\">Caring: care for the staff, clients, and environment. </span></p>\r\n<p><span style=\"font-weight: 400;\">Integrity: to act with trustworthiness, receptiveness and do what we say we will do. </span></p>\r\n<p><span style=\"font-weight: 400;\">innovation: to be industry pioneers.</span></p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<p><span style=\"font-weight: 400;\">Providing client with the help of expert</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality of customer to be build by 20%</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assumptions of the clients is to be meet or surpassed</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Best practices are to be implemented in cleaning task </span></li>\r\n</ul>\r\n<p><strong>Market Analysis</strong></p>\r\n<p>The place of distinction is seen by the organization that is similar to run a private company with the interest on quality.</p>\r\n<p>There is a requirement of greater administration staff.</p>\r\n<p>Home cleaning Melbourne is accepted by the organization. 15 cleaners are utilized by the Ozhouse Clean, who are low maintenance contract staff that is working between 10-15 hours seven days. Normal home cleaning is required by the customer. </p>\r\n<p><strong>Target customers and needs</strong></p>\r\n<p>Target clients are the one who need expert, reliable and impeccable cleaning administration<span style=\"font-weight: 400;\">.</span></p>\r\n<p><strong>Pricing options</strong></p>\r\n<p><span style=\"font-weight: 400;\">Cost are set lower than their rivals by the organization. Evaluation of plans are in view to help the cost. Individuals who have the high salary will pay more for the highlights, clients are quality and accommodation. Everyone will be   prepared by the Ozhouse clean. Entrepreneur will dealt the business request first. </span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<p><strong>Legislation/Regulations</strong></p>\r\n<p><span style=\"font-weight: 400;\">OSHA has a set of guidelines </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 9001 Quality Management Standard </span></p>\r\n<p><span style=\"font-weight: 400;\">It addresses the issues of the clients and partners. It manages the executive framework. </span></p>\r\n<p><span style=\"font-weight: 400;\">ISO 14001 Environmental Management </span></p>\r\n<p><span style=\"font-weight: 400;\">It guarantees the full consistence with best practices. </span></p>\r\n<p><span style=\"font-weight: 400;\">OHSAS 18001 Health and Safety Management </span></p>\r\n<p><span style=\"font-weight: 400;\">The goal is to control the word related well-being and dangers.  </span></p>\r\n<p><strong>AMC Commercial Cleaning</strong></p>\r\n<p><span style=\"font-weight: 400;\">Address: </span><span style=\"font-weight: 400;\">Unit 26/12 Cowcher Pl, Belmont WA 6104, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: +61-892779222</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Office clean</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Surface Disinfection</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Post-contamination cleaning</span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<p><strong>Australian clean green</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">39 Bacon St, Hindmarsh SA 5007, Australia</span></p>\r\n<p><span style=\"font-weight: 400;\">Contact Us: </span><span style=\"font-weight: 400;\">+61 8 8229 7400</span></p>\r\n<p><strong>Our services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Event Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Commerical Cleaning</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Waste Management</span></li>\r\n</ul>\r\n<p><strong>Versatile Cleaning Service</strong></p>\r\n<p><strong>Address: </strong><span style=\"font-weight: 400;\">Level 26/44 Market St, Sydney NSW 2000, Australia</span></p>\r\n<p><strong>phone: </strong><span style=\"font-weight: 400;\">+61 1300 809 090</span></p>\r\n<p><strong>Our Services</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Window Cleaning</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strip and sealing</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Waste management</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deep and General cleaning</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Situation Analysis</span></h2>\r\n<p><em><span style=\"font-weight: 400;\">Include a SWOT analysis here</span></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Strengths</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weaknesses</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">quick and easy service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">door-to-door cleaning service are provided </span></p>\r\n<p><span style=\"font-weight: 400;\">The service available at very less price</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is very high competition in Melbourne</span></p>\r\n<p><span style=\"font-weight: 400;\">Funds and investment is not sufficient </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Opportunities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threats</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Uses on dress are expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Normal pay of Melbourne residents is </span></p>\r\n<p><span style=\"font-weight: 400;\">expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">There is a high probability of rehash business</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Tuff competition</span></p>\r\n<p><span style=\"font-weight: 400;\">Low price competition</span></p>\r\n<p><span style=\"font-weight: 400;\">New technology keeps on changes</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Actions</strong></p>\r\n<p><span style=\"font-weight: 400;\">The following table identifies the actions we plan to take to achieve our strategic objectives. </span><em><span style=\"font-weight: 400;\">Include as many rows as required.</span></em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Date </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Resources Requirement</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key Performance Indicators</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Developing an Incentive plans for those employees who are being slow.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operation Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget required for making investment in purchasing products is of $10,000 per month</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Manufacture will show the products that will be low in cost.</span></p>\r\n<p><span style=\"font-weight: 400;\">Eco-friendly cleaning services will cover the price of the actual product.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Establish commercial cleaning service including:</span></p>\r\n<p><span style=\"font-weight: 400;\">· Increasing the sales to the customers who are already with the company.</span></p>\r\n<p><span style=\"font-weight: 400;\">Adding new products and replacing them with existing products</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">Full-time employees need to be hired</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Making Agreement with at any rate 15 new advertisement cleaning clients during the primary year, which will help in increasing the number of customers by 30%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Screen the Progress of the Implementation Process.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide the Required Resource Facilitation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">New marketing strategies result in sales and customer levels in the first year of planning.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identify and implement new marketing strategies including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Face book</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LinkedIn groups</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blogging </span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Need to recruit a Marketing officer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Advertising in local media for new employees</span></p>\r\n<p><span style=\"font-weight: 400;\">Hire 7 additional employees according to the contract depending on the number of commercial cleaning customers.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">November 2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reconsidering the Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Operations Manager to investigate</span></p>\r\n<p><span style=\"font-weight: 400;\">Budget of at least $100,000 for new Organizational Structure</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At least 20 new customers will start using the environmentally friendly services in the first year of the business plan</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ol start=\"4\">\r\n<li aria-level=\"1\"><em><strong>A SWOT analysis based on the scenario information and research.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Strengths</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weaknesses</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">quick and easy service are provided</span></p>\r\n<p><span style=\"font-weight: 400;\">door-to-door cleaning service are provided</span></p>\r\n<p><span style=\"font-weight: 400;\">The service available at very less price</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There is very high competition in Melbourne</span></p>\r\n<p><span style=\"font-weight: 400;\">Funds and investment is not sufficient </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Opportunities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threats</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Uses on dress are expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Normal pay of Melbourne residents is </span></p>\r\n<p><span style=\"font-weight: 400;\">expanding </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">There is a high probability of rehash business</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Tuff competition</span></p>\r\n<p><span style=\"font-weight: 400;\">Low price competition</span></p>\r\n<p><span style=\"font-weight: 400;\">New technology keeps on changes</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the management team (your assessor)</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The directors of the company have approved the business plan and have asked you to begin implementation. Your first task is to email the management team the approved business plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should explain that the business plan is going operational and provide a brief overview of the timelines for implementation and key performance requirements. Your email also needs to ensure that the Operations Manager and the Administration Manager are equipped and prepared to begin implementation of the action items assigned to them.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your business plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">TO: MANAGEMENT TEAM</span></p>\r\n<p><span style=\"font-weight: 400;\">FROM: Vikas</span></p>\r\n<p><span style=\"font-weight: 400;\">SUBJECT: Attaching OZCLEAN BUSINESS PLAN</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Management Team,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to clarify the techniques of Ozhouse Clean The course of action of activity is as of now fit to be finished. The last page of the game-plan reports a table of activities that we hope to take to accomplish our principal objections: by Walk 2021 we will foster a main thrust plan for creative work of staff that are delayed to work on because of an exhaustive financial course of action directed by the Tasks Chief. By November 2021 the affiliation will foster plans to existing clients and conveying existing things into the new market; once more, the Activities Supervisor is in control and will screen the movement of the utilization cycle by November 2021. On June we will zero in extra on showing systems (online media, blog on the site) because of another Advertising Supervisor profile. This email expects to ensure that the managerial social affair and unequivocally the Activity and the Organization Chief are completely orchestrated a ton to begin the execution of the system, if not make moves toward solid assets. I\'m connecting the field-tested strategy alongside this, if it\'s not too much trouble, see.</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards<br /><br /></span></p>\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Assist Amanda with an implementation task</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Amanda has approached you for assistance with the customer satisfaction survey she is responsible for as she doesn’t have a lot of marketing experience. Partner up with one of your classmates and together develop a customer satisfaction survey which you can generate to customers through Survey Monkey.</span></p>\r\n<p><span style=\"font-weight: 400;\">Create a new Word document for this activity, and name it accordingly. The questionnaire should fit on one side of an A4 page.</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop between 6 - 8 questions that measure customer satisfaction and can be answered on a sliding scale from 1 (which is don’t agree at all) to 10 (which is totally agree).</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Questions</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">9</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Are you satisfied with the security of the Ozhouse clean</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Did you like the products used by Ozhouse clean</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">How was the experience with the Ozhouse clean</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Would like to take our services again?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Did you want any offers and sales on our services?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Please rate the customer care services</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Onboard a new employee Read the following:</strong></em><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">A suitable contract cleaner has been identified and they have agreed to the fulltime job offer and conditions.</span></p>\r\n<p><span style=\"font-weight: 400;\">Prepare the employee contract template included in your resource folder in the relevant sections using the information below:</span></p>\r\n<p><span style=\"font-weight: 400;\">Employee: David Smith, 5 Wellington Way, <br />Melbourne 3000 Working hours: 9 am – 5pm.</span></p>\r\n<p><span style=\"font-weight: 400;\">38 hours per week <br />Fortnightly payment basis</span></p>\r\n<p>Employee contract </p>\r\n<br />\r\n<p><strong>Ozhouse Clean</strong></p>\r\n<p><span style=\"font-weight: 400;\">Ozhouse Clean and  David Smith</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Job Title:</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Full-time Worker</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Date of Commencement:</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">03-11-2021</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Salary:</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Fortnightly $651.10 </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> 1. Summary of job role</strong></p>\r\n<ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Employees will be required to work an average of 38 hours each week.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Employees are to carry out their duties competently and as described in Schedule 1.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Employees must comply with Grow Management Consultants’ current and future workplace policies.</span></li>\r\n</ol>\r\n</ol>\r\n<p><strong> 2. Remuneration</strong></p>\r\n<ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Employees will be paid their remuneration in arrears on a fortnightly basis.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Superannuation contributions will be made each quarter on behalf of the Employee.</span></li>\r\n</ol>\r\n</ol>\r\n<p><strong> 3. Probationary Period</strong></p>\r\n<ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A probationary period of be three (3) months applies to all new employees. During this period, either Grow Management Consultants or Employee may terminate the employment.</span></li>\r\n</ol>\r\n</ol>\r\n<p><strong> 4. Leave</strong></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">All employees are entitled to four (4) weeks of paid annual leave each year. This will be on a pro- rata basis for part-time employees.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Employees must apply for and have their annual leave approved.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">All unused annual leave that the employee has accrued will be paid out when the employee leaves the company.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Any other leave will be negotiated between the employee and Grow Management Consultants according to the provisions of the Fair Work Act.</span></li>\r\n</ol>\r\n<p><strong>5. Staff Code of Conduct<br /></strong></p>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\">All staff are bound by the requirements of the staff code of conduct.<br /></span></li>\r\n</ol>\r\n<strong>6. Termination</strong><br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">If an employee resigns, the employee must provide Grow Management Consultants with the appropriate amount of notice according to the Fair Work Act provisions at the time.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">If Grow Management Consultants terminates the Employee for any reason other than for misconduct, Grow Management Consultants must provide the Employee with the minimum period of notice in writing as set out in section 117 of the Fair Work Act 2009.</span></li>\r\n</ol>\r\n<p><strong>AGREEMENT</strong></p>\r\n<p><span style=\"font-weight: 400;\">Grow Management Consultants and the employee hereby agree to the terms of this Agreement Any future variations to this agreement will be made in writing and signed by both parties.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>MANAGER NAME:</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>SIGNED:</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Date:04-08-2021</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>EMPLOYEE NAME: David Smith</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>EMPLOYEE ADDRESS:</strong></p>\r\n<p><span style=\"font-weight: 400;\">5 Wellington Way, Melbourne 3000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>SIGNED:</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Date: 04-08-2021</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Description of Duties</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">Sweeping, mopping and polishing the floors with the environment friendly cleaning supplies.</span></p>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">Vacuum the carpets and the sofas properly</span></p>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">Empty trash, recycle the things which can be recycled easily.</span></p>\r\n</li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\">\r\n<p><span style=\"font-weight: 400;\">Keep the bins and the washing areas clean and smell free.</span></p>\r\n</li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the employee (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The main should introduce and summarise the contents of the attachment and ask them to read</span></p>\r\n<p><span style=\"font-weight: 400;\"> Inform about the training session they need to attend with Amanda which is on next Monday at 9am.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide a summary of the training as taken from the induction checklist included.</span></p>\r\n<p><span data-ccp-props=\"{\"><br /><br /></span></p>\r\n<h3>Assessment 3</h3>\r\n<ol start=\"\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Prepare to develop monitoring and evaluation report Review the scenario information. Develop an outline for your report ensuring that:</strong></em></li>\r\n</ol>\r\n<ul>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your report will address a balance of both financial and non-financial information on business performance as per the scenario information.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To assist in making the information as user friendly as possible, your report should include visual information to show how the business has performed such as graphs or charts.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Ensure that you provide your report according to the timelines set by your assessor to show that you can provide timely reports. You will be assessed on this.</span></p>\r\n<p><span style=\"font-weight: 400;\">The lack of staff resulted the Ozhouse cleaning Australia. 15 cleaners were used by the organization. By expanding the staff level, the organization choose to deal with it. </span></p>\r\n<p><span style=\"font-weight: 400;\">Staff got the help by getting the increment in fulfillment. Organization began to put the resources into closely staff preparing in Y1. This led to the expansion with 75% in work cost in Y2. </span></p>\r\n<p><strong>Sales Revenue</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is an extension by 20% from Y1 to Y2 by the GOP of Ozhouse cleaning Australia and 30% extension in Y3 after the acquiring. </span></li>\r\n</ul>\r\n<p><strong>Total Revenue</strong></p>\r\n<p><span style=\"font-weight: 400;\">Association exhibition is showed by the pay statement clarification.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is increment in the help for downtown which led to more development in association care.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">From the year 1, there was development in net income. </span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a business monitoring and evaluation report Your report should include the following:</strong></em></li>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of business performance based on the data provided for this year, as well as the data provided for the previous year (as documented in the scenario information for Assessment Task 2).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An analysis of business performance to determine if the performance indicators have been achieved.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An evaluation of the non-financial information gained from the survey, impact on the business and variations that could be made to the business plan based on this information.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A review of additional performance measures that can be used to measure customer retention and customer satisfaction based on the decrease in residential customers as advised in the scenario information.</span></li>\r\n</ul>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You will need to research the range of performance measures that could be used and report on performance indicators that you consider to be suitable.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your report should include a clear explanation of the performance indicators and your rationale for using these indicators.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An evaluation of the strengths and weaknesses of the business plan (the plan you developed for Assessment Task 2) and recommended improvements.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Review the information at the link below (paste the link into your browser if the link is not working directly) and for each component of your business plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide an assessment of your plan, noting that some areas may not have been covered. Provide an overall assessment of the strengths and weaknesses of your plan based on your assessment.</span><a href=\"http://coba.belmont.edu/fac/schenkelm/etp3000/Course_Documents/Business%20Plan%20Assessment%20Template.pdf\"><span style=\"font-weight: 400;\">http://coba.belmont.edu/fac/schenkelm/etp3000/Course_Documents/Business%</span></a> <a href=\"http://coba.belmont.edu/fac/schenkelm/etp3000/Course_Documents/Business%20Plan%20Assessment%20Template.pdf\"><span style=\"font-weight: 400;\">20Plan%20Assessment%20Template.pdf</span></a></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Provide a summary of recommendations for the upcoming year based on your evaluation as above, as well as required changes to the business plan.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Use the Business Monitoring and Evaluation Report Template to guide your work.</span></p>\r\n<p><strong>Ozhouse Clean</strong></p>\r\n<p><strong>Business monitoring and evaluation report</strong></p>\r\n<p><strong>Business overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">One year from the execution is clean Ozhouse clean, it surveys the exhibition of organization against the presentation pointers window for dry cleaning, clothing and administration which draw the client consideration. Ozhouse clean is upgraded and expanding the portion. </span></p>\r\n<p><span style=\"font-weight: 400;\">Strong business information is available with Ozhouse clean. Proactive cleaning services utilized this data. </span></p>\r\n<p><span style=\"font-weight: 400;\">Performance indicators identified in the business plan are as follows:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is 20% increase in total sales revenue.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is 20% margin of gross profit</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Debtor days are reduced by 50% </span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<p><strong>Non-financial information</strong></p>\r\n<p><span style=\"font-weight: 400;\">The business estimate which is given by the accountant of this monetary year: </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Revenue</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total sales revenue - $450,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Sales</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total cost of sales - $320,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Liabilities</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Debtor days – 30</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Assets</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15 new commercial customers</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span data-ccp-props=\"{\"> </span><strong>Performance indicators</strong></p>\r\n<p><span style=\"font-weight: 400;\">Private housing saving organization is a service given by Ozhouse cleaning services.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Housekeeping goes from cleaning up of standard rooms. The key to advances are: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality of work</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Issues that are critical</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Arranged delegates. </span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<p><strong>Business Plan assessment</strong></p>\r\n<p><span style=\"font-weight: 400;\">Strengths </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Association with strong, powerful pioneer</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Agents are dedicated</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Weakness</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Industry is labor-concentrated </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">There is inconvenience in building the esteem of brand </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Opportunities</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Game plan is to be successful </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Threats</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Turnover of employees</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Certified competitor’s path.</span></li>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the management team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment. Attach your Business Monitoring and Evaluation Report to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the business monitoring and evaluation report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that monitoring and evaluation report is prepared. It includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business Overview</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Non-financial Information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Performance Indicators</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business Plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SWOT Analysis</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Kindly go through the topics. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you<br /><br /><br /><br /></span></p>\r\n<h3>Assessment 4</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the contract cleaner (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The objective of the email is to prepare all participants for a meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should advise them that you would like to set up a meeting to discuss identified areas of concern. Identify the date and time of the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From:  </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: About the meeting to the contract cleaner.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written with the purpose that we are planning to conduct a meeting on 8-11-2021 at 11:00 AM at the conference room. I invite everyone at the meeting, the reason is to discuss the unsatisfactory response that we are getting from the customer. So I request everyone to be on time. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Conduct meeting</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Conduct the meeting at the specified time on the specified date with the contract cleaner (your assessor will be playing this person), explaining to them what the problem is, why it is a problem and how it impacts on the business. This meeting should be treated as a coaching session to try and get the staff member to understand the issues and meet the required performance standards.</span></p>\r\n<p><span style=\"font-weight: 400;\">At the meeting you must:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Explain the purpose of the meeting</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Explain to the contract cleaner what the problem is.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Discuss the level of performance expected by the company.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Demonstrate your interpersonal and communication skills by:</span></li>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Keeping your communication clear and simple</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Asking questions to identify reasons for underperformance and to confirm information provided.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Listening to the contract cleaner and confirming and clarifying information shared</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Discuss and agree on a solution</span></li>\r\n</ul>\r\n</ul>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Meeting Minutes: 60 minutes</span></p>\r\n<p><span style=\"font-weight: 400;\">Location: Conference Room</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 10-11-2021</span><span style=\"font-weight: 400;\">    </span></p>\r\n<p><span style=\"font-weight: 400;\">Attendees: Senior Manager, Contract cleaners and the employees.</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 11:00AM to 12:00 PM</span></p>\r\n<p><span style=\"font-weight: 400;\">Explain the purpose of the meeting</span></p>\r\n<p><span style=\"font-weight: 400;\">The purpose of the meeting is to hire workers to research the circumstances and to give instructions on normal degree of execution. </span></p>\r\n<p><span style=\"font-weight: 400;\">Explain to the contract cleaner what the problem is:</span></p>\r\n<p><span style=\"font-weight: 400;\">The issue at Ozhouse Clean was: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All surfaces, including floors, seat beat and retires needs to be free from dust. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cleaning items are utilized</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clean the shower screen and mirrors</span></li>\r\n</ul>\r\n<p><strong>Discuss the level of performance expected by the company:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All surfaces, including floors, seat beat and retires needs to be free from dust. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cleaning items are utilized</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clean the shower screen and mirrors</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the contract cleaner (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The objective of the email is to prepare all participants for a meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">It should summarise the meeting and the solution agreed to. The email should be sent within 1 day of the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Summarizing the meeting and the solutions to the contract cleaner.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is written with th purpose that I have conducted a meeting with the contractors for identification of the problems that are faced and training will also be provided.</span></p>\r\n<p><span style=\"font-weight: 400;\">The cleaning plans are offered by the NatureCare company.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span></p>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a report on actions and solutions</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Write a report for the management team explaining the issues and the solutions you have identified.</span></p>\r\n<p><span style=\"font-weight: 400;\">You should also identify any changes you consider should be made to the business systems or process as well as to the business plan as applicable.</span></p>\r\n<p><span style=\"font-weight: 400;\">As a guide, your email should be approximately 3 paragraphs long.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Problem</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Action Required</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Date</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Person Responsible</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Solutions</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Not good enough training</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Will provide good training to all the employee</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">External Trainer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Helps to provide best cleaning services</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">HIGH TURNOVER OF CLEANING STAFF.</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reducing turnover rate</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Senior Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide best rates to employees and satisfied with the company rates and services</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Poor communication</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Maintaining good or enough communication with the customer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sales Manager</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">All parties need to agree to certain terms around communication style and timing</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">LACK OF SYSTEMS AND PROCESSES</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">deliver an effective service</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Amanda and Sarah</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide a systematic approach to deliver services by using electronic software</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">No quality assurance</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide quality assurance to the customers</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">James and Nancy</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide quality assurance by explaining the way how cleaners will thoroughly clean</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">LACK OF USING ENVIRONMENTALLY FRIENDLY PRODUCTS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Provide environmentally friendly products for cleaning</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Amanda and Sarah</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assure the customers that their company is using environmentally friendly products for cleaning which will not harm to their property.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span data-ccp-props=\"{\"> </span></p>\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the management team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should include your actions and solutions report.</span><span data-ccp-props=\"{\"><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject Attaching Actions and Solutions report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is written for informing that action and solutions are prepared, which is attached to this mail. Kindly go through the report and share the views. So that I can finalize it.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span><span data-ccp-props=\"{\"><br /><br /></span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 44, NULL, 'Develop and implement a business plan BSBMGT617', 'Sample work on develop and implement a business plan BSBMGT617 outline all the concepts needed by students while writing the assignments.', 'Develop and implement a business plan BSBMGT617', 'develop-and-implement-a-business-plan-bsbmgt617', '2021-11-26 02:03:53', '2021-12-21 05:29:33');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(300, 'Manage finances (BSBFIM601)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Identify and describe financial probity requirements for businesses.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">“Probity” is based on honesty especially in the monetary terms and the legal requirements. This can include purchasing, payments contracts and engaging with the customers. The financial probity principles are: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Responsibility:</strong><span style=\"font-weight: 400;\"> clarification of the manner in which there is the performance of the obligations.  How choices were made, how cash was spent. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Transparency –</strong><span style=\"font-weight: 400;\"> clarifying the choices that that were made for clarification of the choices that are made and be sure that the explanations are moral. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Impartiality–</strong><span style=\"font-weight: 400;\">All procedures must be straightforward, reasonable and free from predisposition <br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Identify four examples of what would be consider fraudulent behaviour in regard to company finances.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">As a deliberated trickiness the fraud can be characterized. Crime is being conducted by the Fake conduct comprises that includes detainment. They include: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Insider managing and market misuse </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tax evasion </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pay off</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fake and unfair exchanging, and </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">General crime in the administration of an organization</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Identify the requirements for audited accounts and the purpose of an audit report.</strong></em></li>\r\n</ol>\r\n<p><strong>Requirements for audited accounts: </strong><span style=\"font-weight: 400;\">Financial reporting and auditing requirements are regulates by the ASIC regulates. These requirements are complained with the active monitoring of entities that contribute to the integrity of the market. </span></p>\r\n<p><strong>The purpose of Audit Report:</strong><span style=\"font-weight: 400;\"> the purpose is to provide the examination of the financial statement that leads to the increase in credibility of the financial statement.  </span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe the principle of cash accounting as well as one advantage and one disadvantage of cash accounting.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Cash Accounting is a bookkeeping technique in which the recording of the instalment receipt is done. Incomes and costs are recorded at the end of the day. Money bookkeeping is additionally called money premise bookkeeping. Cash Accounting is one of two types of bookkeeping. The other is gathering bookkeeping, where income and costs are recorded when they are brought about. </span></p>\r\n<p><strong>Advantage:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Maintenance is easy: it is tough to maintain a system of accounting. When the cash is received then the revenue can be recorded.  </span></p>\r\n<p><strong>Disadvantage: </strong><span style=\"font-weight: 400;\">It is not very accurate.</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the four main taxation and superannuation obligations for a business. Briefly discuss each obligation.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Exhibition and position of the organization is estimated by the Accrual Accounting. By coordinating the incomes the monetary occasions are perceived. Money inflow and outflow is permitted by this technique.</span></p>\r\n<p><strong>Advantage:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><strong>Provides an accurate picture of overall cash flow:</strong><span style=\"font-weight: 400;\"> over a period of time many business transactions occur. Accrual accounting reflects that income and expenses generated in one month can carry over into the next month or even longer.</span></p>\r\n<p><strong>Disadvantage:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><strong>Might lack the staff needed to manage this method:</strong><span style=\"font-weight: 400;\"> Larger companies have staff – even an entire department <br /></span></p>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the requirements for registered foreign companies regarding preparing and lodging financial reports.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The integral part of the business is management of the tax and obligation. According to the type of the work, the Business tax obligations and entitlements will vary.</span></p>\r\n<p><span style=\"font-weight: 400;\">Main taxation and superannuation obligations are:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Australian Business Number:</strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Management of taxes and business obligations can be done by ABN. For identification of the number, 11 digit registration number is used. It is an 11 digit registration number used to identify businesses. <br /></span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Goods and Services Tax</strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Goods and Service Tax is a broad-based tax of 10% on most goods, services and other items sold or consumed in Australia. <br /></span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Business Activity Statement</strong></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">This form is submitted to the Australian Taxation Office by the registered business entitles to report their tax obligations that include GST.</span></p>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><em><strong>Identify the current company tax rate for both smaller and larger businesses.</strong> </em><br /></span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The basic requirement for lodging financial report under corporation act is:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Financial report:</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The notes of financial statements Director’s declaration about the statement</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Director’s Report:</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">A company registered scheme or disclosing entity that must prepare a director’s report for each financial year 2011.</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Remuneration Report:</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Segment 300A of the Enterprises Demonstration requires certain data to be unveiled about the compensation of key the board work force.</span></p>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the process by which a business reports GST to the Australian Tax Office.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Business action proclamation (BAS) is to be presented by The Australian Assessment Office (ATO) month to month, quarterly or every year <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">It is utilized to report and pay products and enterprises charge (GST), pay as you go (PAYG) portions, PAYG retaining assessment and other expense commitments.</span></p>\r\n<p><span style=\"font-weight: 400;\">If the business is registered for an Australian business number (ABN) and GST, BAS will be continuously sent by the ATO when the time has come to stop. </span></p>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Identify the penalty rate to be applied if a supplier does not provide an ABN?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Australian business number needs to be quoted if a business or organisation supplies goods or services. ABN is mostly quoted on their invoice, and it is needed to keep this invoice in records of the business. </span></p>\r\n<p><span style=\"font-weight: 400;\">If they don\'t quote their ABN, organization must withhold 47% (from 1 July 2017) from their payment </span></p>\r\n<p><span style=\"font-weight: 400;\">The total payment to the supplier is $75 or less, excluding any goods and services tax (GST).<br /><br /></span></p>\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>A non-profit organization needs to register for GST after it has a turnover of more than how much?</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Current GST is needed to be calculated if not registered for GST, for identifying if it is required to be registered for GST purposes, ie when either of these turnovers are $150,000 or more. Generally, you must register for GST within 21 days if either GST turnover meets or exceeds the GST turnover threshold of $150,000.</span></p>\r\n<p><span style=\"font-weight: 400;\">    </span></p>\r\n<ol start=\"11\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the difference in Pay As You Go withholding obligations for employees and contractors.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For keeping a portion of payment that is made to the employees and other business, PAYG withholding is legal requirement is needed.</span></p>\r\n<p><span style=\"font-weight: 400;\">A contractor, generally do not withhold amounts from payments that make to them </span></p>\r\n<p><span style=\"font-weight: 400;\">If this is the first time you\'re hired a worker, complete the checklist Hiring workers for the first time before continuing.</span></p>\r\n<p><span style=\"font-weight: 400;\">For knowing whether the person is a contractor or employee, check working arrangements.</span></p>\r\n<br /><br />\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Prepare a finance report</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review the case study scenario above, as well as the information provided in Profit and Loss 2017/18 and Cash Flow Statement 2017/18 Using this information, identify areas of the business that have generated a profit and those that have generated a loss.</span></p>\r\n<p><span style=\"font-weight: 400;\">Conduct research to establish why those areas have made a profit or loss. Your research should include a review of the financial data provided to you and economic conditions and business trends that may have resulted in the profit or loss.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your report should include the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Overview of the purpose of the report.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Analysis of the previous year’s (2017 – 2018) profit and loss statement for Grow Management Consultant, including revenue generated, cost of sales, as well as gross profit/loss margin and net profit/loss margin.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Analysis of overall business performance, as well as performance of each of the income streams for 2017 – 2018.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Outline of reasons for profit or loss based on your analysis of the data and research on economic conditions and business trends.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Analysis of the organisation’s goals and priorities for the upcoming financial year as documented in the Strategic Business Plan and financial resources required to achieve these goals, as well as key dates.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">An analysis of cash flow trends as per the cash flow statements.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Review and analysis of at least three other financial software products that the business could use, including the advantages and disadvantages of each, as well as the advantages and disadvantages of MYOB that is currently used.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Use the Finance Report Template to guide your work.</span></p>\r\n<p><strong>Growth Management Consultants</strong></p>\r\n<p><strong>Finance Report</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><span style=\"font-weight: 400;\">The audit of organization’s strategy is included. The business strategy, cash statement is depended on the survey. <br /></span></p>\r\n<p><strong>2017/18 Performance </strong></p>\r\n<p><span style=\"font-weight: 400;\">It is explained by the general investigation of the P&amp;L statement and Cash flows that there was a positive result for the business. It is seen that the business accomplished a real excess of $ 613, 805 which is really higher than the planned overflow of $595,640, from the explanation of benefit and misfortune. The all out costs planned was $ 665360. </span></p>\r\n<p><span style=\"font-weight: 400;\">The Gross benefit is $1335600 that is shown by the P&amp;L account and the absolute costs are just $ 683523. So, the general net benefit is (Gross benefit – complete costs) = 1335600-683523 = $ 652077. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">2016/17. </span></p>\r\n<p><span style=\"font-weight: 400;\">As can be seen from the revenue stream for 2017-18; Pay from the counselling charges has been the most in June 2017 and least in September 2017. </span></p>\r\n<p><span style=\"font-weight: 400;\">For the workshop, the real pay from the income is $36000 and the P&amp;L account shows a pay of $38000. </span></p>\r\n<p><strong>Strategic goals and priorities</strong></p>\r\n<p><strong>Goals &amp; Priorities for 2018-2019</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recommendations about financial assets needed to accomplish these objectives <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Following the marketable strategy of the association, the objectives are: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grow the organization from 2 representatives in Year 1, to more than 10 by Year 5. <br /></span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase income to more than $3 million by Year 3. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase customer base by 450% in three years. Keep up work costing that keeps edges above 70%. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It implies that by next period, the objectives are: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grow the organization from 2 workers in Year 1, to more than 4 by Year 1. <br /></span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase income to more than $1 million. <br /></span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase customer base by 150%. Keep up work costing that keeps edges above 70%. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The suggestion for accomplishing the operational objectives is increment the income by designating assets in regions such like advertising and HR. <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key dates <br /></span></li>\r\n</ul>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Quarter</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Period</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Due date</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 July to 30 September</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28 October</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 October to 31 December</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28 January</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 January to 31 March</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28 April</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 April to 30 June</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">28 July</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Cash flow statements analysis<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"666\" height=\"407\" /><br /></strong></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Develop budget forecasts</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Develop budget forecasts, ensuring that the analysis of the previous year’s data and future plans as indicated in the business plan is taken into account in determining projected income and expenditure.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Budget Forecast Template to guide your work.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that your budget includes the estimated income and costs for the conference and e-book to be implemented in 2019 in the document Costs and Income</span></p>\r\n<p><span style=\"font-weight: 400;\">Assume a 5% increase in all general costs, as well as a 10% increase in income for consulting and executive recruitment service. Input costs and income for the conference and e-book as set out in the Costs and Income data.<br /><br /><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApoAAAHHCAIAAACQlm8cAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7P13vB3ldS/+599vAhIgUeLXTXF6c+KCTcANGwM2uNGbAdNMFb0jkEASoglU6E1C9CKqqQZsUw0YjBs2NsbdSew4xfklcXLvTX7vrY/v3H333mf27DlnhNCZeZ3Xec2eeWY961lrPas97df+u71aCrQUaCnQUqClQEuB1zkFfu11jn+LfkuBlgItBVoKtBRoKfDfrTlvhaClQEuBlgItBVoKvO4p0Jrz1z0L2wa0FGgp0FKgpUBLgeHm/L/aq6VAS4GWAi0FWgq0FHhNKTDUXxlszoPz/155/a/2ainQUqClQEuBlgItBV5TCsQixzoPNO0DzHkM+f/8n//zP/7jP375y1/++7//+7+1V0uBlgItBVoKtBRoKfAaUYAhZo4ZZaY5Rr3foveac4X4H//5n//5rW9968tf/vL/r71aCrQUaCnQUqClQEuB1YACjPLLL7/MQA+06APMuaL8j69//evPPffcv/7rvw7N17cFWgq0FGgp0FKgpUBLgUYp8C//8i+PP/4408wux6L3VPf/mPOE5iL6f/7nf37xxReZ83/8x38cK03fKN4t8JYCLQVaCrQUaCnQUiAUYIh/+tOfMudMMwPNTDPWPda515zLy7P8f//3f//MM8+05ryVpJYCLQVaCrQUaCnwmlNALB5zzjQz0Mw0Yz3cnBsg+Nu//dsnnniiNeevOQtbBFoKtBRoKdBSoKVAYc6ZZgaamR5uzmXkJej/5m/+hhfQmvNWhloKtBRoKdBSoKXAa06BwpwzzQw0M81YD4nOlfjFL37xk5/85LHHHmvN+WvOwhaBlgItBVoKtBRoKVCYc6aZgWamq5rzH//4x5///Odbc97KUEuBlgItBVoKtBR4zSlQmHOmmYFuzflrzpEWgZYCLQVaCrQUaCkwMgUaNOdm1p199tk33njjRRdddNlllz311FNLlixx/+lPf5rXYA791Vdf/cgjj1x88cVnnXXW0qVL77vvvoULFyrzuc99Tur/zjvvvPvuu0X/l1xyyfz58x966KEzz5x3zTXXXHHllR6ec845V1111aLFi8459xwlH3jggcWLFy+8YOGPfvSjv/u7v/PEXADQrrjiimeffVbCQeZBdVdeeSUEPLz99tv5Lw8++OC55567bNmyRx99dM6cOSDcc88955133ty5c6F04YUX+u8hJNEVnNNPP/2GG2747Gc/++STT0LYDdxmz5596623Whgwb948D88880wPtfELX/jCCy+8cP3116sOwAsuuAA+QKni2muvtboPzJ///Od+fvOb3zRhAW6LFi1CDRCA0gS1g3PvvfcC7tVnPvMZEKD3pS99Ca2WL19+xhln+HnTTTdp1OWXX47ISBcR+NnPfhYC3nLLLahtWoRKURVuKrL/D8b/4Ac/QEOk0yh4+o9f559/PjiQv/TSS++//37rHCxh1IS77rrrwguXQE0VsNUQlSLORRddiIBaB228g4/qfvjDH2KQAopBFXkffvhhhT1EeTicfsbp1yy/BrlwFmKAayDyKq+ZMLxtxW3wh57mw2TBggW3rViR5iDaK6+8cvPNNysGYR9qO/GALfig+URd2I25mrNo4UJNk33yEKqa5j/IwILmnqhcd911Ib6K8B3ZtQieKPaf//M/v/q1r3qFCyDkAhZwRPMtNOC/dNlSTwg5pl+wsEMNmzlojlYAolHABmHFACd7mXpKliCjLmWg4UM/v/vd72KiQS/N9AolQcYFFPYhgKDB3EOYeK4juHFpqUmtkXwA77jjjpXicSGyoLxvAYRD0QQ/F+k4CxfqU5EcooLO3/ve90yR9Ylazj3vXPWiD+BqJPDuiVA2ktQEFWHl3//877/97W/roXqW2skwON5ilvIQ0Go95Ytf/OKKFStIL5bddtttZBgZiRw5BNlzSL700kuqTtsh8PTTT2tvmKgrReDhDEmvEO073/mOYt///vfH0n/wRG27ZY2sIKt9YDcu8Jtbr0tb/tM//VNz8P/hH/7BtKlqbR1XKbUY0B0XiLE/Rh+rs5qD310zdrgaagitS8sRqlHhN2jOdbaTTjqRHp87b+6Mw2forvSITq4rGqUn/SeffPJXv/pV/Xn33XenkenBGTNmHHjggZQCVUiDUAE0hYdKMionnHACRXDeggX+77jjjnTEscceu+eee6rC5V4xZpI5p9ZXmv8zWQhKAYNlHo4++miKkr44+ZSTTznlFFqDCvj4xz/OAgG+7777HnrooU+u1FYf/vCHDzroINYUzOOOO45+RFb65cgjj6Qf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s/vVhF/UpaM8dd0JhxyA5NvWVFlr18TFlsO/IfhojvKuJjAHE9rWklJnDcEHuWniw78h5CP5+NsQfMRHnOaI36jkIw7KIH5DagHYRtVCN0+j35rjsoY0J0XdaDetK+zZVy6uPMiJX3duY8WBcDkO3es1cz/Wk2LlZfdN7gd+OJ71gqvztxwxekfvaghJ8IlIc+syOXCJIZrAXyafpNVedz4UJfBRvva686HwhQ4cqXrrzocCV0Bcjvj8+iqFa5QZz7rzodWRGZKviqEl6xUAH3GQqN7nQ78imbV3XBgKvFh3rv8OLVyjQMbImiN+N0q6WKPrzum3VdMQiqI5XRFxpU7LuTnx0flY5lzUb59kWz1Di8dkhzh76Ni92WW/Yvtj227dLsEu+yrbzzmr8m34rMvZd92GyXZC9q1djm2SrJhdoP20MbX9jB577PMkezwDmavnt6tm7LxdqDYW99uFaiX9ol2oVkIc6qhdqFZFqTY9g4wRaU6/rflj52OZcxN/nABok2QbZdtu2g6I/tvn1gbLMw4/3AbO9q+2U7fdg1lu2xHbZJhRd46FUxD8V1J5Wyc6XME24zZst72zAwlszrz//p39q/kKVaTn9VWmNeftzPbaEtvObG9nttcWnnZm+6ika9oveW2mwpVE54JpG9s6itupw859svM+625baWchONPAacS2/rdLs8jbaae25redtWMYnK3k8D6HMTD8djNmvz3kDdhN2ma87u2w78QCBweNyoDVv3xrzltzXltKW3PemvPawtOa81FJN+nMuWGSnDD9vve9z+GSjsNydpC4nG0+5thjmXkH1zhUw1F9Xjm2yCna73//++Xe2XXHTzkK3UFATLtI3SdOFHCAoHMaHBToEGInEo7KgNW/fGvOW3NeW0pbc96a89rC05rzUUk3ucy5bZicucsYs9MS5nLp4m+H9ImqjfMz2JtvvrnTdcTfIniHbxoaZ8s32WQT0bm4nNXfe++9nUu48847C+tl3Q2Z++qYo49x9KHIXkw/KgNW//LZudq0moZQBd/YUnPrzlfBnu18xOZW966CsfMaGzdWFIbX+57tZjA1t/SZOjK23dwmr03v2W48mOS3m7yW94VVvMlrc7txv2Z7tpeMnd9xxx3HHXecSXBunKor1GaqKR0s+cxnPuPgZzbb2LlTCx0Jaroc026M3E2i85NOOkng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8rdjl6Q+Blets12YA0yWNLliyuoV58aPSMwImUScY7umw0TE1ka8MueOODc2azdZJrcucQ44RQ1t8OETq6zYBQsumjd/HnUBf3Qdllw3fpLAzS6WEefxOthmyXkFmjEd3nLEkUeSixSLysU59360So0qxGqtc5+D3cMJijJHPqRa6xx8aAE/uiN4RRlnO2jRRsaEnnDiiWeedRaaJAJRDq6ChMq0kQGcxWbhoEm52dkU33Wni2xcFEu6hzNA7KNC5Z6jkQpFl8WsWCPVinN8H9lADp4AOZbA7qk7f3c6202ujliTp2Q57ejELJtrDNOCJcLVrWH4UtmJg5DuTkzNu1Cch19BsI+WJsLI3cve67bx2r+ppVF/c4f73O2ZnYnzP/35z5u23zb0vOErNl99+swxXxr6zc8dfeCp00ZNuGT6F4d8Y8GmVecumLLvMV87YOi3jh57yukzx1654+b1W284auwpB556+Ce++cX9hhx89tyJc65e9q3hxx8x6qT9Tzj0gwd8cv7GFQuvW3XgqUcsufHyK7fedNSYk7904qGHnHXsQacddfqMMYeefdxBpx55zLjTTph89sFnHP21048+dsLpZ88ZP+2yhcPOGz7/mhVDJp85fd3FJ0455/w1C4adP3z2lUuPHH3SzCsWf/Xkw756yuHfOvcEbz/4zGM++e0vfvWUww469YgDhn3LsA885YgDTzncneOWTvPXr59x9JFjTzlsxImX3XvdMeNPm7th2XUP3VnVP0jwonNmT/zey8/98Y9/Lvhv27Ydt9+++Zlnnr1m47U33XSLthZqhjdtus7eE4sWaRa2duPGa+bNmz9jxqz77nvA1t433HBjQchFbvvVr35zzTWbli27dP36Kw0DU3vttdeLPJjfc/XVGx548KEbb7z5vvvuf/31nzjZsOEaOTpLFi+dPn3m9dffsHzZpTNnzr6SkXvV1Xw6r7764+LwJZhv2nT9Cy+8qGP9XXfds2LFqiVLLrn77nteeeXVhx56ePXqNaAx/l94wU5ff4YlrL848J53Pvfc8zfddPOWLVuNc86ceWvWKOCeO378xFWr1piak046ZetWKZxFZ3aXd/7mN7+FfLMMOV4qwvfyy6/s8qniN9j2zE6bkHb77XfAFe5W/Nkidz777HPmZcGChbfeersqNtKlyFM7u8eEQjIqOuecc2lrV121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\" alt=\"\" width=\"666\" height=\"455\" /><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Estimated cost and income for conference and e-book to be implemented in 2018:</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Type</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cost</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Venue and catering</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Speaker fees and travel</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference bags</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff time</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$51000</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Assuming a 5% increase in the cost and income for conference would be-</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Type</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cost</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assumed cost </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Venue and catering</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5250</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Speaker fees and travel</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10500</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5250</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference bags</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1050</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff time</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$31500</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$51000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$53550</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Estimated E-Book cost </span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Type</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cost</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Contract writer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Desktop publishing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$3000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1200</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$14200</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Assuming a 5% increase</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Type</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cost</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assumed Cost</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Contract writer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$10500</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Desktop publishing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$3000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$3150</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1260</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$14200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$14910</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Develop a financial compliance and tax liabilities report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You are required to write a report on the company’s key financial compliance requirements and its current tax liabilities.</span></p>\r\n<p><span style=\"font-weight: 400;\">To ensure that the company’s financial risks in relation to the misappropriation of funds and recording of transactions are managed adequately, you are required to outline reporting requirements and financial delegations as outlined in the company’s Finance Policy and Procedures.</span></p>\r\n<p><span style=\"font-weight: 400;\">Research and report on the business’ key financial compliance requirements and liabilities for tax.</span></p>\r\n<p><span style=\"font-weight: 400;\">The report should explain:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">GST reporting requirements (the company is required to report quarterly)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">PAYG withholding obligations</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">PAYG income tax instalment</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Payroll tax obligations (state government)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Superannuation entitlements and requirement to comply with legislation regarding frequency of payment, choice of fund and reporting to staff.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Your financial compliance and tax liabilities report should be between one and two pages long.</span></p>\r\n<p><strong>Financial compliance and tax liabilities report</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><strong>Purpose </strong></p>\r\n<p><span style=\"font-weight: 400;\">The aim is to clarify the requirements of financial compliance and the tax liabilities of the organization. </span></p>\r\n<p><strong>Financial compliance</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Methodology and approval is set by the finance approval for favoring the financial exchange like CEO/Finance Manager. As per the money strategy, expenses are up to $100. A method to issuance is given by the utilization of business credit card. For the development of the specialists, $500 is the greatest cutoff. It is indicated by the new provider strategy, in which there is evaluation of all the new provider, personal investigation in incorporated. </span></p>\r\n<p><strong>Tax liabilities</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">With all the tax regulations/liabilities, the organization and staff should comply. The tax rate is 30%. </span></p>\r\n<p><strong>GST reporting requirements </strong></p>\r\n<p><span style=\"font-weight: 400;\">GST turnover of grow management is more than $75000. </span></p>\r\n<p><strong>Payroll tax obligations</strong></p>\r\n<p><span style=\"font-weight: 400;\">These are the thresholds for payroll in each state in Australia:</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">State</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threshold per month ($)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Threshold per annum ($)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Rate ($)</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">ACT</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">166,666.66</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,000,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6.85</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">NSW</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">72,192 (31 days months)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">850,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5.45</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">NT</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">125,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,500,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5.50</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">QLD</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">108,333</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,300,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4.75 or 4.95</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">SA</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">125,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,500,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0-4.95</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Send an email to the Principal Consultant (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachments. Ask them to read the documents in preparation for discussing them at the upcoming meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach the following to the email:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Your financial report</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Your budget forecasts</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Your financial compliance and tax liabilities report</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">To: Principal Consultant</span></p>\r\n<p><span style=\"font-weight: 400;\">From: Milanpreet Singh</span><span style=\"font-weight: 400;\">    </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of the reports</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Principal Consultant </span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that I have attached the report to the mail. Kindly go through the report once and share the views. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Financial Report</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Budget Report</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Financial compliance and tax liabilities report.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Thank you,</span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Prepare for meeting</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The Principal Consultant has approved your budget for the upcoming financial year, 2018</span></p>\r\n<p><span style=\"font-weight: 400;\">– 2019. You are now required to meet with the Senior Managers to communicate the budgets you have developed.</span></p>\r\n<p><span style=\"font-weight: 400;\">Print off a copy of the following to take with you to the meeting:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">The budget that you have developed.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">The Financial Policy and Procedures. You will be required to explain key reporting requirements to the Managers attending the meeting, as well as financial delegations. Review this document and highlight the relevant passages.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Your report on key financial compliance requirements and liabilities for tax</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">At the meeting, you will need to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Discuss the budget you have developed and the rationale for the budget figures.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Discuss the amounts allocated to activity, including the conference and the e-book.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Explain that there will be no more workshops conducted.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Provide an outline of the financial policy and procedure. to ensure that roles and responsibilities are understood and risks of misappropriation of funds/incorrect recording of financial transactions is minimised.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Explain the company’s key financial compliance requirements and tax liabilities.</span></li>\r\n</ul>\r\n<p><strong>Meeting Details</strong></p>\r\n<p><span style=\"font-weight: 400;\">Date: 10</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> November, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 1:00 pm</span></p>\r\n<p><span style=\"font-weight: 400;\">Venue: Meeting Room Grow Management consultants</span></p>\r\n<p><span style=\"font-weight: 400;\">Participants: CEO, Principal consultant, financial manager and management team</span></p>\r\n<p><span style=\"font-weight: 400;\">Principle cost conducted the meeting. The aim was to discuss the spending that have been created. Sum distribution to action is to discuss. <br /><br /></span></p>\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Conduct meeting</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Conduct the meeting as set out in the requirements above, making sure that you provide the team with all the required documentation.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the meeting, demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Date: 11</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> November, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 4 pm</span></p>\r\n<p><span style=\"font-weight: 400;\">Venue: Meeting Room Grow Management consultants</span></p>\r\n<p><span style=\"font-weight: 400;\">Participants: CEO, Principal consultant, financial manager and management team</span></p>\r\n<p><span style=\"font-weight: 400;\">The budget you have developed and the rationale for the budget figures.<br /><br /><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApoAAAHHCAIAAACQlm8cAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7P13vB3ldS/+599vAhIgUeLXTXF6c+KCTcANGwM2uNGbAdNMFb0jkEASoglU6E1C9CKqqQZsUw0YjBs2NsbdSew4xfklcXLvTX7vrY/v3H333mf27DlnhNCZeZ3Xec2eeWY961lrPas97df+u71aCrQUaCnQUqClQEuB1zkFfu11jn+LfkuBlgItBVoKtBRoKfDfrTlvhaClQEuBlgItBVoKvO4p0Jrz1z0L2wa0FGgp0FKgpUBLgeHm/L/aq6VAS4GWAi0FWgq0FHhNKTDUXxlszoPz/155/a/2ainQUqClQEuBlgItBV5TCsQixzoPNO0DzHkM+f/8n//zP/7jP375y1/++7//+7+1V0uBlgItBVoKtBRoKfAaUYAhZo4ZZaY5Rr3foveac4X4H//5n//5rW9968tf/vL/r71aCrQUaCnQUqClQEuB1YACjPLLL7/MQA+06APMuaL8j69//evPPffcv/7rvw7N17cFWgq0FGgp0FKgpUBLgUYp8C//8i+PP/4408wux6L3VPf/mPOE5iL6f/7nf37xxReZ83/8x38cK03fKN4t8JYCLQVaCrQUaCnQUiAUYIh/+tOfMudMMwPNTDPWPda515zLy7P8f//3f//MM8+05ryVpJYCLQVaCrQUaCnwmlNALB5zzjQz0Mw0Yz3cnBsg+Nu//dsnnniiNeevOQtbBFoKtBRoKdBSoKVAYc6ZZgaamR5uzmXkJej/5m/+hhfQmvNWhloKtBRoKdBSoKXAa06BwpwzzQw0M81YD4nOlfjFL37xk5/85LHHHmvN+WvOwhaBlgItBVoKtBRoKVCYc6aZgWamq5rzH//4x5///Odbc97KUEuBlgItBVoKtBR4zSlQmHOmmYFuzflrzpEWgZYCLQVaCrQUaCkwMgUaNOdm1p199tk33njjRRdddNlllz311FNLlixx/+lPf5rXYA791Vdf/cgjj1x88cVnnXXW0qVL77vvvoULFyrzuc99Tur/zjvvvPvuu0X/l1xyyfz58x966KEzz5x3zTXXXHHllR6ec845V1111aLFi8459xwlH3jggcWLFy+8YOGPfvSjv/u7v/PEXADQrrjiimeffVbCQeZBdVdeeSUEPLz99tv5Lw8++OC55567bNmyRx99dM6cOSDcc88955133ty5c6F04YUX+u8hJNEVnNNPP/2GG2747Gc/++STT0LYDdxmz5596623Whgwb948D88880wPtfELX/jCCy+8cP3116sOwAsuuAA+QKni2muvtboPzJ///Od+fvOb3zRhAW6LFi1CDRCA0gS1g3PvvfcC7tVnPvMZEKD3pS99Ca2WL19+xhln+HnTTTdp1OWXX47ISBcR+NnPfhYC3nLLLahtWoRKURVuKrL/D8b/4Ac/QEOk0yh4+o9f559/PjiQv/TSS++//37rHCxh1IS77rrrwguXQE0VsNUQlSLORRddiIBaB228g4/qfvjDH2KQAopBFXkffvhhhT1EeTicfsbp1yy/BrlwFmKAayDyKq+ZMLxtxW3wh57mw2TBggW3rViR5iDaK6+8cvPNNysGYR9qO/GALfig+URd2I25mrNo4UJNk33yEKqa5j/IwILmnqhcd911Ib6K8B3ZtQieKPaf//M/v/q1r3qFCyDkAhZwRPMtNOC/dNlSTwg5pl+wsEMNmzlojlYAolHABmHFACd7mXpKliCjLmWg4UM/v/vd72KiQS/N9AolQcYFFPYhgKDB3EOYeK4juHFpqUmtkXwA77jjjpXicSGyoLxvAYRD0QQ/F+k4CxfqU5EcooLO3/ve90yR9Ylazj3vXPWiD+BqJPDuiVA2ktQEFWHl3//877/97W/roXqW2skwON5ilvIQ0Go95Ytf/OKKFStIL5bddtttZBgZiRw5BNlzSL700kuqTtsh8PTTT2tvmKgrReDhDEmvEO073/mOYt///vfH0n/wRG27ZY2sIKt9YDcu8Jtbr0tb/tM//VNz8P/hH/7BtKlqbR1XKbUY0B0XiLE/Rh+rs5qD310zdrgaagitS8sRqlHhN2jOdbaTTjqRHp87b+6Mw2forvSITq4rGqUn/SeffPJXv/pV/Xn33XenkenBGTNmHHjggZQCVUiDUAE0hYdKMionnHACRXDeggX+77jjjnTEscceu+eee6rC5V4xZpI5p9ZXmv8zWQhKAYNlHo4++miKkr44+ZSTTznlFFqDCvj4xz/OAgG+7777HnrooU+u1FYf/vCHDzroINYUzOOOO45+RFb65cgjj6Qf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s/vVhF/UpaM8dd0JhxyA5NvWVFlr18TFlsO/IfhojvKuJjAHE9rWklJnDcEHuWniw78h5CP5+NsQfMRHnOaI36jkIw7KIH5DagHYRtVCN0+j35rjsoY0J0XdaDetK+zZVy6uPMiJX3duY8WBcDkO3es1cz/Wk2LlZfdN7gd+OJ71gqvztxwxekfvaghJ8IlIc+syOXCJIZrAXyafpNVedz4UJfBRvva686HwhQ4cqXrrzocCV0Bcjvj8+iqFa5QZz7rzodWRGZKviqEl6xUAH3GQqN7nQ78imbV3XBgKvFh3rv8OLVyjQMbImiN+N0q6WKPrzum3VdMQiqI5XRFxpU7LuTnx0flY5lzUb59kWz1Di8dkhzh76Ni92WW/Yvtj227dLsEu+yrbzzmr8m34rMvZd92GyXZC9q1djm2SrJhdoP20MbX9jB577PMkezwDmavnt6tm7LxdqDYW99uFaiX9ol2oVkIc6qhdqFZFqTY9g4wRaU6/rflj52OZcxN/nABok2QbZdtu2g6I/tvn1gbLMw4/3AbO9q+2U7fdg1lu2xHbZJhRd46FUxD8V1J5Wyc6XME24zZst72zAwlszrz//p39q/kKVaTn9VWmNeftzPbaEtvObG9nttcWnnZm+6ika9oveW2mwpVE54JpG9s6itupw859svM+625baWchONPAacS2/rdLs8jbaae25redtWMYnK3k8D6HMTD8djNmvz3kDdhN2ma87u2w78QCBweNyoDVv3xrzltzXltKW3PemvPawtOa81FJN+nMuWGSnDD9vve9z+GSjsNydpC4nG0+5thjmXkH1zhUw1F9Xjm2yCna73//++Xe2XXHTzkK3UFATLtI3SdOFHCAoHMaHBToEGInEo7KgNW/fGvOW3NeW0pbc96a89rC05rzUUk3ucy5bZicucsYs9MS5nLp4m+H9ImqjfMz2JtvvrnTdcTfIniHbxoaZ8s32WQT0bm4nNXfe++9nUu48847C+tl3Q2Z++qYo49x9KHIXkw/KgNW//LZudq0moZQBd/YUnPrzlfBnu18xOZW966CsfMaGzdWFIbX+57tZjA1t/SZOjK23dwmr03v2W48mOS3m7yW94VVvMlrc7txv2Z7tpeMnd9xxx3HHXecSXBunKor1GaqKR0s+cxnPuPgZzbb2LlTCx0Jaroc026M3E2i85NOOkng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8rdjl6Q+Blets12YA0yWNLliyuoV58aPSMwImUScY7umw0TE1ka8MueOODc2azdZJrcucQ44RQ1t8OETq6zYBQsumjd/HnUBf3Qdllw3fpLAzS6WEefxOthmyXkFmjEd3nLEkUeSixSLysU59360So0qxGqtc5+D3cMJijJHPqRa6xx8aAE/uiN4RRlnO2jRRsaEnnDiiWeedRaaJAJRDq6ChMq0kQGcxWbhoEm52dkU33Wni2xcFEu6hzNA7KNC5Z6jkQpFl8WsWCPVinN8H9lADp4AOZbA7qk7f3c6202ujliTp2Q57ejELJtrDNOCJcLVrWH4UtmJg5DuTkzNu1Cch19BsI+WJsLI3cve67bx2r+ppVF/c4f73O2ZnYnzP/35z5u23zb0vOErNl99+swxXxr6zc8dfeCp00ZNuGT6F4d8Y8GmVecumLLvMV87YOi3jh57yukzx1654+b1W284auwpB556+Ce++cX9hhx89tyJc65e9q3hxx8x6qT9Tzj0gwd8cv7GFQuvW3XgqUcsufHyK7fedNSYk7904qGHnHXsQacddfqMMYeefdxBpx55zLjTTph89sFnHP21048+dsLpZ88ZP+2yhcPOGz7/mhVDJp85fd3FJ0455/w1C4adP3z2lUuPHH3SzCsWf/Xkw756yuHfOvcEbz/4zGM++e0vfvWUww469YgDhn3LsA885YgDTzncneOWTvPXr59x9JFjTzlsxImX3XvdMeNPm7th2XUP3VnVP0jwonNmT/zey8/98Y9/Lvhv27Ydt9+++Zlnnr1m47U33XSLthZqhjdtus7eE4sWaRa2duPGa+bNmz9jxqz77nvA1t433HBjQchFbvvVr35zzTWbli27dP36Kw0DU3vttdeLPJjfc/XVGx548KEbb7z5vvvuf/31nzjZsOEaOTpLFi+dPn3m9dffsHzZpTNnzr6SkXvV1Xw6r7764+LwJZhv2nT9Cy+8qGP9XXfds2LFqiVLLrn77nteeeXVhx56ePXqNaAx/l94wU5ff4YlrL848J53Pvfc8zfddPOWLVuNc86ceWvWKOCeO378xFWr1piak046ZetWKZxFZ3aXd/7mN7+FfLMMOV4qwvfyy6/s8qniN9j2zE6bkHb77XfAFe5W/Nkidz777HPmZcGChbfeersqNtKlyFM7u8eEQjIqOuecc2lrV121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\" alt=\"\" width=\"666\" height=\"455\" /><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Discuss the amounts allocated to activity, including the conference and the e-book.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6250</span></p>\r\n</td>\r\n<td>\r\n<p><strong>75,000</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">E-book</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">400</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">100</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">600</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">350</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">700</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">150</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,250</span></p>\r\n</td>\r\n<td>\r\n<p><strong>10,000</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><span style=\"font-weight: 400;\"><br /></span>\r\n<h3>Assessment 3</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a financial performance report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Analyse the information provided in the following files:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Profit and Loss 2017/18</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Profit and Loss 2018/19</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Cash Flow Statement 2017/18</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Cash Flow Statement 2018/19</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Based on your analysis, develop a short report for the Principal Consultant that includes</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Review of overall performance and gross/net profit margins.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Calculation of variation in actual versus budgeted amounts for each income source.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Calculation of variation in actual versus budgeted costs.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identify the discrepancies between agreed budget allocations for the conference and the actual figures</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Recommended revisions to the 2020 conference budget to deal with contingencies.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Proposed conference fee for 2019 conference assuming attendance of 70 people and to make a profit of at least 20%. Show your calculations.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Use the Financial Performance Report Template to guide your work.</span></p>\r\n<p><strong>Financial performance reports</strong></p>\r\n<p><strong>Overall Performance</strong></p>\r\n<p><span style=\"font-weight: 400;\">Gathering of the association is the advantage that the pay is higher than it is arranged. If gathering figures are seen, it has not satisfied the rule that we have set. </span></p>\r\n<p><strong>Income variation</strong></p>\r\n<p><span style=\"font-weight: 400;\">From Cash flows Statement</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Income</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Actual Budget</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Variance</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Favourable/Unfavourable</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">consulting fees</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,210,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1410720</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">17%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">conference</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">75,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">45,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">UF</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">E-book</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">50%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Executive search</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">144,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">144,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Net Income</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,439,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,614,720</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">12%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>COST VARIATION</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>EXPENSES</strong></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Salaries/wages</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">504,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">529,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Superannuation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">63,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">63,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">            0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Cleaning</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,080</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,080</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Accounting fees</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">6,300</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7,165</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Advertising and marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Contract writer (e-book) </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11,550</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">48,090</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">316%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Computer software</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,830</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Motor vehicle expenses</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,444</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Utilities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,131</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-2%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">                 F</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Insurance</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">4,028</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-4%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office supplies</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,575</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,207</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">40%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Lease/loan payments</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,365</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,575</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Rent</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">45,108</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">45,108</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sundries</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,100</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2,384</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">14%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Travel and Accommodation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,250</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,654</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">8%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference venue and catering</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">100%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Speaker fees and travel</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">11,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing (conference only)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">5,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">7,500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">50%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference bags</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conference casual project officer</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">E-book</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Desktop publishing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing (e-book)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,200</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">0 variance</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Repairs &amp; maintenance</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,575</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1,260</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">-20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Telephone</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3,150</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3,569</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">TOTAL EXPENSES</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">742,303</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">816,875</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">10%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">U</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Surplus</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">696,697</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">797,845</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">15%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">F</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"font-weight: 400;\"><br /></span>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disparities </span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Compensation and cost is unforseen which is shown by the pay and cost variances. As indicated by the distinction in pay, it will in general be clearly seen that party cost is foreboding and what makes a difference is - 40% which isn\'t useful for an affiliation. Thusly, the association needs to manage this expense by expanding 20% in social event cost.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recommended Revision</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It is shown that 20% return on get-together cost which is needed for affiliation progress. </span></p>\r\n<p><strong>Conference fees</strong></p>\r\n<p><span style=\"font-weight: 400;\">Meeting on 2018/19= 45000.            </span></p>\r\n<p><span style=\"font-weight: 400;\">Each paid 750</span></p>\r\n<p><span style=\"font-weight: 400;\">= 45000/750</span></p>\r\n<p><span style=\"font-weight: 400;\">=60</span></p>\r\n<p><span style=\"font-weight: 400;\">Total no. of people that attend the meeting 60 peoples</span></p>\r\n<p><span style=\"font-weight: 400;\">Profit on 2018/19 = 797845</span></p>\r\n<p><span style=\"font-weight: 400;\">Increased by 20% (20% of 797845) = 159569</span></p>\r\n<p><span style=\"font-weight: 400;\">New profit =797845+159569 = 957,414</span></p>\r\n<p><span style=\"font-weight: 400;\">Each payment increased by 20% in returns</span></p>\r\n<p><span style=\"font-weight: 400;\">Profit                                               Each Cost</span></p>\r\n<p><span style=\"font-weight: 400;\">797845                                             750</span></p>\r\n<p><span style=\"font-weight: 400;\">957414                                             ?</span></p>\r\n<p><span style=\"font-weight: 400;\">= 957414*750/ 797845.   = 900</span></p>\r\n<p><span style=\"font-weight: 400;\">Hence, each people need to pay 900 to make 20% of profit.</span></p>\r\n<p><span style=\"font-weight: 400;\">Anticipated numbers: 70 people. Price of conference to be $856</span></p>\r\n<p><span style=\"font-weight: 400;\">To gain 20% of profit, then price of conference should be at least $800.</span></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong> Send an email to the Principal Consultant (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment. Attach your financial performance report to the email:</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Principal Consultants</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Financial Performance Report</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected Sir,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to instruct that I have prepared the financial execution report. Kindly go through the report once. I will be glad to get the feedback. </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,<br /><br /><br /><br /></span></p>\r\n<h3>Assessment 4</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a debtor management report</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review the Aged Debtor Report, noting that the company’s usual terms are payment 10 days from invoice.</span></p>\r\n<p><span style=\"font-weight: 400;\">Using the Internet, research best practice debtor management and make notes on your findings.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your report should be approximately 1 page.</span></p>\r\n<p><span style=\"font-weight: 400;\">Provide a report for your CEO based on your analysis that includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A summary: an interpretation of the information in the aged debtor report.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Good practice debtor management</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Develop at least 5 recommendations that could be adopted by the company in response to your analysis. This will also be based on the debtor management research you conducted.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Company X</span></p>\r\n<p><span style=\"font-weight: 400;\">Aged Debtors Report</span></p>\r\n<p><span style=\"font-weight: 400;\">Report: Aged Debtors Analysis</span></p>\r\n<p><span style=\"font-weight: 400;\">Client Range: All</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Client</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">120+ Days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">90 Days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">60 Days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">30 Days</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Current</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Client 1</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4,356.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Client 2</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,714.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Client 3</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$3,781.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Totals</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,714.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4,356.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$3,781.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$0.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$0.00</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$0.00</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Summary</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Chief practices is the important instrument for improvisation of the pay method related to the changes that are made. Permitting terms to all of the clients is an instrument that has phenomenal advantages of keeping up pay in a given period, yet defenseless collection the board delivers low efficiency and antagonistically impacts the association. </span></p>\r\n<p><span style=\"font-weight: 400;\">It is basic to consider the need to keep a decent generally game plan among bargains and the charging system. <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Debtor management needs to be practiced. </span></li>\r\n</ul>\r\n<p><strong>Debtor Management</strong></p>\r\n<p><span style=\"font-weight: 400;\">The aim is to minimise the time that is taken between issuing an invoice and collection of payment. </span></p>\r\n<p><span style=\"font-weight: 400;\">It involves four main decisions: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credit should be provided to customers or not</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Who should be given the credit?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What is the maximum amount of credit that should be given?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credit period that is to be given to the customers. </span></li>\r\n</ul>\r\n<p><strong>Recommendations</strong></p>\r\n<p><span style=\"font-weight: 400;\">The aim is to make the credit available to the good customers who are paying on time their accounts as this will help in maximization of the sale. Before giving credit to the customer do the following things:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Credit application form – get the signature of the customer, once they have read and understood the terms and conditions of the credit.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For conducting the credit check, get the customer approval.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conduct and analyse the credit check</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check the trade credit reference. </span></li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment and seek approval to implement best practice debtor management processes.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your debtor management report to the email:</span></p>\r\n<p><span style=\"font-weight: 400;\">To: CEO</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment Debtor Management Report</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected CEO,</span></p>\r\n<p><span style=\"font-weight: 400;\"> The mail is written to inform that the changes in debtor management report is completed and is attached to the mail.</span></p>\r\n<p><span style=\"font-weight: 400;\">Collection heads are the key for improvisation in pay procedure.</span></p>\r\n<p><span style=\"font-weight: 400;\">Kindly go through the revised debtor management report. </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 45, NULL, 'Manage finances BSBFIM601', 'Now sample work of manage finances BSBFIM601 assignment is available free on Professional Assignments Help website.', 'Manage finances BSBFIM601', 'manage-finances-bsbfim601', '2021-11-26 02:25:46', '2021-12-21 05:28:34');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(301, 'Manage knowledge and information (BSBINM601)', '<br />\r\n<h1><span style=\"font-weight: 400;\">Assessment 1</span></h1>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Describe at least two types of existing technology that can be used in knowledge and information management.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Knowledge Portal:</strong> gateway to information are discussed as data portals that provide user with the easy way to navigate the information which is needed by them. It is more than the data portal. It is built into the software technology for supporting the process of virtual team communication.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Knowledge Profile:</strong> each knowledge worker can be updated and maintained. The knowledge profile which helps in the identification of the specific knowledge needs. <br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Describe an emerging technology that can be used in knowledge and information management.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is easy to use collaboration tools and are important:</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">For the business process, collaboration tools are important but it is interesting to connect with the team members. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mobile technology is front and center: time and money is saved with the help of mobile technology. KMS is needed by the staff members. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain all of the following methods of analysis and their relevance to decision making.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Short to medium-term term and long-term trend analyses: trend analysis is an analytical method that is helpful for the trader to predict what is going to happen in the future by analyzation of the trends in the past in the market. <br /></span></li>\r\n<li><span style=\"font-weight: 400;\">Correlation calculations: Relative coefficient is a statistical indicator that has a relationship between formatting, a relationship between movement between -1.0 and 1.0. </span></li>\r\n<li><span style=\"font-weight: 400;\">Probability assessment: most of the business involves the probability while the focus is on the formulas and calculation that is used for determining the possibilities. </span></li>\r\n<li><span style=\"font-weight: 400;\">Regulation analyses: Regulatory Impact Analysis (RIA) is a method that helps in the evaluation of positive as well as negative result of the regulation. </span></li>\r\n<li><span style=\"font-weight: 400;\">Dynamic programming: everything that is seen can be adjusted by using dynamic programming. So that there is no need of calculating again. </span></li>\r\n<li><span style=\"font-weight: 400;\">Liner programming: Liner results can be get by using liner programming. The demand is represented by liner relationship in mathematical model. </span></li>\r\n<li><span style=\"font-weight: 400;\">Queuing theory: it is a mathematical study. It has the detailed examination of the waiting which is to be served in large amount. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Simulation: for a period of time, the operations are simulated for the real process or the system. The important characteristics of the system is presented. The model that shows the system operations over the period of time.</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n<li><span style=\"font-weight: 400;\">Transportation methodology: improvisation of the efficiency of the movement by identification of the limitations is the main goal of the methodology. The limitations can be capacity, price. </span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline three key features of management information systems and decision support systems</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Reports:</strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Information that is contained in the document is organized in a graphic format. Adhoc is prepared periodically. To specific time, event or subjects, the report may refer. </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open access (OA) is a mechanism through which the research outputs are distributed online and free of cost.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Integration: with numerical methodology, numerical integration is done with the help of computer. </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain how risk management plans can be used in making decisions about actions to be taken for a business.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For assessing or measuring the risk, there are many method for supporting the decision. Some people are quantitative. This is used for supporting the human decision. Activities that are coordinated to control the organization is referred to as risk management. <br /><br /></span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a business expansion briefing report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You are required to write a report to inform a staff meeting on the proposed company expansion.</span></p>\r\n<p><span style=\"font-weight: 400;\">To do this you will need to review the company’s:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Business Plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Financial Policy and Procedures</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Financial Data</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Profits and Loss Statements for the previous three years.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Staff Survey Results</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Customer Feedback</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Forecast Spreadsheet Template</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Your report is to include the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A review of business performance data</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Financial forecast. Use the Forecasts Spreadsheet to record your figures.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A review of staff feedback</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A review of customer feedback</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identify, define and analyse business problems and issues</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Identify further sources of information on VET</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Analysis of trends</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A sensitivity analysis on any proposed options</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Data storage and access options</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A risk management plan</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Use the Briefing Report Template to guide your work.</span></p>\r\n<p><strong>Briefing Report Template</strong></p>\r\n<p><strong>Business Expansion Briefing Report</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><span style=\"font-weight: 400;\">The briefing report involves the following:</span></p>\r\n<p><span style=\"font-weight: 400;\">Report on business expansion Financial projections</span></p>\r\n<p><span style=\"font-weight: 400;\">Networking information Storage systems</span></p>\r\n<p><strong>Business performance</strong></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Income:</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sales</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$800,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Expenses:</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Electricity and gas</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$6,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Internet</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,200</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office supplies </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,400</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Rent </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$440,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stationary</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Wages and salaries</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$250,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Superannuation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$23,750</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Travel and accommodation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Water </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5,300</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Work cover insurance </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total cost of sales:</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$742,450</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Gross Profit before tax</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$57,550</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Business performance report for the year 2016/17</strong></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Income:</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Sales</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,270,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Expenses:</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Electricity and gas</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$6,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Internet</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,200</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office supplies </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,400</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Rent </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$440,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stationary</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Wages and salaries </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$350,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Superannuation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$33,250</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Travel and accommodation</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Water </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$5,300</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Work cover insurance </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$4,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Total cost of sales:</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$851,350</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Gross Profit before tax</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$418,650</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p><span style=\"font-weight: 400;\">Exception report for the year 2017</span></p>\r\n<p><span style=\"font-weight: 400;\">No exceptions are noticed in the year 2017. <br /></span></p>\r\n<p><strong>Business performance report for the year 2017/18</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\"> </td>\r\n<td colspan=\"2\"> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Income:</strong></p>\r\n</td>\r\n<td colspan=\"2\"> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Sales</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$1,860,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><strong>Expenses:</strong></p>\r\n</td>\r\n<td colspan=\"2\"> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Electricity and gas</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$6,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Internet</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$2,420</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Office supplies </span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$2,900</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Rent </span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$440,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Stationary</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$2,600</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Wages and salaries</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$800,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Superannuation</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$76000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Travel and accommodation</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$6,150</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Water </span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$5,830</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Work cover insurance </span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$4,400</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Total cost of sales:</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$1,346,900</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Gross Profit before tax</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$513,100</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Exception report for the year 2018 <br /></strong></p>\r\n<p><span style=\"font-weight: 400;\">Exception report of the year 2018.</span></p>\r\n<p><span style=\"font-weight: 400;\">Variations are noticed by 10%, in the year 2018. </span></p>\r\n<p><strong>Financial forecast</strong></p>\r\n<p><em><span style=\"font-weight: 400;\">Provide an overview of the forecasting process, key assumptions and parameters and relationship to business plan and external trends.</span></em></p>\r\n<p><strong>Assumptions and parameters</strong></p>\r\n<p><span style=\"font-weight: 400;\">For the forecasting purpose, regulatory environment will be conductive for the business growth. </span></p>\r\n<p><span style=\"font-weight: 400;\">Secondly, cost will jump by 10% during 2019.</span></p>\r\n<p><span style=\"font-weight: 400;\">2020</span></p>\r\n<p><span style=\"font-weight: 400;\">Thirdly, there will be increase in the revenue by due to more number of students that are enrolling in the vocational education. </span></p>\r\n<p><strong>Forecast for 2019</strong></p>\r\n<p><span style=\"font-weight: 400;\">Trend analysis are used, based on profit &amp; loss amount of the previous year. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Net sales: $22,80,000</span><span style=\"font-weight: 400;\">    </span></p>\r\n<p><span style=\"font-weight: 400;\">Total expenses: $1357590</span><span style=\"font-weight: 400;\">    </span></p>\r\n<p><strong>Profit or loss: $922410</strong></p>\r\n<p><strong>Staff feedback</strong></p>\r\n<p><span style=\"font-weight: 400;\">Based on the report it is evident that the staff is happy, but it still needs the human resource gathering to provide unrivalled execution assessment system and execution on administrators to be realized. There are intentions to diminish the extraordinary job or increase the number of the staff to reduce the amount of weight that is placed on them. However, this may lead to business hurt in the future improvement since there are less people working for the organisation due to high turnover on the staff and every person is getting overworked.</span></p>\r\n<p><strong>Customer Feedback</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Net sales</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$2,640,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Total expenses</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,437,590</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Forecast for 2020</strong></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Net sales</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">$5,088,000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Total expenses</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$2,300,150</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><strong>Profit or loss</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>$2,787,850</strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Argument is done by most of the customers that they are contented by the administration. </span></p>\r\n<p><strong>Business problems and issues</strong></p>\r\n<p><span style=\"font-weight: 400;\">It may affect the profit of the organization which in turn makes the negative issue of the focus of the organization. </span></p>\r\n<p><strong>VET Information</strong></p>\r\n<p><strong>Formal network</strong></p>\r\n<p><span style=\"font-weight: 400;\">Training gov.au. is the national register. </span></p>\r\n<p><span style=\"font-weight: 400;\">The ASQA is the regulator of the Australia’s vocational education and training sector. </span></p>\r\n<p><strong>Informal networks</strong></p>\r\n<p><span style=\"font-weight: 400;\">Facebook pages that list various vocational education program where people can make decisions. </span></p>\r\n<p><strong>Decision process</strong></p>\r\n<p><span style=\"font-weight: 400;\">The finances should be countered checked. For improving the management in the organization the money should be used. </span></p>\r\n<p><strong>Compliance</strong></p>\r\n<p><span style=\"font-weight: 400;\">Objectives</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To start an investigation on the established new campuses in Adelaide and Brisbane </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To supply information sessions that relate to showcasing the existing campuses for the college </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To develop an online learning platform for all courses hence allow online students to enroll</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To conduct an annual internal audit on the college financial books </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To fit and ensure that the newly completed and established campus are ready for July intake</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">To carry out a staff performance review</span></li>\r\n</ul>\r\n<p><strong>Values</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Commence an investigation on new campuses in Adelaide and Brisbane </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Have high quality assessment and learning materials</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deliver a suitable ode for client requirements </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clear understanding of student requirements </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Price quality and value review on the new campuses</span></li>\r\n</ul>\r\n<p><strong>Risk Management</strong></p>\r\n<p><strong>Risk</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Less enrolments for the new areas leading to losses</span></li>\r\n<li><span style=\"font-weight: 400;\">The risk of trainers not effectively being accessible </span></li>\r\n<li><span style=\"font-weight: 400;\">The risk of low gains </span></li>\r\n<li><span style=\"font-weight: 400;\">Staff being inaccessible </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">High hazard emanating from the challenge.</span></li>\r\n</ul>\r\n<p><strong>Mitigation strategy</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Introduce communication policy between staff and customers</span></li>\r\n<li><span style=\"font-weight: 400;\">To promote the internal staff and then provide training to the staff </span></li>\r\n<li><span style=\"font-weight: 400;\">Reduce the staff workload </span></li>\r\n<li><span style=\"font-weight: 400;\">Hire more staf</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment and seek their feedback.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should ask for the place, date and time that a team meeting could be convened to discuss your report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your Briefing Report and Forecasts Spreadsheet to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: Abhishek</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of the briefing report </span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The main motive of writing the e-mail is to inform that I have attached the briefing report. The report includes:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A review of business performance data</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Financial forecast. Use the Forecasts Spreadsheet to </span><span style=\"font-weight: 400;\">record your</span> <span style=\"font-weight: 400;\">figures.</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A review of staff feedback</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A review of customer feedback</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify, define and analyse business problems and i</span><span style=\"font-weight: 400;\">ssues.</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify further sources of information on VET</span></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analysis of trends</span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Please go through the report. Once I get the approval.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Meet with the Management Team</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The objective of the meeting is to get the Management Team to agree to the proposed campus expansion and to decide on which data storage system to use.</span></p>\r\n<p><span style=\"font-weight: 400;\">Begin by summarising each part of your report, answering any questions asked by the team members.</span></p>\r\n<p><span style=\"font-weight: 400;\">When you have finished summarising your report, ask the Management Team of they would approve the proposed campus expansion.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Management Team should then decide which data storage and access system should be adopted by the College.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the meeting, you are required to demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Meeting with Management Team</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 12</span><span style=\"font-weight: 400;\">th</span><span style=\"font-weight: 400;\"> November, 2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 12:00 PM</span></p>\r\n<p><span style=\"font-weight: 400;\">Venue: Meeting Hall</span></p>\r\n<p><span style=\"font-weight: 400;\">Attendees: CEO, Sales, Market Manager, Human Resources Manager, Operations Manager, Administration Manager, Academic Manager, Promotions Officer.</span></p>\r\n<p><strong>Agenda: </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Welcome </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Attendance and Apologies </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Summary of each part of report as follows: </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stakeholder Review, Feedback, Analysis of Data received via reviews and surveys. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business Performance, Data Collection on current and future business expansion plan. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change Plan Requirement, Analysing, the requirements of change plan. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Approval of the proposed campus extension </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Which Data storage and access system to be adopted by the College. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Next Meeting </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">End</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Open a free Drobox account.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Assume that the Management Team has approved the use of Dropbox.</span></p>\r\n<p><span style=\"font-weight: 400;\">Open a new, free Dropbox account, following the instructions as set out on the Dropbox website.</span></p>\r\n<p><span style=\"font-weight: 400;\">In order to test the new system, send the Management Team (your assessor) an invitation to join your Dropbox account.</span></p>\r\n<p><span style=\"font-weight: 400;\">Open Browser or download app to sign up the drop box. </span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create an account on dropbox.com.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Type your name and email address (your email address is the username for your Dropbox account). </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Type a unique password. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Click the box to agree to the Dropbox terms. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Click Create an account</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a Communication Plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Develop a communication plan to ensure that all stakeholders are made aware of the campus expansion and the new data storage system.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that the strategies you develop are designed to promote the benefits of change to staff and to reduce the likelihood of a negative response/adverse outcomes.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your communication plan should also show the reporting process to senior management, which will be required on a regular basis.</span></p>\r\n<p><span style=\"font-weight: 400;\">The College’s customers (the students) should also be informed about the campus expansion. Use the Communication Plan Template to guide your work.</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Audience</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Key Message</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Delivery Method</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Frequency and duration of session (if applicable)</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Location</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Senior management</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Updating the progress plan</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Per Requirement</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Head office</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff / Faculty</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reviews new campus</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Survey</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1 – hour</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Head office</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff / Faculty</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Keep them updated on new data storage system </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly Meeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly staff meetings through change process</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Head office</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop an Information Management Policy and Procedures.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Use the internet to see what other, similar, companies have developed for their information management.</span></p>\r\n<p><span style=\"font-weight: 400;\">Then write policy and procedures that address confidentiality and privacy. Security will include the use of passwords.</span></p>\r\n<p><span style=\"font-weight: 400;\">One of the King Edward VII College Administration Assistants has prepared an Information Management Policy and Procedures Template that includes some information from the company’s Style Guide. Use this to guide your work in this activity.</span></p>\r\n<p><strong>King Edward VII College</strong></p>\r\n<p><strong>Information Management Policy and Procedures</strong></p>\r\n<p><strong>Purpose</strong></p>\r\n<p><span style=\"font-weight: 400;\">To make sure that the direction for implementing the data management policies. </span></p>\r\n<p><strong>Writing Style</strong></p>\r\n<p><span style=\"font-weight: 400;\">For ensuring that anything that is to be written should be written in English, for this acceptable writing method should be used. The writing should be in simple words. </span><span style=\"font-weight: 400;\">    </span></p>\r\n<p><strong>Standard Operating Environment</strong></p>\r\n<p><span style=\"font-weight: 400;\">King Edward VII College’s standard operating environment (SOE) is Microsoft Windows.</span></p>\r\n<p><strong>Data storage system</strong></p>\r\n<p><span style=\"font-weight: 400;\">Amazon Web Services is a cloud based data management system that offers an expanding set of tools. The key services that are included are: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Each service is spun up and billed separately, so costs depend on the extent of utilization</span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon S3 for temporary and/or intermediate storage </span></li>\r\n<li aria-level=\"1\"><strong><span style=\"font-weight: 400;\">Amazon Glacier for long-term backup and storage</span></strong></li>\r\n<li><span style=\"font-weight: 400;\">AWS Glue for building data catalogs to categorize, search and query your data d) Amazon Athena for SQL-based data analytics </span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon Redshift for data warehousing </span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon Quicksight for dashboard construction and data visualization</span></li>\r\n</ul>\r\n<p><strong>Page Layout</strong></p>\r\n<p><span style=\"font-weight: 400;\">King Edward VII college document uses only A4 paper. The page margin must follow: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Header or footer 1.27cm from margin line</span></li>\r\n<li><span style=\"font-weight: 400;\">All margins (left, right, top and bottom) 2.54cm </span></li>\r\n</ul>\r\n<p><strong>Filing</strong></p>\r\n<p><span style=\"font-weight: 400;\">All documents must be filed in the appropriate folder on King Edward VII College’s computer system. Current folders are:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Administration </strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Invoicing </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Correspondence</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Purchase orders </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> <strong>Marketing </strong></span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Flyers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Special offers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer correspondence </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Staffing </strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Staff files </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Human resources policies and procedures </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Newsletters (file by month) </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong> General Policies and Procedures </strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Record keeping policies and procedure </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complaints handling policy and procedures </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> <strong>Registers </strong></span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Equipment Register </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complaints and Feedback Register </span></li>\r\n</ul>\r\n<p><strong>Privacy</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the email folder, corporate record should not be maintained</span></p>\r\n<p><span style=\"font-weight: 400;\">There should by timely destruction of information and record that is important for effective management. </span></p>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Take a screen shot of your folders and files.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">You are required to demonstrate that you can file all of your records in a logical structure. Create a folder in your Dropbox account for this purpose.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that you have an overall folder for your work, as well as sub folders if necessary.</span></p>\r\n<p><span style=\"font-weight: 400;\">All of the documents you have submitted for this assessment task should be correctly named and filed.</span></p>\r\n<p><span style=\"font-weight: 400;\">The screen shot should show all the folders and documents.<br /><br /><img src=\"data:image/png;base64,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\" alt=\"\" width=\"663\" height=\"290\" /><br /></span></p>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachments and seek their feedback. Attach the following to your email:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Communication Plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Information Management Policy and Procedures</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Screen shot</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Please find the attachment</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">Greetings!</span></p>\r\n<p><span style=\"font-weight: 400;\">I am writing this email to inform you that I am attaching the following reports with this email.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Communication Plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Information Management Policy and Procedures</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">drop box screenshot.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Please go through them once and do let me know your reviews on it. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Thanks</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards, <br /></span></p>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Review Communication Plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">In your Dropbox account, use the feedback that you have received to update your Communication Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Save this document as Updated Communication Plan.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<p><strong>Updated Communication Plan</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Frequency and Duration of session (If applicable)</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Senior</span> <span style=\"font-weight: 400;\">Administration</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">All the latest updated should be provided that is related to the whole process</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Emails and Meetings</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As required</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office area</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Stakeholders</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Knowledge of campus expansions should be impacted. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Emails</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">As required</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office Area</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Staff</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">About new adopted data storage system</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Reports / Presentations</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Weekly</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Office area</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CEO</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">For the success of the company. KPI’s should be measured </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Scheduling meetings</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Starting all the projects for the company</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Head office</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Review the Information Management Policy and Procedures</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">In your Dropbox account, use the feedback that you have received to update your Information Management Policy and Procedures.</span></p>\r\n<p><span style=\"font-weight: 400;\">Save this document as Updated Communication Plan.</span></p>\r\n<p><strong>Updated Information Management Policy and Procedures</strong></p>\r\n<p><strong>Purpose</strong></p>\r\n<p><span style=\"font-weight: 400;\">Characterizing the arrangements and system is the main goal for overseeing the data. </span></p>\r\n<p><strong>Writing Style</strong></p>\r\n<p><span style=\"font-weight: 400;\">For proper writing style </span><span style=\"font-weight: 400;\">the acceptable fonts are Times New Roman, 12 pt. or Courier New, 12 pt. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Title Page: APA style requires a title page. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">The title, author, and institution shall be centered on the page</span></p>\r\n<p><strong>Standard Operating Environment</strong></p>\r\n<p><span style=\"font-weight: 400;\">King Edward VII College’s standard operating environment (SOE) is Microsoft Windows. By using Microsoft office 2011, the documentation should be used. <br /></span></p>\r\n<p><strong>Hyperlinks</strong></p>\r\n<p><span style=\"font-weight: 400;\">Hyperlinks are used as a reference data that readers can follow through tapping or clicking. <br /></span></p>\r\n<p><strong>Data storage system</strong></p>\r\n<p><span style=\"font-weight: 400;\">Amazon Web Services is a cloud based data management system that offers an expanding set of tools. The key services that are included are: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Each service is spun up and billed separately, so costs depend on the extent of utilization</span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon S3 for temporary and/or intermediate storage </span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon Glacier for long-term backup and storage </span></li>\r\n<li><span style=\"font-weight: 400;\">AWS Glue for building data catalogs to categorize, search and query your data d) Amazon Athena for SQL-based data analytics </span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon Redshift for data warehousing </span></li>\r\n<li><span style=\"font-weight: 400;\">Amazon Quicksight for dashboard construction and data visualization</span></li>\r\n</ul>\r\n<p><strong>Page Layout</strong></p>\r\n<p><span style=\"font-weight: 400;\">King Edward VII college document uses only A4 paper. The page margin must follow: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Header or footer 1.27cm from margin line</span></li>\r\n<li><span style=\"font-weight: 400;\">All margins (left, right, top and bottom) 2.54cm </span></li>\r\n</ul>\r\n<p><strong>Filing</strong></p>\r\n<p><span style=\"font-weight: 400;\">All documents must be filed in the appropriate folder on King Edward VII College’s computer system. Current folders are:</span></p>\r\n<ol>\r\n<li><span style=\"font-weight: 400;\"><strong> Administration</strong> </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Invoicing </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Correspondence</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Purchase orders </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong> Marketing </strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Flyers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Special offers </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer correspondence </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Staffing</strong> </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Staff files </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Human resources policies and procedures </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Newsletters (file by month) </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong> General Policies and Procedures </strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Record keeping policies and procedure </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complaints handling policy and procedures </span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"> <strong>Registers </strong></span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Equipment Register </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complaints and Feedback Register </span></li>\r\n</ul>\r\n<p><strong>Privacy</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the email folder, corporate record should not be maintained</span></p>\r\n<p><span style=\"font-weight: 400;\">There should by timely destruction of information and record that is important for effective management. <br /><br /></span></p>\r\n<ol start=\"11\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Management Team (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should inform the team that you have made the requested changes to the documents and that they should take a look at the updated version in the Dropbox account.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Request for Changes in communication plan,</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The motive of writing this mail is to inform that there are reviews that are related to the changes which is to be made with the communication plan. This mail is to inform that I have updated the document. Kindly go through it once.  </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank You</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 46, NULL, 'Manage knowledge and information BSBINM601', 'For getting help regarding manage knowledge and information BSBINM601 assignment from our management experts, then avail our report writing services.', 'Manage knowledge and information BSBINM601', 'manage-knowledge-and-information-bsbinm601', '2021-11-26 03:38:51', '2021-12-21 05:28:11');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(302, 'Provide leadership across the organization (BSBMGT605)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Discuss, in one paragraph, the concept of business ethics.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Set of standards that is used to figure out what is correct is known as ‘Ethics’. In this people are incorporated who follows the benefits of business element.</span></p>\r\n<p><span style=\"font-weight: 400;\">Utilization of guidelines is included in business morle.</span></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Discuss ethical leadership and its importance in supporting organizational values.</strong></em></li>\r\n</ol>\r\n<p><strong>Trust</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">At the point when an association\'s chief is dependable, ready to concede botches and reliable, subordinates will in general believe in administration. Workers accept that pioneers will keep guarantees and subsequently will focus on the association\'s objectives too. </span></p>\r\n<p><strong>Integrity </strong></p>\r\n<p><span style=\"font-weight: 400;\">A successful leader regards liabilities and expects that subordinates and colleagues ought to do as such too. She stays aware of devotion, apologizes when central and expects risk. For example, an ethical boss chooses not to use information against a competitor in the event that it was gotten past an outcast who didn\'t have the situation to give it. Long stretch, further created moral drive will overall emphatically influence the financial pieces of the affiliation. It also further creates laborer soul, work satisfaction and steadiness.</span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><em><strong>Discuss three characteristics of an ethical leader.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">The Personality</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">A fair chief ought to be dependable and show unshakeable reliability, be action organized, adaptable in the substance of hardships while moving toward people with respect, not as straightforward units of creation. They have free themselves of fantasy and are seriously authentic with themselves, acknowledge when to confront difficulties and when to stay away from all possible dangers. <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">He/She takes responsibility for everything</li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The ethical leader recognizes that they are clearly or by suggestion responsible for all that happens in the affiliation. They fathom that shortcoming moving and fault moving is a failure of drive. The ethical boss doesn\'t swear by the \"possible deniability\" protect. The affiliation that settles on the best choice, and as far as anyone knows is making the best choice is the one that will prevail in the present more related and mindful world. The neighborhood moral lead in our bosses, and will rebuke those that disregard through loss of reputation and jail. The old perspective of win-lose is giving method of winning win.</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">The ability to set a good example</li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">The component of the ethical boss is that in any case the focal qualities referred to above, they are accepted to act from their own inside and out made arrangement of moral norms, setting a dependably real model for others to follow. The steady force of their attitude over the drawn out gushes down and becomes introduced in the lifestyle. They have made a moral grid that people camouflage and work starting with one day then onto the next.</span><br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Give, and explain, three benefits of ethical leadership.</strong></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">It creates an emphasis on being conscientious.<span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Moral leaders are consistently honest. They are watchful, cautious, and careful with each choice they make. These leaders treat their situation in a serious way, needing themselves and their immediate reports to prevail as frequently as could really be expected. </span></li>\r\n<li><strong>It helps to create a healthier workplace culture.</strong><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">When there is a moral administration style set up for an association, then, at that point, it makes a better, more certain working environment culture. It establishes a climate where every labourer realizes that they will be treated with deference. The climate is sustaining, empowering, and centres on building solid connections among labourers and the chief group. </span></li>\r\n<li><strong>It ensures that you are following the law.</strong><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">There are lawful rules which are utilized to direct the various choices of organization made every day. An example of this is an inappropriate behaviour strategy that is essentially working a direct result of laws which administer that kind of conduct. </span></li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Discuss four (4) styles of leadership and the impact each of the identified styles on organisational culture.</strong></em></li>\r\n</ol>\r\n<p><strong>Authoritarian:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Autocratic leaders hold onto as much power and decision-making as possible</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focus of power is with the manager </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Formal systems of command &amp; control </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Minimal consultation </span></li>\r\n</ul>\r\n<p><strong>Paternalistic</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">addressing employee needs </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Still little delegation </span></li>\r\n</ul>\r\n<p><strong>Democratic:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focus of power is more with the group as a whole</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leadership functions are shared within the group </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employees have greater involvement in decision-making</span></li>\r\n</ul>\r\n<p><strong>Laissez-faire:</strong><span style=\"font-weight: 400;\"> - Laissez-faire means to “leave alone” </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conscious decision to delegate power </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managers / employees have freedom to do what they think is best </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain how a charismatic leader can assist in ensuring that a company’s vision is implemented.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Charismatic leader describe people who pass on a motivating vision of things to come for the unit.Ongoing examination demonstrates, that magnetic initiative frequently viewed as a particular feature of the more extensive idea of groundbreaking authority. <br /></span></p>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Discuss at least three strategies that can be used to encourage employee participation in decision-making.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Be Generous With Information</strong><span style=\"font-weight: 400;\"> </span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">There is a need of steam of information about the business, no matter at what position is the leader. Rather tan hiding the information from people, be transparent. <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><strong>Let Your Employees Make Decisions </strong></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">B giving the authority of decision-making to every employee of the organization, the desire of employees to lead will be fulfilled. </span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Be Passionate About Your Mission</strong><span style=\"font-weight: 400;\"> </span></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Enthusiasm gives workers motivation to embrace liabilities and to move forward to difficulties as they happen. Make a solid feeling of mission in association and guarantee it is reflected in your organization culture. </span></p>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Discuss three strategies that a leader can use for building trust and confidence with colleagues.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Be Honest The first step in building trust is to be honest. </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tell the truth. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Honest information should be shared. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Don\'t steal on expense reports</span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use Good Judgment, the second step is to know what information to share, when to share it and when not to share it. </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Employee\'s personal information should be protected. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Think twice before sharing a blunt. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Don\'t expect apologies to erase your wrongdoings.</span></li>\r\n</ul>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Be Consistent The third step is to be consistent in words and behaviors. </span></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Do the work; </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fulfill your promises</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the importance of leadership in ensuring that work health and safety legislation is met.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Overall law of manager is not changed by the WHS. Essential role is played by the manager as a mentor and leader. Between the WHS practitioners and the workers, the manager is a key. I is to be made sure by the manager that workers are being consulted and are also involved related to the health and safety. Opportunity of raising and giving feedbacks the issues must be given to the workers as well. It is important to: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Comply with the policies and procedures of health and safety.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get engage with the workers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Combination channels between the organization and its workers should be encouraged.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What the organizations expects from its workers should be put in practice. <br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Give five (5) reasons why it is important to follow anti-discrimination law and provide equal opportunity, giving a short explanation of each.</strong></em></li>\r\n</ol>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">the right abilities, the workers are prepared</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In harmless climate, everyone can work.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Groups and associations are more useful. </span></li>\r\n</ol>\r\n<br /><br /><br />\r\n<h3>Assessment 2</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a PowerPoint presentation</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The first part of the assessment task requires you to prepare for the meeting with the Senior Management team to discuss the new Strategic Plan and the company’s mission and objectives, as well as provide an opportunity for input and make decisions on operational priorities and</span></p>\r\n<p><span style=\"font-weight: 400;\">activities for the upcoming year. This will also be an opportunity, as set out in the company’s vision, to encourage employees to contribute innovative ideas and improvements, so you should ensure that you research techniques to encourage innovation and ideas for use in the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">In order to prepare for the meeting, you will need to thoroughly review the Strategic and Operational Plan and operational priorities and prepare for a presentation about the new Strategic Plan as part of the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your PowerPoint presentation will need to last approximately 15 minutes and use graphics, such as images and tables or graphs to add interest to the presentation, as well as providing a visual representation of data.</span></p>\r\n<p><span style=\"font-weight: 400;\">A further 15 minutes should be allocated to discussion of the operational priorities and activities required to achieve them.</span></p>\r\n<p><span style=\"font-weight: 400;\">Note that at the meeting your assessor will provide some additional ideas for operational</span></p>\r\n<p><span style=\"font-weight: 400;\">activities which you will need to consider and discuss in accordance with the company’s goals and objectives and the risk management plans identified in the Strategic Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">As the staff attending the meeting come from a range of educational backgrounds and familiarity with strategic planning processes, you will need to ensure that your presentation is free of jargon and presented in clear and concise English.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your presentation should address:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Meeting aims (scenario information and instructions provided to you).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">The purpose of the Strategic Plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An outline of the organisation’s mission, vision, values and key objectives, as well as strategic priorities as outlined in the Strategic Plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Ensure you build staff commitment by explaining vision and values as a shared vision, which all staff can contribute to.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A discussion of market characteristics and conditions as described in the Strategic Plan, including the global economy and technological advances, as well as environmental trends in relation to construction.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A discussion of the company’s strategic objectives operational priorities.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An outline of key risks identified with regard to the Strategic Plan and at least four examples of how the company intends to manage identified risks.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">A discussion of operational priorities for the year ahead and activities required.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Assigning of roles and responsibilities, as well as competencies based on the job role. Review the operational priorities in the Strategic Plan and identify specific operational activities and roles and responsibilities associated with the business expansion. For example, specific marketing activities that will need to occur and actions associated with the setting up of the new display centre. Identify at least ten (10) specific activities, as well as allocation of responsibilities according to the information about staff roles and competencies in the scenario information. This will need to be discussed and confirmed with staff at the meeting.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Outline of all of the resources that will be in place for the expansion as set out in the Strategic Plan.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An outline of the expectations of the company with regard to ensuring that the objectives values and standards of the company are adopted in everyday interactions with customers,</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">suppliers and other staff. You will need to review this information in the Strategic Plan and provide specific examples of expected behaviour.</span></p>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write an email to your Operations Manager (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be grammatically correct and be written in a respectful and businesslike style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should inform your manager that you have completed the presentation, and that you are ready to present it at the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your presentation to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Operations Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the presentation</span></p>\r\n<p><span style=\"font-weight: 400;\">Respected Sir,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is to inform that the presentation is prepared and is also attached to the mail. Kindly go through the mail and also share your feedback with me so that we decide the venue to deliver the presentation to the staff.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Deliver your presentation and consult with staff at a meeting.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The next part of the assessment requires you to deliver your presentation to the Senior Management team and seek input from staff on the new Strategic Plan, as well as operational activities required to achieve objectives. You will need to be ready to answer questions and discuss ideas. You will also need to encourage innovative ideas as per the techniques you researched in assessment task 1.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the PowerPoint presentation you developed to deliver your presentation.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the presentation, you will be required to demonstrate interpersonal skills and build trust and confidence in your team. To do this you will need to demonstrate</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to clearly and confidently present information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to encouraging questions from staff</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to use active listening to confirm information and ideas.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your flexibility and adaptability to embrace ideas through your positive response to staff suggestions.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to be a positive role model to other members of the team.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">During the meeting, answer questions and discuss suggestions/ideas offered by staff at the end of the presentation, as this feedback will be used to update the Strategic Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Meeting</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 20-11-2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time:11:00AM</span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Venue: Meeting room</span></p>\r\n<p><strong>Meeting Aims</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">At the end of this session you will know:</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Purpose of strategic plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organisation’s mission, vision</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Values and key objectives </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strategic priorities and activities </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build trust </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implement change </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Operational priorities and activities</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identified risks and risk management plan </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resources that will be in place for the expansion </span></li>\r\n</ul>\r\n<p><strong>Organization’s Vision</strong></p>\r\n<p><span style=\"font-weight: 400;\">To become the best quality of home builder among the Australia</span></p>\r\n<p><strong>Mission</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Produce the highest-quality houses to meeting the needs of our customers </span></li>\r\n</ul>\r\n<p><strong>Values</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quality</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Innovation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Leadership</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Respect</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Honesty and Reliability</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environmental Sustainability</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Promoting the growth among all the employees</span></li>\r\n</ul>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Establishing the company as ethical and environmentally responsible company in the market. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Commence marketing environmentally homes </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Review other potential markets </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">build trust in customers </span></li>\r\n</ul>\r\n<p><strong>Financial Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Achieve profit 10–15% each year. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identifying the new and expand existing sources of revenue <br /></span></li>\r\n</ul>\r\n<p><strong>Strategic Priorities</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build high quality residences to meet customer needs and aspirations. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build deeper customer relationships. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Attract, engage and develop the best staff. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify new and expand existing sources of revenue. </span></li>\r\n</ul>\r\n<p><strong>Marketing characteristics and the conditions</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Consequence of accessibility of home credits will support the structure and development industry in coming years</span>.</li>\r\n<li><span style=\"font-weight: 400;\">Construction industry is relied upon to see genuine development in the coming a year in private building area. </span></li>\r\n<li><span style=\"font-weight: 400;\">Based on research, Brisbane state insight most development. </span></li>\r\n<li><span style=\"font-weight: 400;\">Trends in innovation particularly in IT will be most noteworthy driver in building and development industry. </span></li>\r\n</ul>\r\n<p><strong>Identified Risks</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is change in modern strategy by the Australian government. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drop in income. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Failure to enlist designated number of customers. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are changes in economic situations</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to staff (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">The email text should review the ideas discussed at the meeting, and how these will inform the Strategic Plan where relevant.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your email should clearly show that all ideas have been considered in decision-making and indicate whether they will be implemented or not. Your rationale for implementing or otherwise should clearly show how decisions have been made based on the risk factors identified in the Strategic Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">You must send your email within two days of the meeting.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Staff</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Dear staff members</span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">This mail is to inform that the there was a meeting yesterday which was to deliver the presentation that was being prepared. I also want to thank everyone who helped in the achievement of the goals of the company.</span></p>\r\n<p><span style=\"font-weight: 400;\">A part of the positioning staff people have maintained the headway of the association by moving to Brisbane and Sunshine Cost. Make sure that all the expense will be paid by the association. In any case, be certain that our gathering has been endeavoring to restrict this heap of risks and we will take every one of the protections that we can to not miss the mark in our undertaking. If it\'s not too much trouble, let me know if there is any problem. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Investigate workplace issues</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Your Operations Manager has asked you to investigate this issue, conduct research into fatigue management and then communicate the finding to staff as a first step in addressing this issue.</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop a short report (at least a page long) for the staff that includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An analysis of the data to show that staff have not been meeting the safe working guidelines.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Health and safety implications of fatigue including:</span></li>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Problems associated with fatigue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Signs of fatigue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">Risks associated with fatigue and procedures for managing the risk of fatigue.</span></li>\r\n</ul>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Proposed strategies for managing fatigue</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">To conduct your research, you should identify relevant sources of information on this topic and include the sources of information that you have used in your report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use Fatigue Management Report Template to structure your response.</span></p>\r\n<p><strong>Fatigue Management Report</strong></p>\r\n<p><strong>Fatigue Management Report</strong></p>\r\n<p><strong>Introduction </strong></p>\r\n<p><span style=\"font-weight: 400;\">After half year that the organization attempt another progression into the association improvement by exhausting is assets to Brisbane and Sunshine Cost, a few issues might have been stocked by our senior danger administrator and from the criticisms of the colleagues. In this report we will diagram the diverse type of exhaustion saw and the various techniques to guarantee a superior working conditions.</span></p>\r\n<p><strong>Fatigue analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">From September Time sheets we could see that none of the staffs, bosses or official has been working under the conditions they ought to work on. Staff part should work only 8 hours consistently generally outrageous and have 30 minutes early afternoon break. Staff people have been working something like 9 hours out of each day with a late morning break of 30 minutes. Advancing administrator, were expect to work 8 hours out of each day with 30 minutes noontime break. Time sheets shows they been working 9.5 hours every day with no noontime break. Exercises director, have been working simply 14.5 hours in the extended length of September, which is moreover not straightforwardly as they should work more to ensure a smooth repartition of the hours and help the exhibiting administrative team. Association authorities have been working 7.6 hours day by day and could require their late morning break so no issues regarding them.</span></p>\r\n<p><strong>Signs of fatigue</strong></p>\r\n<p><span style=\"font-weight: 400;\">A couple of signs of exhaustion we could see were the couple of late staff people on morning shift. Moreover we could see some endeavor that hasn\'t been passed on true to form as our standards required. Besides, last point anyway not least we could see an augmentation into little injuries to the staff people.</span></p>\r\n<p><strong>Risks associated with fatigue and procedures for managing the risk of fatigue.</strong></p>\r\n<p><span style=\"font-weight: 400;\">The risks associated with fatigue can be managed by following a systematic process which involves: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">identifying the factors which may cause fatigue in the workplace </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">if necessary, assessing the risks of injury from fatigue </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">controlling risks by implementing the most effective control measures reasonably practicable in the circumstances, and </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">reviewing control measures to ensure they are working as planned.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write and email to your Operations Manager (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should in grammatically correct English, in a style that demonstrates respect.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should include a short summary of the contents of the attachment. Attach your fatigue management report to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Operations Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the Fatigue Management Report</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear </span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is have your attention towards the fatigue risk management report which is prepared.  The report includes the following sub topics:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Introduction</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fatigue Analysis</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Problems Associated with Fatigue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Signs of Fatigue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Risks associated with fatigue and procedures for managing the risk of fatigue</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Proposed strategies for managing fatigue and relationship to hierarchy of control </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Source of information used for the report, as well as sources of expert advice that could be used if further advice is needed in the area.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The report is also attached to the mail. Kindly go through the mail once. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br />\r\n<h3>Assessment 3</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Prepare for a meeting with the Marketing Manager.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Research some guidelines for developing engaging media releases that will promote a positive image. Prepare some information for Jane from the strategic plan and the presentation you developed in Assessment Task 2. The guidelines for the media release are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">No more than one page (400 words)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Should include a date, as well as contact details for future – you as the Director and CEO</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Needs to be engaging and convey a positive image of the organisation</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Boutique Build Australia was set up in 2013. It is an organization situated in Sydney. The goal is to be high performing, productive and responsible organization. </span></p>\r\n<p><span style=\"font-weight: 400;\">Right now, Boutique Build Australia is launching its first structures in Brisbane and the Sunshine Coast markets Boutique Build Australia is dispatching its first loft in Brisbane on May 26th and in shoreline on June 27th separately. Both area has 6 story shop loft. In Brisbane we are situated in Brisbane, Queensland 4008, along Boeing street and in Sunshine Cost we are situated along Depots St. Shop Build Australia is focusing to offer the developing interest of lodging inside the Queensland. <br /><br /></span></p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Meet with Jane (who will be roll played by your assessor) to brief her on the requirements for the media release.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">During the meeting, you will be required to demonstrate interpersonal skills and build trust and confidence in Jane as part of your team.</span></p>\r\n<p><span style=\"font-weight: 400;\">To do this you will need to demonstrate:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to clearly and confidently present information and delegate tasks</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to encourage questions from the individual</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to use active listening to confirm information and ideas.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your flexibility and adaptability to embrace the marketing manager’s ideas through your positive response to suggestions</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to be a positive role model to Jane as a valued member of your team</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Your ability to empower Jane to be innovative and take responsibility for developing the media release and to feel assured of your trust and confidence in her.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Dear Jane,</span></p>\r\n<p><span style=\"font-weight: 400;\">Guidelines and requirements for the media release relating to extension our branch to Brisbane and Sunshine is attached. Coast as we discussed at the meeting below:</span></p>\r\n<p><span style=\"font-weight: 400;\">Boutique Build Australia was established in 2013 and is based in Sydney that specialises in the design and build of high-quality designer homes for the Sydney metropolitan and surrounding areas. The objective is to make sure that there is a led with high performance.</span></p>\r\n<p><span style=\"font-weight: 400;\">The planning of launching the first building in Brisbane is being done by Boutique Build Australia Boutique Build Australia is launching its first apartment in Brisbane on May 26th and in coastline on June 27th respectively. Both location has 6 storey boutique apartment. </span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the Marketing Manager</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Jane has sent you her media release for review. It has been worked on by her and her new marketing interns David and Bella. Compose an email to the marketing manager and her new team of interns congratulating them on a job well done. Make sure your email sets the tone that you have trust and confidence in their abilities and that demonstrates support for their team and an open-door policy.</span></p>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Marketing Manager</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Jane, <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Media release was reviewed. The work was appreciable and it did the best chances of organization the can be given to the customers. </span></p>\r\n<p><span style=\"font-weight: 400;\">Media discharge is to be prepared. We accept our advertising tasks could acquire us much accomplishment our organization. I trust your work will establish a connection to the general population as I did. Very much done, once more</span></p>\r\n<p><span style=\"font-weight: 400;\">Best regards,</span></p>\r\n<br /><br /><br />\r\n<h3>Assessment 4</h3>\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a work goals and plans report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Choose a company that you would be interested in working for, as well as a job role within that company. The role you choose should be at a managerial level, such as a Marketing Manager or Human Resources Manager.</span></p>\r\n<p><span style=\"font-weight: 400;\">Research and access information relating to the company, including the company’s web site and a position description for the role that you are interested in within the company. Your assessor can provide you with assistance in identifying this information if you are having difficulty accessing such information.</span></p>\r\n<p><span style=\"font-weight: 400;\">Review the company’s web site and the position description for the role you have chosen. For the position that you have identified, consider what your work goals and plans for 12 months would be if you were in that position. Note down at least five work goals for the job role. Your goals must be SMART goals and must address both personal work goals, as well as overall work goals for the roles based on the position requirements</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop a short report about the business you have identified, and the work goals you have identified that includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the business that you have chosen, including the purpose of the business and where it is located.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the company’s goals and objectives as identified from the web site/position descriptions.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the position description for the job role you are interested in. Explain why you are interested in the job role and describe the key responsibilities of the job role.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An outline of the five personal work goals that you have identified for the position, including why these goals are relevant to the company’s goals and objectives, as well as to the job role and how these are suitable goals for a 12-month period.</span></li>\r\n</ul>\r\n<p><strong>L’Oreal </strong></p>\r\n<p><span style=\"font-weight: 400;\">The headquarters of L\'Oréal S.A. is in Clichy, Hauts-de-Seine with a registered office in Paris. It has developed various activities in the field and is the world’s largest company. </span></p>\r\n<p><span style=\"font-weight: 400;\">L’Oreal Australia Marketing Manager Position: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All parts of an intriguing brand portfolio are managed </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">New items that are dispatched should be coordinated. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The capacity to utilize market information to acquire market experiences. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A communitarian approach when working in groups. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strong vital idea and capacity oversee intricacy. </span></li>\r\n</ul>\r\n<p><strong>ABOUT Me </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There should be experience of 8 years. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strong marketing experience preferable within health &amp; beauty. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Experience in managing and leading teams to deliver on objectives. </span></li>\r\n</ul>\r\n<p><strong>ABOUT THE PERKS </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Salary is based on experience and track record </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Company profit share </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Life &amp; health insurance allowance </span></li>\r\n</ul>\r\n<p><strong>ABOUT THE DIVISION</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">In all the salons worldwide, the L’Oréal Professional Products are found. </span></p>\r\n<p><strong>ABOUT L’OREAL</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">L\'Oréal Australia and New Zealand are part of the L\'Oréal Group. It is the industry with over 100 years of experience and is the largest beauty company. </span></p>\r\n<p><span style=\"font-weight: 400;\">The revolution of beauty industry in lead by the L’Oréal. </span></p>\r\n<p><strong>Work goals and plans for 12 months</strong><span style=\"font-weight: 400;\">: </span></p>\r\n<p><span style=\"font-weight: 400;\">The needs of Australian market should be met. </span></p>\r\n<p><span style=\"font-weight: 400;\">Garnier Synergie needs to be launched</span></p>\r\n<p><span style=\"font-weight: 400;\">Skin care products </span></p>\r\n<p><span style=\"font-weight: 400;\">L’oreal Recital’s distribution needs to be increased </span></p>\r\n<p><span style=\"font-weight: 400;\">Develop improved products for L’Oreal and Garnier </span></p>\r\n<p><span style=\"font-weight: 400;\">Research and access information relating to the company, including the company’s web site and a position description for the role that you are interested in within the company. Your assessor can provide you with assistance in identifying this information if you are having difficulty accessing such information.</span></p>\r\n<p><span style=\"font-weight: 400;\">Review the company’s web site and the position description for the role you have chosen. For the position that you have identified, consider what your work goals and plans for 12 months would be if you were in that position. Note down at least five work goals for the job role. Your goals must be SMART goals and must address both personal work goals, as well as overall work goals for the roles based on the position requirements</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop a short report about the business you have identified, and the work goals you have identified that includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the business that you have chosen, including the purpose of the business and where it is located.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the company’s goals and objectives as identified from the web site/position descriptions.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">An overview of the position description for the job role you are interested in. Explain why you are interested in the job role and describe the key responsibilities of the job role.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">An outline of the five personal work goals that you have identified for the position, including why these goals are relevant to the company’s goals and objectives, as well as to the job role and how these are suitable goals for a 12-month period</span></p>\r\n<p><strong>Report</strong></p>\r\n<p><strong>L’Oreal Purpose</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Since the beginning of the humanity, the desire of beauty was there. With beauty, there is a confidence within us. In 2019, the cosmetic market was dynamic which was growing between +5.0% and +5.5 %(1). There is a growth because of many factors like digital revolution. The beauty sector is extending because of ecommerce also.  </span></p>\r\n<p><strong>ETHICS INTEGRITY</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">For building and maintaining the good relationships the acting with integrity is vital. </span></p>\r\n<p><strong>RESPECT </strong></p>\r\n<p><span style=\"font-weight: 400;\">Since what we do affects various partners. </span></p>\r\n<p><strong>COURAGE </strong></p>\r\n<p><span style=\"font-weight: 400;\">Since ethical inquiries are seldom simple yet should be tended to.</span></p>\r\n<p><strong>TRANSPARENCY </strong></p>\r\n<p><span style=\"font-weight: 400;\">L\'Oréal remained dynamic in 2019 in the beauty market. As a leader in beauty industry the L\'OREAL’s position was confirmed. </span></p>\r\n<p><strong>Strengths: </strong><span style=\"font-weight: 400;\">with one-third of the market, it is the current market leader.</span><strong> </strong></p>\r\n<p><strong>Weaknesses</strong><span style=\"font-weight: 400;\">: over the past two years, the market share is decreasing.</span></p>\r\n<p><strong>Target consumer profile:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">The people between the age group of 20-35 is the target group. </span></p>\r\n<p><strong>RESPECT </strong></p>\r\n<p><span style=\"font-weight: 400;\">There is an impact on different stakeholders on the basis of whatever is done. </span></p>\r\n<p><strong>COURAGE </strong></p>\r\n<p><span style=\"font-weight: 400;\">Ethical questions must be addressed.</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a professional development plan for the next 12 months.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Research and review at least four professional development opportunities that would be relevant to the role that you have chosen and that relate to the work goals you have identified in activity one.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Professional Development Plan Template to guide you with your response to this activity.</span></p>\r\n<p><span style=\"font-weight: 400;\">Assume that the organisation allocates a budget of $1,500 per year per staff member for professional development, so your decisions on professional development opportunities should be based on this. Also identify at least three free professional development opportunities that can be completed easily on your own or with some of your class members, for example, participating in webinars or engaging on Linked In forums, watching TED Talks together or some other suitable activities. You will be required to participate in these opportunities and provide a report on it.</span></p>\r\n<p><span style=\"font-weight: 400;\">Complete the professional development plan with the details of at least four professional development/networking opportunities that could be attended by someone in this job role over the next 12 months.You will be required to include a brief description of each professional development opportunity, costs and location and date/s as applicable.</span></p>\r\n<p><strong>Professional development/Networking Plan  </strong></p>\r\n<p><strong>Year:</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Details of Professional development/Network</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Type</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Date/s</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Cost</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Expected benefit to self</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Expected benefit to team</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Educational formal training Participation in webinars Engaging on Linked in forums Watching TED</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">☐</span> <strong>Formal training/course</strong></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Industry networking events</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Subscriptions</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Conferences in industry sector</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">13-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1400</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Increases the sales</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Teaching the team to new skills</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Online the marketing course</span></p>\r\n<p><span style=\"font-weight: 400;\">Improving the knowledge of coding </span></p>\r\n<p><span style=\"font-weight: 400;\">Group Activities</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">☐</span> <strong>Formal training/course</strong></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Industry networking events</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span> <strong>Subscriptions</strong></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Conferences in industry sector </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">18-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Increase marketing skills</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">New marketing skills shared</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Experience in industry should be gained Participation in webinars Engaging on Linked in forums Watching TED</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Formal training/course</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span> <strong>Industry networking events</strong></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Subscriptions</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Conferences in industry sector</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">19-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1500</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Skills and sales</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Team Improvement</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing conference Participation in webinars Engaging on Linked in forums Watching TED</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Formal training/course</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Industry networking events</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span><span style=\"font-weight: 400;\"> Subscriptions</span></p>\r\n<p><span style=\"font-weight: 400;\">☐</span> <strong>Conferences in industry sector</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">20-11-2021</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1100</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Marketing skills to sell</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Advice to the team</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Participate in regular professional development opportunities</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Participate in the three professional development opportunities you identified above. This will have to occur over a period of time so you will need to discuss with your assessor a timeline to complete the activities and when the due date will be.</span></p>\r\n<p><span style=\"font-weight: 400;\">Complete all sections of the Professional Development Report Template.</span></p>\r\n<p><span style=\"font-weight: 400;\">Each question in the report should be answered in approximately one paragraph.</span></p>\r\n<p><strong>Professional development report</strong></p>\r\n<p><span style=\"font-weight: 400;\">Details of the professional development opportunity - 1</span></p>\r\n<p><span style=\"font-weight: 400;\">Title: Professional Leadership</span></p>\r\n<p><span style=\"font-weight: 400;\">Date: 10-11-2021</span></p>\r\n<p><span style=\"font-weight: 400;\">Time: 11:00 AM- 3:00 PM</span></p>\r\n<p><span style=\"font-weight: 400;\">Duration: 4 hours</span></p>\r\n<p><strong>What did you most like about the professional development opportunity? <br /></strong></p>\r\n<p><span style=\"font-weight: 400;\">Extremely thorough yet explicit</span></p>\r\n<p><strong>What did you least like?</strong></p>\r\n<p><span style=\"font-weight: 400;\">The preparation has too brief time frame assignment</span></p>\r\n<p><strong>What benefits did participate in this professional development opportunity provide to you? </strong></p>\r\n<p><span style=\"font-weight: 400;\">Attention to new preparing methods that can be applied quickly to rehearse</span></p>\r\n<p><strong>Details of the professional development opportunity - 2</strong></p>\r\n<p><strong>Title: </strong><span style=\"font-weight: 400;\">Manage People Effectively</span></p>\r\n<p><strong>Date: </strong><span style=\"font-weight: 400;\">18-11-2021</span></p>\r\n<strong>Time: </strong><span style=\"font-weight: 400;\">11:00AM</span><br />\r\n<p><strong>Duration: </strong><span style=\"font-weight: 400;\">Four months</span></p>\r\n<p><strong>What did you most like about the professional development opportunity? <br /></strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">The course was offered on web which was appreciable </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">It is a sensible course cost to afford</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\"><span style=\"font-weight: 400;\">Various subject is covered in this course which will be helpful in my jo</span></li>\r\n</ul>\r\n<strong>What did you least like?</strong>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I was not motivated and responsible as the classes were not live. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No eye to eye associations with the coaches so it was difficult to explain things. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Some points were rehashed</span></li>\r\n</ul>\r\n<p><strong>What benefits did participate in this professional development opportunity provide to you? </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adequately deal with an assorted labour force. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Communicate with impact giving significant input.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachments. Attach the following to the email:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">your work goals and plans report</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">professional development plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">professional development report</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the documents</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is to inform that the documents which I was asked to prepared is being prepared according to the templates that was provided to me. Following documents are prepared. <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Work goals and plans report</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Professional development plan</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Professional development report</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The documents is attached to the mail. Kindly go through it. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,<br /><br /><br /><br /></span></p>\r\n<h3>Assessment 5</h3>\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a memo on use of frequent flyer points and the company’s code of ethics</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review the company’s code of ethics to identify current values and standards and to identify whether it addresses the issues of accruing frequent flyer points.</span></p>\r\n<p><span style=\"font-weight: 400;\">Identify and review codes of ethics and other documents form at least other three other companies on how they manage the issue of staff use of frequent flyer points.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your memo should make a recommendation on whether the practice of accumulating frequent flyer points for personal use should be allowed.</span></p>\r\n<p><strong>Memo</strong></p>\r\n<p><span style=\"font-weight: 400;\">To: Staff</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Use of frequent flyer points and the company’s code of ethics</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear staff,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is to inform that there should be allowance recommendation on accumulation frequent flyer points for personal use. As our company continues to grow and sales are increasing. Kindly inform me if there is any question.</span></p>\r\n<p><strong>The current Code of Ethics and the issue of frequent flyer points</strong></p>\r\n<p><span style=\"font-weight: 400;\">The Code of Ethics and Conduct defines individual responsibilities of:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The NSW State Librarian &amp; Chief Executive (CE)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Executives and people leaders in demonstrating ethical leadership and personal accountability</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Guidelines on ethical decision making is provided by the code. Following are the six core of values: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Integrity</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trust</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Service</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accountability</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Equity of Access</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Innovation and Engagement.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Review the company’s code of ethics below for identifying the current values and standards.</span></p>\r\n<p><span style=\"font-weight: 400;\">Code of ethics are identified and reviewed and other documents form. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Trust: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Distinction should be appreciated </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Based on the shared regard, the connections should be built. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Government and vote based standards should be established. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Responsibility: <br /></span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">With the attention of client needs the benefits should be provided.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Be adaptable, imaginative and dependable in assistance conveyance. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">While boosting the administration conveyance, the focus should be on quality. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Focus on quality while boosting administration conveyance. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Accountability: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recruit and advance workers on merit. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Take liability regarding choices and activities. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Provide straightforwardness to empower public examination. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Observe norms for security</span></li>\r\n</ul>\r\n<br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be written in grammatically correct English, using a style appropriate between an Operations Manager and their CEO. It should give a short summary of the contents of the attachment.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach the memo to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">The assessor in the role of CEO will email you their response.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: CEO</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the memo,</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear CEO, <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Respected Sir, <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is to inform that memo is being prepared and is attached to the mail. Kindly fine the attachments go through it.</span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards,</span></p>\r\n<br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Update the Code of Ethics</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Write an updated version of the company’s Code of Ethics based on your investigation and the response given to you by your CEO.</span></p>\r\n<p><span style=\"font-weight: 400;\">Boutique Build’s expansion into the Brisbane and Sunshine Coast market </span></p>\r\n<p><span style=\"font-weight: 400;\">It was established in the year 2013. The motive is to provide the best builder in Australia <br /></span></p>\r\n<p><strong>Key strategies:</strong><span style=\"font-weight: 400;\"> </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There should be high performance and it should be profitable </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make sure that the strategic policies are supported by the financial operations. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There should be identification of the sources of revenue. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Profit of minimum 10% per annum needs to be achieved. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Build high quality residents to meet customer needs and aspirations </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In the market of Sydney, the sales of homes needs to increase by 10%.</span></li>\r\n</ul>\r\n<p><strong>Strategic Plan</strong><span style=\"font-weight: 400;\">.  </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Research and plan for the dispatch of new creative, harmless to the ecosystem homes. <br /></span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Keep building further client connections </span></p>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Abilities of the kin should be strengthen </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drive development to all the more likely satisfy client needs. <br /></span></li>\r\n</ul>\r\n<br />\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to staff (your assessor)</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style and demonstrate positive leadership and role modelling.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should include a summary of the company’s position on this issue, as well as clear directions for staff with regard to the use of frequent flyer points.</span></p>\r\n<p><span style=\"font-weight: 400;\">Ensure that you use clear and concise language so that all staff can understand the company’s position.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your code of ethics to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">From:</span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attaching the updated code of ethics</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written to inform that code of ethics have been updated and is attached to this mail. Kindly go through the report and share your views. <br /></span></p>\r\n<p><span style=\"font-weight: 400;\">Thank you</span></p>\r\n<p><span style=\"font-weight: 400;\">Regards</span></p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 47, NULL, 'Provide leadership across the organization BSBMGT605', 'Our free assignment copy on provide leadership across the organization BSBMGT605 by our writing expert is available at our site for free.', 'Provide leadership across the organization BSBMGT605', 'provide-leadership-across-the-organization-bsbmgt605', '2021-11-26 04:53:09', '2021-12-21 05:27:15');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(303, 'Develop and implement diversity policy (BSBDIV601)', '<br />\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Participate in a meeting with the CEO (your assessor)</strong></em></li>\r\n</ol>\r\n<p>As the General Manager of the company you have been asked to coordinate development of the company’s new diversity policy and procedures.</p>\r\n<p>Review the case study information prior to meeting with the CEO to discuss initial requirements.</p>\r\n<p>During the meeting, the CEO will discuss the organization’s requirements for diversity policy and procedures with you, as well as existing practices in relation to diversity.</p>\r\n<p>During the meeting, demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify requiredinformation</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirmunderstanding</li>\r\n</ul>\r\n<p>Meeting report</p>\r\n<p>Time:  07/11/2021 10:30 a.m.</p>\r\n<p>Attendees: CEO, General Manager</p>\r\n<p>We developed a policy and procedure of diversity of the company. Room for different people is made by the current world. Where the resources are shared, we are part of that organization which can help the company to grow.</p>\r\n<p>Diversity policy and procedure is chosen to be developed for the development of the team members.</p>\r\n<p>For offering a diversity within the company, a plan will be created and implemented.</p>\r\n<p>Policy implementation is the workforce that will make the company grow.</p>\r\n<p>Necessary actions will be taken to respect the new policy and procedure</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Write a diversity briefing report</strong></em></li>\r\n</ol>\r\n<p>Following the meeting, you will be required to conduct research to assist in the development of the policy and procedures, and write a briefing report on your research.</p>\r\n<p>Use the Briefing Report Template to guide your work.</p>\r\n<p>Your briefing report should, as a minimum, addresses the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Purpose of the report, including current company position on diversity and existing policies and procedures that need to be taken into account.</li>\r\n<li>Australian diversity facts and figures including:\r\n<ul class=\"unordered-listing\">\r\n<li>Australia’s multicultural society, including Aboriginal and Torres Strait Islanders and percentage of people born overseas and major countries oforigin</li>\r\n<li>Religions</li>\r\n<li>Agestructure</li>\r\n<li>Demographics of those with a disability and types of disability</li>\r\n</ul>\r\n</li>\r\n<li>Diversity within the business environment, including cultures, beliefs, traditions and practices</li>\r\n<li>Intended and unintended impacts of diversityincluding:\r\n<ul class=\"unordered-listing\">\r\n<li>The value of diversity in the workplace and to society as awhole</li>\r\n<li>How a diverse society contributes to Australia’s image globally and to economic growth.</li>\r\n<li>How diversity can drive innovation</li>\r\n<li>Concept of reasonable adjustment and give examples of reasonable adjustments that workplaces can make to facilitate participation by people with adisability.</li>\r\n<li>Describe contemporary theory about diversity and its potential contribution to business advantage</li>\r\n</ul>\r\n</li>\r\n<li>Identify benchmarks and other measurement indicators for planning and assessing the impacts of policy implementation.</li>\r\n<li>Legal requirements in relation to workplace diversity. List at least five Acts of legislation and explain the purpose ofeach.</li>\r\n<li>Examples of at least 3 diversity policies and procedures.</li>\r\n<li>Example diversity actions to inform the diversity action plan. You should research atleast five examples to start off the diversity action plan. Note that you will also be seeking input from your staff on the diversity action plan in Assessment Task2.</li>\r\n</ul>\r\n<p><strong>Aus Accountancy</strong></p>\r\n<p>Diversity policy and procedures briefing report</p>\r\n<p><strong>Introduction</strong></p>\r\n<p>AUS Accountancy is located in Sydney. The company is in the expansion period and makes sure that the company have the qualified and sufficient staff with themselves. Development of policy and procedure is the main purpose of the report.</p>\r\n<p><strong>Diversity facts and figures</strong></p>\r\n<ol>\r\n<li>Australia is multi culture society that is located in Sydney. The current growth rate remains stable that is 22%, then population can reach more than 9, 00,000 by 2026. The result of several factor is the growth in aboriginal population.</li>\r\n<li>Religions</li>\r\nThe nation has diverse religion, with the most common religion (52% of population) Islam (26%), Buddhism (24%). In 1996 Christianity (88%0 was the main religion. And the figure was fallen to 74%, in 1991, Hinduism had the most growth between 2006 &amp;2010 which was driven from South Asia.\r\n<li>Age structure</li>\r\n</ol>\r\n<p>0-14 years: 17.8% (male 2,122,139/female 2,012,670)</p>\r\n<p>15-24 years: 12.79% (male 1,524,368/female 1,446,663)</p>\r\n<p>25-54 years: 41.45% (male 4,903,130/female 4,725,976)</p>\r\n<p>55-64 years: 11.83% (male 1,363,331/female 1,384,036)</p>\r\n<p>65 years and over: 16.14% (male 1,736,951/female 2,013,149) (2017 est.)</p>\r\n<p>Legal requirements in relation to workplace diversity</p>\r\n<p><strong>The Equal Pay Act 1970</strong></p>\r\n<p>It is a labor law that is against the gender base wage discrimination in US.</p>\r\n<p><strong>The Sex Discrimination Act 1975</strong></p>\r\n<p>This is an act of UK which protected the discrimination among men and women on the basis of sex or marital status.</p>\r\n<p><strong>The Race Relations Act 1976</strong></p>\r\n<p>It is against the law to discriminate on the basis of race, color, nationality.</p>\r\n<p><strong>The Disability Discrimination Act 1995</strong></p>\r\n<p>This act is for disabled person.</p>\r\n<p><strong>The Equality Act 2010 </strong></p>\r\n<p>This act protects people from discrimination in the workplace.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><strong>Send an email to the CEO (your assessor).</strong></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment, and seek their feedback and approval to move forward with the project.</p>\r\n<p>Attach your diversity briefing report to the email.</p>\r\n<p>Your CEO will send you an email with any comments and feedback.</p>\r\n<p>Respected CEO,</p>\r\n<p>The diversity brief report has been attached. Kindly go through it. The report contains the following topics:</p>\r\n<ol>\r\n<li>Purpose of the report</li>\r\n<li>Australia diversity facts and figures</li>\r\n<li>Diversity within the business environment</li>\r\n<li>Intended and unintended impacts of diversity</li>\r\n<li>Reasonable adjustments that workplace can make to facilitate participation by people with a disability</li>\r\n<li>Contemporary theory about diversity</li>\r\n<li>Benchmark and other measurements</li>\r\n<li>Example of diversity policies and procedures</li>\r\n<li>Example diversity actions to inform the diversity action plan</li>\r\n</ol>\r\n<p>Please provide feedback and approval for the report.</p>\r\n<p>Thank you</p>\r\n<p>Manager</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Develop a diversity policy and procedures</strong></em></li>\r\n</ol>\r\n<p>Develop the policy and procedures based on your research activity 1.</p>\r\n<p>Keep in mind that this will be a draft version of this document, and you should name it accordingly. You will refine it and produce a final version following a meeting with staff that will include their feedback.</p>\r\n<ol>\r\n<li>Objective</li>\r\n</ol>\r\n<p>Values and contribution by each individual is recognized and celebrated by the AUS Accountancy for appreciating the value of attracting and retaining the employees.</p>\r\n<p>The aim is to make sure that the business policy, procedure and behavior promotes the diversity.</p>\r\n<ol start=\"2\">\r\n<li>Scope</li>\r\n</ol>\r\n<p>This policy applicable to all Aus Accountancy Directors and employees.</p>\r\n<ol start=\"3\">\r\n<li>Policy</li>\r\n</ol>\r\n<p>Each individual is unique and recognize the individual differences. The differences includes skills, experience, thoughts, gender, age and many more.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Aus Accountancy approach to Diversity and Inclusion</strong></em></li>\r\n</ol>\r\n<p>The strategic policy that align to the current need of the AUS Accountancy workforce.</p>\r\n<p>It also includes strategy that includes setting of objectives that are measureable.</p>\r\n<p>4.1.   <strong>    Diversity programs and practices</strong></p>\r\n<p>For Achievement of the diverse and including environment, following program and practices are supported:</p>\r\n<p>4.2.<strong>       Recruitment, Selection &amp; Promotion</strong></p>\r\n<p>Recruiting, selection and promotion of employees is recognized candidate is identified.</p>\r\n<p>4.2.1.    <strong>Career development and performance</strong></p>\r\n<p>For developing and progressing their career, employees are encouraged through opportunities.</p>\r\n<p> 4.2.2.   <strong>Flexibility</strong></p>\r\n<p>The policy provides an equitable framework which enables the employees for flexible work arrangement.</p>\r\n<p>Employee consultation: through surveys, the employees are consulted on annual basis</p>\r\n<p>Definition: understanding, accepting, valuing and celebration of the differences among the people. Diversity occurs in the area of gender, race, religion, age or disability.</p>\r\n<p>Gender diversity: equality in gender in the organization is the key component of the strategy.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop a diversity action plan.</strong></em></li>\r\n</ol>\r\n<p>You are also required to develop a diversity action plan to ensure that the companycommences diversity action using your research andtemplate.</p>\r\n<p>Use the Action Plan Template to guide yourwork.</p>\r\n<p>Keep in mind that this will be a draft version of this document, and you should name it accordingly.</p>\r\n<p><strong>Diversity Action Plan</strong></p>\r\n<p><strong>Current- November 2021</strong></p>\r\n<table class=\"table table-bordered\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"72\">\r\n<p><strong>Issues</strong></p>\r\n</td>\r\n<td width=\"539\">\r\n<p><strong>Comments</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"72\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"539\">\r\n<p>There is lack of qualified staff with the company</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"72\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"539\">\r\n<p>The staff of the company has no diversity</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"72\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"539\">\r\n<p>Equal opportunity is not provided to the minority by the company</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Future- November 2020</strong></p>\r\n<table class=\"table table-bordered\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"103\">\r\n<p>No.</p>\r\n</td>\r\n<td width=\"422\">\r\n<p>Objectives</p>\r\n</td>\r\n<td width=\"420\">\r\n<p>Measures of Performance</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"103\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"422\">\r\n<p>Awareness should be raised and commitment should be increased at the workplace.</p>\r\n</td>\r\n<td width=\"420\">\r\n<p>Communication of commission raise awareness and increase commitment to workplace diversity across the organization</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"103\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"422\">\r\n<p>Increase attraction, recruitment and retention of a diverse workforce</p>\r\n</td>\r\n<td width=\"420\">\r\n<p>Review of recruitment policies and procedures</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"103\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"422\">\r\n<p>Recruit from a diverse, qualified group of candidates to increase diversity of thinking and perspective</p>\r\n</td>\r\n<td width=\"420\">\r\n<p>Increase in the representation of diverse employees</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> <strong>Strategy for Achieving Objectives</strong></p>\r\n<table class=\"table table-bordered\" width=\"100%\">\r\n<thead>\r\n<tr>\r\n<td width=\"139\">\r\n<p>Strategies</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>Step by Step Plan</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>Due Date</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Name</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"139\">\r\n<p>Workplace diversity</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>a.     Advertise roles in a broad range of publications</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>01/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Michael HR manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"360\">\r\n<p>b.    Ensure a diverse range of candidates are represented at shortlist stage</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>05/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Michael HR manager</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"139\">\r\n<p>Workplace inclusion</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>a.     Provide inclusive leadership training for managers</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>08/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Senior Leadership team</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"360\">\r\n<p>b.    Establish employee advocacy groups</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>10/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Senior Leadership team</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"139\">\r\n<p>Sustainability and accountability</p>\r\n</td>\r\n<td width=\"360\">\r\n<p>a.     Review policies and practices to identify and remove systemic barriers to inclusion</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>15/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Human resources</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"360\">\r\n<p>b.    Implement a key performance indicator (KPI) for diversity and inclusion for all employees</p>\r\n</td>\r\n<td width=\"92\">\r\n<p>20/11/2021</p>\r\n</td>\r\n<td width=\"94\">\r\n<p>Senior leadership team</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Develop a questionnaire.</strong></em></li>\r\n</ol>\r\n<p>As you are also required to assess the impact of the diversity policy and procedures, develop a simple questionnaire that could be provided to staff following implementation.</p>\r\n<p>Your questionnaire should include at least 10 questions, and include a rating scale for staff to indicate their agreement or disagreement with the statement.</p>\r\n<p>For example, you could include a question such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Are The Company’s Recruiting Effort Supporting A Diverse Culture?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree Neutral</p>\r\n<p>Somewhat Agree Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Is the company making progress with diversity initiatives?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Is diversity within our company will help us to grow?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Having a bigger cultural diversity will help to create innovation in the company?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Does the company needs to make effort to adapt the facilities to disable person?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Does having a new pole of language in the company will help to extend the business to different market?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Do the company is going in the right directions?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Does gender equity will help the business to grow?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Do business will access to more customers thanks to the diversity policy?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Having a new diversity policy and procedure is a good thing?</strong></li>\r\n</ul>\r\n<p>Strongly Disagree</p>\r\n<p>Somewhat Disagree</p>\r\n<p>Neutral</p>\r\n<p>Somewhat Agree</p>\r\n<p>Strongly Agree</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to the CEO (your assessor)</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of each attachment, and seek approval from the CEO for the format of the draft policy and procedures that you have developed.</p>\r\n<p>Attach the following to the email.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Your draft diversity policy and procedures</li>\r\n<li>Your draft diversity action plan</li>\r\n<li>Your diversity questionnaire.</li>\r\n</ul>\r\n<p>Email to CEO</p>\r\n<p>Respected CEO</p>\r\n<p>Kindly go through the draft policy and procedure that is attached below with the questionnaire.</p>\r\n<p>The actions are based on what objectives are to be achieved and by whom to make this plan work. Platform for staff is provided for feedback by the attached questionnaire.</p>\r\n<p>Thank you</p>\r\n<p> <br /><br /><br /></p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a PowerPoint presentation</strong></em></li>\r\n</ol>\r\n<p>Prepare to present the new diversity policy and procedures and action plan (from Assessment Task 1) to staff by developing a PowerPoint presentation.</p>\r\n<p>The presentation must address the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Diversity within the business environment, including cultures, beliefs, traditions and practices.</li>\r\n<li>Benefits of diversity as described in your briefing report plus diversity facts and figures.</li>\r\n<li>Intended outcome of thepolicy.</li>\r\n<li>An outline of the new diversity policy and procedure and the rationale for development(as set out in the briefing report)</li>\r\n<li>Planned diversityactions.</li>\r\n<li>You will be required to develop at least 8 slides to accompany your presentation.Wherever practical, the slides should include graphics such as table or charts or images.</li>\r\n</ul>\r\n<p>You should include the diversity facts and figures in your presentation first and then, at the end of the presentation, outline the new diversity policy and procedure and action plan.</p>\r\n<p>Use the notes section to help you remember content when you present your presentation. As a guide, your presentation should be for approximately 30 minutes.</p>\r\n<p>The staff that you will present to are a diverse group of individuals with varying levels of language and literacy skills, so you need to make sure the presentation is simple and clear and interesting to motivate them to adopt the new policy and procedures.</p>\r\n<p>Presentation has been attached</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment, and seek their feedback</p>\r\n<p>Attach your completed PowerPoint presentation to the email.</p>\r\n<p>Your assessor will advise you of the date and time that your presentation is to take place.</p>\r\n<p>To: CEO</p>\r\n<p>Subject: New diversity policy and procedure presentation.</p>\r\n<p>Dear CEO,</p>\r\n<p>PowerPoint presentation is attached and is scheduled for tomorrow at 10:00 AM with the staff members.</p>\r\n<p>The PowerPoint has the new policy and procedure that is to be established.</p>\r\n<p>Kindly share your thoughts.</p>\r\n<p>Thanks a lot,</p>\r\n<p>Best regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Deliver your presentation  </strong></em></li>\r\n</ol>\r\n<p>Using the PowerPoint presentation that you have developed, deliver a presentation to staff. Your assessor will be present as one of the staff members and will also organise another 2 or 3 other students to attend.</p>\r\n<p>At the outset of the presentation, indicate that the team will be able to ask questions during and at the end of the presentation. Also inform staff that you would like to brainstorm further diversity ideas for the action plan at the end of the session.</p>\r\n<p>During the presentation, demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify requiredinformation</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirmunderstanding</li>\r\n</ul>\r\n<p>At the conclusion of your presentation, seek feedback from staff on the new diversity policy and procedures, as well as ideas to inform the diversity action plan. Take notes on this feedback.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Revise your diversity policy and procedures and your diversity action plan.</strong></em></li>\r\n</ol>\r\n<p>These updates should include the feedback that came out in the meeting. Ensure that the updated documents are named accordingly.</p>\r\n<ol>\r\n<li><strong>Objective</strong></li>\r\n</ol>\r\n<p>Values and contribution by each individual is recognized and celebrated by the AUS Accountancy for appreciating the value of attracting and retaining the employees.</p>\r\n<p>The aim is to make sure that the business policy, procedure and behavior promotes the diversity.</p>\r\n<ol start=\"2\">\r\n<li><strong>Scope</strong></li>\r\n</ol>\r\n<p>This policy applicable to all Aus Accountancy Directors and employees.</p>\r\n<ol start=\"3\">\r\n<li><strong>Policy</strong></li>\r\n</ol>\r\n<p>Each individual is unique and recognize the individual differences. The differences includes skills, experience, thoughts, gender, age and many more.</p>\r\n<ol start=\"4\">\r\n<li><strong>Aus Accountancy approach to Diversity and Inclusion</strong></li>\r\n</ol>\r\n<p>The strategic policy that align to the current need of the AUS Accountancy workforce.</p>\r\n<p>It also includes strategy that includes setting of objectives that are measurable.</p>\r\n<p><strong>4.1.       Diversity programs and practices</strong></p>\r\n<p>For Achievement of the diverse and including environment, following program and practices are supported:</p>\r\n<p><strong>4.2.       Recruitment, Selection &amp; Promotion</strong></p>\r\n<p>Recruiting, selection and promotion of employees is recognized candidate is identified.</p>\r\n<p><strong>4.2.1.    Career development and performance</strong></p>\r\n<p>For developing and progressing their career, employees are encouraged through opportunities.</p>\r\n<p><strong> 4.2.2.   Flexibility</strong></p>\r\n<p>The policy provides an equitable framework which enables the employees for flexible work arrangement.</p>\r\n<p>Employee consultation: through surveys, the employees are consulted on annual basis</p>\r\n<p>Definition: understanding, accepting, valuing and celebration of the differences among the people. Diversity occurs in the area of gender, race, religion, age or disability.</p>\r\n<p>Gender diversity: equality in gender in the organization is the key component of the strategy.</p>\r\n<p> </p>\r\n<ol>\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>The email text should give a summary of the meeting, and the changes that you have made to the attachments.</p>\r\n<p>Attach your updated diversity policy and procedures and your updated diversity action plan to the email.</p>\r\n<p>To: CEO</p>\r\n<p>Subject: Feedbacks meeting</p>\r\n<p>Respected CEO,</p>\r\n<p>This letter is written to discuss regarding the staff meeting that was conducted yesterday regarding the implementation of policy.</p>\r\n<p>Important points were raised by the senior staff during the meeting. We are not thinking to provide training to the current staff.</p>\r\n<p>Best regards</p>\r\n<p> <br /><br /><br /></p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Meet with the CEO</strong></em></li>\r\n</ol>\r\n<p>This part of the assessment requires to you meet with the CEO (your assessor).</p>\r\n<p>The CEO will advise you of an area of the diversity policy and procedures which they feel needs to be improved, including the rationale for the improvement.</p>\r\n<p>During the meeting, you will need to use effective communication skills to ask questions and to confirm that you have correctly understood the information provided.</p>\r\n<p>The policy and procedure were discussed with CEO, during the meeting. CEO raised some concerns during the meeting.</p>\r\n<p>It is sure that no one needs to fear anything. To improve the business, the diversity policy and procedure is there.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Report on diversity best practices</strong></em></li>\r\n</ol>\r\n<p>Following the meeting, assess the information provided to you and research best practices for the area identified by the CEO. This report should be about one page.</p>\r\n<p>Including in your report:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The identified unintended impacts of the policy</li>\r\n<li>Advise on the best practices you have identified</li>\r\n<li>Recommendations for updating the policy and procedures.</li>\r\n</ul>\r\n<p>The CEO will email you advising of any comments and approval to proceed.</p>\r\n<p>Dear Sir</p>\r\n<p>Recruit over a broader geographic area. By expanding the scope of recruiting, one can reach the potential candidate.</p>\r\n<p>Focus on retention. Diverse set of applicants can be attracted by many organizations. The organizational culture remains homogeneous because of higher turnover rate. Focus on retention effort. On organizational culture, attention should be paid. Employees’ survey should be utilized to leave. This will be helping the organization to be more inclusive. This is helpful for the people to understand the benefit of having more diverse.</p>\r\n<p>Kind Regards</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment and seek their feedback and approval to move forward with the project.</p>\r\n<p>Attach your diversity best practices report to the email.</p>\r\n<p>Your assessor will respond by either asking for further work to be done to your report, or by asking you to incorporate your recommendations into the diversity policy and procedures.</p>\r\n<p>To: CEO</p>\r\n<p>Subject: Best practices report</p>\r\n<p>Respected CEO,</p>\r\n<p>Best practice report is attached.</p>\r\n<p>Concern and issues that we had to go through is attached to the report with new policy and procedure. New practices will be found that will be adopted to get the policy and procedure</p>\r\n<p>I am waiting for the response.</p>\r\n<p>Thanks a lot,</p>\r\n<p>Best regards,</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Finalise diversity policy and procedures</strong></em></li>\r\n</ol>\r\n<p>Following approval by the CEO to proceed, update your diversity policy and procedures from Assessment Task 2 with the new area that you have written the report on.</p>\r\n<p>Ensure that the final version of the document is named accordingly.</p>\r\n<ol>\r\n<li><strong>Objective</strong></li>\r\n</ol>\r\n<p>Values and contribution by each individual is recognized and celebrated by the AUS Accountancy for appreciating the value of attracting and retaining the employees.</p>\r\n<p>The aim is to make sure that the business policy, procedure and behavior promotes the diversity.</p>\r\n<ol start=\"2\">\r\n<li><strong>Scope</strong></li>\r\n</ol>\r\n<p>This policy applicable to all Aus Accountancy Directors and employees.</p>\r\n<ol start=\"3\">\r\n<li><strong>Policy</strong></li>\r\n</ol>\r\n<p>Each individual is unique and recognize the individual differences. The differences includes skills, experience, thoughts, gender, age and many more.</p>\r\n<ol start=\"4\">\r\n<li><strong>Aus Accountancy approach to Diversity and Inclusion</strong></li>\r\n</ol>\r\n<p>The strategic policy that align to the current need of the AUS Accountancy workforce.</p>\r\n<p>It also includes strategy that includes setting of objectives that are measureable.</p>\r\n<p><strong>4.1.       Diversity programs and practices</strong></p>\r\n<p>For Achievement of the diverse and including environment, following program and practices are supported:</p>\r\n<p><strong>4.2.       Recruitment, Selection &amp; Promotion</strong></p>\r\n<p>Recruiting, selection and promotion of employees is recognized candidate is identified.</p>\r\n<p><strong>4.2.1.    Career development and performance</strong></p>\r\n<p>For developing and progressing their career, employees are encouraged through opportunities.</p>\r\n<p><strong> 4.2.2.   Flexibility</strong></p>\r\n<p>The policy provides an equitable framework which enables the employees for flexible work arrangement.</p>\r\n<p>Employee consultation: through surveys, the employees are consulted on annual basis</p>\r\n<p>Definition: understanding, accepting, valuing and celebration of the differences among the people. Diversity occurs in the area of gender, race, religion, age or disability.</p>\r\n<p>Gender diversity: equality in gender in the organization is the key component of the strategy</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment. Attach your final draft of the diversity policy and procedures to the email.</p>\r\n<p>To: CEO</p>\r\n<p>Subject: Diversity policy and procedure final</p>\r\n<p>Respected CEO,</p>\r\n<p>Final policy and procedure is attached to the mail with the amendments.</p>\r\n<p>Please let me know if there is anything to change.</p>\r\n<p>Thank you</p>\r\n<p> </p>\r\n<h3>Assessment 4</h3>\r\n<p><em><strong>Review the case studies document.</strong></em></p>\r\n<p>Review each of the questions in the case study and consider the issues involved, and what your response as a Manager would be.</p>\r\n<p>Outline the legal requirements, ensuring that you reference relevant legislation.</p>\r\n<p>The response to each case study is expected to be at least 2 to 3 paragraphs and must be written in clear and concise English.</p>\r\n<p><strong>Case study one</strong></p>\r\n<p>Valarie is employed as an Administration Officer. She also answers calls from customers. Valarie has recently married and converted to Judaism. Her husband follows the Jewish faith and converting was something she felt was really important to her new relationship. Valarie has mentioned that she would like to leave work early on Friday afternoon to begin to observe the Sabbath.</p>\r\n<p>Valarie has now written a formal letter to you requesting permission to leave work early on Friday afternoons. She has stated that she will take responsibility to catch up on any missed work.</p>\r\n<p>The company does not currently have flexible working arrangements.</p>\r\n<p>Valarie has been employed with the company for 2 years and is a permanent employee.</p>\r\n<p><strong>Questions:</strong></p>\r\n<p><em><strong>Q1. What issues do you consider in your response?</strong></em></p>\r\n<p>The issue that is related is that it was mentioned by Valarie that she wants to leave early on Friday, so that she can observe the changes in Sabbath after marriage.</p>\r\n<p>Valerie’s request will be considered as an issue for me, while taking it into consideration the Anti-discrimination Law.</p>\r\n<p><em><strong><br />Q2. What are the legal requirements? </strong></em></p>\r\n<p>Australia\'s federal anti-discrimination laws are contained in the following legislation:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984.</li>\r\n</ul>\r\n<p><em><strong><br />Q3. What would be your response as a Manager?</strong></em></p>\r\n<p>As a manager, I allowed her to do what she requested, because she already submitted the request with full explanation.</p>\r\n<p><strong>Case study two</strong></p>\r\n<p>You have observed that a Muslim staff member never shakes hands with female clients. You are concerned that this will impact on his relationships. You are considering asking him to shake female clients’ hands.</p>\r\n<p> </p>\r\n<p><strong>Questions:</strong></p>\r\n<p><em><strong>Q1. What issues should you consider in your response?</strong></em></p>\r\n<p>The issues is about the differences in the culture of the people in the same workplace. It is an important issue if it is related to the personal believes and religion.<br /><br /></p>\r\n<p><em><strong>Q2. What are the legal requirements? </strong></em></p>\r\n<p>Australia\'s federal anti-discrimination laws are contained in the following legislation:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984.</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><em><strong>Q3. As a Manager, how should you deal with this issue?</strong></em></p>\r\n<p>This case is very sensitive so I will make sure that the communication is done with the Muslim staff in an appropriate manner.<br /><br /><br /></p>\r\n<p><strong>Case study three</strong></p>\r\n<p>A staff member, Delores, has approached you with a request not to have to deal with a particular customer because they feel she is treating them in a racist manner.</p>\r\n<p><strong>Questions:</strong></p>\r\n<p><em><strong>Q1. Can she refuse to deal with a customer on these grounds?</strong></em></p>\r\n<p>According to me, the situation is not strong enough to deal with the customers. As per the customer service, she has no right to say no to any guest unless there is any valid reason.<br /><br /></p>\r\n<p><em><strong>Q2. What are the legal requirements? </strong></em></p>\r\n<p>For this situation especially, I would include two set of laws and legal requirements into consideration. </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984.</li>\r\n</ul>\r\n<p> </p>\r\n<p><em><strong>Q3. As a Manager, how should you deal with this issue?</strong></em></p>\r\n<p>As a result, I will not grant her a permission to deal with this customer right away. In contrast, I will ask her to try to deal with this person while I will also made myself around there to observe the situation before provide any final judgement on the situation.</p>\r\n<p><strong> </strong></p>\r\n<p><strong>Case study four</strong></p>\r\n<p>In a meeting with you (Team Leader), a staff member, Jackie, expresses a concern to you. They have recently disclosed their sexuality to a colleague, Jill, whom they have always got on well with. Jill was surprised and stated that she has a strong moral objection to lesbians and gay men. Jill had said as she felt it was not acceptable to be a lesbian but did want maintain a positive relationship with Jackie, she requested Jackie should help in this matter by not referring greatly to their sexuality again.<br /><br /></p>\r\n<p><strong>Questions:</strong></p>\r\n<p><em><strong>Q1. </strong><strong>Is this response acceptable?</strong></em></p>\r\n<p>The response is not acceptable. However the response was as a friend. After fight Jack disclosed the sexuality which was not acceptable.</p>\r\n<p> </p>\r\n<p><em><strong>Q2. What are the issues to consider?</strong></em></p>\r\n<p>Keeping in mind the anti-discrimination law, the issue, we need to focus the folloeing case study that is provided for providing the best services to handle the situation. </p>\r\n<p> </p>\r\n<p><em><strong>Q3. What are the legal requirements? </strong></em></p>\r\n<p>For this situation especially, I would include two set of laws and legal requirements into consideration. </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984.</li>\r\n</ul>\r\n<p>Providing balanced and nationally consistent framework is the main objective of the act. The health and safety of the workers and workplace is made secured. It is done by:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Protecting the workers from any harm.</li>\r\n<li>By providing fair representation.</li>\r\n<li>By making sure the appropriate security and review of action</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<p><em><strong>Q4. As a manager, how should you deal with this issue?</strong></em></p>\r\n<p>The issue is to be focus and finding the best t handle the situation.</p>\r\n<p> </p>\r\n<p><strong>Case study five</strong></p>\r\n<p>A staff member employed with the company for five years ago was diagnosed with depression about a year ago. She did not tell you until three months ago, when she confided in you about what she was experiencing and the treatment she was getting from her doctor and therapist. A month ago the staff member was signed off on sick leave.</p>\r\n<p>She returned to work last week but is overwhelmed. You are prepared to help this staff member for another month but after that, you are feeling it might be time to terminate the staff member’s employment.</p>\r\n<p> </p>\r\n<p><strong>Questions:</strong></p>\r\n<p><em><strong>Q1. What support could you offer the staff member?</strong></em></p>\r\n<p>Extra time may be needed by the depressed employee for treatment. Leave of absence is necessary. It will be made sure that there is proper room for staff members to follow the policy of the company.</p>\r\n<p><strong> </strong></p>\r\n<p><em><strong>Q2. Are there any legal requirements? </strong></em></p>\r\n<p>For this situation especially, I would include two set of laws and legal requirements into consideration. </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Age Discrimination Act 2004</li>\r\n<li>Disability Discrimination Act 1992</li>\r\n<li>Racial Discrimination Act 1975</li>\r\n<li>Sex Discrimination Act 1984.</li>\r\n</ul>\r\n<p>Providing balanced and nationally consistent framework is the main objective of the act. The health and safety of the workers and workplace is made secured. It is done by:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Protecting the workers from any harm.</li>\r\n<li>By providing fair representation.</li>\r\n<li>By making sure the appropriate security and review of action</li>\r\n</ul>\r\n<p> </p>\r\n<p><em><strong>Q3. As a Manager, how should you deal with this issue?</strong></em></p>\r\n<p>Changes that have been observed will be carefully discussed by me. I have noticed poor performance and will discuss it. Adequate time will be provided to employee for explaining the situation.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment</p>\r\n<p>Attach your Case Studies Responses to the email.</p>\r\n<p>TO: CEO</p>\r\n<p>SUBJECT: CASE STUDIES RESPONSES</p>\r\n<p>Respected CEO,</p>\r\n<p>This mail is written for informing those responses for all the case studies is completed.</p>\r\n<p>Kindly find the attached case studies.</p>\r\n<p>Kind regards</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 48, NULL, 'Develop and implement diversity policy BSBDIV601', 'Develop and implement diversity policy BSBDIV601 sample work demonstrates all the main points that need to be considered while writing research writing.', 'Develop and implement diversity policy BSBDIV601', 'develop-and-implement-diversity-policy-bsbdiv601', '2021-11-26 23:48:16', '2021-12-24 05:42:37');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(304, 'Place And Fix Reinforcement Materials (CPCCSF2004A)', '<p> </p>\r\n<ol>\r\n<li><em><strong>Reinforcement is a general term used in AS3600-2009 Concrete Structures and by designers, reinforcement processors and building contractors. When designing a reinforcement schedule / specification, engineers will list material requirements on sectional details, specifications, work orders, scope of works and the like. Explain the below examples of preferred specifications which may be found on a typical working drawing.</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>Specification</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p><strong>Meaning</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>SL92</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p>The first digit relates to the diameter of the bars, and the mesh is specified square mesh for reinforcement. The last number represents the bar spacing.</p>\r\n<p> </p>\r\n<p>For example, SL92 has a diameter of 9 mm bars, which are on a grid of 200 mm apart.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>8-N28</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p>The size of steel reinforcement used in bottom reinforcement is specified, with 8 being the steel size and N28 being the product number.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>20-N16-200</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p>The N16 section refers to the diameter of the reinforcing rod, while the 200 indicates that the rods should be placed 200 mm apart. 20 is the result of tying the materials together.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>6-R10-150-T1</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p>This suggests that the reinforcing steel utilised at the top layer of the construction was 6 Tor steel, 10mm at 150mm CRS.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"199\">\r\n<p><strong>ARCN102</strong></p>\r\n</td>\r\n<td width=\"497\">\r\n<p>This is a course code for Architecture\'s History of Structure.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Name 2 environmental protection regulations specific to reinforcing.</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Environment Protection Act 1993</li>\r\n<li>National Environment Protection Measures</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Interpret the illustration shown below. (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: The N12 component refers to the metal rod\'s diameter, while the 200 part indicates that the rods should be placed 200 mm apart. As a result, the metal employed in the reinforcement can be seen.<br /><br /></p>\r\n<ol start=\"4\">\r\n<li><em><strong>Interpret the placement of slab reinforcement. (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: Designers usually describe the reinforcement position by specifying concrete cover (1 1/2 to 2 inches) for the reinforcement in this scenario. Although it is not suggested to place a single layer of reinforcement in the slab\'s middle or mid-depth (except for 4-inch-thick slabs).</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>There have been serious accidents including fatalities during the off-loading and storage of bundles of cut and bent reinforcement. What measures can be put in place to eliminate vehicle movement accidents and/or people struck by a truck or lifting equipment? Provide 3 examples.</strong></em></li>\r\n</ol>\r\n<p>Answer: Keep Workspaces Clean in order for the car to move across a broad area. It is necessary to be informed of what is happening on the site at any given time and to exercise caution. On the jobsite, it is necessary to avoid taking shortcuts.</p>\r\n<p>While on the job site, adequate equipment for hazard prevention should be provided.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What PPE should be worn whilst cutting reinforcing bars? List 6.</strong></em></li>\r\n</ol>\r\n<p>Answer: There are the PPE that needs to be worn whilst cutting reinforcing bars;</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Gloves</li>\r\n<li>Eye protection</li>\r\n<li>Tucks in shoestrings</li>\r\n<li>Pants legs</li>\r\n<li>Dust mask</li>\r\n<li>Hard hat</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>What are 3 risks relating to the ends of protruding reinforcement? How are these hazards/risks reduced or eliminated? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: Various risks can end the protruding reinforcement but below are the three risks;</p>\r\n<ul class=\"unordered-listing\">\r\n<li>pinch points</li>\r\n<li>striking other works</li>\r\n<li>muscle strains due to heavy lifting</li>\r\n</ul>\r\n<p>These can be minimised by ensuring that there is adequate lighting. Where formwork, projecting rebar, and rebar cages are present, restrict access to the work area. Again Provide fall protection/prevention when personnel are operating at a height above exposed rebar. The first and most effective line of protection against impalement is this.</p>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>List 6 tools and equipment used to place and fix reinforcement.</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Bolt cutter</li>\r\n<li>Hickey bar</li>\r\n<li>Manual rebar cutter</li>\r\n<li>Manual rebar bender</li>\r\n<li>Chalk lines</li>\r\n<li>Safety gear</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Why must tools and equipment be checked? At what stage of the job is this done?</strong></em></li>\r\n</ol>\r\n<p>Answer: Before using any tool or equipment, make sure it is thoroughly inspected to ensure that it is safe to use and that all systems are functioning correctly. There is no need to use the tool if any of the safety measures are malfunctioning. This is done when the maker or supplier inspects the tool or equipment before supplying it, or before utilizing it in the workplace.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>List 6 points to consider when ordering, accepting delivery, and temporarily storing reinforcement materials.</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It is necessary to think about the cost of ordering.</li>\r\n<li>It\'s important to think about how you\'ll communicate your message.</li>\r\n<li>There is a requirement to examine the storage space for materials.</li>\r\n<li>It\'s important to think about when you\'ll start working on the job.</li>\r\n<li>The material\'s quality must be taken into account.</li>\r\n<li>It\'s important to think about how much material you\'ll need.</li>\r\n</ul>\r\n<p><em> </em></p>\r\n<ol start=\"11\">\r\n<li><em><strong>If 6 m lengths of trench mesh were laid in the footings around the perimeter of the house, how many lengths would be required for two layers of mesh? The mesh must overlap at the corners and where two sheets meet, the overlap must be 500 mm. Note that the mesh lengths can be cut if necessary.</strong></em></li>\r\n</ol>\r\n<p>Answer: For the one layer of mesh=(6+6+6+1.5+12)= 31.5 +(0.5*4)=31.5+2=33.5 m</p>\r\n<p>Thus the total wire required is 33.5*2= 67 m</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>Name 2 environmental protection regulations specific to reinforcing.</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The law that protects the pollution</li>\r\n<li>The act that protects the forest</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>How can violations against environmental regulations be reported?</strong></em></li>\r\n</ol>\r\n<p>Answer: If you have knowledge about acts that may hurt or have the potential to harm the Australian environment, or suspected breaches of Commonwealth environment legislation, you should report it to the relevant Australian Government department, according to the law.</p>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>All formwork must comply with which Australian standard?</strong></em></li>\r\n</ol>\r\n<p>Answer: All formworks must comply with Australian Standard AS 3610-1995 Formwork for Concrete or Western Australia.</p>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Mitch needs to bend a quantity of reinforcement bars, in accordance with the plans and specifications. However, Mitch has left his power bending tool on another job site 4 hours away. Apprentice Riley suggests that Mitch use a hammer and pipe. Comment on this scenario.</strong></em></li>\r\n</ol>\r\n<p>Answer: This is not advised since it suggests bad tool usage and, again, indicates that the site is not adequately prepared because it lacks the necessary tools for a certain task. There should be a specific instrument for bending large quantities of reinforcing bars.</p>\r\n<p><em> </em></p>\r\n<ol start=\"16\">\r\n<li><em><strong>Reinforcement bars must be tied in accordance with the plans and specifications. What material is used to secure bars and mesh in place?</strong></em></li>\r\n</ol>\r\n<p>Answer: The British Standard 4449: 2009 Steel for the Reinforcement of Concrete specifies rebar specifications. Reinforcing steel that can be welded. Rebar is used as a reinforcing material in secure bars and mesh.</p>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>What is the standard sheet size of mesh welded fabric, and how many sheets will be required for one layer of reinforcement to a concrete slab measuring 6000mm x 4000mm? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: The standard sheet size of mesh welded fabric is 200mm by 200mm thus to get this,it is =(6000*4000)/(200*200)=30*20=600 sheets</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Why are stiffening rods cast into concrete tilt panel constructions?</strong></em></li>\r\n</ol>\r\n<p>Answer: Panels may be made in a variety of forms and sizes, including flat and curved portions, by raising or tilting panels with a crane to construct the walls of structures. Because it is done on the ground, concrete laying is quick and simple.</p>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>Chairs and spacers are used to position steel reinforcement so that the durability, strength and serviceability of the structure is in accordance with the design specification. AS3600-2009 considers bar chairs and spacers as embedded items. What is the main purpose of these chairs and spacers?</strong></em></li>\r\n</ol>\r\n<p>Answer: Concrete spacers and chairs offer support for both reinforcing mesh and bar, ensuring that the reinforcement is properly covered with concrete.</p>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>Explain how the fabric sheets are to be lapped. (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: The fabric sheets should be 300 mm wider than the mesh. The part implanted in the wall must be connected around the bottom bars when installing the starters.</p>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>What must be done with reinforcement bars at penetrations? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: Corrosion inhibiting admixtures must be used in reinforcement bars at penetrations to prevent the bars from corroding.</p>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>How will the reinforcement be supported? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: It can be supported by adding steel plates with vertical screw bolts to increase the slab\'s shear bearing capacity, strengthening the slab with post stressed reinforcement, and adding steel beams.</p>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>Where should bar chairs be placed, and how must the reinforcement bars be tied? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer:For steel fabric, the bar seats must be spaced at no more than 800 mm centres. When putting wall reinforcing bars in place, the ties should be spaced far enough apart to prevent the bars from slipping while the concrete is poured. CRSI suggests using a snap or snap and wrap tie in most circumstances, however a snap tie will do in most cases.</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>Drafters are to ensure that drawings accurately show a clear picture of the fitment of reinforcing bars relative to which of the following? </strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Any recesses</li>\r\n<li>Cast-in items</li>\r\n<li>Any obstruction that may be present in any concrete element which is being detailed</li>\r\n<li>All of above</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>List 3 cutting methods/tools and equipment which may be used to cut reinforcing bars to length.</strong></em></li>\r\n</ol>\r\n<p>Answer: This can be cut using;</p>\r\n<ul class=\"unordered-listing\">\r\n<li>metal cutting hacksaw blade</li>\r\n<li>reciprocating saw</li>\r\n<li>portable bandsaw</li>\r\n</ul>\r\n<p>The above can be cut using methods like;</p>\r\n<ul class=\"unordered-listing\">\r\n<li>bolt cutters method</li>\r\n<li>circular saws method</li>\r\n<li>Cut it using vice or pipe</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>Before any concrete is placed, the reinforcement should be checked for suitability and compliance. List 8 points which should be examined as part of the steel-fixers inspection program. (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>A construction schedule</li>\r\n<li>Certified mill test or bar coating reports</li>\r\n<li>Approved placing drawing</li>\r\n<li>Reinforcing bar inspection</li>\r\n<li>Bar supports</li>\r\n<li>Potential problems</li>\r\n<li>Material inspection</li>\r\n<li>Rebar tying requirements</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"27\">\r\n<li><em><strong>What are the specifications for cover to reinforcement? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: For foundations on a lean concrete layer, the minimum needed cover thickness of the foundation reinforcement is about 40 mm, while for foundations in direct contact with the soil, it is around 70 mm. A point, or even better, linear spacers, can be used to generate the requisite coverage.</p>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>At the end of the job, you are left with a pile of offcuts from the reinforcing bars and mesh. What will you do with them? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: The cut-offs can be gathered and utilised for riveting in any appropriate manner, or they can be added to the reinforcement to strengthen the slab. These offcuts can be sold and profited from.</p>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>What needs to be done with all tools and equipment at the end of each day? (Refer to the Annex 1 re-enforcement plan and re-enforcement notes document)</strong></em></li>\r\n</ol>\r\n<p>Answer: All tools and equipment must be cleaned if feasible at the end of the day and returned to the store for tomorrow\'s job.</p>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 49, NULL, 'Place And Fix Reinforcement Materials CPCCSF2004A', 'Samples of CPCCSF2004A place and fix reinforcement materials now available on our site written by our civil engineering experts. Avail our academic writing services.', 'Place And Fix Reinforcement Materials CPCCSF2004A', 'place-and-fix-reinforcement-materials-cpccsf2004a', '2021-11-28 23:41:23', '2021-12-24 05:42:05');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(305, 'Carry out leveling operations (CPCCCA3023A)', '<p> </p>\r\n<h3>Assessment task 1</h3>\r\n<ol>\r\n<li><em><strong>Review the plan below, then complete the table.</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,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\" alt=\"\" width=\"609\" height=\"280\" /><br />\r\n<p><strong>What is the lowest part of the block? : </strong>South East Corner</p>\r\n<p><strong>What is the highest part of the block? : </strong>North West Corner</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>What is the biggest danger of using a laser level? What safety precaution should be followed to minimise this danger?</strong></em></li>\r\n</ol>\r\n<p>Eye</p>\r\n<p>A safety glass or specialized goggles must be worn while working with a laser level. One should try best way possible not to directly look into the beam and must never point the beam towards the eye.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>What signage may be useful for the area where levelling is being conducted? Provide an example. </strong></em></li>\r\n</ol>\r\n<p>Using caution laser levelling.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>List 3 different tools that could be used to obtain a level mark on the pegs of profile. Identify an advantage/disadvantage for each method.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Dumpy level:<strong>Advantage-</strong>The construction is simple with few movable pars.</li>\r\n</ul>\r\n<p><strong>Disadvantage- </strong>It is limitedto only horizontal angle measurement.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Laser level: <strong>Advantage-</strong>The usage is easy</li>\r\n</ul>\r\n<p><strong>Disadvantage-</strong>They are very precise and it should be maintained for working properly.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Spirit level: <strong>Advantage-</strong>high measurement precision.</li>\r\n</ul>\r\n<p><strong>Disadvantage-</strong>It is good only for the distancethat is short.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>What are 4 advantages of hydrostatic (water) level? </strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The main advantage is that the usage is easy and it is cheap to buy.</li>\r\n<li>Round corners can be used</li>\r\n<li>Only one person is the operator</li>\r\n<li>It is very effective.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>How can a spirit level be checked for accuracy?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>On the flat surface, the level should be placed.</li>\r\n<li>Two marks should be made: one at the end of the level.</li>\r\n<li>Reading of bubble’s position should be taken.</li>\r\n<li>Second reading should be taken.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>If the water in the water level tubes is not the same height when the tubes are checked by putting them beside each other, then what would be the most likely cause? </strong></em></li>\r\n</ol>\r\n<p>Air bubble in the tube.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"8\">\r\n<li><em><strong>List 8 pieces of equipment that is needed for field levelling work with a laser or optical level.</strong></em></li>\r\n</ol>\r\n<p>Following are the equipment that is needed for field:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Tripod</li>\r\n<li>Measuring tape</li>\r\n<li>Marketing tool</li>\r\n<li>Wooden peg</li>\r\n<li>Steel peg</li>\r\n<li>Cutting tools</li>\r\n<li>Percussions tools</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>What are the boning rods, and what are they used for?</strong></em></li>\r\n</ol>\r\n<p>Boning rods are used for checking the strategies line between the two points that are fixed. They are made out of timber with their cross-rails painted.</p>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>Does a staff need to be used whenever an optical level is used: and if not what else can be used?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>PC of timber</li>\r\n<li>Pencils</li>\r\n<li>Tape measure</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"11\">\r\n<li><em><strong>What sources of information would you refer to, to determine what materials are needed for the project, and how many you will need?</strong></em></li>\r\n</ol>\r\n<p>Plans and specifications needed to be checked.</p>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>What is a two peg test used for?</strong></em></li>\r\n</ol>\r\n<p>The accuracy of a level needs to be checked in the field taking the reading from the instrument.</p>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>List 3 things that a worker could do that would affect the environment while they are performing levelling.</strong></em></li>\r\n</ol>\r\n<p>Following are the 3 things:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Discarding of string lines</li>\r\n<li>Nails on the ground</li>\r\n<li>Leaving of pegs in the ground</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Outline 6 steps to correctly set up and stabilise a tripod.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Payload of both head and legs needs to be checked.</li>\r\n<li>Feet for rubber spikes needs to be checked.</li>\r\n<li>Legs should be extended in right order.</li>\r\n<li>Centre column should only be extended.</li>\r\n<li>Use the hook.</li>\r\n<li>Don’t over tighten.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Describe the 4 main steps setting up an optical level.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>On tripod, levelling instrument should be mounted. Make annual adjustment if it is necessary.</li>\r\n<li>Optical level around 1280 degree Celsius should be swing.</li>\r\n<li>Optical level should be returned to the starting position.</li>\r\n<li>Base plate adjustment should be used for bringing the bubble in attached spirit level.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Define the below terms.</strong></em></li>\r\n</ol>\r\n<p><strong>Levelling:</strong>Measurement of the height at a point that is above or below another point is a level.</p>\r\n<p><strong>Datum:</strong>An immovable point that doesn’t change is datum.</p>\r\n<p><strong>Benchmark:</strong>It is also known as |AHD markers. These are permanent height reference marks that is recognised by the government authorities.</p>\r\n<p> </p>\r\n<ol start=\"17\">\r\n<li><em><strong>If the water in the water level tubes is not the same height when the tubes are checked by putting them beside each other, then what would be the most likely cause?</strong></em></li>\r\n</ol>\r\n<p>Air bubbles in the tube.</p>\r\n<p> </p>\r\n<ol start=\"18\">\r\n<li><em><strong>Record each of the readings in the table below.</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAl4AAADtCAIAAADhguwjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAIpFSURBVHhe7d15/HxVXT9wkeUrAoooi7IjboFAaGpCgggaghsqsWXuEq4hiYKRSi4ohQthaWapiAYqoOSWJmq5pbZopuauaEmuZKbW7/f8+a7zu96Zz8ydO/fez8xn3vePz2M+M/eee877nPN+vfdzvf+TV1IgKZAUSAokBZICFQpcL6mRFEgKJAWSAkmBpECVAgmNuR6SAkmBpEBSICnwMxRIaMwFkRRICiQFkgJJgYTGXANJgaRAUiApkBRYmwKpNebqSAokBZICSYGkQGqNuQaSAkmBpEBSICmQWmOugaRAUiApkBRICjSkQBpUGxIqb0sKJAWSAkmBVaFAQuOqzHSOMymQFEgKJAUaUiChsSGh8rakQFIgKZAUWBUKJDSuykznOJMCSYGkQFKgIQUSGhsSKm9LCiQFkgJJgVWhQELjqsx0jjMpkBRICiQFGlIgobEhofK2pEBSICmQFFgVCgwHjR//+Mdf97rXveIVr3jOc57zlre85dvf/vaq0DjHmRRICiQFkgJLRYGBoPE///M/Tz311Kc//emvec1rQOMd73jHK6+8cqkIlZ1NCiQFkgJJgVWhwEDQ+N3vfvcud7nL3/zN3wRdTz755D/6oz9aFRrnOJMCSYGkQFJgqSgwEDR+5zvfuetd7/rP//zPQZwTTjjh1a9+9VIRKjubFEgKJAWSAqtCgYGg8Yc//OGv//qv/8Ef/MG//Mu/IO1DHvKQN73pTatC4xxnUiApkBRICiwVBYaDxjvd6U73uMc9Pvaxj6HPr/7qr15yySVLRajs7KJQwMp51rOe9bjHPe6P//iP/+M//qNht6677ro//dM/9dQHP/jBd73rXb/5m7/53ve+t+GzeVtSICmwahQYCBq///3v3//+9y++xqc85Smvf/3rV43WOd45KfCjH/3omc985o477nj3u9/93ve+981vfvPjjjsurPQf+tCHLrzwwgntW2/bbLPNL/3SL2lh33339UGw9Jz9yceTAkmBjUqBgaDxBz/4wWmnnfae97wn6PigBz2IyL9RaZrj6okC9Lzb3e52f/7nf/7v//7vTPQf+chHbnazm93n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\" alt=\"\" width=\"606\" height=\"237\" /><br /><br />\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"99\">\r\n<p>Backsight</p>\r\n<p>(BS)</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Intermediate</p>\r\n<p>Sight (IS)</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Foresight</p>\r\n<p>(FS)</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Rise</p>\r\n<p>+</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Fall</p>\r\n<p>-</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Reduced</p>\r\n<p>Level</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p>1.125</p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>100.00</strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>TBM</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p>3.260</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>IS</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p>2.755</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>IS</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p>1.660</p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p>1.765</p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>CP</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p> </p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul class=\"unordered-listing\">\r\n<li>Round corners can be used</li>\r\n<li>only one person is the operator</li>\r\n<li>it is very effective</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"19\">\r\n<li><em><strong>What is the reason for conducting a 3 part test after completing rise and fall booking sheets?</strong></em></li>\r\n</ol>\r\n<p>New station number should be recorded.</p>\r\n<p>As from station 2, this is the first reading. So that the reading is entered into the back sight column.</p>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>Explain how the accuracy of readings is checked using the rise and field method of calculation.</strong></em></li>\r\n</ol>\r\n<p>By calculation of the rise and fall between the sequential readings, the levels are determined. The level is fallen if second reading is higher than the first &amp; vice-versa.</p>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>Why it is best practice to use a table to write up the results of field working sightings?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Station number should be recorded</li>\r\n<li>Height of datum should be recorded</li>\r\n<li>Back sight reading should be recorded</li>\r\n<li>For identification of the point, the comment column should be used.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>Outline the 4 basic steps for setting up a laser level.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Laser level should be securely mounted on a tripod.</li>\r\n<li>Required rotation speed should be selected</li>\r\n<li>Before the self-levelling is complete, the laser head may begin to rotate.</li>\r\n<li>Power button of the instrument should be pressed, allowing enough time for self-level for the laser.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>Describe 2 methods that could be used to mark a line on the outside of a wall that is 6 m long for a pitching plate for a veranda.</strong></em></li>\r\n</ol>\r\n<p><strong>Method 1: </strong>For reference, the brickwork course should be used.</p>\r\n<p><strong>Method 2: </strong>For reference, the brickwork course should be used</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>Describe the 4-step process for taking a reading using a laser level.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Laser receiver should be mounted on the staff.</li>\r\n<li>In upward and downward direction, the receiver should slowly move.</li>\r\n<li>Measurement at the indicator line should be read.</li>\r\n<li>Indicator should be used as a guide.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>Any level reading taken on site must be recorded. Outline 4 reasons for recording levels in a field book.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>For surveying and preparing of small scale maps, it is the most used method.</li>\r\n<li>As the surveying and plotting is done simultaneously, all human and machine errors can be eliminated.</li>\r\n<li>The importance of plan table survey is found in the place high magnetic fluctuation.</li>\r\n<li>It is one of the most rapid surveying techniques.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>Explain the following terms.</strong></em></li>\r\n</ol>\r\n<p><strong>Back sight: </strong>Reading taken back towards point of known evaluation.</p>\r\n<p><strong>Fore sight: </strong>Reading looking forward to point of unknown points.</p>\r\n<p><strong>Intermediate sight: </strong>Reading taken between fore sight and back sight.</p>\r\n<p><strong>Reduced level: </strong>The distance between a survey point and datum point with the aim to establish levels.</p>\r\n<p><strong>Datum: </strong>It is the starting reference point to survey sight.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"27\">\r\n<li><em><strong>Outline 4 levelling errors that the instrument operator can make.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Instrument is set incorrectly</li>\r\n<li>Handling of the equipment is incorrect</li>\r\n<li>Errors in reading</li>\r\n<li>Errors in recording</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>Detail how reduced levels are calculated.</strong></em></li>\r\n</ol>\r\n<p>Calculation of reduced levels are done by adding the rise and subtracting the fall.</p>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>How do you calculate distance using stadia lines?</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Measurements that are marked on the stadia rod that is shown between the two stadia marking should be read. The formula of calculating the distance is D=R*S.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Whereas, D= Rod Reading multiplied by the Stadia markings.</p>\r\n<p><strong> </strong></p>\r\n<ol start=\"30\">\r\n<li><em><strong>List 3 important points to remember when using a levelling staff and briefly describe how to read a level using a levelling staff.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Overhead electric wires are watched out.</li>\r\n<li>The staff should be kept vertical</li>\r\n<li>Make sure that at the bottom of the staff there is no mud</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"31\">\r\n<li><em><strong>After levelling exercises, how should the work area be left when finished?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Disposing the waste material.</li>\r\n<li>Equipment should be cleaned, maintained and stored.</li>\r\n<li>Areas should be cleaned.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"32\">\r\n<li><em><strong>Give 5 examples on what can be done to levelling tools when packing up, so they are ready for the next job.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Political and laser should always be transported in padded containers</li>\r\n<li>Levelling instrument should never be lifted by their external components</li>\r\n<li>Exposing levelling instrument should be avoided</li>\r\n<li>Plastic rain should be used for protecting the levelling instrument when working in wet or damp condition.</li>\r\n<li>Accessories like tripods are compatible, this needs to be made sure.</li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 50, NULL, 'Carry out leveling operations CPCCCA3023A', 'Carry out leveling operations (CPCCCA3023A) free samples will help civil engineering students in writing excellent engineering assignments.', 'Carry out leveling operations CPCCCA3023A', 'carry-out-leveling-operations-cpccca3023a', '2021-11-29 00:11:31', '2021-12-24 05:41:32');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(306, 'Contribute to organizational development (BSBMGT615)', '<p> </p>\r\n<h3>Assessment 1</h3>\r\n<ol>\r\n<li><em><strong>Explain how effective change management strategies can assist with support for organizational development. Give an example of an effective change management strategy in your answer.</strong></em></li>\r\n</ol>\r\n<p>With the help of hierarchical improvement, the Change management strategies can be assisted for prevention of the advancements. The association will encounter the advancements when issues are distinguished and change made. An illustration of a successful change the executives’ technique is when two items are contending on the lookout and one organization selling the item chooses to develop its quality and hence be more liked on the lookout.</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Explain the importance of a participative management style when implementing organization development.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Increase team morale</strong>. A voice can be given to the team members by the participative leaders. As important role is played by the employees in the success of the company.</li>\r\n<li><strong>Promote collaboration</strong>. The flexibility of working together is provided by the employees for accomplishment of the goals. Higher morale is contributed by the collaboration.</li>\r\n<li><strong>Uncover creative solutions</strong>. Since employees are encouraged to collaborate, there is a free-flowing exchange of ideas that often leads to innovative solutions.</li>\r\n<li><strong>Teams more readily accept decisions</strong>. Employees feel more confident after knowing that each team member contributed to the decision-making process.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"3\">\r\n<li><em><strong>Explain the importance of evaluating organisation development and outline at least two evaluation methods.</strong></em></li>\r\n</ol>\r\n<p>For improvisation of the management, evaluation is an important tool. Organizational assessment thus involves \"measurement of variables related to patterns of organizational behaviour and effectiveness\". For improving the efficiency and effectiveness of the operations, it plays an important role.<br /><br /><strong>a. Explain three methods for generating ideas and options that can contribute to the process of organisation development.</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Brainstorming </strong></li>\r\n</ul>\r\n<p>Without any fear of criticism the people can speak out their ideas freely. Strange ideas are even accepted with open hands.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Storyboarding</strong></li>\r\n</ul>\r\n<p>It help creative people represent information they gained during research.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Focus group </strong></li>\r\n</ul>\r\n<p>by comments form other group members in creatively conceptualising and developing new product idea to fulfil a market need.</p>\r\n<p><strong> b. Explain how conflict can be a positive force in organisation development.</strong></p>\r\n<ol>\r\n<li>For managing the conflicts, promote an integrative approach. Focus on achieving common goals rather than individual goals.</li>\r\n<li>Where the differences of opinions are encouraged, Foster a culture. Rather than focusing on common goals, people focus on the differences in opinions.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Explain a method that can be used to manage conflict and resolve problems during an organisation development process.</strong></em></li>\r\n</ol>\r\n<p>If the conflict is unable to be resolved, then there is a need of third party for resolving the conflict.<br /><em><strong><br />a. Outline Kahn’s engagement theory and its relevance to planning and implementing organisation development.</strong></em></p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Meaningfulness </strong></li>\r\n</ul>\r\n<p>Ensure that the employee understands the value and impact their role.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Freedom of opinions (safety)</strong></li>\r\n</ul>\r\n<p>Without fear, the employees should voice their views.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Availability</strong></li>\r\n</ul>\r\n<p>Ensure that employees feel harmless.</p>\r\n<p> <em><strong>b. Outline the expectancy theory and its relevance to planning and implementing organisation development</strong></em></p>\r\n<p>Staff who are sure about their capacity should be given prize.</p>\r\n<p>The more beneficial the award the business offers the worker in return for advantageous execution, the more propelled the representative will be to make moves important to get the prize. Then again this hypothesis is likewise applied to distinguish the factors that spur individual workers in the association.</p>\r\n<p>If there should arise an occurrence of evaluation of authoritative execution, this hypothesis pursues deciphering the particular conduct that the representatives show dependent on their singular hope estimations. Here it needs referencing that anticipation hypothesis additionally proposes that various individuals need various things from their association. This reach from great compensation to employer stability to scopes for proficient enhancement.</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Outline reinforcement theory, including its implications for organizational development.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Positive Reinforcement</strong></li>\r\n</ul>\r\n<p>When the positive response is given by the individual, this gives the repose positive.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Negative Reinforcement</strong></li>\r\n</ul>\r\n<p>Rewarding the employee by removal of the negative consequences. For increasing the required behaviour, both positive and negative reinforcement can be used for increasing desirable / required behaviour.</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Punishment</strong></li>\r\n</ul>\r\n<p>Positive consequences are removed to lower the profitability.</p>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Outline the McKinsey 7-S Framework and its practical application in the workplace in regardto change.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Strategy</strong>: for attainment of the competitive advantage the plan is developed</li>\r\n<li><strong>Structure</strong>: It represents the way business units are organized</li>\r\n<li><strong>System</strong>: It is the process and procedure of the company.</li>\r\n<li><strong>Skills</strong>: Abilities of the employees.</li>\r\n<li><strong>Staff</strong>: This area is concerned with ‘what type’ and the ‘number of employees’ in an organization.</li>\r\n<li><strong>Style</strong>: It represents the way a company is managed by the top-level manager.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Explain why the Fair Work Act must be taken into account during organizational development and change.</strong></em></li>\r\n</ol>\r\n<p>For giving the reasonable structure, The Fair Work Act should be taken into consideration.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To accommodates agreements of work</li>\r\n<li>To sets out rights and obligations of representatives</li>\r\n<li>To accommodates the organization of the Act by setting up the Fair Work Commission and the Fair Work Ombudsman.</li>\r\n</ul>\r\n<br />\r\n<ol start=\"8\">\r\n<li><em><strong>Explain the importance of abiding by anti-discrimination during an organization development process.</strong></em></li>\r\n</ol>\r\n<p>Following are the importance of abiding by anti-discrimination during an organization development process:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>It reduces liability</li>\r\n<li>It decreases staff turnover</li>\r\n<li>It improves the employee engagement</li>\r\n<li>It reduces the recruitment challenges</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>List at least two aspects of organizational culture that can impact on organization development and explain how to address them in planning and implementing an organization development plan.</strong></em></li>\r\n</ol>\r\n<p>What methods you apply to introduce, execute and monitor the change depends largely on the type of your organizational culture. Although there is no standard formula for categorizing the cultures, the methodology offeredby Robert A Cooke seems to be the simplest one. The three parameters it tries to categorize an organization on are:</p>\r\n<ol>\r\n<li>Constructiveness</li>\r\n<li>Passiveness and</li>\r\n<li>Aggressiveness</li>\r\n</ol>\r\n<p> </p>\r\n<h3>Assessment 2</h3>\r\n<ol>\r\n<li><em><strong>Develop a first draft of an organisation development plan.</strong></em></li>\r\n</ol>\r\n<p>Review the strategic plan and the scenario information to identify the organisation development needs and objectives.</p>\r\n<p>Identify at least two sources of information on Australian Construction industry workforce and identify key trends and challenges for the construction industry workforce. Make notes for use at a meeting with the CEO.</p>\r\n<p>Research best practice change management issues and strategies in preparation for preparing a communication/education plan to inform/consult with existing staff about the organisation development plan and associated activities.</p>\r\n<p>Use the Organisation Development Plan Template to structure your document.</p>\r\n<p> </p>\r\n<p><strong>Boutique Build Australia</strong></p>\r\n<p><strong>Organisation development plan</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><em>Provide an introduction to the organisation development plan.</em></p>\r\n<p><strong>Responses could include:</strong></p>\r\n<p>Organization development (OD) is an effort that focuses on improving a capabilities of organizationthrough the strategy, structure, people, rewards, metrics, and management processes. Organization development involves an ongoing, systematic, long-range process of driving organizational effectiveness.</p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p>It is established in 2013, Boutique Build Australia is a building company specialising in the design and building of high-quality designer homes for the Sydney metropolitan and surrounding areas.</p>\r\n<p><strong>Vision </strong></p>\r\n<p>To be the best quality home builder in Australia.</p>\r\n<p><strong>Our values are:</strong></p>\r\n<p>The core values underpinning our activities are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Quality</li>\r\n<li>Innovation</li>\r\n<li>Leadership</li>\r\n<li>Respect</li>\r\n<li>Honesty and Reliability</li>\r\n</ul>\r\n<p>Key strategies:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To be well led, high performing, profitable and accountable</li>\r\n<li>Make sure that strategic policies are supported by the financial operations, performance indicators</li>\r\n<li>Sources of revenue should be identified</li>\r\n<li>Achieve profits of at least 10% per annum.</li>\r\n</ul>\r\n<p><strong>Risk Management</strong></p>\r\n<p>The following section identifies the associated risks in pursuit of our strategic objectives and how we will deal with them.</p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>To be well led, high performing, profitable and accountable</li>\r\n<li>Build deeper customer relationship.</li>\r\n<li>Attract and engage the best staff.</li>\r\n</ul>\r\n<p><strong>A. Marketing and recruitment</strong></p>\r\n<p><em>Include at least 3 development areas.</em></p>\r\n<p><em>Give a clear goal for each</em></p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"180\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"341\">\r\n<p> </p>\r\n<p>Within the market, build trust</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Sales, number of the new customers</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Marketing skills needs to be improved</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Project</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>2 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Proper and effective communications needs to be maintained.</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Social media, Brand</p>\r\n</td>\r\n<td width=\"189\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>B. Management and leadership training </strong></p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"300\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"198\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"255\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"300\">\r\n<p> </p>\r\n<p>New opportunities should be seek for presenting the information.</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"255\">\r\n<p>Measuring the progress by soliciting feedback from team members, by oral presentation</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"300\">\r\n<p>Conducted a public workshop on presentation skills</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"255\">\r\n<p>Testing the knowledge in public</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Six months</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p><strong>C. Employee engagement</strong> </p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"223\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p> </p>\r\n<p>attract, engage and develop the best staff</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Training, meeting</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>By 6 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Reding books on organizational development</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Once reading is done skills will be measured</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p><strong>D. Retention</strong> </p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"223\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"341\">\r\n<p>High quality residents to be built for meeting the needs of the customer.</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Management Team</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Action plan</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>1 month</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Built deeper relationships with customers.</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Work plan</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>All the time</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>to be well led, high performing, profitable and accountable</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Team</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Meeting</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>8 months</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should summarise the contents of the attachment, and request a time and date for a meeting. Attach your draft organisation development plan to the email.</p>\r\n<p>Your assessor will respond with a date and time for the meeting.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the draft document of the organizational development plan,</p>\r\n<p>Dear Assessor,</p>\r\n<p>The mail is to inform that draft document of organizational plan is prepared according to the template that ws provided. It covers the following topics:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction</li>\r\n<li>Context</li>\r\n<li>Marketing and recruitment</li>\r\n<li>Management and leadership training</li>\r\n<li>Employee engagement</li>\r\n<li>Retention</li>\r\n</ul>\r\n<p>The document is also attached to the mail; kindly go through it once.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p>Mohinderpal Singh</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Meet with the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p>At the meeting, you will discuss your findings and the first draft of your organisation development plan.</p>\r\n<p>At the meeting, the CEO will also share their views on the organisational culture at Boutique Build Australia and readiness to embrace organisational development activities. You will need to take this into account in developing the change management plan.</p>\r\n<p>During the meeting, you are required to demonstrate effective interpersonal and communication skills including:</p>\r\n<ol>\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using effective non-verbal communication skills to encourage audienceinterest</li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Responding to questions</li>\r\n</ul>\r\n<ol>\r\n<li>Asking questions to seek feedback</li>\r\n<li>Use of active listening techniques to confirm and clarify understanding.</li>\r\n</ol>\r\n<p>Good evening, everyone. I\'m extraordinarily appreciative that you are by and large here. Today, we will look at about my affiliation headway plan which is participated in your email. Sympathetically offer your view about it.</p>\r\n<p>CEO: I have scrutinized your improvement plan. All things considered; it has almost given full nuances of what the association needs to do. The goals and courses of occasions set out are excessively reasonable and solid with the genuine situation.</p>\r\n<p>Me: I am incredibly thankful to hear this.</p>\r\n<p>CEO: After examining the game plan mindfully, I should contribute two or three contemplations to make it greater.</p>\r\n<p>Me: Please go on, I\'m tuning in.</p>\r\n<p>CEO: Because of the insufficiency of HR in Australia, we have utilized a lot of new staff. This causes partition conditions in the workplace, which is the explanation the association\'s specialist satisfaction has never outperformed 70%. I need to organize quarterly adversary of isolation law dispersing gatherings, after each new enlistment meeting, to assist with supporting delegate associations.</p>\r\n<p>Me: This is a decent idea! I was so revolved around enlisting more female delegates that I disregarded this issue. I will fix the improvement plan and email it back to you.</p>\r\n<p>CEO: You worked viably, unwind.</p>\r\n<p>Me: That\'s amazingly respectable of you. Do you have some different comments or thoughts?</p>\r\n<p>CEO: That is all at this point. Email me back when you finish.</p>\r\n<p>Me: Definitely! You will get an email before 7pm.</p>\r\n<p>CEO: Good. I expect your plan. Goodbye.</p>\r\n<p>Me: Good bye sir. See you later</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Finalise the organisation development plan.</strong></em></li>\r\n</ol>\r\n<p>Ensure that you incorporate your assessor’s feedback into this draft of the plan. Rename the document to ensure that it is clear that this is your final draft.</p>\r\n<p><strong>Boutique Build Australia</strong></p>\r\n<p><strong>Organisation development plan</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><em>Provide an introduction to the organisation development plan.</em></p>\r\n<p><strong>Responses could include:</strong></p>\r\n<p>Organization development (OD) is an effort that focuses on improving a capabilities of organizationthrough the strategy, structure, people, rewards, metrics, and management processes. Organization development involves an ongoing, systematic, long-range process of driving organizational effectiveness.</p>\r\n<p><strong>Executive Summary</strong></p>\r\n<p>It is established in 2013, Boutique Build Australia is a building company specialising in the design and building of high-quality designer homes for the Sydney metropolitan and surrounding areas.</p>\r\n<p><strong>Vision </strong></p>\r\n<p>To be the best quality home builder in Australia.</p>\r\n<p><strong>Our values are:</strong></p>\r\n<p>The core values underpinning our activities are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Quality</li>\r\n<li>Innovation</li>\r\n<li>Leadership</li>\r\n<li>Respect</li>\r\n<li>Honesty and Reliability</li>\r\n</ul>\r\n<p><strong>Strategic Priorities</strong></p>\r\n<p>Key strategies:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>To be well led, high performing, profitable and accountable</li>\r\n<li>Make sure that strategic policies are supported by the financial operations, performance indicators</li>\r\n<li>Sources of revenue should be identified</li>\r\n<li>Achieve profits of at least 10% per annum.</li>\r\n</ul>\r\n<p><strong>Risk Management</strong></p>\r\n<p>The following section identifies the associated risks in pursuit of our strategic objectives and how we will deal with them.</p>\r\n<p><strong>Strategic Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>To be well led, high performing, profitable and accountable</li>\r\n<li>Build deeper customer relationship.</li>\r\n<li>Attract and engage the best staff.</li>\r\n</ul>\r\n<p><strong>A. Marketing and recruitment</strong></p>\r\n<p><em>Include at least 3 development areas.</em></p>\r\n<p><em>Give a clear goal for each</em></p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"214\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"180\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"341\">\r\n<p> </p>\r\n<p>Within the market, build trust</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Sales, number of the new customers</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Marketing skills needs to be improved</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Project</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>2 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Proper and effective communications needs to be maintained.</p>\r\n</td>\r\n<td width=\"214\">\r\n<p>Marketing team</p>\r\n</td>\r\n<td width=\"180\">\r\n<p>Social media, Brand</p>\r\n</td>\r\n<td width=\"189\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>B. Management and leadership training </strong></p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"300\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"198\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"255\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"300\">\r\n<p> </p>\r\n<p>New opportunities should be seek for presenting the information.</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"255\">\r\n<p>Measuring the progress by soliciting feedback from team members, by oral presentation</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"300\">\r\n<p>Conducted a public workshop on presentation skills</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"255\">\r\n<p>Testing the knowledge in public</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>Six months</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p><strong>C. Employee engagement</strong></p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"223\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p> </p>\r\n<p>attract, engage and develop the best staff</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Management</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Training, meeting</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>By 6 months</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Reding books on organizational development</p>\r\n<p> </p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Once reading is done skills will be measured</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>As soon as possible</p>\r\n</td>\r\n</tr>\r\n</thead>\r\n</table>\r\n<p><strong>D. Retention</strong> </p>\r\n<table class=\"table table-bordered\" width=\"924\">\r\n<thead>\r\n<tr>\r\n<td width=\"341\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"223\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"189\">\r\n<p><strong>Performance Indicators</strong></p>\r\n</td>\r\n<td width=\"170\">\r\n<p><strong>Target date</strong></p>\r\n</td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td width=\"341\">\r\n<p>High quality residents to be built for meeting the needs of the customer.</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Management Team</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Action plan</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>1 month</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>Built deeper relationships with customers.</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Staff</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Work plan</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>All the time</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"341\">\r\n<p>to be well led, high performing, profitable and accountable</p>\r\n</td>\r\n<td width=\"223\">\r\n<p>Team</p>\r\n</td>\r\n<td width=\"189\">\r\n<p>Meeting</p>\r\n</td>\r\n<td width=\"170\">\r\n<p>8 months</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop a communication and education plan.</strong></em></li>\r\n</ol>\r\n<p>Use the Communication and Education Plan Template to structure this document.</p>\r\n<p>This plan should incorporate best practice change management techniques to maximise support for the organisation development activities.</p>\r\n<p><strong>Boutique Build Australia</strong></p>\r\n<p><strong>Communication and Education Plan </strong></p>\r\n<p><em>List all of the organization development activities you have identified</em></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"98\">\r\n<p><strong>Audience</strong></p>\r\n</td>\r\n<td width=\"169\">\r\n<p><strong>Key message</strong></p>\r\n</td>\r\n<td width=\"141\">\r\n<p><strong>Delivery method</strong></p>\r\n</td>\r\n<td width=\"138\">\r\n<p><strong>Date/duration of session (if applicable)</strong></p>\r\n</td>\r\n<td width=\"131\">\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"98\">\r\n<p>Team Members</p>\r\n</td>\r\n<td width=\"169\">\r\n<p>Spread awareness among all the teams</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Reports or meetings</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>Weekly</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Meeting room of Boutique Build Australia</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"98\">\r\n<p>Team Members</p>\r\n</td>\r\n<td width=\"169\">\r\n<p>Increase the educational knowledge</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Through workshop and the training session</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>Every Month</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Conducting the workshop outside and also Conducting the meeting development through online training</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"98\">\r\n<p>Finance Department</p>\r\n</td>\r\n<td width=\"169\">\r\n<p>Financial plans for the business needs to be improved</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>For managing the budget, implement the activities.</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>Before starting the project</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Meeting room of Boutique Build Australia</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"98\">\r\n<p>Customer care service department</p>\r\n</td>\r\n<td width=\"169\">\r\n<p>Customer care services need to be increased and communication with the customer should be improved.</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Face to face training</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>During the project</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Office of Boutique build Australia</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"98\">\r\n<p>Hiring the new employees</p>\r\n</td>\r\n<td width=\"169\">\r\n<p>The level of team members needs to be increased and maintained</p>\r\n</td>\r\n<td width=\"141\">\r\n<p>Provide communication training</p>\r\n</td>\r\n<td width=\"138\">\r\n<p>Induction time</p>\r\n</td>\r\n<td width=\"131\">\r\n<p>Meeting room of Boutique Build Australia</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should summarise the topics discussed at the meeting, and the contents of the attachments.</p>\r\n<p>Attach your organisation development plan and your communication and education plan to the email.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the organization development plan and the communication and education plan.</p>\r\n<p>Dear Assessor,</p>\r\n<p>This mail is to written to inform that after updating the organizational development, it is finalized. I have prepared the communication and development plan according to your template that was provided to me. I am attaching both the documents with this email. Please find the attached document.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p> <br /><br /><br /></p>\r\n<h3>Assessment 3</h3>\r\n<ol>\r\n<li><em><strong>Write a Leadership Development Plan</strong></em></li>\r\n</ol>\r\n<p>Research the range of methods an organisation can use to develop leadership skills in managers. At least one of the methods you should research is use of leadership development frameworks. Familiarise yourself with their purpose and application. Make notes on the methods of developing leadership skills you have developed, including use of leadership frameworks.</p>\r\n<p>Note that you will also use the research on the range of leadership development methods for brainstorming alternative ways of developing leadership skills in an organisation.</p>\r\n<p>Based on the organisation values as identified in the Strategic Plan and construction workforce trends and challenges, identify at least four key behaviours that would be expected of managers at Boutique Build Australia and develop a leadership framework based on these key behaviours.</p>\r\n<p>Use the Leadership Development Framework Template provided to develop your framework. The leadership development action plan is included within the framework.</p>\r\n<p><strong>Boutique Build Australia </strong></p>\r\n<p><em>Complete the following for each of the four key management behaviours that you have identified.</em></p>\r\n<p><strong>Leadership Behaviour: </strong></p>\r\n<p>Boutique Build Australia follow a participative authority, that includes the representatives at dynamic interaction. It is intended to be viewed as the consideration in the ideas for the task. The association advancement plan will be execute an authority improvement structure for Boutique Build Australia staff with the reason to advance initiative practices across all staff, impact the workers and persuade them, adding to business needs.</p>\r\n<p><strong>Essential behaviours:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>How to become a competent leader?</li>\r\n<li>Do I promise to resolve the conflicts among team members?</li>\r\n<li>Do I have skills to ensure that organizational goals are achieved?</li>\r\n</ul>\r\n<p><strong>Proficient behaviours </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Should I put effort to have performance and goals achieved?</li>\r\n<li>Should I determine the actions which execute the strategy?</li>\r\n<li>Should I make investments in innovation and development of critical thinking process?</li>\r\n</ul>\r\n<p><strong>Exemplary behaviours</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>How problems among the team can be solved?</li>\r\n<li>How staff can be inspired for becoming a good employee?</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop a PowerPoint presentation.</strong></em></li>\r\n</ol>\r\n<p>When you have completed the leadership development framework, develop a PowerPoint presentation to explain the framework to your team at a meeting.</p>\r\n<p>The presentation you develop should clearly explain the purpose of the framework, and guide staff members though the use of the framework and completion of the leadership development plan.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The PowerPoint slides must be written in clear and concise English and use visual suchas images, charts ortables.</li>\r\n<li>The PowerPoint slides must clearly describe the leadership developmentframework.</li>\r\n<li>Your presentation will be submitted to your assessor as per the instruction in 3.4below.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Write a report on conflict management techniques.</strong></em></li>\r\n</ol>\r\n<p>Prior to the meeting, research techniques for managing conflict as you will need to use these at the meeting as you expect there may be resistance to the introduction of the framework.</p>\r\n<p>Develop a brief report on potential conflict management strategies. Your report should be at least one page.</p>\r\n<p><strong>Conflict Management Strategies</strong></p>\r\n<ol>\r\n<li><strong>Listening Carefully:</strong>complete attention should be given to the person who is talking</li>\r\n<li><strong>Embrace conflict:</strong> when there is a conflict, don’t avoid it. As tension will increase with time.</li>\r\n<li><strong>Finding Agreement:</strong>conversation of leaders will focus on the disagreements but when the points of agreement are found then the resolution is possible.</li>\r\n<li><strong>Being quick to forgive: </strong>there is a need of clear resolution in every conflict for finding the solutions</li>\r\n</ol>\r\n<br />\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachments, and seek their feedback and ask for the place, date and time of the meeting.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Attach the following to youremail:</li>\r\n<li>Leadership DevelopmentPlan</li>\r\n<li>PowerPoint presentation</li>\r\n<li>conflict management techniquesreport</li>\r\n</ul>\r\n<p>Your assessor will also respond to you with a proposed time and date for the team meeting.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the documents</p>\r\n<p>Dear Assessor,</p>\r\n<p>This mail is to inform that the documents are prepared as per the guidance which was provided to me. The list of documents is attached with the sub topics.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Essential Behaviour</li>\r\n<li>Leadership Behaviour</li>\r\n<li>Proficient Behaviour</li>\r\n<li>Exemplary Behaviour</li>\r\n<li>PowerPoint presentation</li>\r\n</ul>\r\n<p>Kindly go through the documents and share your feedback.</p>\r\n<p>Thank you</p>\r\n<p>Regards</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Give your PowerPoint presentation at the staff meeting.</strong></em></li>\r\n</ol>\r\n<p>Your assessor will have arranged for 2 to 3 students to attend the meeting as staff members.</p>\r\n<p>At the meeting, explain the leadership development framework to staff using the power points you have developed. Seek staff members input into the framework by providing the opportunity for questions.</p>\r\n<p>During the presentation, demonstrate effective interpersonal and communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Use of appropriate style (formal), tone (encouraging, respectful) and vocabulary (professional, business language) for themeeting</li>\r\n<li>Active listeningskills</li>\r\n<li>Asking questions and listening to responses to clarifyunderstanding</li>\r\n<li>Responding to questions openly andhonestly</li>\r\n<li>Non-verbal communication skills that encourage discussion and feedback, forexample, nodding, smiling, eyecontact.</li>\r\n</ul>\r\n<p>At the meeting, you will encounter some resistance to the introduction of the framework from the staff. You will need to use the skills you have researched to manage this conflict.</p>\r\n<p>After you have presented the framework and based on the resistance encountered to the leadership framework, brainstorm other ways of developing leadership skills.</p>\r\n<p>Meeting with staff:</p>\r\n<p>Date: 20-11-2021</p>\r\n<p>Time: 12:00PM</p>\r\n<p>Venue: Boutique Building Australia Conference Room.</p>\r\n<p><strong>Leadership Behaviour: </strong></p>\r\n<p>Boutique Build Australia follow a participative authority, that includes the representatives at dynamic interaction. It is intended to be viewed as the consideration in the ideas for the task. The association advancement plan will be executing an authority improvement structure for Boutique Build Australia staff with the reason to advance initiative practices across all staff, impact the workers and persuade them, adding to business needs.</p>\r\n<p><strong>Executive Summary</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>It was established in the year 2013, Boutique Build Australia is a building company that is specialised in building the high-quality designer home.</li>\r\n<li>Our vision –in Australia, being the best home builder</li>\r\n</ul>\r\n<strong>Vision</strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li>To be the best quality home builder in Australia.</li>\r\n</ul>\r\n<strong>Our values are:</strong><br />\r\n<ul class=\"unordered-listing\">\r\n<li>The core values underpinning our activities are:</li>\r\n<li>Quality</li>\r\n<li>Innovation</li>\r\n<li>Leadership</li>\r\n<li>Respect</li>\r\n<li>Honesty and Reliability</li>\r\n</ul>\r\n<p><strong>Strategic Priorities<br /><br /></strong><strong>Key strategies:</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>To be well led, high performing, profitable and accountable</li>\r\n<li>Make sure that strategic policies are supported by the financial operations, performance indicators</li>\r\n<li>Sources of revenue should be identified</li>\r\n<li>Profit of 10% per annum should be achieved</li>\r\n<li>High quality residence should be built for meeting the needs of the customers</li>\r\n<li>In the market of Sydney increase the sales of home by 10% per annum.</li>\r\n<li>Build the deeper customer relationships</li>\r\n<li>For meeting the demands of the customers, Drive innovation</li>\r\n</ul>\r\n<p><strong>Essential Behaviour</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>How to become a competent leader?</li>\r\n<li>Do I promise to resolve the conflicts among team members?</li>\r\n<li>Do I have skills to ensure that organizational goals are achieved?</li>\r\n</ul>\r\n<p><strong>Proficient Behaviour</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Should I put effort to have performance and goals achieved?</li>\r\n<li>Should I determine the actions which execute the strategy?</li>\r\n<li>Should I make investments in innovation and development of critical thinking process?</li>\r\n</ul>\r\n<p><strong>Exemplary Behaviour</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>How problems among the team can be solved?</li>\r\n<li>How staff can be inspired for becoming a good employee?</li>\r\n</ul>\r\n<p><strong> </strong></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>Following the meeting, send an email to the CEO (your assessor) reporting on the resistance to the introduction of the leadership development framework, and outlining additional approaches to developing leadership skills discussed at the meeting.</p>\r\n<p>Include your recommendations on whether any of these additional approaches should be adopted.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Meeting updates and recommendations</p>\r\n<p>Dear Assessor,</p>\r\n<p>This mail is written for thanking all the members of the staff for attending the meeting. We discussed the framework of leadership development in the meeting. </p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p> <br /><br /><br /><br /></p>\r\n<h3>Assessment 4</h3>\r\n<ol>\r\n<li><em><strong>Develop a staff survey</strong></em></li>\r\n</ol>\r\n<p>The survey will be used to seek input from staff about the leadership development framework. The survey should begin with a statement of the survey’s purpose.</p>\r\n<p>Develop at least five questions for the survey.</p>\r\n<p><strong>Developing a Staff Survey</strong></p>\r\n<p>Boutique Build Australia</p>\r\n<p>For implementation of the leadership development structure, Boutique would love to seek the feedback from its staff members from whom they are working.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Is working with framework easy?</li>\r\n</ul>\r\n<p>_______________________________________________________</p>\r\n<ul class=\"unordered-listing\">\r\n<li>How working in this framework was helpful in the work?</li>\r\n</ul>\r\n<p>_______________________________________________________</p>\r\n<ul class=\"unordered-listing\">\r\n<li>What can be done for improving the teamwork and the cooperation?</li>\r\n</ul>\r\n<p>_______________________________________________________</p>\r\n<ul class=\"unordered-listing\">\r\n<li>What causes the stress and the frustration at the work?</li>\r\n</ul>\r\n<p>____________________________________________________</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Which leadership skills can be considered as the most important?</li>\r\n</ul>\r\n<p>_______________________________________________________</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should summarise the contents of the attachment, and seek their approval to move forward with the project.</p>\r\n<p>Attach your survey to the email.</p>\r\n<p>Your assessor will reply to your survey, and you will need to analyse the feedback and report on this to staff members at a team meeting.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the survey.</p>\r\n<p>Dear Assessor,</p>\r\n<p>This is to inform that a survey is conducted for seeking the feedbacks from all the members of the staff who are working from last 12 months. There are several questions in the survey which is attached to the mail. Kindly find the attached survey and share your views</p>\r\n<p>Thank you</p>\r\n<p>Regards</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Meet with staff (your assessor)</strong></em></li>\r\n</ol>\r\n<p>At the meeting, you will discuss the feedback provided and how you intend to action it.</p>\r\n<p>Based on the survey responses, indicate any changes that should be made to the organization development plan.</p>\r\n<p>During the meeting, demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly and concisely</li>\r\n<li>Using non-verbal communication to assist with understanding</li>\r\n<li>Asking questions to identify required information</li>\r\n<li>Responding to questions as required</li>\r\n<li>Using active listening techniques to confirm understanding</li>\r\n</ul>\r\n<p>Meeting details</p>\r\n<p>Date: 20-11-2021</p>\r\n<p>Time: 12:00 PM</p>\r\n<p>Venue: Boutique build Australia</p>\r\n<p>Participants: Staff</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Strategy and mission:</strong>it is difficult to outline the changes in framework and mission. Though it is needed to screen well as a business person. Central goals are met by the affiliations.</li>\r\n<li><strong>Organizational Structure:</strong>the positions, targets, and commitments of individuals, workplaces, and gatherings are concerned in this.</li>\r\n<li><strong>People</strong>: improvements in the organization concerning staff contain turnover, utilizing and numerous changes that will be beneficial for the association.</li>\r\n<li><strong>Knowledge:</strong> for measuring, progress and drive, the changes/improvements to the data is essential</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to the CEO.</strong></em></li>\r\n</ol>\r\n<p>Following the meeting, send an email to the CEO about the feedback provided and your recommendations for action and seeking support for such actions, including approval of all associated resources.</p>\r\n<p>In addition, provide an evaluation of the costs and benefits of the organization development plan as per the scenario information and your overall evaluation of the benefits of the organization development activities.</p>\r\n<p>One of your recommendations will need to be that the CEO sends an email to all staff about the importance of the organisation development plan. Include a draft of an email for approval by the CEO that can be sent to all staff.</p>\r\n<p>To: CEO</p>\r\n<p>From:</p>\r\n<p>Respected CEO,</p>\r\n<p>The staff welcomed and acknowledged the improvement staff. Development of authority abilities was shown by the performance appraisal which is dependent on the execution.</p>\r\n<p>I would suggest to send a mail to the staff regarding the significance of the association advancement plan.</p>\r\n<p>Regards,</p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 51, NULL, 'Contribute to organizational development BSBMGT615', 'Solution of contribute to organizational development BSBMGT615 by our management experts is now available at the site for students.', 'Contribute to organizational development BSBMGT615', 'contribute-to-organizational-development-bsbmgt615', '2021-11-29 01:07:30', '2021-12-24 05:40:15');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(307, 'Erect and dismantle restricted height scaffolding (CPCCCM2008B)', '<h3><br />ASSESSMENT TASK 1</h3>\r\n<ol>\r\n<li><em><strong>Confirming the scope of works to be carried out is an essential requirement before commencing any project. Where could you find relevant instructions and information regarding work information?</strong></em></li>\r\n</ol>\r\n<p>WHS induction or Site induction</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>List 4 Australian Standards that apply to restricted height scaffolding.</strong></em></li>\r\n</ol>\r\n<p>AS/NZS4576 Guidelines for scaffolding</p>\r\n<p>AS/NZS1576: Part 1: Scaffolding – General Requirements</p>\r\n<p>AS1577: Scaffold Planks</p>\r\n<p>AS/NZS1892.1: Portable Ladders – Metal</p>\r\n<p>AS/NZS1892.3: Portable Ladders – Reinforced Plastic</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Does the supplier of prefabricated scaffolding need to provide written information about the system?</strong></em></li>\r\n</ol>\r\n<p>Yes, it is important for the supplier to provide written information about the system.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>In relation to scaffolding, who has obligations for Workplace Safety under the Occupational Health and Safety Act?</strong></em></li>\r\n</ol>\r\n<p>Both employee and employer</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>A SWMS must be prepared for high risk construction work before the work starts. What 4 components must the SWMS include?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>High risk is expected in detailing of the work.</li>\r\n<li>Risk factors can be reduced by implementation of safety measures.</li>\r\n<li>Ladder wise detailing of risk controlling factors.</li>\r\n<li>Safety measures must be taken.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>What PPE must you wear when using a hazardous substance? How would you determine this?</strong></em></li>\r\n</ol>\r\n<p>Pressure-demand, full-face piece SCBA or pressure-demand supplied-air respirator with escape SCBA.</p>\r\n<p>Chemical-resistant clothing [overalls and long-sleeved hooded jacket, one- or two-piece chemical splash suit, disposable chemical-resistant one-piece suit].</p>\r\n<p>Inner and outer chemical-resistant gloves.</p>\r\n<p>Chemical-resistant safety boots/shoes.</p>\r\n<p>Hard hat.</p>\r\n<p>Two-way radio communications.</p>\r\n<p>OPTIONAL: Coveralls, Disposable boot covers, Face shield, long cotton underwear</p>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Outline 6 points you should consider before you attempt any lifting or handling operation.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Assess what needs to be done</li>\r\n<li>Decide what can be lifted safely</li>\r\n<li>Identify ways of reducing the risk</li>\r\n<li>Rearrange the task</li>\r\n<li>Assess the nature of the load</li>\r\n<li>Assess the work environment</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"8\">\r\n<li><em><strong>What are the minimum clearance requirements when erecting scaffolding near powerlines? Write your answer on the diagram in the green spaces provided.</strong></em></li>\r\n</ol>\r\n<img src=\"data:image/png;base64,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\" alt=\"\" width=\"397\" height=\"406\" /><br />\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>How can a scaffold built alongside a road be protected from traffic damage? You must list 4 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Traffic Controller</li>\r\n<li>Signages</li>\r\n<li>Barricades</li>\r\n<li>Set up another way for traffic</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"10\">\r\n<li><em><strong>What tools are required to erect scaffolding? List 5.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Podgers</li>\r\n<li>Level</li>\r\n<li>Claw Hammer</li>\r\n<li>Sockets sets</li>\r\n<li>Safety harness and lanyard</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"11\">\r\n<li><em><strong>How can you check the accuracy of a spirit level? Give 3 examples.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Two spirit levels must be put together so that one can compare them.</li>\r\n<li>After that bubble’s position can be read out by looking at the flask. The flask should be rotated at the level of 180°. This process will be repeated twice and if the position of the bubble is same in both the readings then we can say the level is accurate.</li>\r\n<li>After the process is done, it is ready to dispatch and we can send it to the manufacturer.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"12\">\r\n<li><em><strong>How would you determine the type and number of scaffold components you require?</strong></em></li>\r\n</ol>\r\n<p>Each and every working platform is determined by weighing or loading and can be done with the help of scaffolding. The actual materials or tools itself determines the load on a scaffold.</p>\r\n<p> </p>\r\n<ol start=\"13\">\r\n<li><em><strong>Provide a brief description of the following footing components.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Component</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Sole board</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Part and parcel of a footing system is known as sole board. Levelled surface can be achieved by proper digging. Smooth grounding levels have a long life.  Sole boards give proper support to the soft grounds.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Screw jack</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Leg of a screw or a levelled jack is said to be a screw jack. Scaffolding platforms are given support by screw jacks. Base plate of 4″ X 4″ is fixed with the jack. Wood mud sill and a base plate is joined together with a nail or a screw.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Caster</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Instead of a base plate, casters are used in mobile scaffolding. These type of scaffoldings generally have screw jacks in it. Casters can also be used with scaffolds is necessary.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Provide a brief description of the following framing components.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Component</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Frame</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Vertical members represented by a prefabricated assembly indicating width and height are known as frame scaffold. It is also known as Brickie’s scaffold and Walk Thru scaffold.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Standard</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Vertical heights provided to the metal tubes are known as standards.  Proprietary modular and a wedge connector help to connect a standard to form a scaffold.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Brace</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Brace is used to provide rigidness to a scaffold. One tube of a scaffold is fixed on another to give proper support. Diagonally joined braces are known as cross bracing.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Face brace</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Two metal poles connected from the middle are known as face braces. It has a movement like a scissor. So, another name of face brace is scissor brace. These are vertically fixed to the tube.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Tube</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Designing and shaping to a scaffold is given by a tube. Wide variety gives different configurations to a tube and a coupler.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Coupler</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Tubes and scaffolds are joined together and these are joined by a process known as coupler. Positions like ladder can be tied together to frame a scaffold.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Ledger</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Standing tubes parallel to a building is known as ledger.  Ledgers are 48mm diameter tubes with a cast wedge fixing device at each end. Length is given by a ledger.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Transom</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Standards connected through their widths are known as transom.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"138\">\r\n<p>Joining pin</p>\r\n</td>\r\n<td width=\"558\">\r\n<p>Joining pins are used to give height to a scaffold. More than one frame or a standard is joined together to form a scaffold.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Why might a project have an environmental plan?</strong></em></li>\r\n</ol>\r\n<p>A project with a proper environmental plan leads to healthier and a safer environment which gives a better sense to a working platform. Rules must be followed once a plan is made.</p>\r\n<p> </p>\r\n<ol start=\"16\">\r\n<li><em><strong>Modular systems are simpler and faster to set up than other types of scaffold. Which trades are they most commonly used by? List 4.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Plaster</li>\r\n<li>Painters</li>\r\n<li>Caulkers</li>\r\n<li>Tiler</li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li><em><strong>List the 3 most common trades which use a mobile scaffold.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Caulker</li>\r\n<li>Plaster trades</li>\r\n<li>Masonry trades</li>\r\n</ul>\r\n<br />\r\n<ol start=\"18\">\r\n<li><em><strong>What are the maximum loads for bays?</strong></em></li>\r\n</ol>\r\n<p>For light bay it is 225 kg</p>\r\n<p>For medium bay it is 450 kg</p>\r\n<p>For heavy bay it is 675 kg</p>\r\n<p> </p>\r\n<ol start=\"19\">\r\n<li><em><strong>Describe each of the access and egress factors to be considered consider when designing a scaffold system to be used on site.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"129\">\r\n<p>Factor</p>\r\n</td>\r\n<td width=\"567\">\r\n<p>Description</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"129\">\r\n<p>Vehicle access</p>\r\n</td>\r\n<td width=\"567\">\r\n<p>Vehicle interactions are must to keep a proper check around the whole workplace, where a scaffolding process is going on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"129\">\r\n<p>Storage</p>\r\n</td>\r\n<td width=\"567\">\r\n<p>Proper storage capacities should be given to the workers so that they can get enough storage to store their scaffolding equipments. </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"129\">\r\n<p>Safety</p>\r\n</td>\r\n<td width=\"567\">\r\n<p>Safety measures must be taken. Proper inspection must be done.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"129\">\r\n<p>Job site</p>\r\n</td>\r\n<td width=\"567\">\r\n<p>Environmental check should be taken before starting a work.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"20\">\r\n<li><em><strong>Label the components of the framed scaffolding. Use the list of words below.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"232\">\r\n<p>Handrail</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Platform</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Sole board</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"232\">\r\n<p>Toe board</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Guardrail post</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Brace</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"232\">\r\n<p>Base plate</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Mid-rail</p>\r\n</td>\r\n<td width=\"232\">\r\n<p>Frame</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" width=\"696\"> <img src=\"data:image/png;base64,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IICrqXbGigJxcFWfgQCuqtwZLArEwdV8BgK4mmpnrCgQB1f1GQjgqsqdwaJAHFzNZyCAq6l2xooCcXBVn4EArqrcGSwKxMHVfAYCuJpqZ6woEAdX9RkI4KrKncGiQBxczWcggKupdsaKAnFwVZ+BAK6q3BksCsTB1XwGAriaamesKBAHV/UZCOCqyp3BokAcXM1nIICrqXbGigJxcFWfgQCuqtwZLArEwdV8BgK4mmpnrCgQB1f1GQjgqsqdwaJAHFzNZyCAq6l2xooCcXBVn4EArqrcGSwK3Hvvvcsvv/yll17Kyj3++OMvvvjiU089dcstt6y77rqXX3559GlWgQCuWT1ztigwnAK//vrr1KlTV1hhhSuvvHLatGkzZsx47bXXnnvuOR+ut956qBf5mlUggGtWz5wtCgynwAknnIBuiy+++AEHHABn3Nydd97pw2233XaRRRY56qijIl+zCgRwzeqZs0WB/1GAZfvuu+++/fZbP7///vstt9xSfLrVVluts846f5uzrbHGGrzbDjvssNpqq+244452K/v/+OOPf/zxR9QcpwIB3DgFzOFRYDgF7rrrrm222Wb77bf/x5xt5ZVXPvHEE5944gmf33TTTTfffLNfHn744VdeeeWQQw5Zeumly25/n7N9+OGHEXecCgRw4xQwh0eB4RQ4++yzF1544S222GLKlCmM21577aWe8MgjjygsKC+8+eabb7311syZMyXjrrrqqt12202sCogbbLDBfPPNh3oRd5wKBHDjFDCHR4HhFIAtvmzVVVcVgQpI/XLmmWdOnz79sccee+aZZ1566aWXX375n3M2Cbhll1129dVXtyej5/e333474o5TgQBunALm8CgwnAJff/31q6++yov5aWPl9ttvP3QbBLjnn39+991332677cpu9n/jjTfk7yLuOBUI4MYpYA6PAqNQYJdddtl3332HBNwee+whDTeKc2XXESgQwI1ApOwSBRpSQJ1Ug4j+3kEO7oUXXpCeO/DAAxsaJ6f5jwIBXB6FKFBPAUEopyb79uyzz+rvlYArAalknOLpPvvsU++r9MdIAVx/3OdcZUUF9LuddNJJBx100CWXXHLfffeplrayaUcffbTqwf777+9fDz300Ouvvy77dv311/NuSy21lA8rfs2+GCqA64vbnIusqcANN9yw0EILad9VElU5XXPN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\" alt=\"\" width=\"416\" height=\"608\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"21\">\r\n<li><em><strong>Would you mix components of two prefabricated systems in one scaffold without a supplier’s or engineer’s consent? If scaffolding is to be modified or altered, where is the scheduling documented?</strong></em></li>\r\n</ol>\r\n<p>It is not allowed.</p>\r\n<p> </p>\r\n<ol start=\"22\">\r\n<li><em><strong>List the steps for erecting a scaffold in the correct order.</strong></em></li>\r\n</ol>\r\n<table class=\"table table-bordered\" width=\"696\">\r\n<tbody>\r\n<tr>\r\n<td width=\"185\">\r\n<p>Step</p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Procedure</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong> </strong></p>\r\n<p><strong>8</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Diagonals must be determined to see whether the base is in square shape or not.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>13</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>It is important for a ladder to have gate panels.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>1</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>While preparing a scaffold, proper and safe tools and equipments must be there.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>4</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Screw jacks must be fixed to a scaffold so that a smooth surface must be given to a sole board.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>18</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Proper inspection must be done to ensure whether a scaffold is fully complete or not.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>15</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Ladder and a tube must be attached together carefully. It should be tightly joined so that no mishappening arises. </p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>12</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Proper protection must be provided to the edges. </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong> </strong></p>\r\n<p><strong>7</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Pins should be safely hooked with braces and frames.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>17</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>The whole process will be continued until rest of the bays are finished.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>10</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Boards must be kept on one another so that a proper level is maintained.</p>\r\n<p><strong> </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>3</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Sole board must be jacked from the middle with a screw.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>6</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Place the frames on the screw jacks.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong> </strong></p>\r\n<p><strong>16</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Erect the second bay in the same way as the first. Check and adjust for level across both bays.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>5</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Measure the distance between the screw jacks to ensure the frames can be placed on top of them easily.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>11</strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Add the remaining boards to complete the working platform, making sure that the maximum gap between the boards is 10 mm.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>2</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Put the first sole board down no more than 200 mm away from the working surface and make sure it’s level. Dig the ground out if required. Place the next sole boards on the ground, ensuring they are the correct distance apart (width and length) to support the frame or standards.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong> </strong></p>\r\n<p><strong>9</strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>Use a spirit level to level the frames by adjusting the screw jacks up or down until the bubble rests in the centre of the lines.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"185\">\r\n<p><strong>14</strong></p>\r\n</td>\r\n<td width=\"510\">\r\n<p>At the best position for access, and according to the plan, attach tubes to the frame at the top and the bottom for the ladder to be tied to. The slope or pitch of the ladder needs to be not less than 1:4. The slope must be no more than 1:6.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"23\">\r\n<li><em><strong>What is the maximum extension on an adjustable base plate?</strong></em></li>\r\n</ol>\r\n<p>3 m</p>\r\n<p> </p>\r\n<ol start=\"24\">\r\n<li><em><strong>What is the minimum width of a scaffold plank?</strong></em></li>\r\n</ol>\r\n<p>450 mm</p>\r\n<p> </p>\r\n<ol start=\"25\">\r\n<li><em><strong>What is the minimum width of a heavy duty work platform?</strong></em></li>\r\n</ol>\r\n<p>900 mm (4 boards)</p>\r\n<p> </p>\r\n<ol start=\"26\">\r\n<li><em><strong>Scaffolding inspections depend on a number of factors. Describe 3 factors.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Erection of the Scaffold.</li>\r\n<li>Scaffold Integrity.</li>\r\n<li>Scaffold Access.</li>\r\n<li>Materials and Planking.</li>\r\n<li>Guardrails and Toeboards.</li>\r\n<li>Working on Scaffolds</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"27\">\r\n<li><em><strong>Are gaps allowed between the planks of a working platform?</strong></em></li>\r\n</ol>\r\n<p>Spacing between the planks of a working platform should be there but not more than 1 inch until and unless more space is required. A competent person should calculate that how gap is required.</p>\r\n<p> </p>\r\n<ol start=\"28\">\r\n<li><em><strong>What 5 records must be completed during the inspection of an erected scaffold?</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>The location, comments</li>\r\n<li>Date and time of inspections</li>\r\n<li>Designing and specification references</li>\r\n<li>Person’s name and position must be mentioned who carried out the inspection</li>\r\n<li>Brief detailing of a scaffolding structure.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"29\">\r\n<li><em><strong>Provide 2 reasons why a scaffolding plan may need to be modified.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Traffic at the working place must be avoided.</li>\r\n<li>Without proper knowledge of using a scaffold, it can lead to certain damages, risk factors tends to get higher. </li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"30\">\r\n<li><em><strong>Review the Safe Work Australia Code of Practice for Scaffolding work, Section 6 – Inspection and Maintenance. Outline the 2 key points under Regulation 225.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Written confirmation should be given by a qualified person prior using the scaffold.</li>\r\n<li>It is important that a scaffold must be inspected by a person who has a complete knowledge about this.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"31\">\r\n<li><em><strong>If a scaffold component has been damaged during use, what should you do?</strong></em></li>\r\n</ol>\r\n<p>Damaged scaffolds must not be used. Tampering of a scaffold can lead to further risks. Supervisor must be informed about the tampered or a incomplete scaffold.</p>\r\n<p> </p>\r\n<ol start=\"32\">\r\n<li><em><strong>How is scaffolding dismantled, and what are the main safety hazards?</strong></em></li>\r\n</ol>\r\n<p>Scaffolding is dismantled using reverse procedure as for erection.</p>\r\n<p> Falling objects</p>\r\n<p>Throwing staff between workmates</p>\r\n<p>Wrong PPE<br /><br /></p>\r\n<ol start=\"33\">\r\n<li><em><strong>Outline the clean-up procedure for dismantled scaffolding components.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>All the equipments must be cleaned properly. These can be cleaned by brushing, scraping and hosing.</li>\r\n<li>All the parts must be checked properly to see whether there is any damage or not.</li>\r\n<li>All the parts must be kept accordingly so that no difficulty occurs while finding any tool or equipment.</li>\r\n<li>No waste must be kept around.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"34\">\r\n<li><em><strong>What checks need to be carried out on scaffolding components during the dismantling process? List 4.</strong></em></li>\r\n</ol>\r\n<ul class=\"unordered-listing\">\r\n<li>Screw jacks</li>\r\n<li>Base plates</li>\r\n<li>Sole boards</li>\r\n<li>Any dropped parts</li>\r\n</ul>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 6, 4, 2, 52, NULL, 'Erect and dismantle restricted height scaffolding CPCCCM2008B', 'Sample work of CPCCCM2008B erect and dismantle restricted height scaffolding will let engineering students complete their assignments within the deadline period.', 'Erect and dismantle restricted height scaffolding CPCCCM2008B', 'erect-and-dismantle-restricted-height-scaffolding-cpcccm2008b', '2021-11-29 01:36:09', '2021-12-24 05:39:42');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(308, 'Develop a Marketing plan (BSBMKG609)', '<p> </p>\r\n<h3>Table of Contents</h3>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.gjdgxs\"><span style=\"font-weight: 400;\">Table of Contents</span> <span style=\"font-weight: 400;\">2</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.30j0zll\"><span style=\"font-weight: 400;\">Assessment Information</span> <span style=\"font-weight: 400;\">3</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.1fob9te\"><span style=\"font-weight: 400;\">Assessment Instructions</span> <span style=\"font-weight: 400;\">5</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.3znysh7\"><span style=\"font-weight: 400;\">Student Assessment Agreement</span> <span style=\"font-weight: 400;\">6</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.2et92p0\"><span style=\"font-weight: 400;\">Assessment Task 1 Cover Sheet</span> <span style=\"font-weight: 400;\">7</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.tyjcwt\"><span style=\"font-weight: 400;\">Assessment Task 1: Written Questions</span> <span style=\"font-weight: 400;\">8</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.3dy6vkm\"><span style=\"font-weight: 400;\">Assessment Task 1 Instructions</span> <span style=\"font-weight: 400;\">10</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.1t3h5sf\"><span style=\"font-weight: 400;\">Assessment Task 1 Checklist</span> <span style=\"font-weight: 400;\">12</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.4d34og8\"><span style=\"font-weight: 400;\">Assessment Task 2 Cover Sheet</span> <span style=\"font-weight: 400;\">13</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.2s8eyo1\"><span style=\"font-weight: 400;\">Assessment Task 2: Marketing plan research project</span> <span style=\"font-weight: 400;\">14</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.17dp8vu\"><span style=\"font-weight: 400;\">Assessment Task 2 Instructions</span> <span style=\"font-weight: 400;\">15</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.3rdcrjn\"><span style=\"font-weight: 400;\">Assessment Task 2 Checklist</span> <span style=\"font-weight: 400;\">20</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.26in1rg\"><span style=\"font-weight: 400;\">Assessment Task 3 Cover Sheet</span> <span style=\"font-weight: 400;\">22<br /><br /></span></a></p>\r\n<p><span style=\"font-weight: 400;\">Assessment Task 3: Marketing plan development and presentation project</span> <span style=\"font-weight: 400;\">23</span></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.lnxbz9\"><span style=\"font-weight: 400;\">Assessment Task 3 Instructions</span> <span style=\"font-weight: 400;\">25</span></a></p>\r\n<p><a href=\"https://docs.google.com/document/d/10xRWKea4Gntbpnh-WJGoQGxHe90Co9xv/edit#heading=h.35nkun2\"><span style=\"font-weight: 400;\">Assessment Task 3 Checklist</span> <span style=\"font-weight: 400;\">27<br /><br /></span><span style=\"font-weight: 400;\"><br /></span></a></p>\r\n<h3>Assessment Information</h3>\r\n<p><span style=\"font-weight: 400;\">The assessment tasks for BSBMKG609 Develop a marketing plan are included in this Student Assessment Tasks booklet and outlined in the assessment plan below.</span></p>\r\n<p><span style=\"font-weight: 400;\">To be assessed as competent for this unit, you must complete all the assessment tasks with satisfactory.</span></p>\r\n<h3>Assessment Plan</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessment Task</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessment Task Summary</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">1. Written Questions</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">You must answer all questions correctly.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">2. Marketing plan research project</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">You must conduct research and develop a marketing plan briefing report.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">3. Marketing plan development and presentation project</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">You must develop a Marketing Plan and present it to the management team.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<h3>Assessment Preparation</h3>\r\n<p><span style=\"font-weight: 400;\">Please read through this assessment thoroughly before beginning any tasks. Ask your assessor for clarification if you have any questions at all.</span></p>\r\n<p><span style=\"font-weight: 400;\">When you have read and understood this unit’s assessment tasks, print out the Student Assessment Agreement. Fill it out, sign it, and hand it to your assessor, who will countersign it and then keep it on file.</span></p>\r\n<p><span style=\"font-weight: 400;\">Keep a copy of all your work, as the work submitted to your assessor will not be returned to you.</span></p>\r\n<h3>Assessment appeals</h3>\r\n<p><span style=\"font-weight: 400;\">If you do not agree with an assessment decision, you can make an assessment appeal as per CSB assessment appeals process.</span></p>\r\n<p><span style=\"font-weight: 400;\">You have the right to appeal the outcome of assessment decisions if they feel they have been dealt with unfairly or have other appropriate grounds for an appeal.</span></p>\r\n<h3>Naming electronic documents</h3>\r\n<p><span style=\"font-weight: 400;\">It is important that you name the documents that you create for this Assessment Task in a logical manner.</span></p>\r\n<p><span style=\"font-weight: 400;\">Each should include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Course identification code</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assessment Task number</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document title (if appropriate)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Student name</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Date it was created</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">For example, BSBMKG609 AT2 Briefing Report Joan Smith 20/10/18</span></p>\r\n<h3>Additional Resources</h3>\r\n<p><span style=\"font-weight: 400;\">You will be provided with the following resources before you begin each Assessment Task.</span></p>\r\n<p><strong>Assessment Task 2</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Briefing Report Template</span></li>\r\n</ul>\r\n<p><strong>Assessment Task 3</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Marketing Plan Template</span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<h3>Assessment Instructions</h3>\r\n<p><span style=\"font-weight: 400;\">Each assessment task in this booklet consists of the following:</span></p>\r\n<h3>Assessment Task Cover Sheet</h3>\r\n<p><span style=\"font-weight: 400;\">This must be filled out, signed, and submitted together with your assessment responses.</span></p>\r\n<p><span style=\"font-weight: 400;\">If you are submitting hardcopy, the Cover Sheet should be the first page of each task’s submission. If you are submitting electronically, print out the cover sheet, fill it out and sign it, then scan this and submit the file.</span></p>\r\n<p><span style=\"font-weight: 400;\">The Assessment Task Cover Sheet will be returned to you with the outcome of the assessment, which will be satisfactory (S) or not satisfactory (NS). If your work has been assessed as being not satisfactory, your assessor will include written feedback in the Assessment Task Cover Sheet giving reasons why. Your assessor will also discuss this verbally with you and provide advice on re- assessment opportunities as per CSB re-assessment policy.</span></p>\r\n<p><span style=\"font-weight: 400;\">Depending on the task, this may include</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">resubmitting incorrect answers to questions (such as short answer questions and case studies)</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">resubmitting part or all of a project, depending on how the error impacts on the total outcome of the task</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">redoing a role play after being provided with appropriate feedback about your performance</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">being observed a second (or third time) undertaking any tasks/activities that were not satisfactorily completed the first time, after being provided with appropriate feedback.</span></li>\r\n</ul>\r\n<h3>Assessment Task Information</h3>\r\n<p><span style=\"font-weight: 400;\">This gives you:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">a summary of the assessment task</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">information on the resources to be used</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">submission requirements</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">re-submission opportunities if required</span></li>\r\n</ul>\r\n<h3>Assessment Task Instructions</h3>\r\n<p><span style=\"font-weight: 400;\">These give questions to answer or tasks which are to be completed.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your answers need to be typed up using software as indicated in the Assessment Task Instructions.</span></p>\r\n<p><span style=\"font-weight: 400;\">Copy and paste each task’s instructions into a new document and use this as the basis for your assessment task submission. Include this document’s header and footer.</span></p>\r\n<p><span style=\"font-weight: 400;\">If you are submitting electronically, give the document a file name that includes the unit identification number, the task number, your name, and the date.</span></p>\r\n<h3>Checklist</h3>\r\n<p><span style=\"font-weight: 400;\">This will be used by your assessor to mark your assessment. Read through this as part of your preparation before beginning the assessment task. It will give you a good idea of what your assessor will be looking for when marking your responses.</span></p>\r\n<h3>Student Assessment Agreement</h3>\r\n<p><span style=\"font-weight: 400;\">Make sure you read through the assessments in this booklet before you fill out and sign the agreement below.</span></p>\r\n<p><span style=\"font-weight: 400;\">If there is anything that you are unsure of, consult your assessor prior to signing this agreement.</span></p>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Have you read the assessment requirements for this unit?</span></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you understand the requirements of the assessments for this unit?</span></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you agree to the way in which you are being assessed?</span></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Do you have any specific needs that should be considered?</span></p>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes</span></li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">No</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">If so, explain these in the space below.</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Do you understand your rights to re-assessment?</span> <span style=\"font-weight: 400;\"> Yes</span> <span style=\"font-weight: 400;\"> No Do you understand your right to appeal the decisions made in an assessment?</span> <span style=\"font-weight: 400;\"> Yes</span> <span style=\"font-weight: 400;\"> No</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Student name</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Student number</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><strong><br /></strong>\r\n<h3>Assessment Task 1 Cover Sheet</h3>\r\n<h3>Student Declaration</h3>\r\n<p><span style=\"font-weight: 400;\">To be filled out and submitted with assessment responses</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I understand that if I If I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I have correctly referenced all resources and reference texts throughout these assessment tasks.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student name</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student ID number</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Assessor declaration</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessment outcome</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">S</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">NS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">DNS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Resubmission</span> <span style=\"font-weight: 400;\">Y</span> <span style=\"font-weight: 400;\">N</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</span></p>\r\n<h3>Feedback</h3>\r\n<h3>Student result response</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My performance in this assessment task has been discussed and explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I would like to appeal this assessment decision.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><span style=\"font-weight: 400;\"><br /></span>\r\n<p><span style=\"font-weight: 400;\">A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment Task 1: Written Questions</h3>\r\n<h3>Task summary</h3>\r\n<p><span style=\"font-weight: 400;\">This is an open book test, to be completed in the classroom. A time limit of 1 hour to answer the questions is provided.</span></p>\r\n<p><span style=\"font-weight: 400;\">You need to answer all the written questions correctly.</span></p>\r\n<p><span style=\"font-weight: 400;\">Your answers must be word processed and sent to the assessor as an email attachment.</span></p>\r\n<h3>Required</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Access to textbooks/other learning materials</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Computer and Microsoft Office</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Access to the internet</span></li>\r\n</ul>\r\n<h3>Submit</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Answers to all questions</span></li>\r\n</ul>\r\n<h3>Assessment criteria</h3>\r\n<p><span style=\"font-weight: 400;\">All questions must be answered correctly for you to be assessed as having completed the task satisfactorily.</span></p>\r\n<h3>Re-submission opportunities</h3>\r\n<p><span style=\"font-weight: 400;\">You will be provided feedback on their performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</span></p>\r\n<p><span style=\"font-weight: 400;\">If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</span></p>\r\n<p><span style=\"font-weight: 400;\">You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</span></p>\r\n<p><span style=\"font-weight: 400;\">You are encouraged to consult with the assessor prior to attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</span></p>\r\n<h3>Written answer question guidance</h3>\r\n<p><span style=\"font-weight: 400;\">The following written questions use a range of “instructional words” such as “identify” or “explain”, which tell you how you should answer the question. Use the definitions below to assist you to provide the type of response expected.</span></p>\r\n<p><span style=\"font-weight: 400;\">Note that the following guidance is the minimum level of response required.</span></p>\r\n<p><strong>Analyse – </strong><span style=\"font-weight: 400;\">when a question asks you to analyse something, you should do so in in detail, and identify important points and key features. Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Compare </strong><span style=\"font-weight: 400;\">– when a question asks you to compare something, you will need to show how two or more things are similar, ensuring that you also indicate the relevance of the consequences. Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Contrast </strong><span style=\"font-weight: 400;\">– when a question asks you to contrast something, you will need to show how two or more things are different, ensuring you indicate the relevance or the consequences. Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Discuss </strong><span style=\"font-weight: 400;\">– when a question asks you to discuss something, you are required to point out important issues or features and express some form of critical judgement. Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Describe </strong><span style=\"font-weight: 400;\">– when a question asks you to describe something, you should state the most noticeable qualities or features. Generally, you are expected to write a response two or three sentences long.</span></p>\r\n<p><strong>Evaluate </strong><span style=\"font-weight: 400;\">– when a question asks you to evaluate something, you should do so putting forward arguments for and against something. Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Examine </strong><span style=\"font-weight: 400;\">– when a question asks you to examine something, this is similar to “analyse”, where you should provide a detailed response with key points and features and provide critical analysis.</span></p>\r\n<p><span style=\"font-weight: 400;\">Generally, you are expected to write a response one or two paragraphs long.</span></p>\r\n<p><strong>Explain </strong><span style=\"font-weight: 400;\">– when a question asks you to explain something, you should make clear how or why something happened or the way it is. Generally, you are expected to write a response two or three sentences long.</span></p>\r\n<p><strong>Identify </strong><span style=\"font-weight: 400;\">– when a question asks you to identify something, this means that you are asked to briefly describe the required information. Generally, you are expected to write a response two or three sentences long.</span></p>\r\n<p><strong>List </strong><span style=\"font-weight: 400;\">– when a question asks you to list something, this means that you are asked to briefly state information in a list format.</span></p>\r\n<p><strong>Outline – </strong><span style=\"font-weight: 400;\">when a question asks you to outline something, this means giving only the main points, Generally, you are expected to write a response a few sentences long.</span></p>\r\n<p><strong>Summarise – </strong><span style=\"font-weight: 400;\">when a question asks you to summarise something, this means (like “outline”) only giving the main points. Generally, you are expected to write a response a few sentences long.</span></p>\r\n<h3>Assessment Task 1 Instructions</h3>\r\n<h3>Provide answers to all the questions below:</h3>\r\n<ol start=\"1\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline how strategic alliances can provide options for marketing opportunities and include two examples of alliances (also known as cooperative business models) that can be formed between businesses.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Strategic Alliances, we have discussed the fears and hesitations of many members. Operational and financial implications are found that might seem hazy. </span></p>\r\n<p><span style=\"font-weight: 400;\">Some of the examples of alliances are as follows:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hewlett-Packard and Disney.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Starbucks and Barnes &amp; Noble</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline how the development of existing products or services can provide marketing opportunity options for a business, both in existing and new markets. Relate your answer to relevant diversification strategies from the Ansoff matrix.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">By using the Ansoff matrix, it is safest for the development of the existing product of the company. This represents the great marketing opportunities that is the main focus on increasing the sales. By the knowledge, it is strengthened that the existing product is working properly. </span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline how a takeover can create options for marketing opportunities for a business.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Takeover is known as acquisition; it refers to the situation where total control of another business is assumed by the one business. The takeover represents the common medium of the external expansion for the larger business venture. It is potential of the takeover is to create the numerous options for the opportunities of the market as they increase the share of the market of the company.  </span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline key information that a franchiser should consider providing when marketing their franchise opportunity.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The market. </span></p>\r\n<p><span style=\"font-weight: 400;\">Company history.</span></p>\r\n<p><span style=\"font-weight: 400;\">Financial statements. </span></p>\r\n<p><span style=\"font-weight: 400;\">Level of investment.</span></p>\r\n<p><span style=\"font-weight: 400;\">Training and support.</span></p>\r\n<p><span style=\"font-weight: 400;\">Territory. </span></p>\r\n<p><span style=\"font-weight: 400;\">Royalties.</span></p>\r\n<p><span style=\"font-weight: 400;\">Restrictions</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline how a company can use the establishment of a new business as an opportunity for marketing. Provide an example to illustrate your answer.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Establishment of the new business can be used by the company for the new business as an opportunity. These products are used together, it is the product that needs another. For example: a certain company produce cars which result in rise of demand in the new market, in most cases, tires are not produced by the same company which produces the car. In this case, the manufacturer will get the information of the tires and there is high demand for the cars. In this way the company will help each-other. </span></p>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline two other marketing opportunity options that a business could choose to pursue other than options explored in the questions above.</strong></em></li>\r\n</ol>\r\n<p><strong>Consumer Segmentation</strong></p>\r\n<p><span style=\"font-weight: 400;\">It is a marketing strategy where the business segments the population. The population is divided into the segments. </span></p>\r\n<p><strong>Purchase Situation Analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">This is where the business analyses the purchase. It helps in decision making on how to avail the product. </span></p>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the importance of the product life cycle concept in marketing. Name and explain each of its stages.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For marketers, management and designers, the product life cycle is an important tool.  Four individual stages are specified.</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There is limited life span of a product. All products will end up by passing from the product life cycle. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Each phase presents the business with some opportunities and challenges as well. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Different effort is required by the product from design, development, </span><span style=\"font-weight: 400;\">marketing</span><span style=\"font-weight: 400;\">, purchasing, etc. during each phase of their life cycle.</span></li>\r\n</ol>\r\n<br />\r\n<ol start=\"8\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the importance of considering the marketing mix when bringing products or services to the market.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">There are several benefits of the marketing mix that makes it important to businesses;</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps to understand what is offered by the product or services </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It helps in planning the successful offering of the product </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It also helps in planning, developing and execution of effective </span><span style=\"font-weight: 400;\">marketing strategies</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It helps the business to use their strength also helps in avoiding the cost that is unnecessary.  </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Helps to determine whether the product or service which is being offered is suitable for the customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It also helps to determine the requirements of customers</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"9\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>As most businesses have the objective to sell as many products as possible, outline key factors that a company should consider in determining the product component of the marketing mix.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Factors to consider include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customers- they are the important part of the business. Their availability means more sales.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Competitors- they give the challenge of how much sales are based on the quality and quantity.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Product- it matters what product is sold in the market.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Industry- as compared to others, some products make more sale. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timing- how much the sales volume is determined. </span><span style=\"font-weight: 400;\"><br /></span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"10\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline the importance of the pricing strategy for a business and two types of pricing strategy that a company could use.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For determining of the maximum profits, Pricing strategy is important </span></p>\r\n<p><span style=\"font-weight: 400;\">Two strategies:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Market penetration pricing strategy- the aim of this strategy is luring the buyer to buy the product, as the prices are reduced bit. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pricing at a premium- in this strategy, the prices are set above the prices of the competitors.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"11\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline two types of promotional strategies that a business could use.</strong></em></li>\r\n</ol>\r\n<p><strong>Build awareness:</strong><span style=\"font-weight: 400;\"> One must need to identify the target audience for making them aware about their product and services, for the promotion of the marketing messages. </span></p>\r\n<p><span style=\"font-weight: 400;\"> </span><strong>Foster interests:</strong><span style=\"font-weight: 400;\"> well-designed content marketing is required for providing the required information for gaining their interests in the business. <br /><br /></span></p>\r\n<ol start=\"12\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline three common distribution strategies that can be used as part of the marketing mix.</strong></em></li>\r\n</ol>\r\n<p><strong>1) Indirect distribution</strong></p>\r\n<p><span style=\"font-weight: 400;\">When the product reaches the end customers, then it is known as indirect distribution, the product is reached through various channels in between. </span></p>\r\n<p><strong>2) Direct distribution</strong></p>\r\n<p><span style=\"font-weight: 400;\">When the product is directly sent to the end customer by the company, then it is known as Direct distribution. </span></p>\r\n<p><strong>3) Intensive distribution</strong></p>\r\n<p><span style=\"font-weight: 400;\">When there is mass marketing of the product, then intensive distribution is used. It is tried by the intensive distribution to cover as much market as possible. </span></p>\r\n<br />\r\n<ol start=\"13\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline why a business may choose to use an undifferentiated marketing strategy.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">It is important as it helping the business in reaching the large number of people at a time. It is also helpful in reducing the cost of marketing the product.</span></p>\r\n<br />\r\n<ol start=\"14\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Outline why a business may choose to use a concentrated marketing strategy.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">When the resources are limited with the firm, it is appropriate to use concentrated marketing strategies  so that it is used in the marketing of the product services. </span></p>\r\n<br />\r\n<ol start=\"15\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the process that a marketer can use to ensure that marketing strategies, approaches and the marketing mix align with an organization’s strategic objectives. Provide an example to illustrate your response.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">To make sure that the marketing strategies align with the organization\'s strategic objectives, the following have to be taken into consideration:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The plans of market should be measurable and achievable. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is important to note the key performance indicator for tracking the marketing goals.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The strategic objectives must line up with the marketing goals.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The goals of market must be in content based and it should be well outlined. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content performance track should be kept.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"16\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the process that a marketer can use to ensure that marketing strategies, approaches and the marketing mix meet legal and ethical requirements. Provide an example to illustrate your response. </strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For achievement of the requirement, following points have to be observed:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Healthy approach- the information regarding the product needs to be disclosed when the marketing the product. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content compliance- during the marketing of the product, it is important to be truthful. Publishing of the misleading information is wrong.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Child right promotion- when the marketing strategies are engaged, it should be examined for making sure that the child rights are not violated.</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"17\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Explain the process that a marketer can use to ensure that marketing strategies, approaches and the marketing mix are achievable for an organization. Provide an example to illustrate your response.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">For ensuring that the marketing strategies are achievable, the following points have to be considered:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The marketing goals that are been chosen must line up with the set goals of the organization.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The strategies that are set is achievable with the resources that are available. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is important to keep the track of the marketing strategies performance. </span><strong><br /></strong></li>\r\n</ul>\r\n<br />\r\n<h3>Assessment Task 1 Checklist</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\">\r\n<p><span style=\"font-weight: 400;\">Student’s name:</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"><br />\r\n<p><span style=\"font-weight: 400;\">Did the student provide a sufficient and clear answer that addresses the suggested answer for the following?</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Completed successfully</span></p>\r\n</td>\r\n<td rowspan=\"2\"><br /><br />\r\n<p><span style=\"font-weight: 400;\">Comments</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Yes</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">No</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 1</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 2</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 3</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 4</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 5</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 6</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 7</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 8</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 9</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 10</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 11</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 12</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 13</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 14</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 15</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 16</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Question 17</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Task Outcome:</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">Satisfactory </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Not Satisfactory </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><strong><br /></strong>\r\n<h3>Assessment Task 2 Cover Sheet</h3>\r\n<h3>Student Declaration</h3>\r\n<p><span style=\"font-weight: 400;\">To be filled out and submitted with assessment responses</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I understand that if I If I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I have correctly referenced all resources and reference texts throughout these assessment tasks.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student name</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student ID number</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<h3>Assessor declaration</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessment outcome</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">S</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">NS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">DNS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Resubmission</span> <span style=\"font-weight: 400;\">Y</span> <span style=\"font-weight: 400;\">N</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</span></p>\r\n<h3>Feedback</h3>\r\n<h3>Student result response</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My performance in this assessment task has been discussed and explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I would like to appeal this assessment decision.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment Task 2: Marketing plan research project</h3>\r\n<h3>Task summary</h3>\r\n<p><span style=\"font-weight: 400;\">This assessment task requires you, in the role of Marketing Manager, to conduct research and develop a Marketing Plan briefing report to inform the development of a Marketing Plan that you will develop in Assessment Task 3.</span></p>\r\n<p><span style=\"font-weight: 400;\">This assessment is to be completed in the simulated work environment in CSB.</span></p>\r\n<h3>Required</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Access to textbooks/other learning materials</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Computer with Microsoft Office and internet access</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Briefing Report Template</span></li>\r\n</ul>\r\n<h3>Submit</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Email with briefing report attached</span></li>\r\n</ul>\r\n<h3>Assessment criteria</h3>\r\n<p><span style=\"font-weight: 400;\">For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all of the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</span></p>\r\n<h3>Re-submission opportunities</h3>\r\n<p><span style=\"font-weight: 400;\">You will be provided feedback on their performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</span></p>\r\n<p><span style=\"font-weight: 400;\">If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</span></p>\r\n<p><span style=\"font-weight: 400;\">You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</span></p>\r\n<p><span style=\"font-weight: 400;\">You are encouraged to consult with the assessor prior to attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment Task 2 Instructions</h3>\r\n<p><span style=\"font-weight: 400;\">Carefully read the following:</span></p>\r\n<p><span style=\"font-weight: 400;\">NatureCare Products is based in Brisbane, Queensland Australia. It commenced business in 1996, manufacturing and retailing eco-friendly, high quality beauty skin care products.</span></p>\r\n<p><span style=\"font-weight: 400;\">The business was established to cater for a growing demand for skin products that contain eco- friendly and natural ingredients. There is also an emphasis on eco-friendly packaging.</span></p>\r\n<p><span style=\"font-weight: 400;\">NatureCare Products’ current Strategic Plan identifies that its vision is to be a market leader for providing high quality, sustainable skin care products.</span></p>\r\n<p><span style=\"font-weight: 400;\">Its organisational objectives are to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To be a high performing profitable business</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To be a leader and innovator in natural, eco-friendly cosmetics</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To attract, engage and develop the best staff</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It has identified its major competitors as being Jurilique and Botani and is currently working on positioning itself against this strong competition. The prices of its products are slightly higher than major competitors.</span></p>\r\n<p><span style=\"font-weight: 400;\">The organisation currently consists of the CEO, Operations Manager, Sales Manager, Marketing Assistant, Customer Sales Officers (5) and Administration staff (3). All the positions are based in the office in Brisbane.</span></p>\r\n<p><span style=\"font-weight: 400;\">The company’s current range of products include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Cleansing creams </strong><span style=\"font-weight: 400;\">to soothe skin during make-up removal. Primary ingredients are Shea butter to nourish the skin and plant the skin, and plant extracts rich in essential oils with regenerating and anti-inflammatory properties. This product is for delicate and mature skins and can also be used as a baby cream.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Multi Protection Day Moisturizing Creams </strong><span style=\"font-weight: 400;\">for dry to normal skin types that help protect the skin during the day. It contains shea butter and extracts from fragile green algae that provides hydrating and protective properties.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><strong>Regenerating facial scrub </strong><span style=\"font-weight: 400;\">to clean off dead skin cells to promote regeneration of healthy new cells. This product can be used on most skin types.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The company has become well established in the Australian market and sells its products in health stores across the country. However, the company wants to widen its range of retails outlets with other outlets that reflects its desired positioning.</span></p>\r\n<p><span style=\"font-weight: 400;\">It also sells its products online through its own web site, although there is no SEO, and no social media presence currently.</span></p>\r\n<p><span style=\"font-weight: 400;\">The company targets customers that want high quality, eco-friendly products. Market research has identified that around 70% of customers are professional women aged 25 to 55.</span></p>\r\n<p><span style=\"font-weight: 400;\">The current strategy of the company as identified in its latest Marketing Plan is niche marketing to the target group based on positioning the products as high quality and eco-friendly.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<p><span style=\"font-weight: 400;\">With regard to the marketing of NatureCare Products, the company is reasonably happy with sales through the web site but would like to do more in the future, for example, through reviewing search engine optimisation and to use social media to generate sales. The company is in a strong financial position and has a budget of around $150,000 for marketing for the upcoming financial year.</span></p>\r\n<p><span style=\"font-weight: 400;\">The company would like to add more products over time and is focussed on a range of products to meet particular skin needs rather than a one-size fits all. The company is also interested in expanding overseas. Research has identified that Japan may represent a good opportunity for the company, as it has been identified there are good opportunities for products made from natural ingredients. The company has also decided to target essentially the same group of consumers as for the Australian market, as it has identified that a key group of consumers in Japan for cosmetic products are middle- aged and older women who seek functionality and higher-value-added items.</span></p>\r\n<p><span style=\"font-weight: 400;\">Regarding the company’s current promotional activities, successful promotional activities have been advertisements on the Australian body + soul web site and in the Natural Health magazine. There have also been in-store promotions with the focus on high quality products for women.</span></p>\r\n<p><span style=\"font-weight: 400;\">The management team of NatureCare Products has advised that its primary marketing objectives are:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Increase the number of people who make a purchase while visiting the online store by 20%.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Increase the number of retail outlets selling NatureCare Products by 150.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To increase product awareness amongst the target market by 20%.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To increase market share to 15%.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To expand into at least one international market.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To identify new products and new markets.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">To attain annual growth of at least 10% over the next three years.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Regarding market trends, the following have all contributed to the growth in popularity of natural- based personal care products:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">health warnings</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">environmental concerns</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">ethical concerns</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">therapy awareness</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">organic attitudes</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">It is predicated that natural/organic skincare, hair care and cosmetics sales will continue to grow strongly in the retail sector. Cosmetics in general are also still growing strongly.</span></p>\r\n<p><span style=\"font-weight: 400;\">Complete the following activities:</span></p>\r\n<ol>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Write a marketing plan briefing report.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Review the case study information and use the Internet to conduct research on trends and development in the cosmetics industry, potential new and emerging markets, competitors and any other relevant factors.</span></p>\r\n<p><span style=\"font-weight: 400;\">Based on your research and the review of the case study information, develop a SWOT and a PESTLE analysis that outlines all of the internal and external factors that will impact on the Marketing Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Identify and evaluate least three potential marketing opportunities for NatureCare Products and that align with organisational objectives. The evaluation of each of the marketing opportunities that you identify should include the following:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">The fit with organisation’s objectives as outlined in the scenario information.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Risks of each of the marketing opportunities you have identified.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Potential returns of each of the marketing opportunities. Returns can be identified in general terms, for example, greater market share.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Identify and report on feasible marketing strategies that can be implemented for the marketing opportunities you have identified, including strategies that:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Address the four p’s of the marketing mix in accordance with the organisation’s marketing objectives, including desired positioning.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Align with organisational strengths as described in the case study information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Are relevant to the three marketing opportunities you have identified</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Are consistent with NatureCare Product’s ability to implement such marketing strategies given the information provided in the case study.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">The briefing report must include a clear rationale for your selection of marketing strategies based on the above, and clearly demonstrate how the strategies align with the NatureCare Product’s strategic objectives.</span></p>\r\n<p><span style=\"font-weight: 400;\">Following determination of the marketing strategies, you are required to plan and report on marketing tactics for each of the marketing strategies you have identified.</span></p>\r\n<p><span style=\"font-weight: 400;\">This must include:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Details of proposed marketing tactics to implement each strategy and rationale for such.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Timing of the marketing tactics, staff roles and responsibilities and costs involved. Costing should be developed in line with the budget outlined in the case study information. You should research the cost of the marketing tactic you identified using the Internet to ascertain general costs and record these in the briefing report.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Recommended coordination and monitoring mechanisms that will be used to ensure that the marketing tactics are implemented as required and according to timelines.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">How the proposed marketing tactics are achievable within the available budget and staff and are relevant to the organisation’s marketing objectives.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Legal and ethical issues that need to be considered in using the marketing tactics proposed and how you have ensured these issues are addressed. The following codes and legislation should be reviewed to assist in the identification of legal and ethical issues (depending on the marketing tactics proposed):</span> <a href=\"http://aana.com.au/content/uploads/2014/05/AANA-Code-of-Ethics.pdf\"><span style=\"font-weight: 400;\">http://aana.com.au/content/uploads/2014/05/AANA-Code-of-Ethics.pdf</span></a> <a href=\"http://apps.ami.org.au/About/code_of_conduct.asp\"><span style=\"font-weight: 400;\">http://apps.ami.org.au/About/code_of_conduct.asp</span></a> <a href=\"http://www.adma.com.au/comply/code-of-practice/\"><span style=\"font-weight: 400;\">http://www.adma.com.au/comply/code-of-practice/</span></a> <a href=\"http://www.acma.gov.au/Industry/Marketers/Anti-Spam/Ensuring-you-dont-spam/key-elements-of-the-spam-act-ensuring-you-dont-spam-i-acma\"><span style=\"font-weight: 400;\">http://www.acma.gov.au/Industry/Marketers/Anti-Spam/Ensuring-you-dont-spam/key-</span></a><a href=\"http://www.acma.gov.au/Industry/Marketers/Anti-Spam/Ensuring-you-dont-spam/key-elements-of-the-spam-act-ensuring-you-dont-spam-i-acma\">elements-of-the-spam-act-ensuring-you-dont-spam-i-acma</a></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Develop and report on marketing performance measures to ensure performance against marketing objectives and budget can be measured and allowing for adjustment against measures as required.</span></p>\r\n<p><span style=\"font-weight: 400;\">Develop and report on strategies that can assist in increasing organisational expertise or resources to address gaps in currently capability and marketing objectives as per the case study information provided.</span></p>\r\n<p><span style=\"font-weight: 400;\">Use the Briefing Report Template to guide your work.</span></p>\r\n<p><strong>Nature Care Products</strong></p>\r\n<p><strong>Marketing Plan Briefing Report </strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><span style=\"font-weight: 400;\">A marketing report is a set of data created to analyze the performance of a specific marketing campaign or effort. It is utilized to effectively communicate a company\'s marketing strategy, including research, promotional tactics, goals and expected outcomes.</span></p>\r\n<p><span style=\"font-weight: 400;\">It basically accomplishes these critical points for team: </span></p>\r\n<p><span style=\"font-weight: 400;\">Explains the purpose of a given marketing strategy. </span></p>\r\n<p><span style=\"font-weight: 400;\">Details the measurements that will determine the success of a campaign. </span></p>\r\n<p><span style=\"font-weight: 400;\">Identifies the audience and expected outcomes of the project.</span></p>\r\n<p><strong>Marketing Overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">The organization has gotten grounded in the Australian market and sells its items in wellbeing stores the nation over. Nonetheless, the organization needs to broaden its scope of retails outlets with different outlets that mirrors its ideal situating. It additionally sells its items online through its own site, despite the fact that there is no SEO, and no web-based media presence as of now. It has distinguished its significant rivals as being Jurilique and Botani and is as of now chipping away at situating itself against this solid rivalry. The costs of its items are somewhat higher than significant contenders.</span></p>\r\n<p><strong>Current customer profile </strong></p>\r\n<p><span style=\"font-weight: 400;\">Company Markets its target audience who are willing to take the high quality and eco-friendly products for themselves. Market research has identified that around 70% of customers are professional women aged 25 to 55. </span></p>\r\n<p><strong>SWOT ANALYSIS</strong></p>\r\n<p><span style=\"font-weight: 400;\">SWOT stands for Strengths, Weaknesses, Opportunities, and Threats, and so a SWOT Analysis is a technique for assessing these four aspects of your business.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Weaknesses</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Products of High-Quality </span></p>\r\n<p><span style=\"font-weight: 400;\">•Eco-friendly and Natural raw materials are used for manufacturing </span></p>\r\n<p><span style=\"font-weight: 400;\">•High Brand value</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The high price of the products </span></p>\r\n<p><span style=\"font-weight: 400;\">•Products restricted to women</span></p>\r\n<p><span style=\"font-weight: 400;\"> •Few products as the products are specific to skin types</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Meeting the requirements for the new market </span></p>\r\n<p><span style=\"font-weight: 400;\">Launching new products which will meet Men’s need as well. </span></p>\r\n<p><span style=\"font-weight: 400;\">For increasing the sales, more promotions is carried out </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Fierce marketing from other reputed brands</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>PESTLE Analysis </strong></p>\r\n<p><span style=\"font-weight: 400;\">A PESTEL analysis or PESTLE analysis (formerly known as PEST analysis) is a tool that is used for analyzing and monitoring the macro-environmental factors. When a business is about to start, this tool is used.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Political Factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">A bill called the Personal Care Product Safety Act permits the FDA to have an additional \"active\" way for dealing with the guaranteeing item wellbeing. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Economic factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Without a doubt, clients turned out to be more cost cognizant, choosing to purchase just what they need for endurance. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Social factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There are many brands offering almost a similar item. </span></p>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">Brand reliability spreads on a level plane. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Technological factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The web truly altered the magnificence business. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Legal factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Fixings in the excellence business are precarious. They can be FDA-directed without additionally being FDA-endorsed. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Environmental factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The beauty business is centering like never before to attempt to go \"green.\" </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Marketing Opportunities</strong></p>\r\n<p><span style=\"font-weight: 400;\">Following are the marketing opportunities that I opted for: </span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Telemarketing</strong><span style=\"font-weight: 400;\">: in this, telephone is used to make sale. This type of marketing focuses on those customers who are at home during the day. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Customer Segmentation: <span style=\"font-weight: 400;\">consumer segment needs to be identified for understanding the demand. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li aria-level=\"1\">Social media sites.<span style=\"font-weight: 400;\"> In this advertising is done through social media, like Facebook. </span></li>\r\n</ul>\r\n<p><strong>Analyzing marketing opportunities for best results:</strong></p>\r\n<p><strong>Analysis of other industries</strong></p>\r\n<p><span style=\"font-weight: 400;\">In some cases, the company’s objective is not to continue the operations within an industrial sector but also expanding a certain business. </span></p>\r\n<p><strong>Environment analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">By analysing of the changes in the environment, the market opportunities can be identified.</span></p>\r\n<p><strong>Marketing Strategies</strong></p>\r\n<p><strong>Marketing Strategies</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Telemarketing</strong><span style=\"font-weight: 400;\">: </span><span style=\"font-weight: 400;\"> </span><span style=\"font-weight: 400;\">in this, telephone is used to make sale. This type of marketing focuses on those customers who are at home during the day. </span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Social media sites: </strong><span style=\"font-weight: 400;\">In this advertising is done through social media, like Facebook.</span></li>\r\n</ul>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Call to Action (CTA) Marketing: </strong><span style=\"font-weight: 400;\">It converts the web traffic into sales. </span></li>\r\n</ul>\r\n<p><strong>Marketing performance</strong></p>\r\n<p><span style=\"font-weight: 400;\">To measure marketing performance against marketing objectives we need to:</span></p>\r\n<p><span style=\"font-weight: 400;\">KPI tools are a business reporting solution used by companies to track, monitor, and generate actionable insights from key performance indicators specific to company’s business objectives to achieve sustainable business development and, ultimately, profit.</span></p>\r\n<p><strong>Marketing KPIs</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Marketing Objectives</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>KPIs</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Increment in the sales of online stores by 20%</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By the end of the second quarter, No. of online store sale to be increased by 20%</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Increasing the number of retail stores</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By the end of the Third Quarter, No. of Retail outlets to be increased by 150 </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">To increase market share by 20 % </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">At least one international Venue will be opened by the end of the second quarter.</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">To setup one International Market</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By the end of the second quarter, one international venue will be opened. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">For identification of the new products and new market</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">By the end of the Fourth Quarter, the new products and new markets will be set up </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">For attainment of an annual growth</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Over the next three years, the annual growth will be attained </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Strategies to increase organizational expertise or resources to address gaps in currently capability and marketing objectives:</strong></p>\r\n<p><strong>Plan your analysis</strong></p>\r\n<p><span style=\"font-weight: 400;\">On two levels, a skill gap analysis should be done– at an individual and at a team level. For planning the analysis effectively, there is a need of establishment with whom there is a need to talk, including C-suit. </span></p>\r\n<p><strong>Catch up on the future of work trends</strong></p>\r\n<p><span style=\"font-weight: 400;\">Determine what is needed to be done in order to get the organization up to the expectations. </span></p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the CEO via email (your assessor) with your briefing report attached.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be written in grammatically correct English, in an appropriate (formal, business-like) tone.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should seek feedback on the briefing report and request approval to develop the marketing plan based on the report.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your briefing report to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">The CEO will respond to your email and briefing report, providing ideas for incorporation as required, and confirm approval to proceed to developing the marketing plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of Briefing report</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is written to give the overview of the marketing plan briefing report of the products of the NatureCare of the organization. The report is attached to the mail. Kindly go through the report and give your valuable feedback. </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards, </span></p>\r\n<strong><br /></strong>\r\n<h3>Assessment Task 2 Checklist</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\">\r\n<p><span style=\"font-weight: 400;\">Student’s name:</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\"><br />\r\n<p><span style=\"font-weight: 400;\">Did the student:</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Completed successfully</span></p>\r\n</td>\r\n<td rowspan=\"2\"><br />\r\n<p><span style=\"font-weight: 400;\">Comments</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Yes</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">No</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Conduct and report on a SWOT and PESTLE analysis to inform the development of the marketing plan, including identification of marketing opportunities?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Identify and report on at least three marketing opportunities based on a review of the scenario information and SWOT and PESTLE analysis?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Evaluate and report on each identified marketing opportunity including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The fit with organisation’s objectives as outlined in the scenario information.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Risks of each of the marketing opportunities you have identified</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Potential returns of each of the marketing opportunities – returns can be identified in general terms, for example, greater market share.</span></li>\r\n</ul>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Develop and report on marketing strategies that:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address the four p’s of the marketing mix in accordance with the organisation’s marketing objectives, including desired positioning.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Align with organisational strengths</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Are relevant to the marketing opportunities identified</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Are consistent with NatureCare Product’s ability to implement such marketing strategies, specifically existing staff and budget?</span></li>\r\n</ul>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Determine and report on marketing tactics to be used to implement marketing strategies including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An explanation of marketing tactics and rationale for such.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timing of the marketing strategies, staff roles and responsibilities and costs involved.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recommended coordination and monitoring mechanisms to ensure that the marketing tactics are implemented as required and according to timelines.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">How the proposed marketing tactics are achievable within the available budget and staff</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Legal and ethical issues that need to be considered in using the marketing tactics proposed?</span></li>\r\n</ul>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Provide a clear rationale for selection of marketing strategies?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Identify and report on recommended strategies to review marketing performance, including marketing metrics to be used?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Develop and report on strategies that can assist in increasing organizational expertise or resources to address gaps in currently capability and marketing objectives?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Task Outcome:</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">Satisfactory </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Not Satisfactory </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><br /></strong>\r\n<h3>Assessment Task 3 Cover Sheet</h3>\r\n<h3>Student Declaration</h3>\r\n<p><span style=\"font-weight: 400;\">To be filled out and submitted with assessment responses</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I understand that if I If I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I have correctly referenced all resources and reference texts throughout these assessment tasks.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student name</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student ID number</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Assessor declaration</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessment outcome</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">S</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">NS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">DNS</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Resubmission</span> <span style=\"font-weight: 400;\">Y</span> <span style=\"font-weight: 400;\">N</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-weight: 400;\">Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</span></p>\r\n<p><strong>Feedback</strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My performance in this assessment task has been discussed and explained to me.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I would like to appeal this assessment decision.</span></li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Student signature</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span style=\"font-weight: 400;\">A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment Task 3: Marketing plan development and presentation project</h3>\r\n<h3>Task summary</h3>\r\n<p><span style=\"font-weight: 400;\">This assessment task requires you to develop and present the Marketing Plan based on the Marketing Plan briefing report that you developed in Assessment Task 2.</span></p>\r\n<p><span style=\"font-weight: 400;\">This assessment is to be completed in the simulated work environment in CSB.</span></p>\r\n<h3>Required</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Access to textbooks/other learning materials</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Computer with Microsoft Office and internet access</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Marketing Plan Template</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Access to a meeting space</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Projector for PowerPoint presentation</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Roleplay participants (assessor and two students)</span></li>\r\n</ul>\r\n<h3>Submit</h3>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Email with draft marketing plan and marketing presentation attached</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Email with revised marketing plan attached</span></li>\r\n</ul>\r\n<h3>Assessment criteria</h3>\r\n<p><span style=\"font-weight: 400;\">For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</span></p>\r\n<h3>Re-submission opportunities</h3>\r\n<p><span style=\"font-weight: 400;\">You will be provided feedback on their performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</span></p>\r\n<p><span style=\"font-weight: 400;\">If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</span></p>\r\n<p><span style=\"font-weight: 400;\">You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</span></p>\r\n<p><span style=\"font-weight: 400;\">You are encouraged to consult with the assessor prior to attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</span><span style=\"font-weight: 400;\"><br /></span></p>\r\n<h3>Assessment Task 3 Instructions</h3>\r\n<p><span style=\"font-weight: 400;\">Complete the following activities:</span></p>\r\n<ol>\r\n<li><em><strong>Develop a Marketing Plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Use the information from your marketing plan briefing report from Assessment Task 2, and the Marketing Plan Template to develop the marketing plan. Notes in the Marketing Plan Template will assist you to structure the required information.</span></p>\r\n<p><span style=\"font-weight: 400;\">You should also ensure that you your marketing plan addresses any feedback given to you by your assessor at the end of Assessment Task 2.</span></p>\r\n<p><span style=\"font-weight: 400;\">You will be updating your marketing plan after discussing it with the CEO and senior management team after your presentation, so save this version of your plan as Draft Marketing Plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Print off three copies of your Draft Marketing Plan to provide to the CEO and senior management team.</span></p>\r\n<p><strong>Draft Marketing Plan</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><span style=\"font-weight: 400;\">A set of data that is created for the analyzing of the performance of a particular market campaign, is known as a marketing report. For the effective communication of the marketing strategy of the company, it is utilized. It includes the research, promotional tactics, goals as well as the expected outcomes. </span></p>\r\n<p><span style=\"font-weight: 400;\">It is composed of following critical points:</span></p>\r\n<p><span style=\"font-weight: 400;\">It explains the purpose of giving a market strategy. </span></p>\r\n<p><span style=\"font-weight: 400;\">Measurement is detailed that determines the success of the campaign </span></p>\r\n<p><span style=\"font-weight: 400;\">Audience is identified and the expected outcome of the project </span></p>\r\n<p><strong>Marketing Overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the Australian market, the organization has been grounded, and sell their items. The scope needs to be broadened by the organization. The items are sold online through their on web-sites. </span></p>\r\n<p><strong>Current Promotional Activities</strong></p>\r\n<p><span style=\"font-weight: 400;\">Through magazines, the company is promoting its brand. A web-site is being also launched by the company through which the customer can buy their products. </span></p>\r\n<p><strong>SWOT ANALYSIS</strong></p>\r\n<p><span style=\"font-weight: 400;\">SWOT stands for Strengths, Weaknesses, Opportunities, and Threats, and so a SWOT Analysis is a technique for assessing these four aspects of your business.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Weaknesses</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Products of High-Quality </span></p>\r\n<p><span style=\"font-weight: 400;\">•Eco-friendly and Natural raw materials are used for manufacturing </span></p>\r\n<p><span style=\"font-weight: 400;\">•High Brand value</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The high price of the products </span></p>\r\n<p><span style=\"font-weight: 400;\">•Products restricted to women</span></p>\r\n<p><span style=\"font-weight: 400;\"> •Few products as the products are specific to skin types</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Meeting the requirements for the new market </span></p>\r\n<p><span style=\"font-weight: 400;\">Launching new products which will meet Men’s need as well. </span></p>\r\n<p><span style=\"font-weight: 400;\">For increasing the sales, more promotions is carried out </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Fierce marketing from other reputed brands</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>PESTLE Analysis </strong></p>\r\n<p><span style=\"font-weight: 400;\">A PESTEL analysis or PESTLE analysis (formerly known as PEST analysis) is a tool that is used for analyzing and monitoring the macro-environmental factors. When a business is about to start, this tool is used.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Political Factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">A bill called the Personal Care Product Safety Act permits the FDA to have an additional \"active\" way for dealing with the guaranteeing item wellbeing. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Economic factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Without a doubt, clients turned out to be more cost cognizant, choosing to purchase just what they need for endurance. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Social factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There are many brands offering almost a similar item. </span></p>\r\n<p><span style=\"font-weight: 400;\">Brand reliability spreads on a level plane. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Technological factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The web truly altered the magnificence business. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Legal factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Fixings in the excellence business are precarious. They can be FDA-directed without additionally being FDA-endorsed. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Environmental factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The beauty business is centering like never before to attempt to go \"green.\" </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Marketing Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the awareness of the product among the target market by 20% </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing the market share to 15% </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding into at least one international market.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identifying new products and new market. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Attainment of annual growth of 10% </span></li>\r\n</ul>\r\n<p><strong>Budget and projected profit and loss</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Marketing strategies</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Costs involved </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Anticipated Profit/Loss or returns </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Youtube videos</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$40000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CTA Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$20000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$40000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Understanding search engine optimization. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$20000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Use Facebook ads with re-targeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$18000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$45000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Viral Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$22000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$35000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">TOTAL </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,80,000</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Marketing performance</strong></p>\r\n<p><span style=\"font-weight: 400;\">To measure marketing performance against marketing objectives we need to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build brand awareness </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate leads and acquire customers</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Engage, add value to customer relationships   </span></p>\r\n<br />\r\n<ol start=\"3\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Develop a PowerPoint presentation.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">When you have completed your Marketing Plan, develop a PowerPoint presentation to assist in presenting the information from your Marketing Plan. Prepare a minimum of 15 slides that include visuals such as images, charts, graphs, or tables.</span></p>\r\n<p><span style=\"font-weight: 400;\">The presentation must address each section of your Marketing Plan, as well as clearly describe:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">How the Marketing Plan meets organizational and marketing objectives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">The proposed strategic marketing mix and rationale for such</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Overall marketing approach and rationale for such</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Information that supports the choice of identified marketing strategies and tactics You may include notes within your presentation program to assist you in presenting. Save this file as Marketing Presentation.</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">Presentation has been attached </span></p>\r\n<br />\r\n<ol start=\"4\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should introduce and summarise the contents of the attachment and ask them for the place, date, and time of your presentation.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your draft marketing plan and marketing presentation to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From: </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attachment of Draft Marketing Plan</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">The mail is sent to give a advice that the showcasing process has been outlined. For giving extensive outline about the marketing plan, short showcasing is been introduced for all the colleagues. </span></p>\r\n<p><span style=\"font-weight: 400;\">I request to choosing a spot that is positive and time for introducing the advertising and the promotion draft. </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<ol start=\"5\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Present your Marketing Plan.</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Your assessor will roleplay the CEO and two other students will roleplay the senior management team (the Operations Manager and the Sales Manager).</span></p>\r\n<p><span style=\"font-weight: 400;\">Prior to commencing your presentation, ensure you provide a printed copy of your Draft Marketing Plan to the meeting attendees.</span></p>\r\n<p><span style=\"font-weight: 400;\">At the meeting, you will need to explain each part of the Marketing Plan and seek input and feedback.</span></p>\r\n<p><span style=\"font-weight: 400;\">During the meeting you will need to demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding</span></li>\r\n</ul>\r\n<p><span style=\"font-weight: 400;\">PowerPoint presentation has been given to the staff members for the Marketing plan, in the meeting arranged frequently. </span></p>\r\n<p><span style=\"font-weight: 400;\">In the meetings, we had examined about the fundamental motivation behind the advertising plan in the association, alongside that promoting plan drafts have been conveyed to the workers and their perspectives and criticisms has been recorded and tuned in.</span></p>\r\n<p><span style=\"font-weight: 400;\">Questions asked from the colleagues after the presentation:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overall, how would you rate the presentation?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">How likely are you to recommend this presentation to other employees? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Why did you decide to attend the presentation? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Which elements of the marketing plan did you like the most? </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What, if anything, did you dislike about this marketing plan?</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What do you think about the new modifications in the marketing system?</span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"6\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Update your Marketing Plan</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">Incorporate feedback provided by your assessor and the other students who attended your presentation.</span></p>\r\n<p><span style=\"font-weight: 400;\">Save this document as Updated Marketing Plan.</span></p>\r\n<p><strong>Updated Marketing Plan</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p><span style=\"font-weight: 400;\">A set of data that is created for the analyzing of the performance of a particular market campaign, is known as a marketing report. For the effective communication of the marketing strategy of the company, it is utilized. It includes the research, promotional tactics, goals as well as the expected outcomes. </span></p>\r\n<p><span style=\"font-weight: 400;\">It is composed of following critical points:</span></p>\r\n<p><span style=\"font-weight: 400;\">It explains the purpose of giving a market strategy. </span></p>\r\n<p><span style=\"font-weight: 400;\">Measurement is detailed that determines the success of the campaign </span></p>\r\n<p><span style=\"font-weight: 400;\">Audience is identified and the expected outcome of the project </span></p>\r\n<p><strong>Marketing Overview</strong></p>\r\n<p><span style=\"font-weight: 400;\">In the Australian market, the organization has been grounded, and sell their items. The scope needs to be broadened by the organization. The items are sold online through their on web-sites. </span></p>\r\n<p><strong>Current Promotional Activities</strong></p>\r\n<p><span style=\"font-weight: 400;\">Through magazines, the company is promoting its brand. A web-site is being also launched by the company through which the customer can buy their products. </span></p>\r\n<p><strong>SWOT ANALYSIS</strong></p>\r\n<p><span style=\"font-weight: 400;\">SWOT stands for Strengths, Weaknesses, Opportunities, and Threats, and so a SWOT Analysis is a technique for assessing these four aspects of your business.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Strengths</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Weaknesses</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Products of High-Quality </span></p>\r\n<p><span style=\"font-weight: 400;\">•Eco-friendly and Natural raw materials are used for manufacturing </span></p>\r\n<p><span style=\"font-weight: 400;\">•High Brand value</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The high price of the products </span></p>\r\n<p><span style=\"font-weight: 400;\">•Products restricted to women</span></p>\r\n<p><span style=\"font-weight: 400;\"> •Few products as the products are specific to skin types</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Opportunities</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Threats</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Meeting the requirements for the new market </span></p>\r\n<p><span style=\"font-weight: 400;\">Launching new products which will meet Men’s need as well. </span></p>\r\n<p><span style=\"font-weight: 400;\">For increasing the sales, more promotions is carried out </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\"> </span></p>\r\n<p><span style=\"font-weight: 400;\">Fierce marketing from other reputed brands</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>PESTLE Analysis </strong></p>\r\n<p><span style=\"font-weight: 400;\">A PESTEL analysis or PESTLE analysis (formerly known as PEST analysis) is a tool that is used for analyzing and monitoring the macro-environmental factors. When a business is about to start, this tool is used.</span></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Political Factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">A bill called the Personal Care Product Safety Act permits the FDA to have an additional \"active\" way for dealing with the guaranteeing item wellbeing. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Economic factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Without a doubt, clients turned out to be more cost cognizant, choosing to purchase just what they need for endurance. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Social factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">There are many brands offering almost a similar item. </span></p>\r\n<p><span style=\"font-weight: 400;\">Brand reliability spreads on a level plane. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Technological factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The web truly altered the magnificence business. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Legal factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Fixings in the excellence business are precarious. They can be FDA-directed without additionally being FDA-endorsed. </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><strong>Environmental factors</strong></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">The beauty business is centering like never before to attempt to go \"green.\" </span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Marketing Objectives</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the awareness of the product among the target market by 20% </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing the market share to 15% </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding into at least one international market.</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identifying new products and new market. </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Attainment of annual growth of 10% </span></li>\r\n</ul>\r\n<p><strong>Budget and projected profit and loss</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>Marketing strategies</strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Costs involved </strong></p>\r\n</td>\r\n<td>\r\n<p><strong>Anticipated Profit/Loss or returns </strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Youtube videos</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$40000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">CTA Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$20000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$40000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Understanding search engine optimization. </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$20000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$30000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Use Facebook ads with re-targeting</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$18000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$45000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Viral Marketing</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$22000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$35000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">TOTAL </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,10,000</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">$1,80,000</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Marketing performance</strong></p>\r\n<p><span style=\"font-weight: 400;\">To measure marketing performance against marketing objectives we need to:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Build brand awareness </span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate leads and acquire customers</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Engage, add value to customer relationships   </span></li>\r\n</ul>\r\n<br />\r\n<ol start=\"7\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><em><strong>Send an email to the CEO (your assessor).</strong></em></li>\r\n</ol>\r\n<p><span style=\"font-weight: 400;\">The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</span></p>\r\n<p><span style=\"font-weight: 400;\">It should summarise the meeting and the contents of the attachment. The text should outline the changes that you have made to your marketing plan.</span></p>\r\n<p><span style=\"font-weight: 400;\">Attach your updated marketing plan to the email.</span></p>\r\n<p><span style=\"font-weight: 400;\">To: Assessor</span></p>\r\n<p><span style=\"font-weight: 400;\">From </span></p>\r\n<p><span style=\"font-weight: 400;\">Subject: Attached Updated Marketing plan</span></p>\r\n<p><span style=\"font-weight: 400;\">Dear Assessor,</span></p>\r\n<p><span style=\"font-weight: 400;\">This mail is to inform that after receiving the criticism and audits from the directors and partners, the advertising plan has been refreshed as per the requirements. For promotion of the exercises, it is been expanded for finishing the assignments. The essential expenses have been sliced.</span></p>\r\n<p><span style=\"font-weight: 400;\">Kindly go through the changed arrangement and give your feedbacks.  </span></p>\r\n<p><span style=\"font-weight: 400;\">Best Regards,</span></p>\r\n<br />\r\n<h3>Assessment Task 3 Checklist</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\">\r\n<p><span style=\"font-weight: 400;\">Student’s name:</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\"><br />\r\n<p><span style=\"font-weight: 400;\">Did the student:</span></p>\r\n</td>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Completed successfully</span></p>\r\n</td>\r\n<td rowspan=\"2\"><br />\r\n<p><span style=\"font-weight: 400;\">Comments</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Yes</span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">No</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Develop a marketing plan using the required template and addressing all parts of the template?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Present the marketing plan using PowerPoints that includes:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A detailed explanation of how the Marketing Plan meets organisational and marketing objectives</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Description of the proposed strategic marketing mix and rationale for such</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Description of proposed marketing approaches and their suitability</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Explanation of the identified marketing strategies and tactics and rationale for such?</span></li>\r\n</ul>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">During the meeting, demonstrate effective communication skills including:</span></p>\r\n<ul class=\"unordered-listing\">\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speaking clearly and concisely</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using non-verbal communication to assist with understanding</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Asking questions to identify required information</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Responding to questions as required</span></li>\r\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using active listening techniques to confirm understanding?</span></li>\r\n</ul>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-weight: 400;\">Submit an updated marketing plan within 2 working days of the presentation that includes the input provided from the management team?</span></p>\r\n</td>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Task Outcome:</span></p>\r\n</td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-weight: 400;\">Satisfactory </span></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Not Satisfactory </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Assessor signature</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td><br />\r\n<p><span style=\"font-weight: 400;\">Assessor name</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><span style=\"font-weight: 400;\">Date</span></p>\r\n</td>\r\n<td colspan=\"4\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 54, NULL, 'Develop a Marketing plan BSBMKG609', 'BSBMKG609 develop a marketing plan assignment solution with a fresh copy is present on Professional Assignments Help website.', 'Develop a Marketing plan BSBMKG609', 'develop-a-marketing-plan-bsbmkg609', '2021-11-29 03:53:57', '2021-12-24 05:38:32');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(309, 'Develop workplace policy and procedures for Sustainability (BSBSUS501)', '<h3><br />Table of Contents</h3>\r\n<p><a href=\"#_TOC_250023\">Table of Contents                                                                                             </a></p>\r\n<p><a href=\"#_TOC_250022\">Assessment Information                                                                                   </a></p>\r\n<p><a href=\"#_TOC_250021\">Assessment Instructions                                                                                   </a></p>\r\n<p><a href=\"#_TOC_250020\">Student Assessment Agreement                                                                        </a></p>\r\n<p><a href=\"#_TOC_250019\">Assessment Task 1Cover Sheet                                                                         </a></p>\r\n<p><a href=\"#_TOC_250018\">Assessment Task 1:WrittenQuestions                                                                 </a></p>\r\n<p><a href=\"#_TOC_250017\">Assessment Task1Instructions                                                                          </a></p>\r\n<p><a href=\"#_TOC_250016\">Assessment Task1Checklist                                                                              </a></p>\r\n<p><a href=\"#_TOC_250015\">Assessment Task 2CoverSheet                                                                         </a></p>\r\n<p><a href=\"#_TOC_250014\">Assessment Task 2: Sustainability Policy andProcedureProject                            </a></p>\r\n<p><a href=\"#_TOC_250013\">Assessment Task2Instructions                                                                         </a></p>\r\n<p><a href=\"#_TOC_250012\">Assessment Task2 Checklist                                                                              </a></p>\r\n<p><a href=\"#_TOC_250011\">Assessment Task 3CoverSheet                                                                         </a></p>\r\n<p><a href=\"#_TOC_250010\">Assessment Task 3: Sustainability policy andprocedures presentation                   </a></p>\r\n<p><a href=\"#_TOC_250009\">Assessment Task3 Instructions                                                                          </a></p>\r\n<p><a href=\"#_TOC_250008\">Assessment Task3 Checklist                                                                              </a></p>\r\n<p><a href=\"#_TOC_250007\">Assessment Task 4 CoverSheet                                                                         </a></p>\r\n<p><a href=\"#_TOC_250006\">Assessment Task 4: Sustainability Implementation project                                   </a></p>\r\n<p><a href=\"#_TOC_250005\">Assessment Task4 Instructions                                                                          </a></p>\r\n<p><a href=\"#_TOC_250004\">Assessment Task4 Checklist                                                                              </a></p>\r\n<p><a href=\"#_TOC_250003\">Assessment Task 5 CoverSheet                                                                         </a></p>\r\n<p><a href=\"#_TOC_250002\">Assessment Task 5: Sustainability policy and proceduresreviewproject                </a></p>\r\n<p><a href=\"#_TOC_250001\">Assessment Task5 Instructions                                                                         </a></p>\r\n<p><a href=\"#_TOC_250000\">Assessment Task5 Checklist                                                                             </a></p>\r\n<p> </p>\r\n<h3>Assessment Information</h3>\r\n<p>The assessment tasks for BSBSUS501 Develop workplace policy and procedures for sustainability are included in this Student Assessment Tasks booklet and outlined in the assessment plan below.</p>\r\n<p>To be assessed as competent for this unit, you must complete all the assessment tasks with satisfactory.</p>\r\n<h3>Assessment Plan</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"166\">\r\n<p><strong>Assessment Task</strong></p>\r\n</td>\r\n<td width=\"421\">\r\n<p><strong>Assessment Task Summary</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>1. Written questions</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>You are required to correctly answer all written questions.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>2. Develop sustainability policy project</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>You are required to research and develop a briefing report prior to developing a sustainability policy for a case study organisation. You are also required to consult with stakeholders and develop a sustainability policy and procedure, as well as an action plan for implementation.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>3. Sustainability policy and procedures presentation project</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>You are required to present the sustainability policy and procedure to staff, as well as implement continuous improvements and establish a system for recording continuous improvements.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>4. Sustainability implementation project</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>You are required to implement sustainability initiatives for Grow Management Consultants including conducting a sustainability inspection and developing a memo to encourage sustainable practices based on the sustainability inspection.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"166\">\r\n<p>5. Sustainability policy evaluation project</p>\r\n</td>\r\n<td width=\"421\">\r\n<p>You are required to analyse sustainability data, report on results, recommend improvements and update the sustainability policy and procedure.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Assessment Preparation</strong></p>\r\n<p>Please read through this assessment thoroughly before beginning any tasks. Ask your assessor for clarification if you have any questions at all.</p>\r\n<p>When you have read and understood this unit’s assessment tasks, print out the Student Assessment Agreement. Fillitout, sign it, and hand it to your assessor, who will counter sign it and then keep it on file.</p>\r\n<p>Keep a copy of all your work, as the work submitted to your assessor will not be returned to you.</p>\r\n<p> </p>\r\n<p><strong>Assessment appeals</strong></p>\r\n<p>If you do not agree with an assessment decision, you can make an assessment appeal as per CSB assessment appeals process.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel you have been dealt with unfairly or have other appropriate grounds for an appeal.</p>\r\n<p><strong>Naming electronic documents</strong></p>\r\n<p>It is important that you name the documents that you create for this Assessment Task in a logical manner.</p>\r\n<p>Each should include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Course identification code</li>\r\n<li>Assessment Task number</li>\r\n<li>Document title (if appropriate)</li>\r\n<li>Student name</li>\r\n<li>Date it was created</li>\r\n</ul>\r\n<p>For example, BSBSUS501 AT2 Action Plan Joan Smith 20/10/18</p>\r\n<p><strong>Additional Resources</strong></p>\r\n<p>You will be provided with the following resources before you begin each Assessment Task.</p>\r\n<p><strong>Assessment Task 2</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Action Plan Template</li>\r\n<li>Briefing Report Template</li>\r\n<li>Policy and ProceduresTemplate</li>\r\n</ul>\r\n<p><strong>Assessment Task 4</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Usage RecordTemplate</li>\r\n</ul>\r\n<p><strong>Assessment Task 5</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Survey Results</li>\r\n<li>Sustainability Implementation Report Template</li>\r\n</ul>\r\n<p><strong>Assessment Instructions</strong></p>\r\n<p>Each assessment task in this booklet consists of the following:</p>\r\n<p><strong>Assessment Task Cover Sheet</strong></p>\r\n<p>This must be filled out, signed, and submitted together with your assessment responses.</p>\r\n<p>If you are submitting hard copy, the Cover Sheet should be the first page of each task’s submission. If you are submitting electronically, print out the cover sheet,fill it out and sign it, then scan this and submit the file.</p>\r\n<p>The Assessment Task Cover Sheet will be returned to you with the outcome of the assessment, which will be satisfactory (S) or not satisfactory (NS). If your work has been assessed as being not satisfactory, your assessor will include written feedback in the Assessment Task Cover Sheet giving reasons why. Your assessor will also discuss this verbally with you and provide advice on re- assessment opportunities as per</p>\r\n<p><strong>CSB re-assessment policy.</strong></p>\r\n<p>Depending on the task, this may include</p>\r\n<ul class=\"unordered-listing\">\r\n<li>resubmitting incorrect answers to questions (such as short answer questions and casestudies)</li>\r\n<li>resubmitting part or all a project, depending on how the error impacts on the total outcome of thetask</li>\r\n<li>redoing a role play after being provided with appropriate feedback about your performance</li>\r\n<li>being observed a second (or third time)undertaking any tasks/activities that were not satisfactorily completed the first time,after being provided with appropriate feedback.</li>\r\n</ul>\r\n<p><strong>Assessment Task Information</strong></p>\r\n<p>This gives you:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>a summary of the assessment task</li>\r\n<li>information on the resources to be used</li>\r\n<li>submission requirements</li>\r\n<li>re-submission opportunities if required</li>\r\n</ul>\r\n<p><strong>Assessment Task Instructions</strong></p>\r\n<p>These give questions to answer or tasks which are to be completed.</p>\r\n<p>Your answers need to be typed up using software as indicated in the Assessment Task Instructions.</p>\r\n<p>Copy and paste each task’s instructions into a new document and use this as the basis for your assessment task submission. Include this document’s header and footer.</p>\r\n<p>If you are submitting electronically, give the document a file name that includes the unit identification number, the task number, your name, and the date.</p>\r\n<p><strong>Checklist</strong></p>\r\n<p>This will be used by your assessor to mark your assessment. Read through this as part of your preparation before beginning the assessment task. It will give you a good idea of what your assessor will be looking for when marking your responses.</p>\r\n<p><strong>Student Assessment Agreement</strong></p>\r\n<p>Make sure you read through the assessments in this booklet before you fill out and sign the agreement below.</p>\r\n<p>If there is anything that you are unsure of, consult your assessor prior to signing this agreement. </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"426\">\r\n<p>Have you read the assessment requirements for this unit?</p>\r\n</td>\r\n<td width=\"66\">\r\n<p>¨ Yes</p>\r\n</td>\r\n<td width=\"51\">\r\n<p>¨ No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"426\">\r\n<p>Do you understand the requirements of the assessments for this unit?</p>\r\n</td>\r\n<td width=\"66\">\r\n<p>¨ Yes</p>\r\n</td>\r\n<td width=\"51\">\r\n<p>¨ No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"426\">\r\n<p>Do you agree to the way in which you are being assessed?</p>\r\n</td>\r\n<td width=\"66\">\r\n<p>¨ Yes</p>\r\n</td>\r\n<td width=\"51\">\r\n<p>¨ No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"426\">\r\n<p>Do you have any specific needs that should be considered?</p>\r\n</td>\r\n<td width=\"66\">\r\n<p>¨ Yes</p>\r\n</td>\r\n<td width=\"51\">\r\n<p>¨ No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"426\">\r\n<p>If so, explain these in the space below.</p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"51\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Do you understand your rightstore-assessment?                                                 ¨Yes     ¨No Do you understand your right to appeal the decisions made in an assessment?                  ¨Yes     ¨No</p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Student number</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Date</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Assessor name</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Assessor signature</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p> </p>\r\n<p>Date</p>\r\n</td>\r\n<td width=\"438\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><strong>Assessment Task 1 Cover Sheet</strong></p>\r\n<p><strong>Student Declaration</strong></p>\r\n<p>To be filled out and submitted with assessment responses</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I declare that this task is all my own work and I have not cheated or plagiarised the workor colluded with any other student(s).</li>\r\n<li>I understand that if I If I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained tome.</li>\r\n<li>I have correctly referenced all resources and reference texts throughout these assessment tasks.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student ID number</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Assessor declaration</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessment outcome</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>S</p>\r\n</td>\r\n<td width=\"62\">\r\n<p>NS</p>\r\n</td>\r\n<td width=\"83\">\r\n<p>DNS</p>\r\n</td>\r\n<td width=\"241\">\r\n<p>Resubmission    Y     N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</p>\r\n<p><strong>Feedback </strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>My performance in this assessment task has been discussed and explained tome.</li>\r\n<li>I would like to appeal this assessment decision.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</p>\r\n<br />\r\n<h3>Assessment Task 1: Written Questions</h3>\r\n<p><strong>Task summary</strong></p>\r\n<p>This is an open book test, to be completed in the classroom. A time limit of 1 hour to answer the questions is provided.</p>\r\n<p>You need to answer all the written questions correctly.</p>\r\n<p>Your answers must be word processed and sent to the assessor as an email attachment.</p>\r\n<p><strong>Required</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Access to textbooks/other learning materials</li>\r\n<li>Computer and MicrosoftOffice</li>\r\n<li>Access to theinternet</li>\r\n</ul>\r\n<p><strong>Submit</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Answers to all questions</li>\r\n</ul>\r\n<p><strong>Assessment criteria</strong></p>\r\n<p>All questions must be answered correctly in order for you to be assessed as having completed the task with satisfactory.</p>\r\n<p><strong>Re-submission opportunities</strong></p>\r\n<p>You will be provided feedback on your performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</p>\r\n<p>If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</p>\r\n<p>You are encouraged to consult with the assessor priorto attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</p>\r\n<p><strong>Written answer question guidance</strong></p>\r\n<p>The following written questions use a range of “instructional words” such as “identify” or “explain”, which tell you how you should answer the question. Use the definitions below to assist you to provide the type of response expected.</p>\r\n<p>Note that the following guidance is the minimum level of response required.</p>\r\n<p><strong>Analyse – </strong>when a question asks you to analyse something, you should do so in detail, and identify important points and key features. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Compare </strong>– when a question asks you to compare something, you will need to show how two or more things are similar, ensuring that you also indicate the relevance of the consequences. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Contrast </strong>– when a question asks you to contrast something, you will need to show how two or more things are different, ensuring you indicate the relevance or the consequences. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Discuss </strong>– when a question asks you to discuss something, you are required to point out important issues or features and express some form of critical judgement. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Describe </strong>– when a question asks you to describe something, you should state the most noticeable qualities or features. Generally, you are expected to write a response two or three sentences long.</p>\r\n<p><strong>Evaluate </strong>– when a question asks you to evaluate something, you should put forward arguments for and against something. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Examine </strong>– when a question asks you to examine something, this is similar to “analyse”, where you should provide a detailed response with key points and features and provide critical analysis. Generally, you are expected to write a response one or two paragraphs long.</p>\r\n<p><strong>Explain </strong>– when a question asks you to explain something, you should make clear how or why something happened or the way it is. Generally, you are expected to write a response two or three sentenceslong.</p>\r\n<p><strong>Identify</strong>–when a question asks you to identify something, this means that you are asked to briefly describe the required information. Generally, you are expected to write a response two or three sentences long.</p>\r\n<p><strong>List </strong>– when a question asks you to list something, this means that you are asked to briefly state information in a list format.</p>\r\n<p><strong>Outline – </strong>when a question asks you to outline something, this means giving only the main points. Generally, you are expected to write a response a few sentences long.</p>\r\n<p><strong>Summarise – </strong>when a question asks you to summarise something, this means (like “outline”) only giving the main points. Generally, you are expected to write a response a few sentences long.<br /><br /></p>\r\n<h3>Assessment Task 1 Instructions<strong> </strong></h3>\r\n<p><strong>Provide answers to all the questions below:</strong></p>\r\n<ol>\r\n<li><em><strong>Outline the Kyoto Protocol and Australia’s obligations under the Protocol, as well asits </strong></em><em><strong>current targets and the adequacy of these targets.</strong></em></li>\r\n</ol>\r\n<p>It is committed by the Australia to reduce its GHG emission to 99.5% of 1990 levels for the protocols of the Kyoto. With the target of Australia 2020, it is consistent to reduce the emission by 5% that is below 2000 level by 2020.</p>\r\n<p><strong>Source:</strong><a href=\"https://soe.environment.gov.au/theme/climate/topic/2016/kyoto-protocol-targets\"><strong>https://soe.environment.gov.au/theme/climate/topic/2016/kyoto-protocol-targets</strong></a></p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Outline the purpose and scope of the Asia-Pacific Partnership on Clean Development and Climate.</strong></em></li>\r\n</ol>\r\n<p>Asia-Pacific Partnership on Clean Development and Climate is an initiative set out in 2005 by China, Australia, Canada, Korea Republic, US, India, and Japan. The main goal of the partnership of is addressing the issues that are related to the air pollution, needs of energy and also the climatic change. The motive is enhancement of the usage for more energy for boosting the development of the economy.</p>\r\n<p>Source: <a href=\"https://aric.adb.org/initiative/asia-pacific-partnership-on-clean-development-and-climate\">https://aric.adb.org/initiative/asia-pacific-partnership-on-clean-development-and-climate</a></p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Outline the purpose and scope of the Environment Protection and Biodiversity Conservation Act 1999 (EPBCAct).</strong></em></li>\r\n</ol>\r\n<p>Environment Protection and Biodiversity Conservation Act (EPBC) 1999 is the main part of the legislation of the environment which was adopted by the Australian government in 2000. This Act enables Australia for collaborating so that there is development of a national plan. Following is the purpose of this act:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>For protection of the environment</li>\r\n<li>For conserving the national biodiversity of Australia</li>\r\n<li>For protecting cultural places</li>\r\n<li>For preserving the wildlife of Australia.</li>\r\n</ul>\r\n<p><strong>Source: </strong><a href=\"https://www.environment.gov.au/epbc/about\"><strong>https://www.environment.gov.au/epbc/about</strong></a></p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Outline the purpose and scope of the Environment Protection and Biodiversity Conservation (EPBC) Act Regulations.</strong></em></li>\r\n</ol>\r\n<p>The motive of EPBC Act regulations is to protect the sites through the assessment that might have the adverse impact on the biodiversity. The scope is to recover the spices that is affected. It is to identify that the threats that are undergoing the project. In this act, it is required by the developers to undergo the assessment of the project.</p>\r\n<p><strong>Source:</strong><a href=\"https://www.theguardian.com/environment/2020/jun/30/australias-environment-laws-what-are-they-and-how-are-they-changing\">https://www.theguardian.com/environment/2020/jun/30/australias-environment-laws-what-are-they-and-how-are-they-changing</a></p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Outline the purpose and scope of the National Greenhouse and Energy Reporting Scheme.</strong></em></li>\r\n</ol>\r\n<p>National Greenhouse and Energy Reporting (NGER) scheme is a single framework where information of the company is related to the emission of the gases of the greenhouse and also the consumption of the energy.</p>\r\n<p>As per the National Greenhouse and Energy reporting Act 2007, the information is gathered.</p>\r\n<p>The purpose of the NGER scheme is to –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Australian public should be aware of the greenhouse gas emission</li>\r\n<li>They need to be informed about the policies of the government</li>\r\n<li>The obligations of the Australia should be met</li>\r\n<li>Duplication of similar report needs to be prevented</li>\r\n</ul>\r\n<p><strong>Source: </strong><a href=\"http://www.cleanenergyregulator.gov.au/NGER/About-the-National-Greenhouse-and-Energy-Reporting-scheme\">http://www.cleanenergyregulator.gov.au/NGER/About-the-National-Greenhouse-and-Energy-Reporting-scheme<br /><br /></a></p>\r\n<ol start=\"6\">\r\n<li><em><strong>Outline the purpose and scope of the Australian Packaging Covenant voluntary code of practice.</strong></em></li>\r\n</ol>\r\n<p>Australian packing Covenant voluntary code of practice is an agreement that is done between the government and supply chain whose main motive was to reducing the harmful effect on the environment that is caused due to the materials. By doing packaging that is recyclable, it could be achieved.</p>\r\n<p>Through following points, the impact on environment on packaging can be reduced:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>For reducing the impact of packaging on environment, the recyclable packaging should be used.</li>\r\n<li>Packaging should be designed that reduce the impact on the environment</li>\r\n</ul>\r\n<p><strong>Source: </strong><a href=\"https://www.qld.gov.au/environment/pollution/management/waste/recovery/reduction/covenant#:~:text=Objectives%20of%20the%20Australian%20Packaging,%2C%20recovery%20and%20finally%2C%20disposal\">https://www.qld.gov.au/environment/pollution/management/waste/recovery/reduction/covenant#:~:text=Objectives%20of%20the%20Australian%20Packaging,%2C%20recovery%20and%20finally%2C%20disposal</a>.<br /><br /></p>\r\n<ol start=\"7\">\r\n<li><em><strong>Outline the purpose and scope of the Australian Eco label Program voluntary code of practice.</strong></em></li>\r\n</ol>\r\n<p>Australian Ecolabel program\'s voluntary code of practice helps identification of the product that is preferable environmentally which comes under the category of the product. It is based on the international standard of ISO 14024 that is helpful in product categorization. The main motive of this act is illustrating the activities that can be executed by the company.</p>\r\n<p><strong>Source: </strong><a href=\"https://www.geca.eco/wp-content/uploads/2017/08/International-Ecolabelled-Products-IEPv2.0i-2017.pdf\">https://www.geca.eco/wp-content/uploads/2017/08/International-Ecolabelled-Products-IEPv2.0i-2017.pdf<br /></a></p>\r\n<ol start=\"8\">\r\n<li><em><strong>Identify one internal information source and one external information source that can be used to plan and develop a company’s sustainability policy. For each source, explain how this source can be used to develop the sustainability policy.</strong></em></li>\r\n</ol>\r\n<p>Sources of internal information like the sustainability report of the company can help in development of the sustainability policy. With the data that is available can help the company in identification of the required changes within the workplace.</p>\r\n<p>Sources of external information like the industrial partners can help the company in framing of the sustainability policy.</p>\r\n<p><strong>Source: </strong>https://www.weforum.org/agenda/2020/01/sustainability-green-companies-business-partnership/</p>\r\n<p> </p>\r\n<ol start=\"9\">\r\n<li><em><strong>Explain the key steps in a policy development process.</strong></em></li>\r\n</ol>\r\n<p>The key steps in developing policies are as follows –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The problem is needed to be understand by the company and according to it, the policies are needed to be made, so that the problems could be solved.</li>\r\n<li>The process of policy development is time consuming and can take time. Therefore, there is a need of appointing the committee by the firm.</li>\r\n<li>After the coordinator of this policy is selected, he or she needs to make a plan with the proper detail of the task that is required to achieve the goals.</li>\r\n<li>The next step is to study the policy document of the company. A meeting with stakeholders needs to be conducted for identifying if a new sustainability policy can be made.</li>\r\n<li>Then, create a discussion paper for summarizing of the information about the research that is been done.</li>\r\n<li>Then the paper is circulated among the stakeholders. After this, from the stakeholders, the feedbacks are obtained.</li>\r\n<li>For including some changes, the draft policy is created</li>\r\n<li>After the draft policy is made, it is then sent to the stakeholders.</li>\r\n<li>It is passed to the coordinators after it is being approved by the stakeholders.</li>\r\n<li>Some campaigns need to be launched after adoption of this policy.</li>\r\n<li>For finding that the policy is in proper agreement, A final review is carried out.</li>\r\n</ul>\r\n<p><strong>Source: </strong><a href=\"https://www.mondigroup.com/media/8230/a_sustainable-development-policies_onlineversion.pdf\">https://www.mondigroup.com/media/8230/a_sustainable-development-policies_onlineversion.pdf<br /></a></p>\r\n<ol start=\"10\">\r\n<li><em><strong>Explain the main components of a policy document.</strong></em></li>\r\n</ol>\r\n<p>The components of a policy document are –</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong><em>Header block:</em></strong> the policy number, approval date, number of pages in the document, and the title of the policy document id included here.</li>\r\n<li><strong><em>Background:</em></strong>the context is reflected with the help of which the policy has been created.</li>\r\n<li><strong><em>Purpose:</em></strong>intent and objectives must be defined in the statement of purpose. The purpose should be written shortly.</li>\r\n<li><strong><em>Scope:</em></strong>in the terms of sites and the facilities, the range is explained.</li>\r\n<li><strong><em>Policy statements:</em></strong>organizational objectives and the rules should be explained in the policy statement.</li>\r\n<li><strong><em>Procedures:</em></strong>the procedural requirement is defined.</li>\r\n<li><strong><em>Related policies:</em></strong>in the policy document, mention the other related policies as well.</li>\r\n<li><strong><em>References:</em></strong>for maintaining the credibility of the new people, there is a need of reference</li>\r\n</ul>\r\n<p><strong>Source: </strong>https://www.compliance.com/resources/how-to-structure-compliance-policy-documents/</p>\r\n<strong><br /> </strong>\r\n<ol start=\"11\">\r\n<li><em><strong>Outline policy development practices that may be used in response to resistance to the introduction of policies.</strong></em></li>\r\n</ol>\r\n<p>The following practices should be adopted while preventing resistive force in introducing new policies –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>While the development of the policies and the procedures, there should be involvement of the employees. Employees should be involved as they can know the importance of these policies.</li>\r\n<li>From stopping the employees from resistive force, train the employees with new policies.</li>\r\n<li>The employees resist the change when they don’t feel that they are the important part of the company.</li>\r\n<li>Behind the growth of the resistive forces, the communication gap is one of the main issues</li>\r\n</ul>\r\n<p>Source: <a href=\"https://healthandsafetyhandbook.com.au/step-by-step-how-to-implement-effective-policies-and-procedures/\">https://healthandsafetyhandbook.com.au/step-by-step-how-to-implement-effective-policies-and-procedures/<br /><br /></a></p>\r\n<ol start=\"12\">\r\n<li><em><strong>Outline why a company may choose to implement an environmental management system (EMS). List at least three reasons why a company may implement amEMS.</strong></em></li>\r\n</ol>\r\n<p>An Environmental Management System is a framework helps in achievement of the goals of the environment through the evaluation and review of the performance. Therefore, using this system brings some benefits and the reasons behind its increased usage are –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Helps to review the goals of the environment of the company.</li>\r\n<li>For meeting the necessary target, programs need to be established.</li>\r\n<li>Helps to make sure that employees are aware of the environment.</li>\r\n<li>Helps in getting new customers.</li>\r\n</ul>\r\n<p><strong>Source: </strong><a href=\"https://www.epa.gov/ems/learn-about-environmental-management-systems\">https://www.epa.gov/ems/learn-about-environmental-management-systems<br /></a></p>\r\n<ol start=\"13\">\r\n<li><em><strong>Outline at least three key components of an EMS.</strong></em></li>\r\n</ol>\r\n<p>The key components of a successful EMS are as follows –</p>\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Environmental policy:</strong>EMS must be framed by the management according to the rules and regulations that is listed in the environmental policy.</li>\r\n<li><strong>Responsibility and accountability:</strong> Every employee is responsible and accountable for his or her actions</li>\r\n<li><strong>Environmental awareness:</strong>every employee needs to be aware about their activities and should identify if the activities are helping the environment or not.</li>\r\n</ul>\r\n<p> </p>\r\n<ol start=\"14\">\r\n<li><em><strong>Outline how a business can use environmental sustainability indicators and two examples of indicators that can beused.</strong></em></li>\r\n</ol>\r\n<p>Sustainability indicators should be used by the companies to know if the practices are suitable or not. Company gets the help if the indicators are installed for tracking the progress and making of the suitable changes of the policy. Computing the metrics is recommended for using these indicators. This can include carbon footprint, waste footprints energy consumption and others. How much water and energy are consumed can be evaluated through these metrics.</p>\r\n<p><strong>Source: </strong><a href=\"https://compareyourfootprint.com/measuring-key-kpis-sustainability-business/\">https://compareyourfootprint.com/measuring-key-kpis-sustainability-business/</a></p>\r\n<p> </p>\r\n<ol start=\"15\">\r\n<li><em><strong>Outline how a business can use lifecycle management procedures to assist with implementing sustainability practices.</strong></em></li>\r\n</ol>\r\n<p>Environmental or social-economic burden can be reduced with the help of Life cycle management by properly analyzing the value chain and life cycle. The business can be expanded by using this managerial technique. For embed LCM initiatives, the PDCA tool can be used. Main goal is identified by the plan step and activities are established for achieving it. A plan is implemented by the DO step for generating of the better products.  </p>\r\n<p><strong>Source:</strong><a href=\"https://sustainabledevelopment.un.org/index.php?page=view&amp;type=400&amp;nr=845&amp;menu=35\">https://sustainabledevelopment.un.org/index.php?page=view&amp;type=400&amp;nr=845&amp;menu=35<br /><br /></a></p>\r\n<ol start=\"16\">\r\n<li><em><strong>Outline at least two barriers to introducing policies and procedures, and strategies that can be used to address each of the barriers youidentify.</strong></em></li>\r\n</ol>\r\n<p>Two barriers in introducing new policies and procedures are –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>There is lack of participation of the employees.</li>\r\n<li>There is lack of a proper communication strategy</li>\r\n</ul>\r\n<p>The strategies to curb out the barriers in introducing new policies and procedures are as follows –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>For curbing the barriers, the employee engagement is required for introduction of the new policies and the procedures. One of the techniques is educating the employees and motivating them to participate in the sustainability program.</li>\r\n<li>A good communication plan as per the objectives of the company needs to be framed, for an effective communication strategy.</li>\r\n</ul>\r\n<p><strong>Source: </strong>https://www.businessnewsdaily.com/10868-increase-employee-sustainability-engagement.html</p>\r\n<strong><br /> </strong>\r\n<h3>Assessment Task 1 Checklist</h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" width=\"634\">\r\n<p><strong> </strong></p>\r\n<p>Student’s name:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"257\">\r\n<p><strong> </strong></p>\r\n<p>Did the student provide a sufficient and clear answer that addresses the suggested answer for the following?</p>\r\n</td>\r\n<td colspan=\"2\" width=\"123\">\r\n<p>Completed successfully</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"253\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"57\">\r\n<p>Yes</p>\r\n</td>\r\n<td width=\"66\">\r\n<p>No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 1</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 2</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 3</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 4</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 5</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 6</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 7</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 8</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 9</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 10</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 11</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 12</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 13</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 14</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 15</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"257\">\r\n<p>Question 16</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"66\">\r\n<p> </p>\r\n</td>\r\n<td width=\"253\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Task Outcome:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"186\">\r\n<p>Satisfactory ¨</p>\r\n</td>\r\n<td width=\"253\">\r\n<p>Not Satisfactory ¨</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\"> </td>\r\n<td width=\"63\"> </td>\r\n<td width=\"57\"> </td>\r\n<td width=\"66\"> </td>\r\n<td width=\"253\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<h3>Assessment Task 2 Cover Sheet</h3>\r\n<p><strong>Student Declaration</strong></p>\r\n<p>To be filled out and submitted with assessment responses</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</li>\r\n<li>I understand that if I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained tome.</li>\r\n<li>I have correctly referenced all resources and reference texts throughout these assessment tasks.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student ID number</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Assessor declaration</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessment outcome</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>S</p>\r\n</td>\r\n<td width=\"62\">\r\n<p>NS</p>\r\n</td>\r\n<td width=\"83\">\r\n<p>DNS</p>\r\n</td>\r\n<td width=\"241\">\r\n<p>Resubmission    Y     N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</p>\r\n<p><strong>Feedback</strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>My performance in this assessment task has been discussed and explained tome.</li>\r\n<li>I would like to appeal this assessment decision.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p>A copy of this page must be supplied to the office and kept in the student’s file with the evidence.<br /><br /></p>\r\n<h3>Assessment Task 2: Sustainability Policy and Procedure Project</h3>\r\n<p><strong>Task summary</strong></p>\r\n<p>You are required, in the role of Operations Manager of Grow Management Consultants, to conduct research and analysis and prepare a briefing report to guide the development of a workplace sustainability policy and procedure. You will then consult with stakeholders at a meeting, using your report as a basis for discussion. Following the meeting, you will develop a sustainability policy and procedures document, as well as an action plan for implementation of this policy and procedure.</p>\r\n<p>This assessment is to be completed in the simulated work environment in CSB.</p>\r\n<p><strong>Required</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Access to textbooks/other learning materials</li>\r\n<li>Computer with Microsoft Office and internet access</li>\r\n<li>Policy and ProceduresTemplate</li>\r\n<li>Action Plan Template</li>\r\n<li>Briefing Report Template.</li>\r\n</ul>\r\n<p><strong>Submit</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Email with sustainability briefing report attached</li>\r\n<li>Email with sustainability policy and procedures and sustainability action plan attached.</li>\r\n</ul>\r\n<p><strong>Assessment criteria</strong></p>\r\n<p>For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</p>\r\n<p><strong>Re-submission opportunities</strong></p>\r\n<p>You will be provided feedback on your performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</p>\r\n<p>If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</p>\r\n<p>You are encouraged to consult with the assessor priorto attempting this task if you donot understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</p>\r\n<br />\r\n<p><strong>Assessment Task 2 Instructions</strong></p>\r\n<p>Carefully read the following:</p>\r\n<p>Grow Consultants specialises in leadership consultancy and has been operational for the last five years.</p>\r\n<p>It offers a range of services which support companies to:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>assess leadership behaviour of existing managers and their performance metrics</li>\r\n<li>design and implement customised leadership programs based on the assessment.</li>\r\n</ul>\r\n<p>Services are offered Australia-wide, with consultants flying in to conduct specific training with companies, as well as offering regular workshops at the company’s premises. To date, technology (for example, webinars) has not been employed in training.</p>\r\n<p>The company also writes and produces books on a range of topics about leadership. Currently the company has ten publications, which are published through a publishing house in the USA (Hozit Publishers). One of the Principal Consultants is American and knew these publishers. The cost of publishing the books and shipping to Australia is about the same as it would be to use a publisher in Australia.</p>\r\n<p>The books are produced using non-recycled paper and are transported via air to Grow Management Consultants office. They are then distributed by post to customers from the Grow Management Consultants’ office. As sales have been slow for the books, the company has also been exploring options for e-books.</p>\r\n<p>The company was established by its Principal Consultants, Paul Burns and Sammy Martin, both of whom are Directors. The company also employs four Senior Consultants, an Operations Manager, an Office Manager, Administration Officer and a Receptionist.</p>\r\n<p>The office building is owned by the company and is located in an outer lying metropolitan suburb. All staff drive to work in their own cars and there is on-site parking. The nearest railway station is 10 minutes’ walk from the office.</p>\r\n<p>Paul Burns has recently attended a Sustainable Business workshop and is keen to implement sustainable practices throughout the business. The strategic plan has also been recently updated and has been influenced by Paul’s attendance at the workshop. It includes the following statement as part of the mission statement:</p>\r\n<p>We are committed, as a business, to the well-being of both economic and ecological systems, of both humans and other living things.</p>\r\n<p>However, there are no specific actions indicated in the Strategic Plan and so, at present, the statement appears to be paying lip service only.</p>\r\n<p>Paul is keen to develop a sustainability policy and procedures that address all aspects of the business including, as a minimum: travel, purchasing, office energy use, office supplies, and cleaning.</p>\r\n<p>However, Paul also has specifically stated that he does not want to incur costs in developing policy and procedure and that all the work must be developed in-house, therefore consultants must not be used.</p>\r\n<p>Current issues and practices within the organisation are as follows.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>There is older style flore scent lighting in all offices, staff room and bathroom. These lights are often left on after the workday has finished.</li>\r\n<li>There are no formal energy usage procedures for staff or signage to remind staff.</li>\r\n<li>The company does not have a policy for purchasing equipment and buys equipment when required; often purchasing whatever is on special at the time.</li>\r\n<li>Both vehicles are now five years old and need to be upgraded.</li>\r\n<li>Staff buy stationary requirements on an adhoc basis, often resulting in large stocks of items such as notepads and A grade printer paper.</li>\r\n<li>There is a waste bin and recycling bins, which are mostly usedcorrectly.</li>\r\n<li>Catering is provided by an external caterer with all plates and cups supplied(plastic).</li>\r\n<li>The office is cleaned once a week by contract cleaners who use regular cleaning products.</li>\r\n</ul>\r\n<p>Current company procedures for developing policies and procedures are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>The need for the policy and procedure should be established and a preliminary briefing report developed.</li>\r\n<li>This should be discussed at a meeting with the senior management team consisting of at least one of the Principal Consultants. Another staff member should also be selected to ensure representation of all staff.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Complete the following activities:</p>\r\n<ol>\r\n<li><em><strong>Develop a briefing report.</strong></em></li>\r\n</ol>\r\n<p>Review the case study information provided and conduct research using the Internet or any other source of information to identify the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Relevant environmental and sustainability legislation, regulations and codes of practice</li>\r\n<li>Sources of information on sustainability, including incorporating sustainability into business planning and using it as an opportunity to identify new business initiatives.</li>\r\n<li>Sustainability policies and procedures developed by other organisations</li>\r\n<li>Life cycle mapping processes.</li>\r\n</ul>\r\n<p>Review the information on the following websites:</p>\r\n<p><a href=\"https://www.business.gov.au/risk-management/environmental-impact/environmental-management/environmental-legislation-licences-and-permits\">https://www.business.gov.au/risk-management/environmental-impact/environmental-</a><a href=\"https://www.business.gov.au/risk-management/environmental-impact/environmental-management/environmental-legislation-licences-and-permits\">management/environmental-legislation-licences-and-permits</a><a href=\"http://www.sustainability.vic.gov.au/services-and-advice/business/energy-and-materials-efficiency-for-business/resources-and-tools/life-cycle-management\">http://www.sustainability.vic.gov.au/services-and-advice/business/energy-and-materials-</a><a href=\"http://www.sustainability.vic.gov.au/services-and-advice/business/energy-and-materials-efficiency-for-business/resources-and-tools/life-cycle-management\">efficiency-for-business/resources-and-tools/life-cycle-management</a></p>\r\n<p>Using your research and analysis, develop a briefing report to present at a senior management meeting. The purpose of the briefing report will be to provide relevant information about sustainability, including legislation and to seek input into the development of the policy and procedure.</p>\r\n<p>Use the Briefing Report Template to guide your work.</p>\r\n<p>Your briefing report should address the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction, including current organisational practices.</li>\r\n<li>Key sustainability facts and figures and the benefits to businesses of implementing sustainable initiatives.</li>\r\n<li>How sustainability can be built into business planning and can inform business</li>\r\n</ul>\r\n<p>opportunities to reflect the organisation’s commitment to sustainability.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Legal requirements in relation to workplace sustainability relevant to Grow Management Consultants, as well as any relevant regulations and codes of practices.</li>\r\n<li>Details of three sustainability policies and procedures researched and inclusions within the policy and procedures.</li>\r\n<li>An overview of lifecycle mapping, including lifestyle stages, lifecycle map,lifecycle matrix.</li>\r\n<li>Identification of the most effective strategies to reduce environmental impact (use the Sustainability Victoria website resources to assist you to complete this task). This should include, as a minimum, strategies to minimise resource use and to reduce toxic material and hazardous chemical use. Provide an example to illustrate this concept for the production of the books sold by Grow Management Consultants. Attach your example to your report as appendices; you should complete the life cycle map and life cycle matrix and mitigating strategies. Example actions should be included as below.</li>\r\n<li>Example sustainability actions to inform the sustainability action plan for the next 12 months. You should identify at least five ideas initially, including identifying priority actions and longer-term actions.</li>\r\n<li>Recommendations on suitable performance indicators that can be used to measure environmental performance once the policy and procedure is implemented.</li>\r\n<li>Options for strategies that could be implemented to ensure that resource efficiency within the business is continually reviewed and improved.</li>\r\n<li>Proposed scope of the policy, including a list of headings to be included and a brief description of each heading.</li>\r\n<li>Recommendations for policy options including discussion on likely effectiveness, timeframes and any costs.</li>\r\n</ul>\r\n<p><strong>Briefing Report</strong></p>\r\n<p><strong>Grow Management Consultants</strong></p>\r\n<p><strong>Sustainability policy and procedures briefing report</strong></p>\r\n<p><strong>Introduction</strong></p>\r\n<p>The goal of the organization is to foster the arrangement of the manageability that is included in all parts of the business, it includes: travel, acquisition, office energy use, office supplies and cleaning at any rate.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>A waste bin and reusing holder are accessible.</li>\r\n<li>Regular meetings and classes are held by the association.</li>\r\n<li>An extra caterer with every accessible plate and cups (plastic) is given.</li>\r\n<li>Contract laborers utilizing every day cleaning things clean the work environment one time each week.</li>\r\n</ul>\r\n<p><strong>Sustainability facts and figures</strong></p>\r\n<p>Sustainability Facts:</p>\r\n<ol>\r\n<li>By eco-friendly vehicles, the oil from north America will be supplanted. T model is being used by Henry Fordthat is been 25 miles for each gallon</li>\r\n<li>It is beneficial to cut the carbon as McKinsey and friends report indicates that the carbon relief is rewarding</li>\r\n</ol>\r\n<p><strong>Sustainability benefits</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Goodwill of brand is improved</li>\r\n<li>Effectiveness of lift</li>\r\n<li>Business planning, opportunities and sustainability</li>\r\n</ul>\r\n<p><strong>Life cycle mapping </strong></p>\r\n<p>Life cycle mapping is a staged by-stage strategy for diagramming the labour and the product.It is very well utilized by the organization for outlining in-house phases for the improvement.</p>\r\n<p>There are four stages of life cycle mapping:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction Stage</li>\r\n<li>Development stage</li>\r\n<li>Maturity stage</li>\r\n<li>Decline stage</li>\r\n</ul>\r\n<p><strong>Legal requirements in relation to workplace sustainability</strong></p>\r\n<p><strong>Ecological Protection Act 1990</strong></p>\r\n<p>The Environmental Protection Act 1990, is supported by the 16 propositions, including 164 pages-an expansive piece of law</p>\r\n<p><strong>Ecological Permitting Regulations 2010</strong></p>\r\n<p>On 6 April 2010 the Environmental Planning Laws were taken. These laws incorporate harmful material amassing, arranging, transport and removal. Squanders are known as unfortunate whether they are inconvenient to human or natural wellbeing. </p>\r\n<p><strong>Performance Indicators</strong></p>\r\n<p>The assets are utilized as the reused crude material. The primary methodology is to following every cycles, conventions and systems and to ensure that they are executed and furthermore to assess how the techniques and arrangements can be changed in any capacity.</p>\r\n<p><strong>Options for strategies to ensure continuous improvement of resource efficiency </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Describe how overflow material and excess is reused for the utilization of association</li>\r\n<li>Define new systems for the expulsion or warming of lights not accessible and not being used hardware refining strategies for productivity upgrade</li>\r\n<li>Identify how vacation, work and waste can be limited</li>\r\n<li>Incorporating water stockpiling or removal plans</li>\r\n<li>Race the stream once more</li>\r\n<li>Reducing driver preparing projects\' fuel utilization and Keep the tire pressure right</li>\r\n<li>Reduce costs for transport and diesel by changing Truck room and gear for stacking</li>\r\n</ul>\r\n<p><strong>Policy options </strong></p>\r\n<table class=\"table table-bordered\" width=\"660\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><em>Unit Descriptor</em></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"571\">\r\n<p>The outcomes are incorporated by the ability, the outcomes are needed for the work that is reasonable. The unit is depended on the GCSSUS03A standard</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"89\">\r\n<p><em>Application of the Unit</em></p>\r\n</td>\r\n<td width=\"571\">\r\n<p>Stretches of group pioneers and supervisors is done by this ability.</p>\r\n<p> </p>\r\n<p>It comprises of:</p>\r\n<p>•                     Contact with the gatherings in question</p>\r\n<p>•                     Environmental technique plan and following</p>\r\n<p>•                     Environmental technique examination and advancement.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Proposed scope of the policy </strong></p>\r\n<p><strong>Background</strong></p>\r\n<p>The supportability strategy is needed in Grow Management Consultants as the recent concerns like the expansion in customary lighting, low spotlight on squander the board and an excess of spotlight on plastic things all drove towards nursery discharges. To check out these emanations, this approach is required and as the organization is agreeable to the National Greenhouse and Energy Reporting Act 2007 (Cth), National Waste Policy 2018</p>\r\n<p><strong>Stakeholders to consult in developing this policy</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>4 Senior Consultants</li>\r\n<li>Operations Manager</li>\r\n<li>Office Manager</li>\r\n<li>Administration Officer</li>\r\n<li>Receptionist</li>\r\n<li>Representative of Hozit Publishers in USA</li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to Paul (yourassessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment and ask for the place, time and date of the meeting with stakeholders (your assessor and at least two other students).</p>\r\n<p>The email text should also identify stakeholders who will need to be involved with the policy development as per the scenario information provided.</p>\r\n<p>Your assessor will advise you of the date and time of the meeting.</p>\r\n<p>You should also print enough copies of your briefing report to provide one to every participant at the meeting.</p>\r\n<p>Attach your briefing report to the email.</p>\r\n<p>To: Paul</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the briefing report</p>\r\n<p>Dear Paul,</p>\r\n<p>I want to inform that briefing report is prepared as per the template that was provided to me and also the information is also added. Following are the topics that is covered in the report. Kindly go through it.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction</li>\r\n<li>Sustainability facts and figures.</li>\r\n<li>Sustainability benefits</li>\r\n<li>Business planning, opportunities and sustainability.</li>\r\n</ul>\r\n<p><strong>Example sustainability policies and procedures</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Life cycle mapping</li>\r\n<li>Legal requirements in relation to workplace sustainability</li>\r\n<li>Example sustainability actions to inform action plan</li>\r\n<li>Performance indicator</li>\r\n</ul>\r\n<p><strong>Options for strategies to ensure continuous improvement of resource efficiency</strong></p>\r\n<p>Policy options</p>\r\n<p><strong>Proposed scope of the policy</strong></p>\r\n<p>The report is attached to the mail. And let me know if there are any changes that is to be made.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Participate in a meeting with the stakeholders. Provide a copy of the briefing report to eachperson.</strong></em></li>\r\n</ol>\r\n<p>Discuss your briefing report with the meeting attendees, clearly explaining the information and your ideas.</p>\r\n<p>At the meeting stakeholders will provide input into the development of the policy and procedures through their comments and ideas. Encourage their participation.</p>\r\n<p>During the meeting, demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist with understanding</li>\r\n<li>Asking questions to identify required information</li>\r\n<li>Responding to questions asrequired</li>\r\n<li>Using active listening techniques to confirm understanding</li>\r\n</ul>\r\n<p><strong>Meeting with stakeholders</strong></p>\r\n<p><strong>Date: 25-11-2021</strong></p>\r\n<p><strong>Time: 11:00 AM</strong></p>\r\n<p><strong>Venue: Meeting Room</strong></p>\r\n<p>Dear sir/ Mam</p>\r\n<p>I, am an Operations Manager of Grow Management Consultants, I want to thank everyone who is present here. Before starting that topic on the primary subject, I would love to show my gratitude to my assessor. Inspection of maintainability norms in workplace was done and I came to know that we are not on track. This the point to worry about. I have put my exploration works into the instruction report. For giving the significance of my report, the central matters are placed in to a paper which is been set on the work area. If there is any input from your side that would be highly appreciated. The input structure is sent to your mail, kindly share your views.</p>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Send an email to all stakeholders at the meeting (yourassessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Outline the feedback provided at the meeting that you will take into account in developing the policy and procedures</li>\r\n<li>Confirm their agreement to the scope of the sustainability policy and procedures, including:\r\n<ul class=\"unordered-listing\">\r\n<li>Required outcomes of the sustainability policy and procedure</li>\r\n<li>Key Performance Indicators for sustainabilityactions</li>\r\n<li>Methods of implementation that will be used to implement the sustainability policy and procedures</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p>To: Stakeholders</p>\r\n<p>From:</p>\r\n<p>Subject: Updated briefing report based on the feedback derived from last stakeholder meeting</p>\r\n<p>Dear Stakeholders</p>\r\n<p>I want to inform that the practices are not up to the standard at the association, the organization is facing the issues that are either related to the waste administration or energy use. I have made a group that explored the inputs.</p>\r\n<p>I am waiting for your response.</p>\r\n<p>Thank you,</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"5\">\r\n<li><em><strong>Develop the sustainability policy and procedures</strong></em></li>\r\n</ol>\r\n<p>Develop the policy and procedures based on your research and proposed outline, as well as the input from the team as confirmed in your email.</p>\r\n<p>Ensure that your policy and procedures make a statement about the organisation’s commitment to sustainability (as set out in the scenario information), as well as how sustainability initiatives will be incorporated into business planning and will also serve as business opportunities.</p>\r\n<p>Use the Policy and Procedures Template to guide your work.</p>\r\n<p><strong>Grow Management Consultants </strong></p>\r\n<p><strong>Sustainability Policy and Procedures </strong></p>\r\n<p><strong>Purpose statement </strong></p>\r\n<p>Addressing the business angles that includes travel, buying and office supplies is the motive behind the maintainability strategy.</p>\r\n<p><strong>Scope of the policy</strong></p>\r\n<p>To the project worker, the policy is applicable</p>\r\n<p><strong>Policy principles</strong></p>\r\n<p>The focus of the organization is on the acceptance of the changes that can help in the establishment of the reasonable condition for the environment. The A grade printer papers are requested which are not affirmed in case they are harmless to the ecosystem.</p>\r\n<p><strong>Procedures</strong></p>\r\n<table class=\"table table-bordered\" width=\"648\">\r\n<tbody>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Procedure title</strong></p>\r\n</td>\r\n<td width=\"326\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Less greenhouse gas emissions</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Usage of LED lights should be included instead of halogens</li>\r\n<li>For lowering the dependency on the A/C units, natural ventilation should be used</li>\r\n</ul>\r\n</td>\r\n<td width=\"326\">\r\n<p>Environment experts, renewable expert</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Environment focused</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Appliance tracking should be encouraged for tracking of the usage of every employee.</li>\r\n<li>Hybrid water heater should be used that runs on the battery</li>\r\n</ul>\r\n</td>\r\n<td width=\"326\">\r\n<p>EMS supervisor, renewable energy expert, travel organiser.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Paper plates at catering services </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Use only recyclable paper Only recyclable paper plates would be used to serve meals given to the employees.</li>\r\n</ul>\r\n</td>\r\n<td width=\"326\">\r\n<p>Caterer, paper management official,</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"6\">\r\n<li><em><strong>Develop an action plan for the upcoming 12months</strong></em></li>\r\n</ol>\r\n<p>The final part of the assessment task requires you to develop an action plan to show the actions that will be completed over the upcoming 12 months.</p>\r\n<p>The action plan should show the priorities of actions as well as timelines and responsibilities.</p>\r\n<p>Use the Action Plan Template to guide your work.</p>\r\n<p><strong>Sustainability Action Plan</strong></p>\r\n<p>Current: (<em>25.09.2021</em>)</p>\r\n<table class=\"table table-bordered\" width=\"111%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"198\">\r\n<p><strong>Issues</strong></p>\r\n</td>\r\n<td width=\"498\">\r\n<p><strong>Comments</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>To turning into a suitable business includes putting resources into at senior level – and a portion of the senior group may be more certain than others.</p>\r\n</td>\r\n<td width=\"498\">\r\n<p>For targeting to guarantee that everyone is liable, maintainability methodologies should be joined.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Some investment is required for distinguishing merchants that concur the needs of the business.</p>\r\n</td>\r\n<td width=\"498\">\r\n<p>Technique should be clear and business should be a long-lasting association.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Partnerships are made to organized for making the benefit</p>\r\n</td>\r\n<td width=\"498\">\r\n<p>Efficiency of the association can be built by the Manageability venture.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>The accentuation on momentary essential execution measures (KPIs)</p>\r\n</td>\r\n<td width=\"498\">\r\n<p>A maintainable organization would allow to check out the drawn-out outcomes and award them</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"198\">\r\n<p>Issue of communicating</p>\r\n</td>\r\n<td width=\"498\">\r\n<p>Effective organizations should only react to the specific requirement</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"7\">\r\n<li><em><strong>Send an email to the Principal Consultants (yourassessor)</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should summarise the contents of the attachments and seek their approval to move forward with the project.</p>\r\n<p>Attach your policy and procedures and your action plan to the email.</p>\r\n<p>To: Principal Consultants</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching Policy and Procedures and the Action Plan</p>\r\n<p>Dear Sir,</p>\r\n<p>I want to inform that the practices at the association is not up to the mark. The issues are faced by the organization that is either related to the waste administration or the energy utilization. By assessing the whole situation, few changes have been made in the instruction report. The report is attached to the mail. Kindly go through it and let me know if there is any query.</p>\r\n<p>Thank you</p>\r\n<p>Regards, <br /><br /></p>\r\n<p><strong>Assessment Task 2 Checklist</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"633\">\r\n<p><strong> </strong></p>\r\n<p>Student’s name:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\" width=\"331\">\r\n<p><strong> </strong></p>\r\n<p>Did the student:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"104\">\r\n<p>Completed successfully</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"199\">\r\n<p><strong> </strong></p>\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"57\">\r\n<p>Yes</p>\r\n</td>\r\n<td width=\"47\">\r\n<p>No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the briefing report, identify a range of suitable sources of sustainability information that can inform the development of a workplace sustainability policy and procedures?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the briefing report, identify and report on environmental legislation, regulations, and codes of practice relevant to the business?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Provide a life cycle mapping (using the template provided) and identify suitable sustainability strategies?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the briefing report, discuss strategies for minimising resource use, reducing toxic material and hazardous chemical use based on life cycle mapping?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the briefing report, recommend a range of policy options including discussion on likely effectiveness, timeframes and any costs?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the briefing report, provide an outline of the proposed scope of sustainability policy and procedures?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In the email, correctly identify stakeholders who need to participate in the policy development process?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Present the briefing report at the meeting and seek feedback on proposed sustainability policy and procedures?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>During the meeting, demonstrate effective communication skills including:</p>\r\n<p>·         Speaking clearly and concisely</p>\r\n<p>·         Using non-verbal communication to assist with understanding</p>\r\n<p>·         Asking questions to identify required information</p>\r\n<p>·         Responding to questions as required</p>\r\n<p>·         Using active listening techniques toconfirm understanding</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>In an email, confirm and agree on the scope of the sustainability policy and procedures?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Develop and submit a sustainability policy and procedures that reflect the organisation’s commitment to sustainability as an integral part of business planning and as a business opportunity?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"331\">\r\n<p>Document appropriate methods of implementation, outcomes, and performance indicators in an action plan?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"331\">\r\n<p>In an email, seek agreement for their policy and procedures and action plan?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"199\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Task Outcome:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"240\">\r\n<p>Satisfactory¨</p>\r\n</td>\r\n<td width=\"199\">\r\n<p>Not Satisfactory¨</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\"> </td>\r\n<td width=\"137\"> </td>\r\n<td width=\"57\"> </td>\r\n<td width=\"47\"> </td>\r\n<td width=\"199\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<h3>Assessment Task 3 Cover Sheet</h3>\r\n<p><strong>Student Declaration</strong></p>\r\n<p>To be filled out and submitted with assessment responses</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</li>\r\n<li>I understand that if I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</li>\r\n<li>I have correctly referenced all resources and reference texts throughout these assessmenttasks.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student ID number</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Assessor declaration</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessment outcome</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>S</p>\r\n</td>\r\n<td width=\"62\">\r\n<p>NS</p>\r\n</td>\r\n<td width=\"83\">\r\n<p>DNS</p>\r\n</td>\r\n<td width=\"241\">\r\n<p>Resubmission    Y     N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</p>\r\n<p><strong>Feedback</strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>My performance in this assessment task has been discussed and explained tome.</li>\r\n<li>I would like to appeal this assessment decision.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</p>\r\n<p><strong>Assessment Task 3: Sustainability policy and procedures presentation</strong></p>\r\n<p><strong>Task summary</strong></p>\r\n<p>In the role of Operations Manager, you are required to present the new sustainability policy and procedure and action plan to Grow Management Consultants staff to assist in the implementation of the policy.</p>\r\n<p>You will be required to develop at least 8 PowerPoint slides to accompany your presentation that includes graphics such as tables, charts, or images.</p>\r\n<p>This assessment is to be completed in the simulated work environment in CSB.</p>\r\n<p><strong>Required</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Access to textbooks/other learning materials</li>\r\n<li>Computer with Microsoft Office and internet access</li>\r\n</ul>\r\n<p><strong>Submit</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Email with sustainability presentation attached</li>\r\n</ul>\r\n<p><strong>Assessment criteria</strong></p>\r\n<p>For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all of the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</p>\r\n<p><strong>Re-submission opportunities</strong></p>\r\n<p>You will be provided feedback on your performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</p>\r\n<p>If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</p>\r\n<p>You are encouraged to consult with the assessor priorto attempting this task if you donot understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</p>\r\n<p><strong>Assessment Task 3 Instructions</strong></p>\r\n<p>Complete the following activities:</p>\r\n<ol>\r\n<li><em><strong>Develop a sustainability presentation.</strong></em></li>\r\n</ol>\r\n<p>In order to present the new sustainability policy and procedures and action plan to staff, you are required to develop a PowerPoint (or another presentation program) presentation that addresses the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Promote the policy and procedure by outlining the benefits of sustainability based on the research and analysis you undertook in Assessment Task 1 and2.</li>\r\n<li>An outline of the new sustainability policy and procedures and the rationale for development (as per the briefing report).</li>\r\n<li>Expected outcomes of the sustainability policy and procedures</li>\r\n<li>Planned sustainability actions and roles and responsibilities.</li>\r\n</ul>\r\n<p>The slides should include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>graphics such as tables, charts, or images to add interest to yourpresentation.</li>\r\n<li>a summary of sustainability benefits in your presentation first and then at the end of the presentation, outline the new sustainability policy and procedure and action plan.</li>\r\n</ul>\r\n<p>Use the notes section of the presentation program to help you remember content when you are presenting.</p>\r\n<p>Save this file as Sustainability Presentation.</p>\r\n<p>The presentation has been attached</p>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Send an email to your assessor.</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>It should introduce and summarise the contents of the attachment and ask for the place, date and time of your presentation.</p>\r\n<p>Attach your Sustainability Presentation to the email.</p>\r\n<p>To: Assessor,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the Sustainability Presentation.</p>\r\n<p>Dear Assessor,</p>\r\n<p>I want to inform that sustainability presentation report is prepared and is attached to the mail. Following are the topics that is covered in the report. Kindly go through the topics:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction</li>\r\n<li>Benefits</li>\r\n<li>Minimizing waste</li>\r\n<li>Reduce the Energy</li>\r\n<li>Make staff reminder and training about information</li>\r\n<li>Use the green purchasing</li>\r\n<li>Use life cycle management procedures to assist with implementing sustainability practices;</li>\r\n</ul>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Deliver your presentation.</strong></em></li>\r\n</ol>\r\n<p>At the outset of the presentation, indicate that the team will be able to ask questions during and at the end of the presentation and may offer suggestions for additional strategies.</p>\r\n<p>Clearly deliver presentation content using the slides you have developed.</p>\r\n<p>During and after the presentation, demonstrate effective communication skills including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Speaking clearly andconcisely</li>\r\n<li>Using non-verbal communication to assist withunderstanding</li>\r\n<li>Asking questions to identify required information</li>\r\n<li>Responding to questions as required</li>\r\n<li>Using active listening techniques to confirm understanding</li>\r\n</ul>\r\n<p>You will be assessed on the quality of your presentation skills as well as the presentation itself.</p>\r\n<p>Meeting Date: 26-11-2021</p>\r\n<p>Time: 11:00 AM</p>\r\n<p>Venue: Meeting Room</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Introduction</li>\r\n<li>Benefits</li>\r\n<li>Minimizing waste</li>\r\n<li>Reduce the Energy</li>\r\n<li>Make staff reminder and training about information</li>\r\n<li>Use the green purchasing</li>\r\n<li>Use life cycle management procedures to assist with implementing sustainability practices;</li>\r\n</ul>\r\n<p> <strong>Introduction</strong></p>\r\n<p>The goal of the organization is to foster the arrangement of the manageability that is included in all parts of the business, it includes: travel, acquisition, office energy use, office supplies and cleaning at any rate.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>A waste bin and reusing holder are accessible.</li>\r\n<li>Regular meetings and classes are held by the association.</li>\r\n<li>An extra caterer with every accessible plate and cups (plastic) is given.</li>\r\n<li>Contract laborers utilizing every day cleaning things clean the work environment one time each week.</li>\r\n<li><strong>Benefits</strong></li>\r\n<li><strong>Improved brand goodwill </strong></li>\r\n<li>Natural Marketing Institute (NMI) has tracked down that understanding that a business knows about the effects on the air and culture makes it simpler for clients to buy their labor and products. \"</li>\r\n<li><strong>Lift effectiveness and lower costs </strong></li>\r\n<li>There is a need of improvement in productivity and cost investment funds. Tasks can be improved and costs limited by better use and the executives of energy<strong>.</strong></li>\r\n<li><strong>Minimizing waste</strong></li>\r\n<li>It is accessible to use waste bin and reusing holder.</li>\r\n<li>Regular meetings and classes are held by the association.</li>\r\n<li><strong>Reduce the Energy</strong></li>\r\n<li>Whenever the electricity is not in use, turnoff the switches.</li>\r\n<li>Air-conditioned systems need to be automatic, when the office hours is finished, AC should be switched off</li>\r\n<li><strong>Make staff reminder and training about information</strong></li>\r\n<li>For the office, make new rules and regulation</li>\r\n<li>Signage should be designed</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Use the green purchasing</strong></li>\r\n<li>For utilization of only recyclable material, Create procurement and purchasing rules</li>\r\n<li>Using email or E-Book PDF format instead courier to customer</li>\r\n</ul>\r\n<br />\r\n<ul class=\"unordered-listing\">\r\n<li><strong>Use life cycle management procedures to assist with implementing sustainability practices;</strong></li>\r\n<li>For ensuring the sustainability of the value chain management, use direct, organize and manageable information that is related to the product which aims at continuous improvement throughout the product life cycle.</li>\r\n</ul>\r\n<p> </p>\r\n<p><strong>Assessment Task 3 Checklist</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" width=\"633\">\r\n<p>Student’s name:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"312\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Did the student:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"113\">\r\n<p>Completed successfully</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"208\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"57\">\r\n<p>Yes</p>\r\n</td>\r\n<td width=\"57\">\r\n<p>No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"312\">\r\n<p>Explain the benefits of sustainability in order to assist in promoting the sustainability policy and procedure during the presentation?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"208\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"312\">\r\n<p>Clearly explain sustainability policy and procedures during the presentation?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"208\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"312\">\r\n<p>Clearly explain expected outcomes of sustainability policy and procedure, actions to be taken and responsibilities as set out in their action plan during the presentation?</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"208\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"312\">\r\n<p>During the presentation, demonstrate effective communication skills including:</p>\r\n<p>·       Speaking clearly andconcisely</p>\r\n<p>·       Using non-verbal communication to assist with understanding</p>\r\n<p>·       Asking questions to identify required information</p>\r\n<p>·       Responding to questions as required</p>\r\n<p>·       Using active listening techniques to confirm understanding</p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"57\">\r\n<p> </p>\r\n</td>\r\n<td width=\"208\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Task Outcome:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"231\">\r\n<p>Satisfactory¨</p>\r\n</td>\r\n<td width=\"208\">\r\n<p>Not Satisfactory¨</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p><strong> </strong></p>\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p><strong> </strong></p>\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\"> </td>\r\n<td width=\"117\"> </td>\r\n<td width=\"57\"> </td>\r\n<td width=\"57\"> </td>\r\n<td width=\"208\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<h3>Assessment Task 4 Cover Sheet</h3>\r\n<p><strong>Student Declaration</strong></p>\r\n<p>To be filled out and submitted with assessment responses</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</li>\r\n<li>I understand that if I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</li>\r\n<li>I have correctly referenced all resources and reference texts throughout these assessmenttasks.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student ID number</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /> <strong>Assessor declaration</strong>\r\n<ul class=\"unordered-listing\">\r\n<li>I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessment outcome</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>S</p>\r\n</td>\r\n<td width=\"62\">\r\n<p>NS</p>\r\n</td>\r\n<td width=\"83\">\r\n<p>DNS</p>\r\n</td>\r\n<td width=\"241\">\r\n<p>Resubmission    Y     N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</p>\r\n<p><strong>Feedback</strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>My performance in this assessment task has been discussed and explained tome.</li>\r\n<li>I would like to appeal this assessment decision.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> A copy of this page must be supplied to the office and kept in the student’s file with the evidence.</p>\r\n<p> </p>\r\n<p><strong>Assessment Task 4: Sustainability Implementation project</strong></p>\r\n<p><strong>Task summary</strong></p>\r\n<p>In the role of Operations Manager, the student is required to implement sustainability initiatives for Grow Management Consultants. This will include conducting a sustainability inspection and developing a memo to encourage sustainable practices based on the sustainability inspection.</p>\r\n<p>This assessment is to be completed in the simulated work environment in CSB.</p>\r\n<p><strong>Required</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Access to textbooks/other learning materials</li>\r\n<li>Computer with Microsoft Office and internet access</li>\r\n<li>Usage Record Template</li>\r\n</ul>\r\n<p><strong>Submit<br /><br /></strong>Email with the following attached:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>completed Usage Record Template</li>\r\n<li>staffmemo</li>\r\n</ul>\r\n<p><strong>Assessment criteria</strong></p>\r\n<p>For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</p>\r\n<p><strong>Re-submission opportunities</strong></p>\r\n<p>You will be provided feedback on your performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</p>\r\n<p>If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for an appeal.</p>\r\n<p>You are encouraged to consult with the assessor prior to attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</p>\r\n<p> </p>\r\n<h3><strong>Assessment Task 4 Instructions</strong></h3>\r\n<p>Complete the following activities:</p>\r\n<ol>\r\n<li><em><strong>Undertake an inspection of RTO facility.</strong></em></li>\r\n</ol>\r\n<p>Assume that, following acceptance of your sustainability policy and procedures, you have been asked to implement strategies identified in your action plan for the continuous improvement of resource efficiency. This is to include an inspection of the workplace to identify environmental sustainability and resource usage issues and to identify and report on possible solutions.</p>\r\n<p>You will therefore undertake an inspection of RTO facility using the environmental sustainability and resource Usage Record Template.</p>\r\n<p>Record at least 3 actual or potential environmental sustainability and resource usage issues that you found during activity one.</p>\r\n<p>Your assessor will advise you of the date and time of the inspection and will observe you conducting the inspection.</p>\r\n<p><strong>Environmental Sustainability and Resource Usage Record</strong></p>\r\n<table class=\"table table-bordered\" width=\"936\">\r\n<tbody>\r\n<tr>\r\n<td width=\"331\">\r\n<p><strong>Areas of RTO &amp; practices reviewed</strong></p>\r\n</td>\r\n<td width=\"604\">\r\n<p>Provide a brief description of the issue in this section.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Use of consumables/ materials/ technology/ equipment</p>\r\n<p>·         Identify equipment that use energy and determine which equipment uses the most/least energy?</p>\r\n<p>·         Are switches left on overnight/weekend?</p>\r\n<p>·         Do staff use the sleep mode/screen saver?</p>\r\n<p>·         What practices are currently in place to help minimise energy wastage?</p>\r\n</td>\r\n<td width=\"604\">\r\n<p>The equipment that utilizes energy are PCs, TV, lights, water purifiers, printers, and Wi-Fi switches which are needed for smooth tasks in a RTO. Most energy is utilized by the lights, TV, and PCs while the base energy is utilized by the water purifiers. The most extreme among them is the PCs while the least among them is the Wi-Fi which utilizes somewhere around 6 Watts.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Energy usage e.g. water, electricity gas</p>\r\n<p>·         How is energy used on a daily basis?</p>\r\n<p>·         What things/tasks use up the most energy?</p>\r\n<p>·         Are switches left on overnight/weekend?</p>\r\n<p>·         Are staff using energy sensibly?</p>\r\n<p>·         What practices are in place to support effective energy use?</p>\r\n</td>\r\n<td width=\"604\">\r\n<p>RSB adopts a reasonable strategy in controlling the use of power in its grounds in Australia. The grounds has a grounded lab and homerooms with free Wi-Fi office yet to limit its power utilization, it urges the understudies to bring their PCs from homes.</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p>Waste</p>\r\n<p>·         Describe workplace waste.</p>\r\n<p>·         How is it disposed of?</p>\r\n<p>·         Are staff conscious of waste management practices e.g. recycling, reuse, disposal?</p>\r\n</td>\r\n<td width=\"604\">\r\n<p>Work environment squanders are those squanders that are not utilized and kept in a space making the whole region messy and blocked.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"331\">\r\n<p><strong>      Date of inspection or review</strong>:</p>\r\n</td>\r\n<td width=\"604\">\r\n<p><strong>      Completed by: </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li><em><strong>Develop a memo for staff about best practice sustainabilityprocedures</strong></em></li>\r\n</ol>\r\n<p>Assume that you wish to commence implementing a further initiative from the action plan, which is to provide regular communications to staff about sustainability practices.</p>\r\n<p>Based on one of the issues identified in your environmental sustainability and resource usage record, develop a short memo to send to staff about best practice sustainability procedures. For example, if you have identified that water usage is high, you could write about tips to reduce water usage. The memo you develop must be written in plain English and in user-friendly language and be designed to promote engagement in sustainability initiatives.</p>\r\n<p>The memo should be no more than one page and include images such as photos or graphs to assist with understanding and engagement.</p>\r\n<p><strong><u>Memorandum</u></strong></p>\r\n<p>Date: 26-11-2021</p>\r\n<p>To: All staff</p>\r\n<p>From: Operations manager of <strong><em>Grow Management Consultants</em></strong></p>\r\n<p>Subject: Addressing the issue of high electricity charges</p>\r\n<p>I tracked that the greater part of the staff is adjusting the rehearses of supportability and is utilizing the least power. Students are bringing their PC’s and also the media gadgets from their homes.</p>\r\n<p>About 14.6 giga liters waster was wasted by the enterprises in Australia in the year 2017.</p>\r\n<p>Utilization of water must be supported for avoiding the shortage of water. For decreasing the utilization of water few steps are taken, like use water only when it is required. Use storage relocation gadget. These arrangements are conventional and can be applied to the RSB.</p>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Develop a sustainabilityregister.</strong></em></li>\r\n</ol>\r\n<p>You are required to develop a register for recording and tracking all continuous improvements in resource efficiency.</p>\r\n<p>The register should be able to include, as a minimum, the ability to record the reported opportunity, action to be taken, responsibility, timelines, and outcome.</p>\r\n<table class=\"table table-bordered\" width=\"720\">\r\n<tbody>\r\n<tr>\r\n<td width=\"85\">\r\n<p><strong>Original issues</strong></p>\r\n</td>\r\n<td width=\"101\">\r\n<p><strong>Opportunity</strong></p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>Actions</strong></p>\r\n</td>\r\n<td width=\"96\">\r\n<p><strong>Deliverables</strong></p>\r\n</td>\r\n<td width=\"108\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n<td width=\"61\">\r\n<p><strong>Priority</strong></p>\r\n</td>\r\n<td width=\"75\">\r\n<p><strong>Timeline</strong></p>\r\n</td>\r\n<td width=\"99\">\r\n<p><strong>Complete</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"85\">\r\n<p>There is traditional lighting in the washroom and staff rooms. Which leads to high power bill.</p>\r\n</td>\r\n<td width=\"101\">\r\n<p>Reduction of energy used</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>when not required,Switch off the unused light.</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>About 10% of electricity is contributed by appliances which are on stand-by.</p>\r\n</td>\r\n<td width=\"108\">\r\n<p>Every staff member and learners.</p>\r\n</td>\r\n<td width=\"61\">\r\n<p>2</p>\r\n</td>\r\n<td width=\"75\">\r\n<p>5 months</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>1<sup>st</sup> week of 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"85\">\r\n<p>The water utilization is a major worry for RSB</p>\r\n</td>\r\n<td width=\"101\">\r\n<p>Smart ways of conserving water</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>Using cistern displacement device to reduce the flow of water</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>Reducing water usage lowers electricity usage by 47%.</p>\r\n</td>\r\n<td width=\"108\">\r\n<p>Every staff member and learners.</p>\r\n</td>\r\n<td width=\"61\">\r\n<p>1</p>\r\n</td>\r\n<td width=\"75\">\r\n<p>3 months</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>Last week of 2021</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"85\">\r\n<p>An excessive amount of reliance on work papers.</p>\r\n</td>\r\n<td width=\"101\">\r\n<p>instead of using work papers, Use online sharing platforms to share documents</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>Use online tools like Google Docs to update the work documents.</p>\r\n</td>\r\n<td width=\"96\">\r\n<p>Using online platforms would lower the usage of printers</p>\r\n</td>\r\n<td width=\"108\">\r\n<p>Every staff member and learners.</p>\r\n</td>\r\n<td width=\"61\">\r\n<p>3</p>\r\n</td>\r\n<td width=\"75\">\r\n<p>2 months</p>\r\n</td>\r\n<td width=\"99\">\r\n<p>November 2021</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"4\">\r\n<li><em><strong>Write and email to all staff (yourassessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style, summarising the contents of the attachments.</p>\r\n<p>Attach the following to the email:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>completed Usage RecordTemplate</li>\r\n<li>staffmemo</li>\r\n</ul>\r\n<p>To: Staff,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the documents</p>\r\n<p>Dear Staff,</p>\r\n<p>This mail is written with the purpose to inform that all the documents are prepared that was asked me to do. Following documents are prepared:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Completed Usage Record Template</li>\r\n<li>Staff Memo</li>\r\n<li>Sustainability Register.</li>\r\n</ul>\r\n<p>The documents are attached to the mail. Kindly go through it once.</p>\r\n<p>Thank You</p>\r\n<p>Regards,</p>\r\n<h3><strong>Assessment Task 4 Checklist</strong></h3>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" width=\"633\">\r\n<p>Student’s name:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"378\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Did the student:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"94\">\r\n<p>Completed successfully</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"161\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p>Yes</p>\r\n</td>\r\n<td width=\"47\">\r\n<p>No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"378\">\r\n<p>Implement strategies for continuous improvement in resource efficiency including conducting a sustainability inspection?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"161\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"378\">\r\n<p>Implement strategies for continuous improvement in resource efficiency including developing a memo with procedures to be followed relevant to identified sustainability issue?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"161\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"378\">\r\n<p>Promote sustainability to staff through:</p>\r\n<p>·       Presenting information in plain English</p>\r\n<p>·       User friendly language</p>\r\n<p>·       Using images to assist in understanding and engagement</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"161\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"378\">\r\n<p>Develop a register for recording and tracking all continuous improvements in resource efficiency?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"161\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"378\">\r\n<p>Provide the register to staff to ensure that all staff are aware of roles and responsibilities in recording continuous improvements?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"161\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Task Outcome:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"278\">\r\n<p>Satisfactory ¨</p>\r\n</td>\r\n<td width=\"161\">\r\n<p>Not Satisfactory¨</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\"> </td>\r\n<td width=\"184\"> </td>\r\n<td width=\"47\"> </td>\r\n<td width=\"47\"> </td>\r\n<td width=\"161\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<h3>Assessment Task 5 Cover Sheet</h3>\r\n<p><strong>Student Declaration</strong></p>\r\n<p>To be filled out and submitted with assessment responses</p>\r\n<ul class=\"unordered-listing\">\r\n<li>I declare that this task is all my own work and I have not cheated or plagiarised the work or colluded with any other student(s).</li>\r\n<li>I understand that if I am found to have plagiarised, cheated or colluded, action will be taken against me according to the process explained to me.</li>\r\n<li>I have correctly referenced all resources and reference texts throughout these assessment tasks.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student name</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student ID number</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><strong>Assessor declaration</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>I hereby certify that this student has been assessed by me and that the assessment has been carried out according to the required assessment procedures.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"155\">\r\n<p>Assessment outcome</p>\r\n</td>\r\n<td width=\"52\">\r\n<p>S</p>\r\n</td>\r\n<td width=\"62\">\r\n<p>NS</p>\r\n</td>\r\n<td width=\"83\">\r\n<p>DNS</p>\r\n</td>\r\n<td width=\"241\">\r\n<p>Resubmission    Y     N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Note: S – Satisfactory, NS – Not satisfactory, DNS – Did not submit</p>\r\n<p><strong>Feedback</strong></p>\r\n<p><strong>Student result response</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>My performance in this assessment task has been discussed and explained tome.</li>\r\n<li>I would like to appeal this assessment decision.</li>\r\n</ul>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Student signature</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"150\">\r\n<p>Date</p>\r\n</td>\r\n<td width=\"444\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> A copy of this page must be supplied to the office and kept in the student’s file with the evidence.<br /><br /><br /></p>\r\n<p><strong>Assessment Task 5: Sustainability policy and procedures review project</strong></p>\r\n<p><strong>Task summary</strong></p>\r\n<p>You are required to report on outcomes of implementation of the sustainability policy and procedure by analysing data provided about the implementation of the policy and procedures.</p>\r\n<p>This assessment is to be completed in the simulated work environment in CSB.</p>\r\n<p><strong>Required</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Access to textbooks/other learning materials</li>\r\n<li>Computer with Microsoft Office and internet access</li>\r\n<li>Sustainability Policy and Procedures (developed in Assessment Task2)</li>\r\n<li>SurveyResults</li>\r\n<li>Sustainability Implementation Report Template</li>\r\n</ul>\r\n<p><strong>Submit</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Email with the following attached:</li>\r\n<li>Sustainability Implementation Report</li>\r\n<li>Revised Sustainability Policy andProcedures</li>\r\n</ul>\r\n<p><strong>Assessment criteria</strong></p>\r\n<p>For your performance to be deemed satisfactory in this assessment task, you must satisfactorily address all the assessment criteria. If part of this task is not satisfactorily completed, you will be asked to complete further assessment to demonstrate competence.</p>\r\n<p><strong>Re-submission opportunities</strong></p>\r\n<p>You will be provided feedback on your performance by the Assessor. The feedback will indicate if you have satisfactorily addressed the requirements of each part of this task.</p>\r\n<p>If any parts of the task are not satisfactorily completed, the assessor will explain why, and provide you written feedback along with guidance on what you must undertake to demonstrate satisfactory performance. Re-assessment attempt(s) will be arranged at a later time and date.</p>\r\n<p>You have the right to appeal the outcome of assessment decisions if you feel that you have been dealt with unfairly or have other appropriate grounds for anappeal.</p>\r\n<p>You are encouraged to consult with the assessor priorto attempting this task if you do not understand any part of this task or if you have any learning issues or needs that may hinder you when attempting any part of the assessment.</p>\r\n<p><strong>Assessment Task 5 Instructions</strong></p>\r\n<p>Carefully read the following:</p>\r\n<p>Assume that the sustainability policy and procedure you developed has been implemented, as well as findings from regular sustainability inspections. Sustainability initiatives implemented include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Energy audit and all recommendations implemented including signage about energy use(e.g. switch off lights at night, turn down brightness, turn off taps)</li>\r\n<li>Recycling policy introduced, and three more recycling binsintroduced.</li>\r\n<li>Green purchasing policy developed (on staff intranet, email sent to staff to advise).</li>\r\n<li>Green transport policy developed and implemented (on staff intranet,email sent to staff to advise).</li>\r\n</ul>\r\n<p>Assume also the following sustainability targets:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Reduce electricity consumption by 20% within sixmonths.</li>\r\n<li>Promote awareness of sustainability initiatives amongst all staff members</li>\r\n</ul>\r\n<p>A staff survey has been undertaken (results provided separately), as well as an energy audit. The results of the energy audit are as follows:</p>\r\n<p>Actions implemented:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>replace halogen downlights with energy efficient downlights and transformers</li>\r\n<li>connect to natural gas, converting to an energy source with one-third of the greenhouse gas emissions of electricity from coal</li>\r\n<li>replace electric storage hot water heater with instant solar hotwater</li>\r\n<li>replace air conditioner with a more efficient inverterunit.</li>\r\n</ul>\r\n<p>Prior to energy audit:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $2,415 ayear</li>\r\n<li>Annual greenhouse emissions: 18 tonnes ayear</li>\r\n</ul>\r\n<p>Six months later:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $1,800 ayear</li>\r\n<li>Annual greenhouse emissions: 10.2 tonnes ayear</li>\r\n</ul>\r\n<p>One year later:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Annual energy bill: $2,215 ayear</li>\r\n<li>Annual greenhouse emissions: 14 tonnes a year</li>\r\n</ul>\r\n<p>Note: Four new staff members employed may account for increase. Energy targets were not adjusted to account for the new staff.</p>\r\n<p>Complete the following activities:</p>\r\n<ol>\r\n<li><em><strong>Develop a sustainability implementation report</strong></em></li>\r\n</ol>\r\n<p>You are required to review the results of the staff survey and the energy statistics provided.</p>\r\n<p>Based on your review, develop a short report that outlines:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Analysis of staff survey results and achievements against targets</li>\r\n<li>Analysis of energy audit data and achievements against targets</li>\r\n<li>Recommendations for additional actions that need to be taken based on the data above.</li>\r\n<li>Summary of the success of the sustainability policy and procedures basedon analysis.</li>\r\n<li>Updates to sustainability policy and procedures to account for recommended improvements.</li>\r\n</ul>\r\n<p>Use the Sustainability Implementation Report Template to guide your work.</p>\r\n<p><strong>Sustainability Implementation Report</strong></p>\r\n<p><strong>Analysis of staff survey results and achievements against targets</strong></p>\r\n<p>The maintainability targets set up by Grow Management Consultants are to reduce the use of power by 20% in half year. Manageability drives among the staff members. The results of overview are similar to the hodgepodge as no one had the clue. It is shown by each individual that there was a thought of the current status. The main motive is to reduce the use of power by 20% in half year.</p>\r\n<p><strong>Analysis of energy audit data and achievements against targets</strong></p>\r\n<p><strong>Recommendations for additional actions that need to be taken based on a review of the data</strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Rather than using incandescent lamp, use LED lights</li>\r\n<li>Rather than using AC units, make use of normal ventilation.</li>\r\n<li>Use a half and half water radiator.</li>\r\n<li>Deliver green pick and drop offices to the workers.</li>\r\n<li>Use recyclable papers</li>\r\n</ul>\r\n<p><strong>Summary of success of sustainability policy and procedure based on analysis</strong></p>\r\n<p>The maintainability strategy and techniques could be considered as fruitful as the objective of setting one fertilizer container by one of the workers is being concealed by introducing three recyclable canisters.</p>\r\n<p>Updates to sustainability policy and procedure to account for recommended improvements</p>\r\n<p>A few updates that are needed to refresh the manageability strategy and strategies according to my suggested upgrades are –</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Rather than using incandescent lamp, use LED lights</li>\r\n<li>Rather than using AC units, make use of normal ventilation.</li>\r\n<li>Use a half and half water radiator.</li>\r\n<li>Deliver green pick and drop offices to the workers.</li>\r\n<li>Use recyclable papers</li>\r\n</ul>\r\n<br />\r\n<ol start=\"2\">\r\n<li><em><strong>Update your sustainability policy andprocedures</strong></em></li>\r\n</ol>\r\n<p>Update this document to reflect the information you have gathered since you wrote it. Save this version as Revised Sustainability Policy and Procedures.</p>\r\n<p><strong>Revised Sustainability Policy and Procedures</strong></p>\r\n<p><strong>Purpose statement</strong></p>\r\n<p>The reason for the supportability strategy and strategies is to address all the business angles including travel, buying, and office supplies and cleaning. It is needed that the organization is confronting the power changes because of the use of the conventional lightening in the workplace.</p>\r\n<p><strong>Policy principles</strong></p>\r\n<p>The focus of the organization is on accepting the changes that can be established for supporting the conditions for the climate. The A grade printer paper is requested which is not affirmed in case they are harmless to the ecosystem.</p>\r\n<p><strong>Procedures</strong></p>\r\n<table class=\"table table-bordered\" width=\"648\">\r\n<tbody>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Procedure title</strong></p>\r\n</td>\r\n<td width=\"326\">\r\n<p><strong>Responsibility</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Less greenhouse gas emissions</strong></p>\r\n<p>·         Include the use of LED lights rather than incandescent lamp</p>\r\n<p>·         Use regular ventilation to bring down the reliance on the run of the mill A/C units.</p>\r\n</td>\r\n<td width=\"326\">\r\n<p>Environment experts, renewable expert</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p>Environment Focused</p>\r\n<p>·         Appliance following ought to be urged to follow the utilization of each worker through the ecological administration framework.</p>\r\n<p>·         Use a cross breed water radiator that sudden spikes in demand for the battery just as solar sources.</p>\r\n<p>·         Deliver green pick and drop offices to the representatives.</p>\r\n</td>\r\n<td width=\"326\">\r\n<p>EMS supervisor, renewable energy expert, travel organiser.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Paper plates at catering services </strong></p>\r\n<ul class=\"unordered-listing\">\r\n<li>Only recyclable paper plates would be utilized to serve suppers given to the representatives.</li>\r\n<li>The buy would be done if the codes of Australian pressing Covenant intentional code of training and Australian Ecolabel program\'s deliberate code of training are referenced in any of the items.</li>\r\n</ul>\r\n</td>\r\n<td width=\"326\">\r\n<p>Caterer, paper management official,</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"322\">\r\n<p><strong>Purchase based on lower environmental impact</strong></p>\r\n<p>·         •           Only recyclable papers ought to be purchased.</p>\r\n<p>·         The buy would be done if the codes of Australian pressing Covenant willful code of training and Australian Ecolabel program\'s intentional code of training are referenced in any of the items.</p>\r\n<p>·         Those items would be purchased which will in general be low in natural contamination according to the National Greenhouse and Energy Reporting Act 2007 and EPBC Act 1999.</p>\r\n</td>\r\n<td width=\"326\">\r\n<p>Legal adviser, paper management official,</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<ol start=\"3\">\r\n<li><em><strong>Send an email to stakeholders (yourassessor).</strong></em></li>\r\n</ol>\r\n<p>The text of the email should be in grammatically correct English, written in an appropriate (polite, business-like) style.</p>\r\n<p>The email text should briefly explain the purpose and contents of the report and summarise the key changes you have made to the policy and procedures, ensuring that you clearly explain why changes were made.</p>\r\n<p>Attach the following to the email:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Sustainability ImplementationReport</li>\r\n<li>Revised Sustainability Policy andProcedures</li>\r\n</ul>\r\n<p>To: Stakeholders,</p>\r\n<p>From:</p>\r\n<p>Subject: Attaching the documents.</p>\r\n<p>Dear Stakeholders,</p>\r\n<p>This mail is written to inform that documents are prepared and is updated and revised. Following topics are prepared: </p>\r\n<ul class=\"unordered-listing\">\r\n<li>Sustainability Implementation Report</li>\r\n<li>Revised Sustainability Policy and Procedures.</li>\r\n</ul>\r\n<p>The documents are attached to the mail.</p>\r\n<p>Thank you</p>\r\n<p>Regards,</p>\r\n<p><strong>Assessment Task 5 Checklist</strong></p>\r\n<table class=\"table table-bordered\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" width=\"633\">\r\n<p>Student’s name:</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"341\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Did the student:</p>\r\n</td>\r\n<td colspan=\"2\" width=\"95\">\r\n<p>Completed successfully</p>\r\n</td>\r\n<td rowspan=\"2\" width=\"198\">\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p>Comments</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"47\">\r\n<p>Yes</p>\r\n</td>\r\n<td width=\"47\">\r\n<p>No</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>Review implementation of policy and procedures?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>Provide a report on the overall success of the policy?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>In the report, identify additional actions required based on review of data?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>Provide a review of the continuous improvement register and identify trends and remedial actions required?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>Provide an updated policy and procedures based on identified actions to ensure that identified improvements occur?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"341\">\r\n<p>Clearly communicate outcomes of sustainability policy and procedures to stakeholders?</p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"47\">\r\n<p> </p>\r\n</td>\r\n<td width=\"198\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Task Outcome:</p>\r\n</td>\r\n<td colspan=\"3\" width=\"241\">\r\n<p>Satisfactory¨</p>\r\n</td>\r\n<td width=\"198\">\r\n<p>Not Satisfactory¨</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p><strong> </strong></p>\r\n<p>Assessor signature</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Assessor name</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">\r\n<p>Date</p>\r\n</td>\r\n<td colspan=\"4\" width=\"439\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\"> </td>\r\n<td width=\"146\"> </td>\r\n<td width=\"47\"> </td>\r\n<td width=\"47\"> </td>\r\n<td width=\"198\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', NULL, '', NULL, NULL, 'sample', NULL, NULL, 4, 6, 4, 53, NULL, 'Develop workplace policy and procedures for Sustainability BSBSUS501', 'Now get a fresh copy of BSBSUS501 develop workplace policy and procedures for Sustainability solution work by contacting our online chart support.', 'Develop workplace policy and procedures for Sustainability BSBSUS501', 'develop-workplace-policy-and-procedures-for-sustainability-bsbsus501', '2021-11-29 04:41:43', '2021-12-24 05:35:37');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(310, 'Actuarial Science Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ACTUARIAL SCIENCE ASSIGNMENT HELP</h1>\r\n<p>Students enrolled in an actuarial science course at the graduate or postgraduate level must complete a number of assignments, essays, projects, and thesis. However, the complexity of the subject, as well as the extensive research required for these submissions, makes it a difficult work for scholars. In addition, students in academic life have far too little time to devote to each submission which makes it hard for them to write assignments by themselves. Professional Assignment Help has brought you the desirable solutions for Actuarial Science assignment writing services from some of the industry\'s greatest practitioners and online specialists.</p>\r\n<p>Professional Assignment Help is a well-known online assignment help platform assisting students with a variety of courses and assignments. Actuarial Science Assignment Help is one among the assignment help service that aims to assist statistics or mathematics students with great assignment services provided by highly skilled and experienced professionals who have been hired from different countries. These specialists not only assist students in drafting their Actuarial Science assignments, but also educate them on concepts, principles and topics under actuarial science that will help them have a better understanding of the field.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Actuarial Science Assignment Writing Experts:</h2>\r\n<p>Professional assignment help\'s actuarial science assignment writing experts are a group of highly qualified individuals with extensive knowledge in this discipline. The professionals were recruited after a thorough screening process to ensure that the best team is assembled to provide the most sought-after actuarial science assignment help to all students. The specialists are skilled at completing high-quality assignments within the specified time frame.</p>\r\n<p>In addition to strong qualification, each of these experts hold vast practical experience having worked as professor, tutors, industrial practitioner etc which make them proficient to provide good quality assignments. Every assignment we work on is subjected to stringent quality controls so that we can provide you with a better level of service that will result in the best possible outcomes and enable you to thrive academically.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Actuarial Science Assignment Help’ services</h2>\r\n<p>The following are some of the primary benefits of using Professional Assignment Help for Actuarial Science Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide you with the assistance of assignment specialists who supply you with entirely satisfied services and personalised services that meet your needs for Actuarial Science Assignment Help.</li>\r\n<li>Hiring an engineering expert will allow you to save a significant amount of time that you may devote to other important academic tasks that require your immediate attention.</li>\r\n<li>In addition to high-quality assignment writing services, you will receive advice on the topic and subject you need, which will aid you in exam preparation and improve your subject knowledge.</li>\r\n<li>You will never miss a deadline for completing an assignment since we will complete it within the specified timeframe without sacrificing the quality of assignment.</li>\r\n</ul>\r\n<p>Hiring Professional Assignment Help for Actuarial Science Assignment Help will undoubtedly provide you with numerous advantages and long-term rewards that will contribute to your academic achievement. If you want to get the most out of your money spent on assignment help online, call Professional Assignment Help right away!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 1, 'Actuarial Science Assignment Help | Online Assignment Help Platform', 'Get in touch with our actuarial science assignment help specialists having extensive expertise in this field and reduce the assignment submission tension.', 'Actuarial Science Assignment Help, Online Assignment Help Platform', 'actuarial-science-assignment-help', '2021-11-29 23:19:34', '2022-03-21 22:45:20'),
(311, 'Behavioral Finance Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BEHAVIORAL FINANCE ASSIGNMENT HELP</h1>\r\n<p>Behavioral Finance is the study and research of psychology, cognitive sciences, and researches, as well as various concepts of behavioural theories and facts, are all part of the concept of behavioural finance. These theories will also influence and can become or likely act as the major decision maker in the field of financial matters and other similar discussions.</p>\r\n<p>Complicacy of the subject might make it challenging for students to work on Behavioral Finance Assignment by themselves. Nevertheless, by using Behavioral Finance Assignment Help from Professional Assignment Help, you may learn more about these topics and concepts and can actually simplify working on such complicated assignments.</p>\r\n<p>With Professional Assignment Help, you may also rest assured that you will receive Behavioral Finance Assignment assistance on time and within the specified time frame. You don\'t have to be concerned about any questions or worries regarding Behavioral Finance Assignment assistance because our specialists will be able to answer all of your questions very efficiently.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Behavioural Finance Assignment Writing Experts:</h2>\r\n<p>Here at Professional Assignment Help, we have hired Finance professionals who are specialized in Behavioural Finance from reputed business schools across the world. These assignment specialists are certified professionals who have earned a bachelor\'s degree in their field of study and have years of experience having worked in the finance industry. They are the most qualified professors, instructors, industrial specialists, and subject matter experts to aid you with any Behavioral Finance Assignment Help-related questions, regardless of the topic\'s intricacy. Our finance assignment writing professionals work on your project from beginning to end, compiling it in a well-structured assignment format with all of the required components such as topic, findings, recommendations, citations and conclusion etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Behavioural Finance Assignment Help’ services</h2>\r\n<p>We have listed some of the core features you get when you hire Finance experts for Behavioral Finance Assignment Help from Professional Assignment Help which are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You receive assignment assistance from highly trained specialists who drafted your assignment in a manner that is similar to that produced by a scholar.</li>\r\n<li>You will receive a high-quality assignment that is 100% plagiarism-free and related to the topic.</li>\r\n<li>You are guaranteed positive results and academic success.</li>\r\n<li>Your assignments are delivered on schedule, and you always receive prompt responses to your questions.</li>\r\n<li>You receive frequent updates and feedback on the status of the assignment, allowing you to consult with your mentor and make necessary revisions.</li>\r\n</ul>\r\n<p>Writing a good quality and impressive Behavioral Finance Assignment Help might be challenging and meeting the deadline being the more challenging. However, with the support of specialists from Professional Assignment Help, you can certainly obtain a higher academic grade by delivering well-drafted projects well before the deadline. Contact us now for assignment help by professionals!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 2, 'Behavioral Finance Assignment Help | Finance Assignment Experts', 'Now receive behavioral finance assignment help from our highly qualified expert writing staff with great positive academic results.', 'Behavioral Finance Assignment Help, Finance Assignment Experts', 'behavioral-finance-assignment-help', '2021-11-29 23:31:29', '2022-03-21 22:46:52'),
(312, 'Capital Budgeting Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CAPITAL BUDGETING ASSIGNMENT HELP</h1>\r\n<p>Capital budgeting is the planning process through which a company determines long-term investments such as machinery replacement, new machinery purchases, and product investments which aims to aid an organisation in determining the value of such investments. The process of allocating resources for expenditure and investment is the subject of capital budgeting assignments. The basic purpose of capital budgeting, like any other instrument, is to maximise the company\'s value and shareholder investment.</p>\r\n<p>Working on Capital Budgeting Assignment might be a daunting task for many of the students as it requires vast subject knowledge, technical information, clarity of concepts, good research skills and writing abilities. Students can now get good quality Capital Budgeting assignments in very little time with the help of Professional Assignment Help, a one of the leading assignment helpers for students across the UK, Australia, and New Zealand. We will provide you with the assistance of specialists that have years of experience in assisting students with producing excellent capital budgeting assignments on a variety of topics. You can quickly ask for high-quality solutions for your Capital Budgeting assignment papers if you need them.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Capital Budgeting Assignment Writing Experts:</h2>\r\n<p>Our team of assignment writers, proof-readers, and editors are all highly trained and experienced who work tirelessly to prepare an outstanding Capital budgeting assignment for you. You get delivered an assignment that is written after extensive study and data analysis, and is formatted in the university\'s typical well-structured format.</p>\r\n<p>We recognise that each student\'s needs are unique, as they come from various universities and academic levels. As a result, we offer personalised assignment writing services, and each assignment we deliver is created with your specifications and requirements in mind, ensuring that it meets your needs and brings you the finest results.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Capital Budgeting Assignment Help’ services</h2>\r\n<p>You get range of benefits when you hire Material Engineering Assignment Help from Professional Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You will receive high-quality assignment writing services and assignments written by specialists and scholars with degrees from reputable educational institutions in a variety of nations.</li>\r\n<li>Our specialists not only provide you with high-quality assignments, but they also assist you in comprehending every part of the topic and subject by simplifying them for you so that you can improve your subjective knowledge.</li>\r\n<li>You receive customised writing services based on the needs specified by your teachers and the university\'s parameters.</li>\r\n<li>In addition to on-time deliveries, you will receive prompt responses to any of your questions.</li>\r\n</ul>\r\n<p>Our goal at Professional Assignment Help is to provide the best possible results while ensuring complete customer satisfaction. We want to help you get the most out of the money and time you spend with us by providing services that guarantee better results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 3, 'Capital Budgeting Assignment Help | Material Engineering Assignment', 'We promise guaranteed good scores in capital budgeting assignments with our writing help experts at reasonable prices. Get in contact with our online chat support.', 'Capital Budgeting Assignment Help, Material Engineering Assignment', 'capital-budgeting-assignment-help', '2021-11-29 23:42:25', '2021-12-29 06:03:07'),
(313, 'Corporate Finance Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CORPORATE FINANCE ASSIGNMENT HELP</h1>\r\n<p>Corporate financing is a type of business financing which is primarily concerned with the funding and allotting of shares and finances to firms, and it is mostly the responsibility of executives and managers to improve the company\'s worth in the eyes of its shareholders. Corporate financing also entails the use of various analytics and tools to reroute various financial resources that are beneficial to the organisation. As we understand that corporate finance is a difficult subject, students often seek corporate finance assignment help.</p>\r\n<p>Writing a corporate finance assignment necessitates technical expertise as well as a thorough understanding of all business rules and concepts within Corporate Finance subject. If you want to maintain your current scores, you must produce a corporate finance assignment answer that is flawless in every way. Professional Assignment Help offer Corporate Finance Assignment Help solution from professionals who are experts in this particular field and are highly proficient to write good quality Corporate Finance Assignment for you that could score really higher marks. It might be challenging for you to balance your all-academic obligations along with working on assignments and therefore Professional Assignment Help has brought you the reliable assignment help which relieves you from all the stress of working on assignments.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Corporate Finance Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have boasted the team of professionals who have graduated from prestigious business schools across the globe. Our team consists of project managers, assignment writers, proof-readers, and editors who all work tirelessly to compose an impressive Corporate Finance assignment that includes well-researched content, relevant to the topic chosen, compiled in a well-structured format. Every assignment that we deliver is created based on the specifications and requirements you mention, so that it matches your expectations and fits best on the parameters stated by your professor.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Corporate Finance Assignment Help’ services</h2>\r\n<p>When you book Corporate Finance Assignment Help from Professional Assignment Help, you get a variety of benefits, including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get excellent assignment writing services from experienced specialists who hail from reputable educational institutes across the globe.</li>\r\n<li>In addition to providing the greatest assignment writing services, our specialists assist you in comprehending every part of the topic and subject by simplifying them for you, hence increasing your subjective knowledge.</li>\r\n<li>You receive customised writing services based on the needs specified by your teachers and the university\'s parameters.</li>\r\n<li>In addition to on-time deliveries, you will receive prompt responses to any of your questions.</li>\r\n</ul>\r\n<p>Professional Assignment Help strives to give the best possible outcomes and value for the range of services we provide to students across the UK, New Zealand and Australia. If you\'re looking for good value and high-quality services with assured results, Professional Assignment Help is the right platform to contact for Corporate Finance Assignment Help and other academic writing services.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 4, 'Corporate Finance Assignment Help | Finance Assignment Writing', 'Seeking corporate finance assignment help at reliable assignment writing services with covering all the corporate finance subject concepts.', 'Corporate Finance Assignment Help, Finance Assignment Writing', 'corporate-finance-assignment-help', '2021-11-29 23:51:28', '2021-12-29 06:03:43'),
(314, 'Finance Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCE ASSIGNMENT HELP</h1>\r\n<p>Are you seeking for a personalised Finance Assignment Help or Finance Assignment writing service? Are you doubtful if you\'ll be able to turn in your Aeronautical engineering project before the deadline? Leave all of your assignment problems aside and connect with the assignment experts at Professional Assignment Help, who have answers to all of your Finance Assignment or writing projects related questions and are always ready to provide professional writing services that will help you get better outcomes in academics.</p>\r\n<p>Writing a Finance Assignment has a lot more complications and problems because students must have sound information of the concepts, outstanding topic knowledge, excellent writing abilities, along with enough time to spend on writing assignments. You might face many problems while completing your Finance Assignment due to all such reasons, however Professional Assignment Help can help you overcome such sort of difficulties you may have while preparing Finance professionals who have years of expertise in assisting students of schools and colleges with Finance Assignment Help. So, if you\'re looking for professional assistance for your Finance Assignment that helps you stand out among peers, you\'ve come to the right platform.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Finance Assignment Writing Experts:</h2>\r\n<p>We have hired experts and professionals on the role of Project Manager, assignment writers, assignment proofreaders, and editors in our assignment writing team who curate your assignment all togethers and tirelessly to provide an impressive assignment that includes top-notch quality, well-researched content, which is absolutely plagiarism-free.</p>\r\n<p>We aim to meet the high expectation of students and therefore we provide customized assignment writing services to each and every student who comes to us for Finance assignment help. Every assignment is custom-made to meet your individual needs and specifications, ensuring that it meets your professor\'s expectations and parameters set by them. We have got covered a wide range of topics from basic to complicated topics, under Finance Assignment Help. Our Finance assignment professionals provide you the most expected services and immediate solutions you ask for.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Finance Assignment Help’ services</h2>\r\n<p>You will get benefits in varieties of ways when you book Finance Assignment Help from Professional Assignment Help which are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our Financial professionals and scholars will help you with Finance assignments and projects who have years of expertise in providing students with high-quality Finance assignment writing services.</li>\r\n<li>The Finance assignment help we offer is available at very affordable prices that fit your budget and provide you the value for money.</li>\r\n<li>Our high-quality Finance assignment services let you move towards achieving comparatively higher grades as compared to your peers and good remarks from professors.</li>\r\n<li>You get the assignment delivered which is 100% plagiarism free and relevant to the topic selected for assignment.</li>\r\n</ul>\r\n<p>Assignments are difficult to complete, but with the assistance of Professional Assignment Help\'s professionals, you can submit a high-quality assignment on time without missing any deadlines. If you need assistance with a Finance Assignment, please contact us right away.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 5, 'Finance Assignment Help | Finance Assignment Writing Experts', 'Meet all expectations in achieving good grades with our finance assignment help by our finance writing experts. Book our writing experts by visiting our site.', 'Finance Assignment Help, Finance Assignment Writing Experts', 'finance-assignment-help', '2021-11-29 23:58:45', '2021-12-29 06:04:18'),
(315, 'Finance Planning Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCE PLANNING ASSIGNMENT HELP</h1>\r\n<p>Assignments can be the most stressful responsibility for any student or candidate who is pursuing a degree in schools or colleges. When it comes to finishing or completing tasks before the deadlines, along with the daily lectures and exam study, this type of task gets more demanding and challenging for the majority of students.</p>\r\n<p>Here, Professional Assignment help has come up with a wide range of academic writing services and assignment help that solves your problem regarding working on assignments. If you connect with Professional Assignment Help for Finance Planning Assignment Help or any other assignment help, you can certainly ace every assignment and submit them well before the deadline without compromising with the quality a bit. Besides, you can hire Finance professionals from us to clarify all of your financial questions or doubts you have regarding the subjects and its future prospects. Our finance professionals and specialists will provide you with thorough Finance Planning Assignment Help and high-quality assignments that are free of plagiarism.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Finance Planning Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help has boasted a team of over 5000 writers across the world that are experts and masters in finance and other topics. Every member of the Professional Assignment Help team has graduated from a reputable educational institution and holds years of experience having worked as industrial practitioners, professors, tutors, so that we can supply you with the most capable native assignment helper holding vast subject knowledge and experience.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Finance Planning Assignment Help’ services</h2>\r\n<p>You are entitled to get many benefits when you hire Finance Planning Assignment Help from Professional Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get assignment assistance from proficient finance experts who have pursued a degree or Ph.D. in the respective field of study and hold immense practical knowledge to write good quality assignments.</li>\r\n<li>You get the assistance from experts on clarifying your doubts about the topic and subject you look for that helps you boost your subject knowledge too.</li>\r\n<li>You get the most affordable services along with the reliability of top-notch quality and higher scores.</li>\r\n<li>Every assignment would not contain any scope of error in terms of content, language and format as it goes through rigorous quality checks</li>\r\n<li>You get the assignments delivered on time and always get quick responses to your queries.</li>\r\n</ul>\r\n<p>In order to hire the top specialists who are experts in their respective domains, it is crucial to choose ProfessionalAssignmentHelp.com When you hire the pros from professionalassignmentshelp.com, you can rest assured about the assignments or any sort of academic writing work and for your marks as well.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 6, 'Financial Services Assignment Help | Finance Assignment Writer', 'Get plagiarism-free finance planning assignment help with assistance from our top-notch assignment writing services by academic experts.', 'Financial Services Assignment Help, Finance Assignment Writer', 'finance-planning-assignment-help', '2021-11-30 00:05:33', '2021-12-29 06:05:00'),
(316, 'Financial Services Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCIAL SERVICES ASSIGNMENT HELP</h1>\r\n<p>Financial service is a broad field that encompasses a wide range of financial institutions (banks, governmental and non-governmental credit institutions, insurance companies, credit card companies, corporate and consumer finance companies, stock brokerage organizations, etc.). Each institution encompasses a wide range of complicated topics and sub-areas of study, necessitating a high level of knowledge and research. Therefore, such institutes look for candidates who hold good academic records in the respective field of study and hold expertise as well. Therefore, students emphasize on scoring high in academics which is required as well.</p>\r\n<p>One of the major scoring parts in academics are the written projects and assignments that students are assigned timely which are meant to strengthen their subject knowledge, their ability to think critically, improving research skills and writing abilities. Financial Services assignment is one of the complicated subjects that frequently brings struggle and confusing tax calculations or numbers.</p>\r\n<p>Professional Assignment Help is a well-known assignment help service wherein you get high quality Financial Services Assignment Help from the most competent and experienced Finance professional who will write stunning assignments for you so that you can succeed in academics. Each time you place an order with us, our professionals in financial services assignment assistance will assist you in gaining an advantage over your peers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Financial Services Assignment Writing Experts:</h2>\r\n<p>Every expert at Professional Assignment Help has come from a very strong educational background as they have graduated from the world\'s most prestigious educational institutions and hold a certified degree in their field of study. These experts have decades of experience working as Professors, tutors, industry practitioners, assignment assistants that makes them so capable in writing impressive and informative assignments.</p>\r\n<p>Our assignment assistance team consists of veteran professors, subject matter experts, and industrial specialists who collaborate on your assignment on each level during the process of working on your Financial Services Assignment as assignment project manager, assignment writer, proof-reader, and editor. Every experts on every level, ensures that the final product we deliver to students contain the highest quality, with no room for error, and that meets your expectations</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Financial Services Assignment Help’ services</h2>\r\n<p>There are lots of fruitful benefits you would get when you book Financial Services Assignment Help from Professional Assignment Help and some of the primary among them are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get assignment help from highly qualified Finance professionals who are scholars with a wealth of practical experience who draft high-quality assignments.</li>\r\n<li>Our services are offered at a reasonable cost, with the assurance of high-quality material and high ratings.</li>\r\n<li>We deliver each and every assignment having double checked for any sort of factual, grammatical or spelling errors in the assignment.</li>\r\n<li>You will receive an assignment which is absolutely free of plagiarism and appropriate to the topic chosen for the assignment.</li>\r\n<li>Having our professionals would ensure that you never miss deadlines for submitting assignments because they are always delivered within the stipulated time frame.</li>\r\n</ul>\r\n<p>Writing a Financial Services assignment might bring you a lot more challenges that might impact your grades, but with assistance of finance scholars from our highly experienced team would help you overcome such challenges and help you gain higher scores successfully.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 7, 'Financial Services Assignment Help | Finance Assignment Writer', 'Enjoy our financial services assignment help by our finance scholars for attaining high scores with our hassle-free writing services.', 'Financial Services Assignment Help, Finance Assignment Writer', 'financial-services-assignment-help', '2021-11-30 00:11:55', '2021-12-29 06:06:14'),
(317, 'Financial Statement Analysis Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FINANCIAL STATEMENT ANALYSIS ASSIGNMENT HELP</h1>\r\n<p>If you are a management student and have chosen finance as your specialisation, you\'ll be under even more pressure to achieve good grades not only in your classroom academics, but also in your assignments. Any error in your papers might cause working from scratch again which may be extremely intimidating, especially when you are aware that it might impact your grades. However, having a professional assignment expert helping you on assignment would relieve you from this sort of problems you face while working on assignment and here Professional Assignment might be the right choice to hire for Financial Statement Analysis Assignment Help.</p>\r\n<p>Finance is the most complex and important aspect within any organisation, and as a result, the profession of finance necessitates specific training and education. However, there are a few websites that offer educational support online, one of the most well-known and well-respected of which is Professional Assignment Help.</p>\r\n<p>Professional Assignment Help offers Financial Statement Analysis Assignment Help to students who come from schools, colleges and universities across the UK, Australia and New Zealand. We have a team of finance experts who come from very strong educational background with vast experience in the finance industry which make them so capable in assisting you with wide range of financial topics and Financial Statement Analysis Assignments in the form of essays and other projects</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Financial Statement Analysis Assignment Writing Experts:</h2>\r\n<p>We have hired the most skilled financial experts in our team to serve as project managers, assignment writers, proof-readers, editors, and among other roles, all of whom collaborate on your Financial Statement Analysis Assignment to make it a flawless assignment. All of the Financial Assignment writing professionals we\'ve employed hold master\'s degree or Ph.D. in the respective field of study which make them highly eligible to compose good quality assignments that make you stand out among peers and differentiate your assignment from any other.</p>\r\n<p>Our professionals write your assignment from start to finish, from data research to proofreading and editing, compiling well-researched data into standard format acceptable at your university and ensuring that it is error-free.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Financial Statement Analysis Assignment Help’ services</h2>\r\n<p>You get range of benefits when you hire Financial Statement Analysis Assignment Help from Professional Assignment Help which are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from highly qualified and experienced experts across the world who draft top-notch quality assignments on a wide range of financial topics.</li>\r\n<li>If you have doubts about any topic or want to know the future prospects in the subject, you can get in touch with our experts anytime and they will clarify your doubts.</li>\r\n<li>You get customized assignment writing services as we understand the requirement of each student differs from each other and so are the guidelines or parameters based on the university they come from.</li>\r\n<li>Timely deliveries and quickest responses to every query we get is what we are known for.</li>\r\n</ul>\r\n<p>With Professional Assignment Help, you receive the most anticipated results in addition to the academic writing services that we provide. If you\'re looking for guaranteed and expected results, contact Professional Assignment Help right now for best Financial Statement Analysis Assignment help or any kind of Financial Assignment Help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 8, 'Financial Statement Analysis Assignment Help | Customized Assignment Writing', 'For any kind of financial statement analysis assignment help, let our expert writers know about your need and all assignment deadline for writing quality content.', 'Financial Statement Analysis Assignment Help, Customized Assignment Writing', 'financial-statement-analysis-assignment-help', '2021-11-30 00:17:04', '2021-12-29 06:07:26'),
(318, 'FOREX Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FOREX ASSIGNMENT HELP</h1>\r\n<p>A student seeks assignment assistance services to get help in completing his assignments and submit them before the deadlines due to the intricacies of the subject. Since Forex deals with several foreign currencies, it might be difficult for students to comprehend why each country has its own currency. Having a thorough understanding of market conditions is an important element of forex assignment. However, not every student is familiar with all of the topics presented in this course. Some students are unfamiliar with foreign countries, and others are perplexed by the assignment\'s directions and format.</p>\r\n<p>To help students overcome these challenges of the subject and help them in their FOREX assignment or homework, Professional Assignment Help has launched ‘FOREX Assignment Help’. Professional Assignment Help is one among the leading assignment helpers providing a wide range of Finance Assignment Help, covering a wide range of financial topics for finance students from different colleges and universities across UK, Australia and New Zealand through highly qualified and experienced professionals.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified FOREX Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help has hired some of the greatest and most qualified FX specialists in the world, who hold degrees from major business schools in the United Kingdom, New Zealand, the United States of America, and Australia. Our forex writers and assignment helpers provide services such as forex assignment help, forex case study aid, forex thesis help, and forex term help for you to ace the assignment given by your professors. Our assignment writing team is always there to help students with their currency assignments, financial assignments or any sort of assignment and the queries they have.</p>\r\n<p>Every assignment we work on goes through a systematic route of working, wherein on each stage our expert’s quality checks your assignment and ensures that your assignment contains the most relevant information in acceptable structured format along with proper references and citation. Altogether, the entire team works together to deliver an error free assignment which is 100% plagiarism free that helps you score higher marks in assignment.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘FOREX Engineering Assignment Help’ services</h2>\r\n<p>Here we have listed some of the primary benefits you get on booking FOREX Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from proficient FOREX and Financial professionals who are qualified from prestigious educational institutes from various countries and hold years of experience in the Forex and finance industry.</li>\r\n<li>Since we have hired assignment professionals from various countries, you get the help from native writers for your assignment as they are well aware of the assessment guidelines and qualification framework followed at your university.</li>\r\n<li>Our experts help you to clarify the doubts by making the concepts easy for you to understand which helps you in boosting your subject knowledge and preparing for exams further.</li>\r\n<li>You get the timely deliveries of assignments and quick responses to your queries through our customer support who are available round the clock.</li>\r\n</ul>\r\n<p>Professional Assignment Help strives to provide the best possible outcomes and value for every service we provide to students. If you\'re looking for high-quality services at a reasonable price, Professional Assignment Help is the team to rely on for your academic projects and assignment help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 28, NULL, NULL, NULL, NULL, 9, 'FOREX Assignment Help | FOREX Assignment Writing Experts', 'Our FOREX writers have knowledge and experience in writing FOREX assignments with our online assignment help support.', 'FOREX Assignment Help, FOREX Assignment Writing Experts', 'forex-assignment-help', '2021-11-30 00:25:19', '2021-12-29 06:08:17'),
(319, 'Early Childhood Education Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">EARLY CHILDHOOD EDUCATION ASSIGNMENT HELP</h1>\r\n<p>Early Childhood education is one of the prominent fields of study wherein you learn about the different aspects during the growth of a child that contribute to a child\'s healthy growth. This course will teach you how to examine the various elements and components of childhood development and how to include them into childcare and early childhood education assignment writing. As per our early childhood assignment experts, this particular field of study and writing early childhood education assignments are among the most difficult because this field of study is a compilation of various essential topics that must be properly learned in order to produce a perfect and stunning assignment.</p>\r\n<p>If you are unfamiliar with these areas, don\'t worry, we\'ve got your back. Professional Assignment Help is one of the leading academic writing services providers who get you connected with experts from different fields of study across the world. Our assignment help tutors offer specialised services such as TAFE assignment help and many other academic writing services which are customized based on students’ individual needs.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Early Childhood Education Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have boasted a prestigious panel of highly trained and experienced specialists in the field of early childhood education who constantly provide the best assignment writing services to all students seeking our online assignment help and early childhood education assignment help.</p>\r\n<p>There are certain key areas that must be incorporated in all the early childhood education assignments such as Child development and growth, Nutrition, health, and security, Guidance, Diversity, acceptable or appropriate practices, synergy between community and family, professionalism etc. Our assignment helpers and professionals complete early childhood education assignments prioritizing your requirements so that it fits best on the parameters stated by your professors and bring you the desired outcomes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Early Childhood Education Assignment Help’ services</h2>\r\n<p>There are wide range of benefits you get by hiring Early Childhood Education Assignment Help from Professional Assignment Help and some of them are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the help of experts for your assignment that increases the chances of scoring higher marks and you would be able to submit a good quality assignment.</li>\r\n<li>Every assignment is worked out from scratch to end compiling it with 100% plagiarism free data and the most relevant information in structured format accepted at your university.</li>\r\n<li>You don’t only get a copy of the assignment but also receive guidance from experts on the topics so that your doubts are cleared and you can enhance your knowledge.</li>\r\n<li>You never miss deadlines to submit assignments as we deliver them within the stipulated time frame.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, you get the guarantee of flawless assignment with well-structured content that adheres to the university\'s parameters and guidelines. If you are looking for the best early childhood education assignment help, Professional Assignment Help does have the best to offer you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 9, 'Early Childhood Education Assignment Help | Assignment Help Tutors', 'Our writers promise you guaranteed desired results in early childhood education assignment help services with a well-written format accepted by colleges and universities.', 'Early Childhood Education Assignment Help, Assignment Help Tutors', 'early-childhood-education-assignment-help', '2021-11-30 00:40:38', '2021-12-29 06:09:22'),
(320, 'English Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ENGLISH ASSIGNMENT HELP</h1>\r\n<p>If you are not sure about the English assignment which you have written by yourself, you need to get it re-checked or proof-read it through an expert. But are you not sure whom you should ask to check your assignment or proof-read it? Or do you need the help of an expert to write your English Assignment from scratch? If you are looking for English Assignment Help experts, then Professional Assignment Help has proficient experts to connect you with.</p>\r\n<p>Professional Assignment Help has been one of the premier choices among the students from schools, universities and colleges across UK, Australia and New Zealand for English Assignment Help. We have experts from different fields of studies and from different countries who help you in writing top-notch quality assignments and help you to score higher marks in academics. Our team comprises professionals who hold degrees in the respective field of study and are Ph.D. certified who utilize their vast subject knowledge and decades of experience in creating high-quality subject knowledge.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified English Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, we have boasted the team of professionals who are most qualified and experienced English scholars to help students with top-notch quality English Assignment Help. Our English Assignment Helpers and experts provide exceptional assignment writing services that will not only help you to score higher marks in assignment but also helps you in preparing for exams further by clearing your doubts about the topics or concepts.</p>\r\n<p>As we have hired the assignment writers from different countries who come from different top-ranked universities, we are able to provide you with the services of native assignment helpers to provide excellent services if they are well aware of the qualification framework, assessment guidelines followed at the university of the institute you come from.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘English Assignment Help’ services:</h2>\r\n<p>The benefits you get by hiring English Assignment Help from Professional Assignment Help are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with the English Experts who have decades of experience in writing assignments for students from educational institutes across the world.</li>\r\n<li>Your assignment is worked out from scratch to end, doing in-depth research and compilation of assignments with relevant information in a well-structured format.</li>\r\n<li>With every assignment we draft, we provide 100% plagiarism free to ensure that your work is absolutely unique.</li>\r\n<li>Our assignment writing services are available at a very affordable cost with reliability.</li>\r\n<li>You get the assignment delivered on time, within the stipulated time frame so that you would never miss on deadline.</li>\r\n</ul>\r\n<p>We are well known for highly satisfactory services and exceptional services across the globe. With our exceptional English assignment help and other academic writing services, we are always available at your service at any time. Contact us now, if you are looking for commitment of higher marks and top-notch quality.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 10, 'Assignment Help Services | English Assignment Helpers', 'Get connected with our English experts, if you are looking for the best English assignment help services for excellent grades in assignments.', 'Assignment Help Services, English Assignment Helpers', 'english-assignment-help', '2021-11-30 00:45:17', '2021-12-29 06:09:56'),
(321, 'History Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">HISTORY ASSIGNMENT HELP</h1>\r\n<p>Are you worried about submitting a History assignment before the deadlines? Are you wondering whom you should hire to get the History Assignment Help? Are you looking for an assignment helper who can promise you higher results and good quality assignments? The answer for all your queries related to assignments is the Professional Assignment Help.</p>\r\n<p>When it comes to writing assignments, many students get worried and there are few factors which are responsible for this. One of the major factors is the lack of time. Life during academics has become quite busy these days. Students’ daily schedules remain busy with classroom sessions, extracurricular activities, projects and their social life as well. It becomes very hard for them to manage the time to spend on writing lengthy assignments and therefore they feel the need of an assignment helper.</p>\r\n<p>Professional Assignment Help is one of the premier choices of students to get the History Assignment Help or any sort of academic writing services. We are committed to provide you exceptional assignment help services customized as per your requirements. Our team is equipped with experts who have completed their education from the top-ranked colleges and universities. Whether you need the History assignment help or help with writing coursework or term-paper, we are the one stop solutions for your all-academic writing needs.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified History Assignment Writing Experts:</h2>\r\n<p>We have hired the most qualified and experienced History scholars in our assignment writing team to help students with top-notch quality History Assignment Help. Our experts provide exceptional assignment writing services that will not only help you to score higher marks in assignments but also help you in the long run.</p>\r\n<p>Since we have hired the assignment writers in our team from different countries, we provide you the services of native assignment helpers who are well aware of the qualification framework, assessment guidelines and other standard parameters followed at the university of the institute you come from.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘History Assignment Help’ services:</h2>\r\n<p>The benefits you get by hiring History Assignment Help from Professional Assignment Help are listed below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We get you connected with the History Experts who have decades of experience in writing assignments for students from educational institutes across the world.</li>\r\n<li>Your assignment is worked out from scratch to end, doing in-depth research and compilation of assignments with relevant information in a well-structured format.</li>\r\n<li>Every assignment we write is 100% plagiarism free.</li>\r\n<li>Our assignment writing services are available at a very affordable cost with reliability.</li>\r\n<li>You get the assignment delivered on time, within the stipulated time frame so that you would never miss on deadline.</li>\r\n</ul>\r\n<p>There are numerous assignment helpers available, but choosing the right one for your task will certainly impact your result certainly. Professional Assignment Help get you assigned the History experts who would certainly offer the services that bring positive results and assured grades for you.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 11, 'History Assignment Help | Academic Writing Services', 'Looking for history assignment help for writing history assignments, then Professional Assignments Help known for its exceptional academic writing results.', 'History Assignment Help, Academic Writing Services', 'history-assignment-help', '2021-11-30 00:55:02', '2021-12-29 06:10:24');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(322, 'Public Health Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">PUBLIC HEALTH ASSIGNMENT HELP</h1>\r\n<p>Writing a high-quality and impressive project will undoubtedly necessitate some level of experience. You may end up sacrificing your grades due to a lack of these skills and topic knowledge, both of which are required for writing assignments. Even if you don\'t have enough subject expertise, you can still get good grades with the help of assignment writing experts by Professional Assignment Help.</p>\r\n<p>Public health assignment help is a service that focuses entirely on assisting students from various colleges and universities with their assignments. We have professionals in a variety of subjects who are available 24/7 for you to help with dissertations, theses, essays, reports, and more. We also help students at various universities make or create academic posters and presentations in order to help them get the finest scores possible. Besides assignment help, we do offer services in a variety of areas wherein our experts help students to perform better and demonstrate a deeper understanding of the important ideas.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Public Health Assignment Writing Experts:</h2>\r\n<p>Professional Assignment Help connects you with certified specialists in the field of Public Health who have earned a degree or a Ph. D from a reputable educational institution. The specialists who have been engaged to aid students with top-notch quality assignment writing services have years of expertise assisting students with a wide range of academic writing services. These experts are well aware of the writing guidelines followed at the universities, their assessment patterns etc and therefore, they are highly capable in delivering good assignment help online.</p>\r\n<p>Our experts have been offering exceptional Public Health Assignment writing services that alleviate the stress of completing several assignments in a short period of time. We also try to reduce the obstacles you face during the process of completing the assignment and also assist you in better understanding the topics presented in the Public Health subject by simplifying the concepts.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Public Health Assignment Help’ services</h2>\r\n<p>Hiring Public Health Assignment Help from Professional Assignment Help would benefit you in numerous ways which include:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Help of experts who write assignments that contain full quality content, well researched data, in a presentable and assignment format applicable at your university.</li>\r\n<li>Assignment which is 100% plagiarism free, containing most relevant information in a well-structured format.</li>\r\n<li>The top-notch quality assignment writing services at very affordable prices that fits your pocket.</li>\r\n<li>On-time delivery of assignments without compromising with the quality of assignment.</li>\r\n</ul>\r\n<p>Working on assignments might present numerous hurdles in front of you; nevertheless, with the assistance of qualified experts, you can overcome these obstacles and get the desired results in the Public Health Assignment. If you\'re having trouble creating a Public Health Assignment, call our professionals right away for Public Relations assignment assistance.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 12, 'Public Health Assignment Help | Public Relations Assignment Assistance', 'With a wide range of public health assignment help by simplifying the concepts, we deliver top-notch assignments assistance to the students at reasonable prices.', 'Public Health Assignment Help, Public Relations Assignment Assistance', 'public-health-assignment-help', '2021-11-30 00:58:55', '2021-12-29 06:11:41'),
(323, 'Sociology Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">SOCIOLOGY ASSIGNMENT HELP</h1>\r\n<p>Writing a sociology assignment comes with its own set of difficulties and complications. To prepare a decent quality assignment, students must have sufficient subject knowledge, good writing skills, and research skills. Besides this, another element that has a significant impact on students which makes it difficult for them to work on assignments by themselves is the lack of time. This is why, these days, the majority of students seek professional assistance for sociology assignment help.</p>\r\n<p>Professional Assignment Help is a renowned assignment writing service that serves students from schools, colleges, and universities around the United Kingdom, Australia, and New Zealand. Sociology Assignment Help is one of the most exceptional assignment help services that our Sociology experts have been managing very efficiently for students across the world. Our entire assignment writing team works hard to develop an assignment that will help you receive higher grades and accolades from your professors, that ultimately help to get success in academics.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Sociology Assignment Writing Experts:</h2>\r\n<p>In order to assist students with exceptional assignment writing services and to achieve higher customer satisfaction; we\'ve hired a team of talented assignment professionals to assist students with impressive and quality Sociology assignment help. Our assignment assistance team includes sociology scholars and professionals who serve as project managers, assignment writers, proof-readers, and editors, working on various levels during the process of writing or completing an assignment.</p>\r\n<p>Every assignment is subjected to a thorough quality check to ensure that it contains no further errors and does not require revisions. Your task is sent to the most qualified Sociology experts whose competence fits your requirements, ensuring that you receive the most anticipated and assured outcomes.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Sociology Assignment Help’ services</h2>\r\n<p>Here are some core advantages you get by hiring Sociology Assignment Help from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from Sociology scholars who are highly qualified and experienced in handling basic to complex assignment related queries from students.</li>\r\n<li>Our experts work on the assignments based on your requirements and specification so that you get the satisfactory services matching your expectations.</li>\r\n<li>You would save ample time by hiring assignment experts who draft your assignment while you can spend your time on the activities that need your attention most.</li>\r\n<li>You don’t only get the writing services, but also receive the guidance on the topics which are compiled in the assignment by getting in touch with our experts over chat or call.</li>\r\n</ul>\r\n<p>If you hire the assignment professionals for your Sociology Assignment Help, you certainly earn exceptional academic outcomes. Professional Assignment Help promises you to provide an efficient and skilled assignment helper who will curate an assignment that brings the desired outcomes and impressive results.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 13, 'Sociology Assignment Help | Sociology Assignment Writing Experts', 'With a wide range of public health assignment help by simplifying the concepts, we deliver top-notch assignments assistance to the students at reasonable prices.', 'Sociology Assignment Help, Sociology Assignment Writing Experts', 'sociology-assignment-help', '2021-11-30 01:03:10', '2021-12-29 06:14:50'),
(324, 'Tourism Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TOURISM ASSIGNMENT HELP</h1>\r\n<p>In today\'s world, the tourism business is the fastest growing industry. A large number of people go to foreign countries for employment or to have pleasure in their spare time, which is called tourism and it has now evolved as a field of study wherein candidates learn more about the culture, tourism concepts, process, operation etc. In other words, studying tourism management teaches students how to deal with the needs, difficulties, and questions that arise in the tourism business.</p>\r\n<p>Though this topic appears to be thrilling and enjoyable, there are a lot of scenarios that necessitate expert knowledge and concepts in order to remain stable in this field. However, if you want a successful position in the tourism business, you must have a strong academic record that demonstrates good grades and tourism-related concepts. However, good exam performance alone will not help you get a good mark. You must turn out best in all sorts of academic writing work or written work on time, that too with complete accuracy.</p>\r\n<p>Professional Assignment Help is a well-known assignment aid that provides great Tourism Assignment Help through a team of highly skilled and experienced professionals. Every assignment we write for Tourism students is filled with well-researched data and written in a structured way that follows the criteria of the institute you come from. From topic selection to proofreading and editing of the assignment or project, we start working from scratch and ensure that the work we deliver meets your end expectations.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Tourism Assignment Writing Experts:</h2>\r\n<p>We have employed a team of experienced Tourism professionals who assist students with remarkable Tourism assignment assistance in order to bring excellence and attain 100 percent success and service satisfaction to students.</p>\r\n<p>These specialists, who have been a part of our assignment help team, have hailed from some of the world\'s most prestigious educational institutions who draft your Tourism Assignment. These individuals have a master\'s degree in tourism and hold years of experience in the area. Every assignment we work on, follows a systematic process, with an expert on each stage, checking it to ensure that the final product and work we deliver are both outstanding.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Tourism Assignment Help’ services:</h2>\r\n<p>The following are some of the primary benefits of using Professional Assignment Help for Tourism Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the assignment assistance from Tourism experts who are highly qualified and experienced in handling all sort of assignment related queries very efficiently.</li>\r\n<li>We provide you with customized assignment writing solutions based on your requirements and specifications so that you get the assignment that matches your expectations and the parameters stated by your professors.</li>\r\n<li>You save a lot of time that could be invested on activities that need your attention the most while our experts write your assignment.</li>\r\n</ul>\r\n<p>Many students have turned to the internet to look for ‘Tourism assignment help’ or ‘Tourism Helper’ etc. Hiring an efficient tourism assignment helper for your assignment might help you to a great extent and Professional Assignment Help is the place to go!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 27, NULL, NULL, NULL, NULL, 14, 'Tourism Assignment Help | Tourism Assignment Assistance', 'Get satisfactory results in tourism assignments with our well-qualified tourism assignment help services with no additional cost for writing tasks.', 'Tourism Assignment Help, Tourism Assignment Assistance', 'tourism-assignment-help', '2021-11-30 01:07:34', '2022-03-21 23:39:09'),
(325, 'Auditing Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">AUDITING ASSIGNMENT HELP</h1>\r\n<p>Are you concerned that you will miss the deadline for submitting your Auditing Assignment? Haven’t you finished your Auditing homework yet? Leave all assignment related queries and problems to us, as we at Professional Assignment Help takes care of all assignments, their quality and certainly the deadlines.</p>\r\n<p>Accounts and finance are the areas or branches that encompasses a variety of concepts as well as auditing concerns. When it comes to completing assignments and academics in general, students may experience or encounter difficulties in completing assignments, academics, and other disciplines. Of course, completing many tasks from various disciplines, as well as passing tests and studies, is not easy, but it is unquestionably challenging for the majority of the students to keep up with all academic obligations together.</p>\r\n<p>We are Professional Assignment Help, an online assignment help platform for students for schools, colleges and universities across the UK, Australia and New Zealand. Among our wide range of academic writing services, Auditing Assignment Help is one of the prominent assignments provided through experts who have pursued their qualification from top-most educational institutes and hold years of experience in assisting students with Auditing and other finance assignment help.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Auditing Assignment Writing Experts:</h2>\r\n<p>At Professional Assignment Help, you will undoubtedly be assisted by the best team of experts and specialists. You do not need to be concerned about the contents or the quality of the items you will be delivered. We have a team of highly trained and proficient Auditing experts and assignment specialists who work hard to provide an impressive assignment that contains top-notch quality, well-researched content that is 100% plagiarism free.</p>\r\n<p>Every assignment we write is tailored to the needs of students and the parameters they provide, ensuring that it closely resembles what their professor would anticipate. Our Auditing assignment helpers undoubtedly provide you with the most anticipated assignment help online and prompt solutions you require for Auditing Assignment Help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Auditing Assignment Help’ services</h2>\r\n<p>Hiring Auditing Assignment Help from Professional Assignment benefit you in a number of ways, including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You will receive assignment support from our Auditing experts and finance Scholars, who have years of expertise assisting students with high-quality assignment writing services in the respective field of study.</li>\r\n<li>Our assignment writing services are the most dependable services offered at very reasonable pricing.</li>\r\n<li>Our high-quality services enable you to receive accolades from teachers and much higher grades than your peers.</li>\r\n<li>You will receive an assignment that is 100% plagiarism-free and relevant to the topic chosen for the assignment.</li>\r\n<li>You get the quickest response to your queries and get instant solutions irrespective of how complex it is.</li>\r\n</ul>\r\n<p>Writing an assignment might be a difficult process that necessitates having some set of skills in order to achieve the finest outcomes in assignment submission or in academics. However, with the assistance of our knowledgeable professionals from Professional Assignment Help, we confidently assure you the desired results, regardless of the task\'s complexity through our wide range of academic writing services and Auditing Assignment Help.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 29, NULL, NULL, NULL, NULL, 1, 'Auditing Assignment Help | Auditing Assignment Helpers', 'Get in touch with auditing assignment helpers for writing quality auditing assignments with well-researched and plagiarism free content.', 'Auditing Assignment Help, Auditing Assignment Helpers', 'auditing-assignment-help', '2021-11-30 01:13:22', '2022-03-21 23:43:46'),
(326, 'Tax Audit Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">TAX AUDIT ASSIGNMENT HELP</h1>\r\n<p>If you need online tax audit assignment help experts to support you with assignments and also guide you through the subject, connect with our specialists immediately. Professional Assignment Help is one of the most well-known assignment helpers, offering Tax Audit assignment help to student pursuing taxation or finance in order to help them achieve higher grades on assignments, which are these days consider as major part of the grading system. You get connected by highly skilled and experienced taxation specialists who complete or assist you with Tax Audit Assignment within a shorter period of time without sacrificing quality.</p>\r\n<p>Our tax audit assignment help experts will first listen to your needs and devise a strategy for achieving them. We would never rush you through anything in order to make you feel uncomfortable. In order to achieve excellence in the services we offer, we assign your Tax Audit Assignment Help experts have a wealth of knowledge in the field of value tax audit and can assist students with even the most difficult tax audit projects.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Tax Audit Assignment Writing Experts:</h2>\r\n<p>Our assignment assistance team is well equipped of highly trained and experienced Tax Auditing experts who have pursued their education from world’s most reputed educational institutions and hold years of experience as practitioners, professors, tutors, assignment helpers etc. We go through a rigorous recruitment process that includes a lot of inspection and verification to ensure that the experts we hire are properly qualified.</p>\r\n<p>We assign your assignment to the experts who are highly eligible and hold expertise that matches with your requirements. As a result, you may put your faith in our team of experts and rely on their keen skills to accomplish your assignment on time and without sacrificing quality. We have always maintained a high standard of quality in our work and will continue to do so in the future.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Tax Audit Assignment Help’ services</h2>\r\n<p>Hiring Tax Audit assignment help from Professional Assignment Help comes with a slew of benefits, including the following:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our experts of Tax Audit assignment writers, who are Scholars with years of expertise supporting students by delivering high-quality assignment writing services which score higher grades.</li>\r\n<li>With our high-quality academic writing services and online assignment help, you get praise from your professors, receive accolades from them and achieve higher academic marks which make you stand out among peers.</li>\r\n<li>Every assignment that our experts compose is absolutely free of plagiarism and contains the relevant information that makes the assignment impressive.</li>\r\n<li>Our experts guide you thoroughly about the concepts or technicalities which you find difficult to understand.</li>\r\n<li>We are committed to deliver top-notch quality services within the stipulated time frame so that you never miss deadlines.</li>\r\n</ul>\r\n<p>We recognise the importance of getting higher academic grades in each academic writing service that you hire from us. Prioritizing your needs, the entire team of Professional Assignment Help work collaboratively to bring you the desirable solution that meets your end goals.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 29, NULL, NULL, NULL, NULL, 2, 'Tax Audit Assignment Help  | Academic Writing Services', 'Our well-qualified tax audit assignment help experts will let you complete tax audit assignments without compromising the content quality.', 'Tax Audit Assignment Help,  Academic Writing Services', 'tax-audit-assignment-help', '2021-11-30 01:18:08', '2022-03-21 23:45:27'),
(327, 'Admission Essay Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ADMISSION ESSAY HELP</h1>\r\n<p>Writing an admission essay assignment is a challenging and complex task. Every student, during some day of their academic course duration, might be asked by professors to write a strong and persuasive application essay that will set them apart from the peers.</p>\r\n<p>Professional Assignment Help understand how crucial and difficult the admissions process can be, how much knowledge one must absorb and write about, and how high the board\'s criteria are. We look for ways to give each student a well-crafted example that he can readily submit as part of his application. When you hire us to write your admission essay or to get admission essay help, we draft your papers emphasising who you are now and why you want to travel to particular areas in life. Our admission essay writers are familiar with the requirements of every university in the world. We will compose your paper in this manner. Without hesitation, put your faith in our admission essay writers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers to provide Admission Essay Help:</h2>\r\n<p>We have boasted the team of essay helpers consisting of some of the hand-selected greatest admission essay writers to work on your project with utmost care and deliver you the qualitative admission essay help. If you seek assistance from our admission essay professionals, you will be able to take advantage of a variety of benefits in addition to high-quality work. These professional admission writers are highly educated and experienced in curating essays on a wide range of topics.</p>\r\n<p>Thousands of essay subjects have been handled by our essay writing team. We are familiar with a variety of essay forms, can write a variety of papers, can answer even the most difficult queries, have read a large number of professional letters, and have learned how to deliver quality on real-life instances. We can assure you that we can work wonders for any candidate!</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Admission Essay Help’:</h2>\r\n<p>Now students don\'t need to spend hours or days wondering about choosing a captivating topic for admission essays, how to use the proper style, how to fulfil deadlines, or how to correct spelling errors, because they have access to the admission essay help experts now!</p>\r\n<p>Some of the core features of our Admission Essay Help are mentioned below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We provide you the services of most qualified and experienced essay writers who are experienced in writing admission essays that bring our assured results.</li>\r\n<li>We provide you the most affordable, reliable and high-quality essay writing services and admission essay help.</li>\r\n<li>Our entire team of essay writers work hard to fulfil deadlines, proofread each essay for grammar, and provide free changes so that you get delivered a flawless paper.</li>\r\n<li>We strive to make your customer experience as pleasant and simple as possible.</li>\r\n</ul>\r\n<p>By hiring an experienced professional academic writing team from Professional Assignment Help, you can double your chances of getting into the institution of your dreams by finding the best-fitting terms and adding a personal touch that the admission committee expects.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 1, 'Admission Essay Help | Admission Essay Writers', 'Leave all work upon our essay writers for any type of admission essay help at a reasonable price with no extra cost. Contact us for more assignment submissions.', 'Admission Essay Help, Admission Essay Writers', 'admission-essay-help', '2021-11-30 01:24:11', '2022-03-21 23:46:16'),
(328, 'Assignment Writer Brisbane', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT WRITER BRISBANE</h1>\r\n<p>Are you looking for high-quality and expert assignment help in Brisbane? Get in touch with Professional Assignment Help Online now to get help from professional and assignment writer Brisbane.</p>\r\n<p>The student life in Brisbane is really competitive these days. To achieve the best scores, you must have an advantage over your classmates. Students are looking for a solution to a variety of academic assignments they have to accomplish. The assignment is a common task, and students in and around Brisbane seek professional help due to certain factors and complexities they face in finishing any assignment. However, they frequently require assistance with Brisbane projects due to a lack of grasp of the subject.</p>\r\n<p>Professional Assignment Help provides assignment assistance services which are of the highest quality, and they are tailored to the needs of students. We provide a modern writing style that works well with the many assignments that students are required to complete. We are quite familiar with students\' problems and can provide them with competent help in this area. We are pleased to announce that we are the leading assignment provider in Brisbane, providing students with the best possible assistance with any subject and related issues. Our professionals adhere to all assignment specifications so that you get the assignment as expected and score top grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writer Brisbane:</h2>\r\n<p>We\'ve put together a team of Brisbane\'s highly qualified and experienced assignment writers who have completed their education at reputable universities and hold experience working in large corporations. Our assignment writers are capable of offering professional assignment writing assistance with assignments in any citation style.</p>\r\n<p>We understand how to provide the best assignment writing services in Brisbane to all students. Therefore at Professional Assignment Help, we provide services of assignment writer Brisbane who will write your assignment with all of the features they expect from a professional writing agency.</p>\r\n<h2 class=\"sub-heading\">Core features of our assignment help services by ‘Assignment Writer Brisbane’</h2>\r\n<p>There are number of benefits you get when you connect with Assignment Writer Brisbane for assignment help and some of the core benefits are:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our expert and skilled writers will always provide you with the best-customized assignment content.</li>\r\n<li>We never try to trade or sell any of our pre-written content. This is why all of your tasks are prepared from scratch by our professional writers.</li>\r\n<li>Our Brisbane assignment writers put their work through a variety of quality control measures.</li>\r\n<li>Our assignment writers additionally make certain the entire assignment does not contain any errors or omissions. Our writers double-check the information in the assignment for grammar, punctuation, and other mistakes.</li>\r\n<li>We never give out students\' personal information to third parties. We always keep their personal information safe.</li>\r\n<li>You can receive economical and cheap assignments in a short period, whether you need scientific or accounting assignments without compromising with the quality.</li>\r\n</ul>\r\n<p>Our written assignments give students in high school, college, and university an academic advantage. You may buy assignment writing services at affordable prices if you are a student at the University of Brisbane or any other university.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 2, 'Assignment Writer Brisbane | Professional Assignment Writing', 'Get customized assignment content with our assignment writer in Brisbane. Our writers take care of all the requirements while writing your assignment.', 'Assignment Writer Brisbane, Professional Assignment Writing', 'assignment-writer-brisbane', '2021-11-30 01:41:20', '2022-03-21 23:46:46'),
(329, 'Assignment Writer Perth', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT WRITER PERTH</h1>\r\n<p>Are you a student from university in Perth and concerned about the upcoming tasks or the looming deadlines for submitting assignments? Then don\'t worry any longer; simply hire an assignment writer Perth from Professional Assignment Help, who will complete the assignment on your behalf and you get the task done within a shorter period of time without spending time on writing it by yourself.</p>\r\n<p>Perth is home to a number of prestigious engineering schools and hub of education for many of the students. If you are a student in Perth, you will encounter several types of tasks in various shapes and patterns throughout the course curriculum. You must be skilled and informed in both your studies and the composition of these types of assignment writing tasks or writing such projects. Moreover, you need to submit more than just \'excellent\' assignments if you want to stay ahead of your peers. This is where you need help from a professional to ace the academic writing task assigned by students.</p>\r\n<p>Professional Assignment Help offers top-notch assignment writing assistance to students enrolled in these Perth schools and universities. Our assignment writers Perth are highly qualified and experienced in this field. We go above and beyond expectations in terms of producing well-structured assignments, going the extra mile to assure your academic success.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writer Perth:</h2>\r\n<p>It can be difficult to write an assignment with limited information and experience. This is why you require our assistance. We are equipped with the greatest assignment writers from numerous fields and backgrounds which allows us to cater to varied subject assignment help needs with a superior approach.</p>\r\n<p>Your assignment is worked out from scratch and goes through the supervision of three teams including; the research team, writing team and proof-read &amp; editing team. In each of these teams, we have hired highly qualified and experienced professionals who curate your assignment with utmost care and make sure that it meets all the parameters stated by your professor and matches your expectations. Whatever your assignment is, simply contact our experts and take advantage of their expert service, which will ensure that your assignments are 100% accurate and professional.</p>\r\n<h2 class=\"sub-heading\">Core features of our assignment help services by ‘Assignment Writer Perth’</h2>\r\n<p>When you obtain services of Assignment writer from Perth for drafting your assignment, you get a variety of perks such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We ensure that each assignment you book from us is assigned to highly qualified subject matter experts, which is essential to receive top grades.</li>\r\n<li>You get access to our vast source of assignment samples so that you may easily examine past work we have done.</li>\r\n<li>We promise that the task will be finished within the time frame indicated, allowing you to submit it before the deadline.</li>\r\n<li>Our quality control team meticulously reviews each assignment on a variety of quality parameters.</li>\r\n</ul>\r\n<p>Professional Assignment Help guarantees the greatest quality work, allowing you to build a long-term relationship with us for academic writing services. If you have any questions, please contact our experts, who will react as soon as possible.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 3, 'Assignment Writer Perth | Top-notch Assignment Writing Assistance', 'We are offering our qualified writing assistance services through our assignment writer in Perth to make sure the quality of the content is delivered to you.', 'Assignment Writer Perth, Top-notch Assignment Writing Assistance', 'assignment-writer-perth', '2021-11-30 01:47:58', '2022-03-21 23:47:32'),
(330, 'Assignment Writer Sydney', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ASSIGNMENT WRITER SYDNEY</h1>\r\n<p>Are you worried due to the lined-up assignments and the deadlines of submitting them are arriving sooner? Then don’t be concerned anymore and simply contact Professional Assignment Help who will take on the task of completing the project on your behalf by connecting you with Assignment Writer Sydney.</p>\r\n<p>Students are put to the test in a variety of methods, including assignments, projects, essay writing, and thesis writing, among others in order to complete the degree with good grades. The majority of tasks and homework necessitate extensive research, which takes a long time. Students are assigned these activities with a shorter timeframe, making it impossible for them to complete them on time and well. In this situation, most students seek the assistance of the top online assignment writers, particularly online assignment help.</p>\r\n<p>At Professional Assignment Help, we\'ve been assisting students with their assignment or essay writing for almost a decade, and the majority of our students and clients come from referrals. To avoid any misunderstandings or issues that could impact your grades negatively, we make sure to obtain all of the necessary information up front in order to meet the assignment\'s exact needs. Our Sydney Assignment Writers provide you with the greatest content that meets all of your requirements.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writer Sydney:</h2>\r\n<p>We have boasted a team of professional academic writers with competence in several departments of education work for us. Our writers conduct extensive research prior to completing the assignment in order to obtain relevant information for the assignment. They also adhere to all of the professor\'s instructions for completing the task.</p>\r\n<p>We concentrate on assigning field-specific assignments in order to assist you in obtaining well-researched information for your assignment writers Sydney help. Our authors make certain that each student receives a unique project that is free of plagiarism. These experts are well-versed in facts, figures, and current information to ensure that the assignment is exceptional and that you receive the highest possible mark.</p>\r\n<h2 class=\"sub-heading\">Core features of our assignment help services by ‘Assignment Writer Sydney’</h2>\r\n<p>At Professional Assignment Help, you get range of benefits by getting online assignment help including any academic writing service through Assignment writer Sydney:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We ensure that each assignment and essay you order with us is written by highly trained subject matter specialists, which is critical for students to receive good scores.</li>\r\n<li>To assist students, we regularly update our website with new and customised work so that they may readily review previous work.</li>\r\n<li>We guarantee that the task will be completed within the specified time range so that you get it submitted within the deadline.</li>\r\n<li>Our quality check team thoroughly examines each assignment on numerous quality factors to ensure that the student receives top grades.</li>\r\n</ul>\r\n<p>Professional Assignment Help guarantees that we will deliver the highest quality work, allowing you to have a long-term partnership with us for your academic writing services. If you have any questions, you can simply contact our professionals, who will respond in a timely manner.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 4, 'Assignment Writer Sydney | Professional Academic Writers', 'Now avail our quality assignment writer in Sydney for any type of academic writing services. We respond to your query related to academics at any time.', 'Assignment Writer Sydney, Professional Academic Writers', 'assignment-writer-sydney', '2021-11-30 01:53:00', '2022-03-21 23:48:06'),
(331, 'Best Essay Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">BEST ESSAY WRITING SERVICE</h1>\r\n<p>Essays are one of the academic tasks that are considered as the important aspect of the curriculum and one of the ways to assess students\' subject knowledge, their writing skills etc. As a result, these academic writing tasks including assignments, essays, research papers etc are given a lot of weight and considered as a big part of the grading system nowadays. To succeed in academics and score good marks, students are required to submit high-quality papers before the deadlines. Maintaining a high level of quality in your academic work is critical if you want to get better grades and to achieve that excellence in academic papers and in the essays they are asked for, students look for help from experts and best essay writing service.</p>\r\n<p>Professional Assignment Help have come up with the best essay writing services through experts who are highly qualified and experienced essay helpers creating impressive and quality papers that ensure assured quality and success. In order to achieve Excellence in the essay help we provide, we follow a predefined trajectory wherein every paper get checked on some important parameters such as Instruction from Professor, Writing style in the assignment, Grammatical errors and spellings, Flow and Signposting, Structure and Presentation, Reference Style, Formatting, Quality of References, Recurrence of References, Authenticity of References, Authority and appropriateness of arguments, Standards of writing etc.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writing Experts for Best Essay Writing Service:</h2>\r\n<p>We believe that efficient service delivery requires a great team. We have essay writers with backgrounds in law, finance, medicine, nursing, humanities, and other fields of study who are experts in providing excellent academic writing services and best essay writing services in their respective fields of study. Every writer on our team has a master\'s degree and a Ph.D. These writers do hold excellent research and writing skills, which enable them to complete their tasks quickly and effectively, providing best essay help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Best Essay Writing Service’</h2>\r\n<p>Rest assured once you get connected with Professional Assignment Help for Best Essay Writing Services as you get range of benefits including:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Services through essay experts who offer you best essay help and genuine insight about the topic and subject that boost your subject knowledge and help you succeed in academics and also benefit in the long run.</li>\r\n<li>We have professionals from numerous fields of study that enable us to provide writing solutions for any courses taught throughout the world.</li>\r\n<li>To achieve excellence in services, we allocate your task to the right expert based on their qualifications and expertise matching your requirements.</li>\r\n<li>You get the paper containing well-researched content which is 100% plagiarism-free, and relevant to the topic selected.</li>\r\n</ul>\r\n<p>Professional Assignment Help believes in providing services that add value to your academic life by assisting you in achieving great academic success. Working on academic writing projects is not only a job but a responsibility for us and comes with the obligation of delivering the results you anticipate.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 5, 'Best Essay Writing Service | Essay Writing Experts', 'We are known for the best essay writing service with the expertise of our essay writing experts with good quality work.', 'Best Essay Writing Service, Essay Writing Experts', 'best-essay-writing-service', '2021-11-30 01:57:16', '2022-03-21 23:48:41'),
(332, 'Cheap Essay Writer', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHEAP ESSAY WRITER</h1>\r\n<p>Academic writing tasks, assignments or essays, all are considered as an important element of the curriculum for developing effective writing skills, boosting learning capabilities, and gaining valuable critical and analytical thinking abilities among students. As a result, writing these projects precisely becomes more crucial, so that it may result in a good grade.</p>\r\n<p>At Professional Assignment Help, you get the Cheap Essay Writers whose services would not burden your pockets and not even the quality of essays or services get impacted. Besides this, you get the cheap essay writing services and the assistance from the greatest experts in the field of study you look for. When it comes to pricing, we are flexible and frequently give discounts and coupons to students who are our regular customers. Our professionals are always happy to provide you with the greatest conditions for a pleasant collaboration on your academic papers.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Cheap Essay Writers:</h2>\r\n<p>We have excellent essay writers with a wide range of abilities and credentials. We can discover a pro who knows a lot about even the most complex topics of the respective field of study. Our specialists are professionals not just in their fields, but also in academic writing. They\'ve accumulated years of writing experience and now want to assist you achieve the same level of accomplishment. You won\'t find such qualified authors anywhere else who are prepared to share their knowledge in the form of cheap essay writing services.</p>\r\n<p>Our writers can handle any topic, conduct significant research, or meet a tight deadline, and they do so for a low price. Nothing is too difficult for our cheap essay writers to handle. With us, getting essay writing services and academic writing services which are professional and affordable, has become a reality. Don\'t miss out on the chance to hire cheap essay writers online to write high-quality papers for you in no time!</p>\r\n<h2 class=\"sub-heading\">Core features of our services through our ‘Cheap Essay Writer’:</h2>\r\n<p>The core features of our Essay Help services through Cheap Essay Writers are as follows:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the essay writing services from the greatest professionals across the world who have pursued their degrees from reputed universities and hold good years of experience.</li>\r\n<li>Our cheap essay writing services have no hidden charges. You can plan every spending and keep in control of your budget with the help of our online cheap essay writers.</li>\r\n<li>All students get the guarantee that the services they book from us remain anonymous and impenetrable security.</li>\r\n<li>We are available to answer your queries 24/7 through our proficient customer support team.</li>\r\n<li>You can easily track the progress of your order and may put forward your queries anytime to clear your doubts.</li>\r\n</ul>\r\n<p>We understand how difficult it might be to find a Cheap essay writer online. However, with us, you will be free of all your Essay Writing anxieties. We\'ll be happy to assist you whether you choose to call, chat, or e-mail. You can also communicate with our essay writer and professionals via the internet. At Professional Assignment Help, everything may be made simpler for you to help you reach the desired goals in academics.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 6, 'Cheap Essay Writer |  Essay Writer Online', 'Get cheap essay writer help from our cheap essay writers at Professional Assignment Help at budget-friendly prices for the students.', 'Cheap Essay Writer,  Essay Writer Online', 'cheap-essay-writer', '2021-11-30 02:01:53', '2022-03-22 00:09:03'),
(333, 'Cheap Essay Writing Services', '<div class=\"a-content\">\r\n<h1 class=\"heading\">CHEAP ESSAY WRITING SERVICES</h1>\r\n<p>Are you seeking Essay assignment help but concerned about the cost for the assignment services? Are you looking for Cheap Essay Writing Services without compromising with the quality of the essay? You have certainly reached the right platform wherein you are not only provided with the best quality essays but also very affordable services.</p>\r\n<p>Writing assignments or projects has always been difficult for students, due to a variety of factors such as their busy schedules, lack of writing experience, subject knowledge, and so on. Students seek assignment help to overcome all of the problems and complexity associated with writing assignments so that they may complete them on time without compromising the quality of their work. Expert services come at a cost, but professional assignment help has developed a low-cost assignment help option that allows you to get expert assistance at a reasonable cost without sacrificing content quality or ensuring excellent grades.</p>\r\n<p>Professional Assignment Help assist students with excellent cheap essay writing services through well qualified and well experienced essay writing experts who are efficient in doing topic selection to compiling your essay in a structured format that fits best on the parameters stated by your professors so that you get assured success.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay writer in providing Cheap Essay Writing Experts:</h2>\r\n<p>Our essay assignment writing team consists of essay experts with a variety of backgrounds, including management, law, finance, medicine, nursing, humanities, and so on. We have a wide range of essay writers with extensive subject expertise in their respective fields of study. They have degrees and certifications, and doctorates. They have years of assignment writing expertise in addition to strong qualification background, making them an excellent essay helper to write your essay assignments.</p>\r\n<p>Our entire team works really hard to create high-quality assignments at a very affordable cost that allow us to provide cheap essay writing services to students across the UK, Australia and New Zealand.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Cheap Essay Writing Services’</h2>\r\n<p>At Professional Assignment Help, it is our primary objective to provide you with services that will help you succeed in academics. The following are the main characteristics of our Cheap Essay writing services:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We assign your essays to the most qualified essay writer who has knowledge and experience in the subject you look for.</li>\r\n<li>Your essays and assignment we write goes through several quality checks to ensure that they adhere to your specific instructions and standards, eliminating the possibility of errors.</li>\r\n<li>Your assignment will be completed with original information that is free of plagiarism and related to the topic.</li>\r\n<li>If you\'re not satisfied with the quality of your assignment, you get the option to upgrade to our premium services and get limitless revisions.</li>\r\n</ul>\r\n<p>We improve the quality of your order at each stage and deliver the finest and assured results to you. If you are also looking for finest quality essays that help you grow in academics, then book our cheap essay writing services now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 7, 'Cheap Essay Writing Services | Essay Assignment Writing', 'Our cheap essay writing services will let you assist in a wide range of essay writing with expert advice. Also, provide essay writing help at reasonable prices.', 'Cheap Essay Writing Services, Essay Assignment Writing', 'cheap-essay-writing-services', '2021-11-30 02:15:39', '2022-03-22 00:07:39');
INSERT INTO `pages` (`id`, `title`, `description`, `answer`, `image`, `tags`, `multipoints_heading`, `type`, `words_count`, `parent_id`, `category_id`, `category_type_id`, `work_level_id`, `subject_id`, `sort_order`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(334, 'College Application Essay Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">COLLEGE APPLICATION ESSAY HELP</h1>\r\n<p>Students who wish to apply in prestigious institutions would need help from professionals in writing highly customized and impressive College Application Essays. If you are looking for professional college application essay help, then contact us Professional Assignment Help now. We write excellent college application essays for admission essays or entrance essays for students from all walks of life.</p>\r\n<p>Since College Application essay is a very individual and customized piece of writing, we would require your basic information and a brief questionnaire based on which your essay would be written. Professional Assignment Help, as a reputable company with years of experience in college application essay writing services and customized admission essay help services paper writing, ensures the absolute confidentiality and security of your personal information you provide us.</p>\r\n<p>Our admission essay writers curate your college application essay adhering to all of the specified guidelines and information provided by you. Before delivering you the final paper, our team of expert editors proofread the papers, and use the best software to ensure the originality of content.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers to provide College Application Essay Help:</h2>\r\n<p>We have employed a team of application essay writers who hold specific experience in a variety of areas related to college application essays for admission essays. Majority of our essay writers are native speakers with master degrees and PhDs who are capable of assisting on a wide range of academic tasks. Our writers do hold extensive writing experience, and several of them have served as members in admissions committees in institutions across the world which make them well aware of the facts that how papers are evaluated and what types of applications are typically accepted. These admission essay experts come from the strong writing environment and assist you in composing an excellent and top-notch quality college application essay help.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘College Application Essay Help’:</h2>\r\n<p>You get range of benefits from the College Application Essay Help through Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>Our writing team consists of expert writers from different educational backgrounds in academic and business writing.</li>\r\n<li>We ensure that your essay is composed following your requirements so that you can submit the paper that matches your academic level and fits best with the expectation of your professors.</li>\r\n<li>Every essay paper goes through a rigorous quality check and plagiarism checker to ensure that you receive papers with original content.</li>\r\n<li>Your papers contain all in-text citations after being reviewed by our editors.</li>\r\n<li>We maintain your complete anonymity in all of our services.</li>\r\n<li>We ensure the deliveries on time always even when the deadline is sooner and without compromising with the quality.</li>\r\n</ul>\r\n<p>You can certainly enhance the chance of getting selected in the college or university of your choice. Hire the best college application essay writing service from Professional Assignment Help who writes your story that looks impressive and a very individual piece of writing ensuring a high rate of success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 8, 'College Application Essay Writing Service | College Application Essay Help', 'Looking for college application essay writing service online, then we are providing assistance in all types of essays at your doorstep.', 'College Application Essay Writing Service, College Application Essay Help', 'college-application-essay-writing-service', '2021-11-30 02:20:32', '2022-03-22 00:06:43'),
(335, 'Do My Essay Online', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DO MY ESSAY ONLINE</h1>\r\n<p>Every day, Professional Assignment Help receives hundreds of requests from students asking for help with their essays, such as \"Do my essay online,\" \"who can do my essay\" and other similar requests. Do you have a similar question for us? Don\'t squander your time. By contacting Professional Assignment Help, you can gain access to a variety of options. Only with us can you find plausible essay answers, as well as real facts and properly-referenced material. All you have to do is ask our authors to \"do my essay online,\" and you\'ll get professionally written essays from the industry leader delivered to your account.</p>\r\n<p>Professional Assignment Help is one of the most well-known essay assistants and complete essay writing services available, providing you with all you need to succeed in academics whether it comes to writing essays or other academic tasks. You can engage the most skilled essay writers in the field you\'re interested in at a very low rate that fits your budget through our online assignment help platform or essay assistance online. You only need to specify your exact specs when placing your order, and then you may focus on other important things while we do the rest.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers to Help you with Essay Online:</h2>\r\n<p>When you ask us to do my essay online, you can rest assured that you will receive flawlessly produced papers without burdening your pocket much. This could have been possible with our amazing team of writers and editors who work tirelessly on assignments. When students ask, \"Write my essay online for free,\" these pros research, write, edit, and provide one well-knit composition to them.</p>\r\n<p>We have a diverse group of essay writers in a variety of fields, including management, law, finance, medicine, nursing, humanities, and so on with deep subject knowledge in their chosen disciplines. Our team consists of Ph.D.- qualified professionals, Subject matter experts, Experienced academic writers, Former university professors, Renowned editor and proof-readers who deliver flawless assignments that score higher grades.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Do My Essay Online Services’</h2>\r\n<p>At Professional Assignment Help, our USP has always been providing unique features to students who connect with us. Customer satisfaction is given first attention here, therefore if you ask us to do my essay online, you will receive never-before-seen benefits every time which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We match your needs and connect you with the best essay writer who is qualified and experienced in producing essays depending on your specifications.</li>\r\n<li>Your assignments are subjected to a number of quality checks to ensure that they adhere to your precise instructions and requirements and are error-free.</li>\r\n<li>We guarantee that the essay you receive is unique and free of plagiarism.</li>\r\n<li>You get access to several free essay samples available online that may be downloaded without any questions asked.</li>\r\n</ul>\r\n<p>There are a myriad of different feathers available to Professional Assignment Help, in addition to the benefits stated above. Students can access a variety of exclusive, seasonal, and location-specific bonuses by visiting the website and requesting us to \"do my essay online.\"</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 9, 'Do My Essay Online | Best Essay Writer', 'Are you unsure about the question can I do my essay online? We can help you in this at Professional Assignment Help including all types of writing services for students.', 'Do My Essay Online, Best Essay Writer', 'do-my-essay-online', '2021-11-30 02:24:32', '2022-03-22 00:06:18'),
(336, 'Do My Essay', '<div class=\"a-content\">\r\n<h1 class=\"heading\">DO MY ESSAY</h1>\r\n<p>Do you also have the same question in mind like other students ‘’who can do my essay?” Among some of the difficult or challenging tasks that students are supposed to go through every year, writing essays or assignments are one of them. Majority of students find it difficult to manage time for writing essays due to the time issues and complexities associated with it which make students turn to the internet for help in completing and submitting exceptional essay papers.</p>\r\n<p>With Professional Assignment Help, it is simple to order a paper online and have it delivered on schedule and in compliance with all standards. Our customer service staff is always there to assist you in selecting the best services and hiring the best writers for you. We always deliver on time and provide original, error-free content, so you will never have any troubles ordering from us. Furthermore, when you buy an essay online, you save a lot of time and are guaranteed a fantastic outcome.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Assignment Writing Experts for your Search ‘Do my Essay’:</h2>\r\n<p>Whenever you have the thought, \"Who can do my essay for me?\" Consider professional assignment help, who have the team of greatest essay writers with real-world experience and in-depth subject knowledge in their field of study. Every assignment writer is a Ph.D. accredited professional with a degree in their specific field of study. In addition to the educational background, we ensure that they are familiar with university norms and capable of meeting students\' essay writing needs in the subject they look for.</p>\r\n<p>Our essay writers have experience with a wide range of essay themes and fields, including literature, biology, mathematics, politics, regional sciences, economy, history, psychology, and information technology. We connect you with the experts who understand how to produce a great paper in a specific discipline, complete with an engaging introduction, solid arguments, relevant evidence, and practical conclusions, so that you get the best essay writing services.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Do My Essay’ services:</h2>\r\n<p>When you search on the Internet with your query ‘do my essay’, you would certainly get numerous options to get Essay help, but hiring the right one for you becomes crucial if you want to succeed in the task. You may have a look at the range of benefits you get with our Essay writing services which are given below:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We offer you the Essay writing services through experienced essay writers who are proficient enough to write good quality essays that would be as similar as a paper written by a scholar.</li>\r\n<li>You get the work done based on your requirements, the specifications you asked us to imply on your paper so that it matches your expectation and fit best on the criteria given by universities.</li>\r\n<li>From research to conclusion, every part of your essay is constructed with utmost care and it is ensured that the final work delivered is flawless.</li>\r\n<li>You get the assured timely deliveries of your order and can connect with our customer support round the clock to get the answer to your queries.</li>\r\n</ul>\r\n<p>Furthermore, we guarantee complete confidentiality and the security of our customers\' personal information. If you have any questions or require additional information, you can contact our helpful customer support team at any time.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 10, 'Do My Essay | Essay Writing Services', 'Looking answer for “who can do my essay?” Get instant essay writing services from our well qualified team of writers at affordable prices.', 'Do My Essay, Essay Writing Services', 'do-my-essay', '2021-11-30 02:28:30', '2022-03-22 00:05:39'),
(337, 'Essay Assignment Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ESSAY ASSIGNMENT HELP</h1>\r\n<p>If you need essay writing assignment help or essay assignment help, you have reached the right platform where you get all solutions that meet your essay assignment help difficulties. Professional Assignment helps provide students the best professionals who have the best academic skills to serve students across the UK, Australia and New Zealand with excellent essay assignment help services.</p>\r\n<p>We have been the sensible choice for students who require essay writing assistance for all sorts of essay tasks. Students who hire essay help online services from Professional Assignment Help are consistently pleased with the level of service they receive. All credit goes to our highly skilled and certified essay writers, who have years of expertise writing professionally written essays that are tailored to each student\'s specific requirements. Each essay is one-of-a-kind and free of grammatical errors that make you stand out among peers and win accolades from professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Assignment Writers:</h2>\r\n<p>We have a team of highly competent essay writers, proof-readers and editors who ensure the quality of each essay paper we deliver. Every essay assignment goes through rigorous quality checks where our experts look for unintended grammatical problems, such as syntactical and punctuation errors, in each essay writing. Their mission is to remove them and provide students with nicely crafted essays which are absolutely flawless.</p>\r\n<p>Our specialists from online essay help services are well-versed in the formatting requirements of institutions, and they consistently deliver immaculate writings. Our essay experts concentrate on formatting the entire essay document according to the criteria and specifications given by you. Your essay writing will be tested for plagiarism using the most up-to-date plagiarism detection software. As a result, you will receive 100% original essay papers immediately for final submission.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Essay Assignment Help Services’</h2>\r\n<p>Our essay writing service at Professional Assignment Help aim to assist with all the solutions pertaining to write a high-quality Essay Assignment Help such as:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We match and connect you with the best essay writer whose qualification and experience matches with your expertise so that you get the services based on your specifications.</li>\r\n<li>Your assignments go through a number of quality checks to ensure that they adhere to your precise instructions and your requirements.</li>\r\n<li>We guarantee that the essay you receive is unique and free of plagiarism.</li>\r\n<li>Cost of the assignment writing service would not be a concern anymore as we provide affordable assignment help services with optional value-added services.</li>\r\n</ul>\r\n<p>At Professional Assignment Help, the essay assignment help we offer is the customized form of service that wows your teachers and helps you get the scores you expect. If you have concerns about assignment services and are looking for guaranteed outcomes and high-quality services, connect with our experts right away.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 11, 'Essay Assignment Help | Online Essay Help', 'Hire our writing experts for essay assignment help and get your essay done by the deadline with good quality content written by the experts.', 'Essay Assignment Help, Online Essay Help', 'essay-assignment-help', '2021-11-30 04:01:10', '2022-03-22 00:04:40'),
(338, 'Essay Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">ESSAY HELP</h1>\r\n<p>Are you seeking the help of Essay writing experts or essay professionals who can proof-read your essay or finish an uncompleted essay or can write a one from scratch? Whatever is your requirement in regards to Essay, Professional Assignment Help have all the essay writing solutions to meet your needs.</p>\r\n<p>Any simple writing assignment or projects entails some prerequisites, complexities which make it challenging for students to complete them successfully and match the work according to the expectation of professors and meet the criteria. Due to such complexities associated with essay writing and lack of time, many students find it difficult to complete their assignments, essays, and other academic papers and end up piling them on the table or sacrificing the quality of the task if they have to work on them anyway.</p>\r\n<p>Professional Assignment Help is one of the leading essay helpers and comprehensive essay writing services provided to whom you need to excel in academics when it comes to writing essays or any sort of academic projects. Through our online assignment help platform or essay help online, you can hire the most qualified essay writers in the field you\'re interested in at a very low cost that matches your budget. You only need to specify your precise specifications when placing your order, and then leave the rest to us while you focus on other vital tasks.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers:</h2>\r\n<p>Our essay writers come from a different educational background, including management, law, finance, medicine, nursing, humanities, and so on. We have a wide range of essay writers with extensive subject expertise in their respective fields. They have degrees and certifications, and doctorate degrees. In addition to strong qualification, these essay writers have years of assignment writing expertise to go along with their relevant qualification background, making them the ideal option to justify their job as an essay writer for essay assignment help. Furthermore, we use native authors because they are familiar with the university culture in their home nation, aware of the qualification framework and assessment guidelines to serve better.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Essay Help Services’</h2>\r\n<p>At Professional Assignment Help, we have created our essay writing service to provide you with all of the assistance you require for your essay.</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We match your requirements and connect you with a finest essay writer who is qualified and experienced in essay writing based on your requirements.</li>\r\n<li>Your assignments are subjected to many quality checks to verify that they comply with your specific instructions and requirements and that there are no errors.</li>\r\n<li>We ensure that the essay you receive has original content and is free of plagiarism.</li>\r\n<li>If you\'re not satisfied with the way your assignment was delivered, request a revision.</li>\r\n</ul>\r\n<p>Our essay writers generate a unique piece of work that impresses your professors and helps you score top grades. We hope to exceed your expectations by providing you with more than you expected. If you are looking for assured results and quality services, connect with our professionals now!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 12, 'Essay Help | Essay Writing Service', 'Now specify your specifications related to any subject essay help to the specified writer and leave all the burden on them.', 'Essay Help, Essay Writing Service', 'essay-help', '2021-11-30 04:07:05', '2022-03-22 00:03:50'),
(339, 'Fast Essay Writing Service', '<div class=\"a-content\">\r\n<h1 class=\"heading\">FAST ESSAY WRITING SERVICE</h1>\r\n<p>The academic world has changed a lot and it has become more competitive than ever. Nowadays students are assigned several practical or writing tasks during college hours which make it challenging for them to complete the assignment or writing academic papers especially due to lack of time and tighter deadlines. Many students look for fast essay writing services to meet the deadlines and submit the papers that are no less in quality. Professional Assignment Help is one of such Fast Essay writing services providers that guarantees students timely and flawless essay papers within a shorter time frame.</p>\r\n<p>Professional Assignment Help get you connected with highly reputed and well-educated fast essay writing service providers who assist especially on time-sensitive assignments and ensure the quality of the paper. Our experts are highly proficient in creating impressive essays, matching it with your requirements and parameters stated by your professors. As we take the responsibility for your essay or academic writing task that you order with us, Professional Assignment Help has gained popularity among the students as an affordable and reliable assignment helper and essay help online platform.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writing Experts for Fast Essay Writing Service:</h2>\r\n<p>We have a large and highly competent team of writers consisting of some of the best assignment helpers, essay writers, case study writers etc. Our essay writing services are backed by a highly proficient team of professional fast essay writers who hold PhD in their respective field of study and ensure students for flawless writings even under the tightest deadlines.</p>\r\n<p>In order to ensure outstanding fast, essay writing services and last-minute essay writing service, every essay writer goes through a specific training module timely where these experts are trained on various parameters such as writing skills, subject knowledge, research abilities etc.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Fast Essay Writing Service’</h2>\r\n<p>Here some core advantages you get with Fast Essay Writing Services from Professional Assignment Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the essay help from the essay experts who have decades of experience assisting students with essay writing services and assignment help online.</li>\r\n<li>Each and every paper is drafted from scratch and firmly double checked for error.</li>\r\n<li>Now students can connect with us via email, call or live chat through our round the clock available customer support.</li>\r\n<li>Get the essay writing service quote within your budget by choosing the services that you actually require without any hidden charges. You always have options to add optional services such as unlimited revisions etc.</li>\r\n<li>All academic papers and assignments we deliver are 100% genuine. They are free from all sorts of grammatical, spelling, and aesthetic errors. Each paper is written in a unique and imaginative manner by our essay writers.</li>\r\n</ul>\r\n<p>Here at Professional Assignment Help online platform, we understand your concerns, as not every writer is capable of meeting today\'s writing standards. Our fast essay writing service ensures students the highest quality outcomes as compared to any other assignment helpers.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 13, 'Fast Essay Writing Service | Assignment Help Online', 'Our fast essay writing service through our online assignment writing platform are reasonable for students from different universities all over the world.', 'Fast Essay Writing Service, Assignment Help Online', 'fast-essay-writing-service', '2021-11-30 04:13:10', '2022-03-21 23:55:45'),
(340, 'Research Essay Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">RESEARCH ESSAY HELP</h1>\r\n<p>The research essay is a type of research paper with its own set of characteristics. The objective of a research essay is to express the author\'s viewpoint on a specific issue or topic. That is why colleges and universities frequently assign such a task to students that enhance their learning capabilities. The research essay, regardless of subject, degree, or expertise, is a simple approach to assess your abilities and knowledge.</p>\r\n<p>Research Essay Help consists of a lot more components and processes such as review, data gathering, analysis, and reporting of the findings of a research topic or issue are all part of a research assignment. Many students find research projects burdensome, therefore they seek out quality-oriented research essay aid providers to help them complete their tasks.</p>\r\n<p>At Professional Assignment Help, we are committed to maintaining high quality, comprehensive assignment help and essay help are now regarded as the top assignment help service in the world. As a result, if you require research essay help, hiring professionals from professional assignment help would certainly create more value for the time and money you invest with us as you receive top grades.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writers to provide Research Essay Help:</h2>\r\n<p>Our essay writers have a lot of expertise producing research papers and other types of papers. In history, the arts, political science, and other fields, you can order your assignment. Fairness, on the other hand, is a critical component of our work. We are here to assist you and make your life easier, so we can assure you of significant benefits.</p>\r\n<p>At Professional assignment help, our skilled writing staff of research essay help ensures that each essay we offer follows the structured pattern and that each line and contents adds value to the reader.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Research Essay Help’</h2>\r\n<p>At Professional Assignment Help, when you get in touch with us for Research Essay Help or any academic writing service, you will get range of benefits which includes:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>We ensure that each assignment and essay you order with us is written by highly trained subject matter specialists, which is critical for students to receive good scores.</li>\r\n<li>Our company\'s policy prioritises assignment quality over anything else, ensuring that you receive excellent grades.</li>\r\n<li>Our quality control department thoroughly examines each project, monitoring numerous quality factors on each assignment to ensure that the student receives top grades.</li>\r\n<li>Regardless of the deadline, specifications, or topic, each of our writers produces a high-quality original and distinct research essay.</li>\r\n<li>We provide customers what they need and don\'t ask for much in advance. Everyone will be able to afford our services due to the low charge.</li>\r\n</ul>\r\n<p>Providing you best quality research essay help is entirely in the hands of our experts. We do our best to supply you with optimal quality after you place your order. In addition, the quickest writing pace, plagiarism-free check, and pleasant support are all guaranteed. So, hurry up and place your Research Essay Help order while our writers are available!</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 14, 'Research Essay Help | Research Writing Service', 'Avail many benefits of our writing services including research essay help from our expert writers providing you the optimal solutions at low cost.', 'Research Essay Help, Research Writing Service', 'research-essay-help', '2021-11-30 04:18:39', '2022-03-21 23:50:11'),
(341, 'Urgent Essay Help', '<div class=\"a-content\">\r\n<h1 class=\"heading\">URGENT ESSAY HELP</h1>\r\n<p>Writing an essay comes with lots of challenges and complexities due to a variety of variables including a lack of subject knowledge, lack of writing abilities, and, most crucially, lack of time. Student life is no longer the same as it was before due to significant developments in the educational environment. These days, students are involved in a variety of activities, including classroom sessions, academic, and extra-curricular activities which makes it difficult for them to work on essays. As a result, many students seek Urgent Essay Help from assignment help online.</p>\r\n<p>It might be challenging for students to get Urgent Essay Help along with the quality of the essay, but with Professional Assignment Help, getting instant essay help and the quality together is possible. To provide you with Urgent Essay Help, we have boasted the team of highly trained and experienced specialists who write your essays and send them to you swiftly without sacrificing quality or adhering to the guidelines stated by your professors.</p>\r\n<h2 class=\"sub-heading\">Services by our well qualified Essay Writing Experts to get Urgent Essay Help:</h2>\r\n<p>Our essay experts in the writing team are highly skilled at providing urgent Essay help by combining their writing skills and topic understanding together in curating your essays or any sort of academic projects. Every writer we\'ve employed has a master’s degree and a Ph.D., as well as years of experience having worked as industrial practitioners, tutors, and lecturers.</p>\r\n<p>What makes us deliver impressive essay writing services is the assigning the right task to the right person. We make sure to allocate your task to the most eligible candidate whose qualification matches with your requirement so that you get the best urgent essay help without compromising with the quality.</p>\r\n<h2 class=\"sub-heading\">Core features of our ‘Urgent Essay Help’ services:</h2>\r\n<p>Our Urgent Essay Help services are distinguished for their quality, dependability, and affordability. The following are the main characteristics of Urgent Essay Help:</p>\r\n<ul class=\"unordered-listing\">\r\n<li>You get the services of greatest essay writing experts hired from across the world whose expertise matches with your requirement.</li>\r\n<li>Even if the deadline of submitting a paper is coming closer, we still promise you the quality and affordability without missing deadlines.</li>\r\n<li>Every Essay we write goes through a specific procedure to ensure it is error-free and meets the university\'s criteria.</li>\r\n<li>You always get your deliveries on schedule, and get real-time replies from our customer service centre, which is open 24/7.</li>\r\n<li>We have no hidden charges for the essay writing services and all sorts of academic writing services we offer. You pay the prices that have been quoted to you with proper clarity and transparency.</li>\r\n</ul>\r\n<p>So, what are you waiting for? Numerous students have taken the advantage of our urgent essay help, and we have received a high level of customer satisfaction. Professional Assignment Help offers a plethora of options and benefits that are recommended for you to get assured success.</p>\r\n</div>', NULL, '', NULL, NULL, 'page', NULL, 33, NULL, NULL, NULL, NULL, 15, 'Urgent Essay Help | Essay Help services', 'Get our urgent essay help services at any time whenever you need them. We assured you the best academic writing service with our highly experienced team of writers.', 'Urgent Essay Help, Essay Help services', 'urgent-essay-help', '2021-11-30 04:23:37', '2022-03-21 23:49:45');

-- --------------------------------------------------------

--
-- Table structure for table `page_files`
--

CREATE TABLE `page_files` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subheading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `page_galleries`
--

CREATE TABLE `page_galleries` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `page_mpoints`
--

CREATE TABLE `page_mpoints` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_new` tinyint DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `page_points`
--

CREATE TABLE `page_points` (
  `id` bigint UNSIGNED NOT NULL,
  `page_id` bigint UNSIGNED DEFAULT NULL,
  `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_new` tinyint DEFAULT '0',
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('subinsunar1992@gmail.com', '$2y$10$uHKWlxhv9UoESJxk7dbzZ.4Ahgj2uXcI2ii.gO6d5VhQfbMRS5l72', '2023-06-23 15:10:14'),
('sarah.albatti@gmail.com', '$2y$10$AfCUSgX7pOQWK89d8hNtgOiQqZ2MkpyNS41XBhequzl/58xWkAsHC', '2024-01-22 10:41:51');

-- --------------------------------------------------------

--
-- Table structure for table `payments`
--

CREATE TABLE `payments` (
  `id` bigint UNSIGNED NOT NULL,
  `amount` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `student_assignment_id` bigint UNSIGNED DEFAULT NULL,
  `student_id` bigint UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payments`
--

INSERT INTO `payments` (`id`, `amount`, `type`, `student_assignment_id`, `student_id`, `created_at`, `updated_at`) VALUES
(1, '300', 'Stripe', 7, 1, '2021-07-07 04:22:18', '2021-07-07 04:22:18'),
(2, '200', 'Stripe', 8, 4, '2021-07-16 06:33:20', '2021-07-16 06:33:20'),
(3, '40', 'Stripe', 17, 7, '2021-08-29 03:29:42', '2021-08-29 03:29:42');

-- --------------------------------------------------------

--
-- Table structure for table `posts`
--

CREATE TABLE `posts` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `posts`
--

INSERT INTO `posts` (`id`, `title`, `description`, `image`, `meta_title`, `meta_description`, `meta_keywords`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Objection happiness something', 'Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the partiality unaffected', '60a23f2c36546-home-banner.jpg', NULL, NULL, NULL, 'objection-happiness-something', '2021-05-17 04:26:46', '2021-05-17 04:32:22'),
(2, 'Objection happiness something', 'Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the partiality unaffected', '60a23f2c36546-home-banner.jpg', NULL, NULL, NULL, 'objection-happiness-something-1', '2021-05-17 04:26:46', '2021-05-17 04:32:22'),
(3, 'Objection happiness something', 'Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the partiality unaffected', '60a23f2c36546-home-banner.jpg', NULL, NULL, NULL, 'objection-happiness-something-2', '2021-05-17 04:26:46', '2021-05-17 04:32:22');

-- --------------------------------------------------------

--
-- Table structure for table `students`
--

CREATE TABLE `students` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `assignment_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `google_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fb_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `students`
--

INSERT INTO `students` (`id`, `name`, `email`, `email_verified_at`, `password`, `assignment_token`, `remember_token`, `created_at`, `updated_at`, `google_id`, `fb_id`) VALUES
(1, 'Pardeep', 'pardeep9218@gmail.com', NULL, '$2y$10$0e6DRTl8WZ1xMe1TlH7H.eIf5LPaPreFNlhpKNTknsdBs8mvgcVUO', '142639f7-6d18-4cf1-bf6b-20b4f01f1fb5', 'vlKiD3ePcBUpVXVxQJSK23tbwkYd20cUgruMeUifezlEJNxNFstLgSSLMffN', '2021-05-15 06:27:01', '2021-11-23 23:15:37', '106198585941742417447', NULL),
(2, 'User', 'testing@gmail.com', NULL, '$2y$10$nKT/WdUHiLF4hWbAdYG4Ee52wDDO2v4wEyIu2QcxGtLxl.vQ1tiDK', '2012a603-c6db-46ae-b94f-31ee07075989', NULL, '2021-05-24 00:28:34', '2021-05-24 00:28:34', NULL, NULL),
(3, 'test', 'test@gmail.com', NULL, '$2y$10$2qt8Hlpi.ld6obKn3GcMGuFEbnUkjs3GbrfCpLJaRGHjFXBdNJ8TG', NULL, NULL, '2021-06-01 02:08:42', '2021-06-01 02:11:09', NULL, NULL),
(4, 'Mandeep Singh', 'giftyhunjan@gmail.com', NULL, '$2y$10$xL02qh8Cqzmi5rk8m71FCeDrhWzP.nY0jXTxQ9nH1sH0jKMQ8zzQO', 'df10aabc-d1f8-46fd-a842-7bba7dc7cd95', '0WuQor1rXFMDyb2CAcFYS908k1SZoiapIrU02B14Z9qHiC20W2lhWmKoUFnK', '2021-07-16 01:56:10', '2021-10-25 06:26:45', NULL, NULL),
(7, 'Gifty Hunjan', 'mandeephunjan818@gmail.com', NULL, '$2y$10$mJOHPnJe55paJOrRI3NFH.PSydYygkfNdoNN5XawbnHr0ddzpDWpa', 'c02ae394-8af0-4794-bff5-dd8b9cd585ad', NULL, '2021-08-10 03:12:06', '2021-12-01 02:45:13', '114725856862128256776', '10221050802485272'),
(8, 'User', 'demouser1@gmail.com', NULL, '$2y$10$1Wqdab9hHmndckzTuvM.GeBX.MAvJrwHBWpdsEGZVDBcHZCHg.zcO', '8bcbdf17-d5b1-4ece-bd25-d3865bd1ea8f', NULL, '2021-08-10 03:26:16', '2021-08-10 03:26:16', NULL, NULL),
(9, 'User', 'testuser@gmail.com', NULL, '$2y$10$IKvTA03wyJ7.S7m/xK9KkOmhRZoEZDOFGzykuyLO86OE2rVFPwlie', '2e5f30cd-1070-4d50-ac3a-32372e83fcdb', NULL, '2021-08-10 03:46:44', '2021-08-10 03:49:33', NULL, NULL),
(10, 'Jyoti Bala', 'jyoti.giftechies@gmail.com', NULL, '$2y$10$WS4GSGrD0mf8PYT/J0QRe.7Y5zRODujbcFTVQERfX3h9C05CgKMie', '41d3a18f-57c3-46d7-9a7f-c0300d996bae', NULL, '2021-08-10 04:26:40', '2021-08-10 04:29:13', '100964380569113652334', NULL),
(11, 'Harsha Thapar', 'harsha1991thapar@gmail.com', NULL, '$2y$10$XSm3j9BKGrdUpGFrSI.HtetykmLhVqpzDc8QH7a0JrZcpZyctjZIG', NULL, NULL, '2021-08-29 03:45:16', '2021-08-29 03:45:16', '100632930081649855191', NULL),
(12, 'Jyoti Bala', 'balajyoti2601@gmail.com', NULL, '$2y$10$XRaSKpYVwDAGQESovJpWheIlv.q3SH8ENTFG4nqivTJRs5P/xY7BW', NULL, NULL, '2021-09-11 03:24:57', '2021-09-11 03:24:57', '102487742820525965184', NULL),
(13, 'ASGGGVMKPOFHGNRPOKWNNHHW https://ok.ru ol', 'uslada-zakharova@list.ru', NULL, '$2y$10$AqvoQInVV6rS2S.JYXze/O7JtdhlHux9qaaaI6y5/yALEiMIPK2nG', NULL, NULL, '2021-10-10 07:16:27', '2021-10-10 07:16:27', NULL, NULL),
(14, 'andrew', 'getfappy.com@gmail.com', NULL, '$2y$10$T3bvdimGRV38efhZZE45D.wa6ZHL2dGCmWRm8F0ptR3RuEolMVKVG', NULL, NULL, '2021-10-10 23:59:44', '2021-10-10 23:59:44', NULL, NULL),
(15, 'professionalassignmentshelp.com vnndighidfjsmfoehwjfehfkdghedjfwijfojdojgdmkcsdogejdowsfdegejjfwskfegeodfjijhsbjhsbhcgfdhsfdhhdgdhthd', 'sofiyasamylkin1987911be1+6s@bk.ru', NULL, '$2y$10$oVe2dtGbzAGJKZ6FjhZrfuhu3FTO2ZDY2nGJSZ/m6R9JUjibtVcpW', NULL, NULL, '2021-10-18 08:09:12', '2021-10-18 08:09:12', NULL, NULL),
(17, 'User', 'enquiries@teqsa.gov.au', NULL, '$2y$10$eLXsINWSinD9G4BgkQFphedrpT6F0M6Xoq0RRHzO4XjAIWIj2pD3W', '8eb9168d-d499-48b1-aee4-ab2800335ed7', NULL, '2021-11-30 01:08:54', '2021-11-30 01:08:54', NULL, NULL),
(18, 'User', 'comms@teqsa.gov.au', NULL, '$2y$10$QYSi6va9JomP2LcnlA85MeeKcVm/ldex1TXHtZBKpDRfMzcgVQk0C', 'f071ba4a-8f58-4d36-8c1f-9f1f5be56246', NULL, '2021-11-30 06:33:13', '2021-11-30 06:33:13', NULL, NULL),
(19, 'Guy Newbury', 'guy.newbury@gmail.com', NULL, '$2y$10$wBDeB3mgLKBsG69/IkVc6eN4idTHpsdlbh6XtgmYiywb6ar1oO/dy', '9813ffc7-2a58-4b02-bc06-37fa74886be1', NULL, '2022-01-07 04:53:14', '2022-01-07 04:56:51', NULL, NULL),
(20, 'Savanna', 'savanna.chambliss@yahoo.com', NULL, '$2y$10$.2yujND7fZdleVmkwWmqn.CRgHxEgr/3ZKHfreetnW7EvSvOH//HC', NULL, NULL, '2022-01-18 22:00:39', '2022-01-18 22:00:39', NULL, NULL),
(21, 'professionalassignmentshelp.com bbbdnwkdowifhrdokpwoeiyutrieowsowddfbvksodkasofjgiekwskfieghrhjkfejfegigofwkdkbhbgiejfwokdd', 'dimafokin199506780tx+s332@inbox.ru', NULL, '$2y$10$N3qpUW/O6uosFGhIiFL3M.OP0O3ai3q1/kfk/35zsD71ZCJOPl1F.', NULL, NULL, '2022-02-05 10:13:26', '2022-02-05 10:13:26', NULL, NULL),
(22, 'professionalassignmentshelp.com bbbdnwkdowifhrdokpwoeiyutrieowsowddfbvksodkasofjgiekwskfieghrhjkfejfegigofwkdkbhbgiejfwokdd', 'dimafokin199506780tx+e1v1@inbox.ru', NULL, '$2y$10$yjsRfAiJP1yf/zBO8V41e.cLLKj78o9wemH4vQL3vXxC8MRMnBgsq', NULL, NULL, '2022-02-07 23:04:46', '2022-02-07 23:04:46', NULL, NULL),
(23, 'User', 'mundiasitumbeko4@gmail.com', NULL, '$2y$10$s2UT4jIlrTTpcBvYuBRhmOr33Ae.E20vdkveZOxtZ.93DXyfrtF5y', '928ccd9d-b26f-4b42-909e-02af8b2c66d2', NULL, '2022-02-15 09:34:56', '2022-02-15 09:34:56', NULL, NULL),
(24, 'h4twshr34aghreha34aweyhrra34wegaf3wrehartaeha https://forms.yandex.ru/u/saa0091b462b584faa0070 ol', 'kopylovahillii7046@bk.ru', NULL, '$2y$10$c4t.rqG9esNhSOLVBNfbSODBGNKyPz2lRhvagn50xOhzs0eNV8WJe', NULL, NULL, '2022-02-21 18:43:33', '2022-02-21 18:43:33', NULL, NULL),
(25, 'chrissy', 'chrissy.walken16@gmail.com', NULL, '$2y$10$uFKzYoGvlDRLhYerxGUPH.nST7CeKBXjVONbybjeRDfwZOBIPhoCy', NULL, NULL, '2022-02-22 04:57:00', '2022-02-22 04:57:00', NULL, NULL),
(26, 'Jake', 'jake.whaley1@gmail.com', NULL, '$2y$10$wR88SP4Tzae8Rur6lDwR9OPUAOkkR5ygKsqVCemQtQMirOkIoyoWy', 'a712236e-352b-4086-a79d-fb1710ca425c', NULL, '2022-03-22 17:19:59', '2022-03-22 17:25:03', NULL, NULL),
(27, 'SANGGON', 'bluesky.jsg1899@gmail.com', NULL, '$2y$10$.NXJEdaP7cRpVPpDUer.uO5UashjmpsD9852kHAgWNtzlSqN08Es6', NULL, NULL, '2022-03-30 23:42:21', '2022-03-30 23:42:21', NULL, NULL),
(28, 'Ankit Arora', 'ankitarora71@outlook.com', NULL, '$2y$10$bS3ETmNGcuXQns4mMPpr1eZd/Ju2FRABBx4rLG.JqPD3IbVembf76', NULL, NULL, '2022-04-02 22:57:31', '2022-04-02 22:57:31', NULL, NULL),
(29, 'Внимaнuе!  Мы yже внеслu бoнус нa ваш аккayнт! Перехoдuте и получите - https://forms.yandex.by/u/38c949bae104261cd6fc319c Unuh', 'п»їrodionovleonid97@mail.ru', NULL, '$2y$10$n5MzMqU4kwt.R9FGQkWkCuG5MM24vzRVI6IMZrOXchoRMSOrOLP76', NULL, NULL, '2022-04-04 09:56:51', '2022-04-04 09:56:51', NULL, NULL),
(30, 'professionalassignmentshelp.com ugrfeiohofidsksmvnjdbvsijf94t9u5t0i4r94ijgrjght9y84r49t64rkowf0ereiuguejdkwdiweofuehdskodjjdgofjsoddggfsidj', 'KsenofontMaidanov+3x1d@mail.ru', NULL, '$2y$10$EEjQdbqVPmbDWF5avbb8zuzPcE3EPXo80K7lYYgPT1q.BOP2nZojS', NULL, NULL, '2022-04-14 01:29:35', '2022-04-14 01:29:35', NULL, NULL),
(31, 'germaine', 'sunflowers0228@hotmail.com', NULL, '$2y$10$feOPF71NCpRoRVd9mi7iTueeu5T4sU01ZJ.J89NgaHWKLibjCz1zi', NULL, NULL, '2022-04-15 10:43:25', '2022-04-15 10:43:25', NULL, NULL),
(32, 'Jake', 'vatvyf5@gmail.com', NULL, '$2y$10$YgRgM2VH/AGrABH7ff77sOqa5r8itzy8VEMHnATsuqn6elJ.Exn4O', '9c21cc9e-41f2-42c3-a339-31967b9e3a48', 'ug5HP9EeXi7SXIweZE251TGIkRaw7NAZHuSZL4vMtBoTZXvsjDiZZwrJy8q6', '2022-04-29 18:36:47', '2022-05-01 22:43:16', NULL, NULL),
(33, 'francesco tjoe', 'fmatteo13@yahoo.com', NULL, '$2y$10$YFcNAcaAElp2HEmdM6cFQuoqRbNB6P80FTnD3c7sTKae47J5wl3Z.', NULL, NULL, '2022-05-10 23:16:37', '2022-05-10 23:16:37', NULL, NULL),
(34, 'User', 'manarabdulrahim99@hotmail.com', NULL, '$2y$10$6A7FeGkqRJfzKPmvVXz3teN0wYfn67tyOa4fg058VDTXVH/rXadZm', '7f32de51-5a13-44ab-afad-57f6d31548b3', NULL, '2022-05-11 17:28:06', '2022-05-11 17:28:06', NULL, NULL),
(35, 'Manav', 'manavbaggha@gmail.com', NULL, '$2y$10$q.V/hyZ06tyjJ9fq6klQtODC5YUeoD83Mp2OYu5.KB8c0b6CYylOK', NULL, NULL, '2022-05-19 11:16:54', '2022-05-19 11:16:54', NULL, NULL),
(36, 'Omer', 'mohemmadomer123@gmail.com', NULL, '$2y$10$WGYWXw5lDKm/fpJu8eQ7SOR8yVnzyqZji.Esi0WedUjE9e58Ex9qu', NULL, NULL, '2022-06-13 06:47:02', '2022-06-13 06:47:02', NULL, NULL),
(37, 'Riya', 'goyalriya150@gmail.com', NULL, '$2y$10$O8o/8RpQ9/joRztiv9txHuoFVRHa/kvNt9lE6z/g5LGcAitKO6BaW', '1f06271b-ba44-4005-9b85-821e5b9e9f7e', 'M8vwQTmZnBgwzEls5X8YBFoiZXARTYVDhw5xuXOQlmzeg3F611hb1ysig4T0', '2022-06-13 06:51:40', '2022-06-13 06:58:14', NULL, NULL),
(38, 'User', 'paramjitkashyap3@gmail.com', NULL, '$2y$10$Og2SqhMKYchGWk2kepcMVOU9/zvwQgogauQuybs5HLhtOSxGcnpna', '316f084e-04d1-4caf-be1f-38ce23a4b325', NULL, '2022-06-13 09:31:02', '2022-06-13 09:31:02', NULL, NULL),
(39, 'Dan', 'dan.bouvard3@gmail.com', NULL, '$2y$10$jAgtzoAU3pRU7fbGC/9z1u3ua8ryNhXq47oeG.YaHysaMU9PfqF1e', NULL, NULL, '2022-06-16 01:15:10', '2022-06-16 01:15:10', NULL, NULL),
(40, 'User', 'nitinbahman_1988@yahoo.com.au', NULL, '$2y$10$H/NqhLfrGPRVXmGZZAmGU.20B2CxaQiGoIvUZ32C70TQY8fXAbpta', '5bd49872-fc9d-402f-812e-b7254e3c8738', NULL, '2022-06-17 19:56:48', '2022-06-17 19:56:48', NULL, NULL),
(41, 'kirandeep', 'kaurkirandeep8585@gmail.com', NULL, '$2y$10$TLUWaWnX9NklpZlpAXsbBePgPy33Cw5BMVPTGv6xA4KsyyE2b6Z.i', '6ffc8a47-d662-4683-a2f4-16c0903fab83', NULL, '2022-06-20 12:39:25', '2022-06-20 12:43:43', NULL, NULL),
(42, 'yвeдомляем вac о том. Необхoдuмо измeнить нaстpoйкu безопacнoсти .  Вoйдuтe в лuчный кабинeт gооgle https://google.com Wat', 'panfilovfadei1989@list.ru', NULL, '$2y$10$t3TPiW6qxcPHgxuQGHYE2.aMdnDnkJXTqHxaWbSAmbDVC7/qh7sA2', NULL, NULL, '2022-06-20 15:33:25', '2022-06-20 15:33:25', NULL, NULL),
(43, 'Vishnutaran S Arivanthan', 'vishnutaran00@gmail.com', NULL, '$2y$10$i87hzSl2fa2GQb5kyD4S8.R1Oj0BhgY8Sp6.wEYr0Eutu8NaOku7.', NULL, NULL, '2022-07-04 22:55:31', '2022-07-04 22:55:31', NULL, NULL),
(44, 'VerifproprAb', 'viduevdjpabdixb@gmail.com', NULL, '$2y$10$G5FYkLq8XKhbBU2CZrvavu2HF.5Zemej/UDOP6D0t/hbt2vwy8ncW', NULL, NULL, '2022-07-15 17:17:21', '2022-07-15 17:17:21', NULL, NULL),
(45, 'Выплачено: AAAprofessionalassignmentshelp.comBBB', 'shura.strelnikov.76@inbox.ru', NULL, '$2y$10$zXxTJbBzA1iyVwsf7lFlgOzirX9cn/iA9GwSj3bkGXPK6eCYkGNLm', NULL, NULL, '2022-07-17 08:14:12', '2022-07-17 08:14:12', NULL, NULL),
(46, 'Misbah Zahid', 'misbahzahid097@gmail.com', NULL, '$2y$10$YaojP1bA38loelna/sJ8guV4bEJom32yS1PUWoSFC9sVJoAqNGJDm', NULL, NULL, '2022-07-19 21:38:56', '2022-07-19 21:38:56', '115234344013141876720', NULL),
(47, 'JamesAgify', 'jamesonstat4@mymailer.buzz', NULL, '$2y$10$rdsEzBDPeNVDJxS0SlSg.uKNyRdAk.5DqeN1J6UzZzX3FUVpoiMIi', NULL, NULL, '2022-07-22 23:40:33', '2022-07-22 23:40:33', NULL, NULL),
(48, 'mukta', 'muktaakther144@gmail.com', NULL, '$2y$10$MpPVXgEdKOI8RtJAlPD8cu.dR/pqWU6RO117y/LF78zElUWU4GtEa', NULL, NULL, '2022-07-25 13:07:31', '2022-07-26 11:20:02', '102227808714873327277', NULL),
(49, 'Saumya Mishra', 'saumyamishrasam1998@gmail.com', NULL, '$2y$10$u6vFLzr7RDl958e3CqJ9ieWyONKe3F.9T.P3OdlNwI46X7TDvEjru', NULL, NULL, '2022-07-27 05:05:38', '2022-07-27 05:05:38', NULL, NULL),
(50, 'Milan Poudel', 'poudelmilan231@gmail.com', NULL, '$2y$10$Gj3ZBsia5tpDlOK5jiOaMetkmptBlBzhHuJCG46MRZ1DehcQYWqJS', NULL, NULL, '2022-07-30 07:58:36', '2022-07-30 07:58:36', NULL, NULL),
(51, 'Bikramjit Singh', 'bikramavirajritu@gmail.com', NULL, '$2y$10$S4XA4PTEj9iVHBNQ4smfyeYnaTKzspHNF.y2V7aZF6miZ5QICMg2W', NULL, NULL, '2022-08-19 06:54:08', '2022-08-19 06:54:08', '111347542544533552670', NULL),
(52, 'Ajay Kumar', 'gargajay108@gmail.com', NULL, '$2y$10$018QG1nx1HoWzXdt2ZQEM.VZJ/AS2M2/7D8KhYQGVhKSdxe/zSLRq', NULL, NULL, '2022-08-30 03:56:40', '2022-08-30 03:56:40', NULL, NULL),
(53, 'Rosanna Balamgom', 'balangonrosanna@yahoo.com', NULL, '$2y$10$dA53vht8CXAPDpWYeemIOevAalB.mD8VibG8wOqS8XcQ9zZtYiaze', NULL, NULL, '2022-09-07 05:49:48', '2022-09-07 05:49:48', NULL, NULL),
(54, 'User', 'chandummy100@yahoo.com', NULL, '$2y$10$kjp2as/ZF0qAHpqrxwbH5OQnmU21M1phB7pTMY0xSEOEbLuOqyuLm', '325bd6aa-a9e2-4b07-8319-e07a5a08e1dc', NULL, '2022-09-11 10:18:26', '2022-09-11 10:18:26', NULL, NULL),
(55, 'Abhi', 'sthabhishek378@gmail.com', NULL, '$2y$10$dPz7a0efZguEVKw/kYqj4uYmDVKTJJfUvBomkZrD4s0NLADytUhn2', NULL, NULL, '2022-09-16 06:43:45', '2022-09-16 06:43:45', NULL, NULL),
(56, 'durga raghuram sashank tadinada', 'tadinada536@gmail.com', NULL, '$2y$10$fHXlwMdWgoOFWyB3lITjAOV2xd1UjwjmEOVA4e52JJ/dBQaWBnJGW', NULL, NULL, '2022-09-18 01:16:34', '2022-09-18 01:16:34', '110360583178401047280', NULL),
(57, 'Students Heaven', 'helpstudents06@gmail.com', NULL, '$2y$10$2PHv9M9TOSa1.S84Ynexo.ZKYPVQUxMI2.PP2U2vFQ3DIuLpcpRVO', NULL, NULL, '2022-09-24 17:02:17', '2022-09-24 17:02:17', '102002421295481555968', NULL),
(58, 'gurpreet singh', 'messivirk@gmail.com', NULL, '$2y$10$ufmB2De0FWq3UhRWu3QCcOOaSGpNcsbzEg26xS5B8t9K6UyBZYV2a', NULL, NULL, '2022-09-27 22:14:14', '2022-09-27 22:14:14', NULL, NULL),
(59, 'henry nguyen', 'henrynguyen2799@gmail.com', NULL, '$2y$10$JKuHDHqStF6QEE3/4Kk1feC4.iiZPBWmV0UXvHvmO47LvxGAafQyK', NULL, NULL, '2022-10-02 18:27:23', '2022-10-02 18:27:23', '102963276871626501892', NULL),
(60, 'vinay sakhamuri', 'vinaysak24@gmail.com', NULL, '$2y$10$xMDV/2.SzGp48mi6yDOuA.qNUmFE5ViURBQBLzngWkSbEWNvUFD8u', NULL, NULL, '2022-10-02 19:22:59', '2022-10-02 19:22:59', '113798014570686245400', NULL),
(61, 'sandeep poosa', 'sandeeppoosa@gmail.com', NULL, '$2y$10$l9razOIU8qMBTst4gAFanuB2v/2B7ZgPoiHh/K4SLHp8utQcQoah.', NULL, NULL, '2022-10-13 05:42:30', '2022-10-13 05:42:30', NULL, NULL),
(62, 'KARANVEER JAWANDHA', 'karanveerbhasaur@gmail.com', NULL, '$2y$10$XZxpKNuzHItWc1co6Se54OcGd96G3EPRFR7dm.SnBOPhmFIPyLopW', NULL, NULL, '2022-10-16 05:48:25', '2022-10-16 05:48:25', '102093919638812279664', NULL),
(63, 'Patrickdof', 'pqafehkhu@pechkin1.com', NULL, '$2y$10$QjGpl8HjD9KOnUihLfQ22eaSBvfKHrYSSV/syIhXfVU80enLwnCoa', NULL, NULL, '2022-10-17 11:49:25', '2022-10-17 11:49:25', NULL, NULL),
(64, 'Jakiya', 'jakiya2729@gmail.com', NULL, '$2y$10$3didiGsa471vU6ILx/CZVeozEQomVcX5kE6MalbacAXkuNEmGGkp2', NULL, NULL, '2022-10-18 21:15:49', '2022-10-18 21:15:49', NULL, NULL),
(65, 'Ahyi', 'ahyi24143@gmail.com', NULL, '$2y$10$t8coQnvtTVoD0yZVZu/9R.58bVXKDr6gIEWGrIexUy2kz3wWm1lVi', NULL, NULL, '2022-10-19 09:09:05', '2022-10-19 09:09:05', NULL, NULL),
(66, 'Ibtisam Saqib', 'ibtisamsaqib11@gmail.com', NULL, '$2y$10$Otn6RWCdITLjGByJ4.no3eSShESQN//rt7/pL/2oZPgBT5ipw5lNS', NULL, NULL, '2022-10-22 08:04:21', '2022-10-22 08:04:21', '112997578165010908720', NULL),
(67, 'sharma Sonia', 'Sharmasonia11may@gmail.com', NULL, '$2y$10$ouS3l9DNi/lF74A5LT3treR6/ZipNzMJzpZXf7tP8ee/ba5.kKvBK', NULL, NULL, '2022-10-23 11:22:30', '2022-10-23 11:22:30', NULL, NULL),
(68, 'User', 'ranjotsinghrana706@gmail.com', NULL, '$2y$10$pfAVelVI0U3296tz9sTe9eU09VMdCAnco.c0ZY3cdcVo.pzP9aoxS', 'c416196a-8753-4bc6-80c1-92c740c7d23f', NULL, '2022-10-26 09:13:28', '2022-10-26 09:13:28', NULL, NULL),
(69, 'User', 'jhovanyheredia27@gmail.com', NULL, '$2y$10$/EGPWpdYo9MekCgmK.GzyO1tRJfRp/Rsw0Th85CXvlIZvsT0TIXGS', '2ea62e26-cb64-44f3-8fd1-e37a0e6a0449', NULL, '2022-10-27 07:55:30', '2022-10-27 07:57:08', NULL, NULL),
(70, 'Niraj', 'nirajtimsina33@gmail.com', NULL, '$2y$10$c1p4mBVZKj0iHQ7BTLHg2OnE42Js75BdK8yp4knYKhEMQUOZ1cjQq', NULL, NULL, '2022-11-05 04:50:34', '2022-11-05 04:50:34', NULL, NULL),
(71, 'Nabraj Sunuwar', 'nabrajsunuwar020@gmail.com', NULL, '$2y$10$ymX8ia0mD9ngNWRf0oCnz.VZ81MvG1tMrux6ashwpc36zkFPhTkOi', NULL, NULL, '2022-11-09 06:56:29', '2022-11-09 06:56:29', NULL, NULL),
(72, 'Prashanna Sapkota', 'prashannasapkota274@gmail.com', NULL, '$2y$10$bH.jY0tfSaC3av3GfASjoeKcQC9rzRyulLOc1e2ioLXI1YZ0b6rlC', NULL, 'zDMKHNKHeL12aSCX57f6WIikedPNQpg0dvlTiha7aG0fOYCOcgGQvi3D1caW', '2022-11-09 08:40:09', '2022-11-09 08:40:09', NULL, NULL),
(73, 'User', 'lmobbs1975@gmail.com', NULL, '$2y$10$H.dmCeXHfTkfW5PvcnQIou5pJu/xq6w2MtxG7HxMdVtXwKL4el7GW', 'c79f451e-459f-402f-b607-615c54bf7a40', NULL, '2022-11-11 02:49:49', '2022-11-11 02:49:49', NULL, NULL),
(74, 'subin', 'subinsunar1992@gmail.com', NULL, '$2y$10$dVgQlCrvU03HmrscgaFHr..4nIJWnWEPJHWiN7MP4YVUooqfluea6', NULL, NULL, '2022-11-15 05:13:22', '2022-11-15 05:13:22', NULL, NULL),
(75, 'keith', 'keithytkau@gmail.com', NULL, '$2y$10$cajuSIIwiZBhQ6ItkvRNFO9A2CXioK6lpNv1PXrImagaanuvaMuk.', NULL, NULL, '2022-11-19 23:43:36', '2022-11-19 23:43:36', NULL, NULL),
(76, 'Dimon', 'yekovenkodv@gmail.com', NULL, '$2y$10$AixcZS9o/TITBa2CYBIIYOqhWhGCja16AYWqHv0f25zFMajdhAQv6', NULL, 'YEGjnJEvKEG4ymG8tE7zr33SYleksoEBwkH4A6lDR5ammFAATXq1xkphH8LL', '2022-11-20 04:59:57', '2022-11-20 04:59:57', NULL, NULL),
(77, 'Esha Kabir', 'eshaakabeer39@gmail.com', NULL, '$2y$10$cV/rgL0TEHSw/hGwd.jYaeh2euDl8oeyvyJ1HSq5cZMYtHHVjAQgK', NULL, NULL, '2022-11-22 07:51:41', '2022-11-22 07:51:41', NULL, NULL),
(78, 'Abhishek Bhandari', 'ab4080100@gmail.com', NULL, '$2y$10$xBT.QuOCJUAQUdOn7Yjf/.pS4IwMWctgQ47RnsSmpVpSBz5LJvFPq', NULL, NULL, '2022-11-23 22:08:53', '2022-11-23 22:08:53', NULL, NULL),
(79, 'User', 'poojavairagi@yahoo.in', NULL, '$2y$10$63Gpw.tS/eMCLPyXwsi9hODedCjJGV7AzdDCANL9fAzc3pMJdmGuu', 'c2e44963-8302-46b5-8d30-0dfba9377eb5', NULL, '2022-11-27 06:34:36', '2022-11-27 06:35:20', NULL, NULL),
(80, 'Sagar Adhikari', 'sagar.dpadhikari@gmail.com', NULL, '$2y$10$n4SHTW1Oox6/JIUMR.ttA.LU/onvRNueyqyGzpjuOyMk5h98UC4ki', NULL, NULL, '2022-11-30 23:18:52', '2022-11-30 23:18:52', '105904131537207558879', NULL),
(81, 'bishal', 'gurungbishal149@gmail.com', NULL, '$2y$10$KM.70o37czYZKIIraIBs.ueB9FwfQJqts97vm57SZg1afRx/LMpu6', NULL, NULL, '2022-12-05 20:08:34', '2022-12-05 20:08:34', NULL, NULL),
(82, 'Smith John', 'johnsmith092103@gmail.com', NULL, '$2y$10$Mbmy8f0lE1YOknbdHNHPueCJjD9FnX5L28oCjmKHOnXGURcFpbOvi', 'a2d48113-c79c-4037-b8db-0b77fd57a3fb', NULL, '2022-12-08 07:38:02', '2022-12-08 07:39:29', '108830413061248466834', NULL),
(83, 'User', 'gurungsamee13579@gmail.com', NULL, '$2y$10$9yYdECrXAM0bNwqhQNO0SOZ..w61tacaIs0wzrKmJY.HrHf.HFNSm', '0009a6e6-49e4-4440-b151-d61f32528884', NULL, '2022-12-11 16:36:28', '2022-12-11 16:36:28', NULL, NULL),
(84, 'Kyel Roberson', 'kyelroberson@outlook.com', NULL, '$2y$10$0AtbDHwLLfH0DXks7/Ui8e8zfndSMb5yZuOTuOoPZnzFvDq0VpVf.', '258b4863-929f-469b-b9e5-3b29a56ed532', NULL, '2022-12-11 20:20:18', '2022-12-11 20:22:43', NULL, NULL),
(85, 'Shiney', '94shineyfernando@gmail.com', NULL, '$2y$10$qBhpo3WuqYeZPTEBKDgmh.99mj9Gc.gkm5ZcpDG.JN3j/7Iznq31a', NULL, NULL, '2022-12-13 23:49:24', '2022-12-13 23:49:24', NULL, NULL),
(86, 'Ezekiel Luke', 'ezekiel.luke777@gmail.com', NULL, '$2y$10$lhYgLGlvgvZDsgFfZpQ3/.BkV/6WcJ/385GwIVe3jLt1FUKNV.H92', NULL, NULL, '2022-12-15 04:39:25', '2022-12-15 04:39:25', NULL, NULL),
(87, 'Himanshi', 'himanshigrak.net@gmail.com', NULL, '$2y$10$HT8LtS2meQRf2omwttQ21.VQ6sJUXUCTkvupui34xVMcvIX1duIzm', NULL, NULL, '2022-12-17 06:31:32', '2022-12-17 06:31:32', NULL, NULL),
(88, 'User', 'elvismatara@gmail.com', NULL, '$2y$10$9c440g0iBaH430oc8yqjgOy.tXqOSdh7gcIJah9USJYqXY8KWNeNm', 'b73f4517-5568-4791-a137-e7896238b2a5', NULL, '2022-12-19 11:04:57', '2022-12-19 11:04:57', NULL, NULL),
(89, 'aniket', 'aniketbaman123@gmail.com', NULL, '$2y$10$vpDa16ok5ZXfzY9W9w5Et.wczoO9UOP.5xVdTscdqtOFeaOAAzowG', 'd9f6058e-9b51-40c0-a04c-3986a6d741dc', NULL, '2023-01-06 04:06:53', '2023-01-06 04:10:41', NULL, NULL),
(90, 'Chandrika Sah', 'sahchandrika30@gmail.com', NULL, '$2y$10$WVgedkRJgsbzQPoCFFH27OAQIAiyq579imAlKwnph7yomIhPpEuJ.', NULL, NULL, '2023-01-07 20:49:19', '2023-01-07 20:49:19', '114203949651204271707', NULL),
(91, 'https://Okeygorandom.com/?poisk\r\n <<< HEEY SWEETY...; ) THE PROFITS IT\'S 959USD A DAY MAKE IT -', 'lenkaneruhova@mail.ru', NULL, '$2y$10$2QEDwR/QwA7RJtO0zSgn9eqeV83QdW5WzPIcypla0orwn1qbb9ywO', NULL, NULL, '2023-01-13 15:12:45', '2023-01-13 15:12:45', NULL, NULL),
(92, 'Jamesnex', 'dsfjghrge34@yahoo.com', NULL, '$2y$10$7x3E0sApu9RFQ4e6bRIbFOu8zG.Z6yaamF/rkuvWjnuhldN553Eby', NULL, NULL, '2023-01-22 12:43:17', '2023-01-22 12:43:17', NULL, NULL),
(93, 'Mfjejdkwdwfkjwkw,.//fwdbdjswfjwsjdakdjwsjfhwkdajdk рырвоышвофшаргырагфошвОРРРраы: kkwjdkwdwfkefwksmxdke Заосшырацоырвфвравыо gjdjwsfegfksfgrjkfkfhjk professionalassignmentshelp.com', 'ma.ek.e.l.y.418@gmail.com', NULL, '$2y$10$tVxOKZ4qTdDYIj5Vyxspy.eSrthEVNwNA3D8jUfLT780jP6rhxlpW', NULL, NULL, '2023-01-23 05:08:40', '2023-01-23 05:08:40', NULL, NULL),
(94, 'Cherry', 'cherrycharry02061991@gmail.com', NULL, '$2y$10$bjtHC2Rpy6PD.KhQJFV0neYAyHfupL7vAQTDKDF8Nkd53/K48L4na', NULL, NULL, '2023-01-27 19:30:12', '2023-01-27 19:30:12', NULL, NULL),
(95, 'Svetlers', 'i.rc.z.e.n.k.os.vet.l.anas.2030@gmail.com', NULL, '$2y$10$c60tk.1dzyJH2FDaVHHXKOd9aabxqz.xVaIHrWOAGlL3v5sqYIvay', NULL, NULL, '2023-01-29 03:56:14', '2023-01-29 03:56:14', NULL, NULL),
(96, 'Shiv Pratap Shah', 'shahsonu2022@gmail.com', NULL, '$2y$10$74w/q/IaBuZIxD7q.pX4pu9R.GRtrnMSzHN.SAVeoneM10GCaJntq', NULL, NULL, '2023-01-31 03:18:04', '2023-01-31 03:18:04', '110591903153525495474', NULL),
(97, 'sam smith', 'sujanmagar9818@gmail.com', NULL, '$2y$10$jElbcs35MF4Lju2nrBB46OXg38dvaGjfHYcTUNK0aRAZ303X2nLuO', NULL, 'bWNdXzA8wjDl4K5Q0p01MGaUy8jJlRzWDMBikNs47n4gqPZMG6B5LZfEHLGN', '2023-02-03 19:14:47', '2023-02-03 19:14:47', NULL, NULL),
(98, 'Nipun Joshi', 'nipzjoshi@gmail.com', NULL, '$2y$10$DMdH4r3CVE1ItfUYmWiOE.FX8hRVBkjJxrcRTxOSMC/P4XXQoyi.C', NULL, NULL, '2023-02-04 00:42:00', '2023-02-04 00:42:00', '118388668432000951112', NULL),
(99, 'sanjay subedi', 'sanjaysbd45123@gmail.com', NULL, '$2y$10$juDLQvtOvt4XCdmLeEt9Nuv00CroSVXKxo5VHIN/pdCvdluOmKLca', NULL, NULL, '2023-02-06 17:23:43', '2023-02-06 17:23:43', NULL, NULL),
(100, 'Senor Iyar', 'senoriyar@gmail.com', NULL, '$2y$10$ict4W9KflEK1tMv67FDPKu5pVPofhE4462JtKe2ThqAosCxX3tbxK', NULL, NULL, '2023-02-20 00:26:55', '2023-02-20 00:26:55', NULL, NULL),
(101, 'Nawang', 'nixonsherpa111@gmail.com', NULL, '$2y$10$wO2nP7ten23Ec/pzn4mLguCA4nKkwngckJqRSZjBHXfbc.wEzOoI2', NULL, NULL, '2023-02-20 05:19:28', '2023-02-20 05:19:28', NULL, NULL),
(102, 'Gaurav Developer', 'gaurav.giftechies@gmail.com', NULL, '$2y$10$5P72t/QtxkGjsW2Z5V9YmOx9xIt7YrDAFFaRPQetRTRrWszJ7NgkW', NULL, NULL, '2023-03-01 10:54:33', '2023-03-01 10:54:33', '116503275091612939049', NULL),
(103, 'Mefijwdihwdjwsjdhwjqsqodkwfk fjebfhjhdjwshfewifejqwwqfewjfewhgewu kfwejfwefhewgeuwh:jfefehfejfjehfie//NJjdshdjwfhwu оаипруафравгпшцурафцоварквшпругвыовапцушгысвыарршрпшц jcsafsafhawfjewoifhe ufhdfwjdhewifgewiufhjadwfewi professionalassignmentshelp.com', 'a.lber.t.h.anshin.4.9@gmail.com', NULL, '$2y$10$ghz1VweXnX3y9LfBz8wWt.UmaxGBQxvQFHYIj84IB6p2k52HMnaJ.', NULL, NULL, '2023-03-02 02:41:37', '2023-03-02 02:41:37', NULL, NULL),
(104, 'Umair Rafique', 'umairrafique256@gmail.com', NULL, '$2y$10$0hIB8ZIrBsc/1nzBG2ILKO3iRaI03Xu2dxyQn8DdOXffOshifLSMG', NULL, NULL, '2023-03-04 03:57:07', '2023-03-04 03:57:07', '107129562885479952430', NULL),
(105, 'marisa', 'marisacc1975@gmail.com', NULL, '$2y$10$5o1sO1HI9pkiiyDLYNE8xOBG/YkhU38s8ZSUaoCUXgsJ1oJDRJKc2', NULL, NULL, '2023-03-14 07:20:23', '2023-03-14 07:20:23', NULL, NULL),
(106, 'Opfkeodjwihefjwdwhf ifefkqwjioehfuewfwejfksfhweo ifoejkfdpwjfweoihfiewfowfowejfi fjewifjweighjvmhfewifjoepfjpwijgiowrh feiqjfweijfoiwhguhfwkdwjewfgeruhgrujfweij hfiohewifohwuighewuh professionalassignmentshelp.com', 'a.lb.er.t.h.a.ns.hi.n.49@gmail.com', NULL, '$2y$10$v8PD8ZQP5FEW9W3p8YwEYOHM2vgRkF01BvOqYGHpa3jR1uIxD1PO6', NULL, NULL, '2023-04-23 17:57:16', '2023-04-23 17:57:16', NULL, NULL),
(107, 'Anil shrestha', 'anilshrestha_100@hotmail.com', NULL, '$2y$10$nTsdsuYgYn0OgNLvfFzlxeN1nGJurDv7wbxETuj2nlEdJ7VJoWEvC', NULL, NULL, '2023-05-16 02:20:58', '2023-05-16 02:20:58', NULL, NULL),
(108, 'Anish Dayal', 'aymishdayal@gmail.com', NULL, '$2y$10$sNG3lg2v4O8aBd7U1GF1MupBYOhyVJmpd.UdW19AQfsfBEooKyB6e', 'c2a02570-f80f-4789-9e5b-f1f070d40755', NULL, '2023-05-21 10:35:39', '2023-05-21 10:38:37', NULL, NULL),
(109, 'User', 'anarup20@gmail.com', NULL, '$2y$10$5EI4BKfqD0PT6WbcnGpvd.fI7l5rGb2.jrCXlKEfscd58FcHuABB6', '5da21f91-1111-40d1-9714-a66b6d63f63f', NULL, '2023-05-26 08:17:51', '2023-05-26 08:17:51', NULL, NULL),
(110, 'Prutha Dave', 'prutha.dave28@gmail.com', NULL, '$2y$10$2OOgCfkmYgWGqph/euHZluLUd8YKe91YhBUfQec2hTOwkhiSjuhjW', NULL, NULL, '2023-06-02 06:01:52', '2023-06-02 06:01:52', NULL, NULL),
(111, 'Sujeet Shrestha', 'sujeet.shrestha26@gmail.com', NULL, '$2y$10$QnTFXQJYTYq0GIePyzKk9enKeMYVhkMSkwEhfy1HBdGTQb1OK6Jtm', NULL, NULL, '2023-06-02 11:06:48', '2023-06-02 11:06:48', '107971461740088353396', NULL),
(112, 'Svetlbtx', 'i.rcz.en.k.osve.t.la.n.a.s2.030@gmail.com', NULL, '$2y$10$zmmQr70o5kKg5QI4TqiLg.KqCt0zYcY9Je9r21okbwSKL2m2EVXZK', NULL, NULL, '2023-06-19 11:28:21', '2023-06-19 11:28:21', NULL, NULL),
(113, 'Bhumi Tamang', 'tamangbhumi5@gmail.com', NULL, '$2y$10$t1jjlWPwlHMOZuiZD2/Ut.5nsmUTXKq6FeO6WSkbzwN0.25suKP0u', NULL, NULL, '2023-06-22 10:29:19', '2023-06-22 10:29:19', '110041725718250564666', NULL),
(117, 'ramesh', 'ramesh1990soni123@gmail.com', NULL, '$2y$10$vZHrbprEgkMIYasCz9fWSeGoGq2asLV5HOwK0OGZsb3YJIHaI60t.', NULL, NULL, '2023-06-23 15:12:24', '2023-06-23 15:12:24', NULL, NULL),
(118, 'Igorhwf', 'shk.u.t.k.o.vigor.e.cz.e.kbe.st@gmail.com', NULL, '$2y$10$CKytJgiOC11mOooNYvqDcOhxZB0qGm4XWoSN2ZuRjhMF9Y5Ubu2Yy', NULL, NULL, '2023-06-24 02:02:06', '2023-06-24 02:02:06', NULL, NULL),
(119, 'Igoracf', 'shkutkovigor.e.c.zek.best@gmail.com', NULL, '$2y$10$hKwzuxu4kHGquSSS7P.VAeKf.S02n.C2Ef3CTMdstIQNJOxCJRsQ2', NULL, NULL, '2023-06-27 23:29:12', '2023-06-27 23:29:12', NULL, NULL),
(120, 'Svetlzry', 'i.r.cz.enkos.vet.l.a.n.as2.030@gmail.com', NULL, '$2y$10$ftJ.7sXf4VrSUZ2JDo6fPOEi6NC9aUVHzbFdM//0yU6bcJRcXQzYe', NULL, NULL, '2023-06-30 06:36:18', '2023-06-30 06:36:18', NULL, NULL),
(121, 'Svetlmwe', 'i.r.c.ze.nkosvet.l.anas.2.03.0@gmail.com', NULL, '$2y$10$FKAGl257FprWY1Gmc.cwK.Q58jaLHcth4zJVziFaIiiK4v4eIR.7S', NULL, NULL, '2023-07-02 04:23:34', '2023-07-02 04:23:34', NULL, NULL),
(122, 'Igorklf', 'shk.ut.kov.i.goreczek.best@gmail.com', NULL, '$2y$10$/uKbcg5xB2qCBFQIT9Ky6.MpfZdg596pSeRGyAffd8Q145Yaqa/v2', NULL, NULL, '2023-07-02 06:07:05', '2023-07-02 06:07:05', NULL, NULL),
(123, 'Svetlanaqes', 'kr.i.czik.ov.ayasv.etla.na@gmail.com', NULL, '$2y$10$SEKXYslC2p6obsguZYTodukagWE55kYbzOBJAWdEFRCuOZP/D1.P6', NULL, NULL, '2023-07-03 14:01:19', '2023-07-03 14:01:19', NULL, NULL),
(124, 'Svetltbo', 'i.r.cz.e.nkos.v.e.t.l.a.nas2.0.3.0@gmail.com', NULL, '$2y$10$yQo2qUXTuBdl3bip5Kdxve47aQuj2srk5kMIzEL.mY1h41.bW2vRG', NULL, NULL, '2023-07-03 19:33:49', '2023-07-03 19:33:49', NULL, NULL),
(125, 'Sergghl', 's.tr.i.u.o.ko.f.fs.t.iffa.lmo.st@gmail.com', NULL, '$2y$10$rY1q3nL.LJs.bjxeR8jHQOMKxvq2IhnunsMb9Adf1DTdIahys3.Te', NULL, NULL, '2023-07-05 00:22:57', '2023-07-05 00:22:57', NULL, NULL),
(126, 'Svetlanagjm', 'kri.czi.ko.va.ya.sv.e.t.lana@gmail.com', NULL, '$2y$10$niPnWfQvPvvVWzSAMO/K.usoO1WEeiA6IWOgpq0ABAqjubYRQwqyq', NULL, NULL, '2023-07-05 06:07:35', '2023-07-05 06:07:35', NULL, NULL),
(127, 'User', 'aabhaparajuli58@gmail.com', NULL, '$2y$10$OVSuCcWLHhfG7Nr.VanLi.nAIe/M9UfeNof0q8hbw27CuXAQ1TC8i', 'ebdd2923-0c10-4800-b875-32e4f1864d12', NULL, '2023-07-05 10:42:22', '2023-07-05 10:42:22', NULL, NULL),
(128, 'Serzbjx', 's.er.z.krut.o.gol.o.v.th.e.man@gmail.com', NULL, '$2y$10$JV6i5p7GPoqM59eub46A2.eDlBZ9jgpGlxUJV3DdAEBAKxLB5XKkO', NULL, NULL, '2023-07-06 00:06:33', '2023-07-06 00:06:33', NULL, NULL),
(129, 'Sergile', 's.t.r.i.uokof.fs.ti.ffal.mo.s.t@gmail.com', NULL, '$2y$10$FlA2oSyD34/jCPV8jNGnl.L2V.FGrWnvwRTuv56YtO8.OW5B6zhky', NULL, NULL, '2023-07-06 17:42:54', '2023-07-06 17:42:54', NULL, NULL),
(130, 'Svetlanaxzg', 'k.r.i.c.zikov.a.y.a.sve.t.lan.a@gmail.com', NULL, '$2y$10$g1Cn46q8YxSDZh9wNTjage8OwHApRPFxiEBBFTc5xtAtVTk6mdYMW', NULL, NULL, '2023-07-06 23:51:14', '2023-07-06 23:51:14', NULL, NULL),
(131, 'Serznnd', 's.erz.kr.u.togolov.t.h.e.ma.n@gmail.com', NULL, '$2y$10$Ip7sL1e9uuJZGqry.gLbzePeKdRe8jL93AHcw7unWxYvHBktIsxa6', NULL, NULL, '2023-07-08 06:54:55', '2023-07-08 06:54:55', NULL, NULL),
(132, 'Sergcrv', 's.tr.i.uo.k.o.ff.s.t.iff.a.lmost@gmail.com', NULL, '$2y$10$UhvusrMqSaVn9XIT8FQudOUr9OIfIDDWKwgwJuq.7r5Y8YCD7zLzC', NULL, NULL, '2023-07-09 04:06:32', '2023-07-09 04:06:32', NULL, NULL),
(133, 'Veronagkc', 'ver.o.n.a.skut.e.n.koal.l.st.ar@gmail.com', NULL, '$2y$10$PXTfgVVm0uONhx3/QjEJnuhHTo6GTlIMx08rG/qda.Y907JUcgbb2', NULL, NULL, '2023-07-09 18:07:27', '2023-07-09 18:07:27', NULL, NULL),
(134, 'Serzikd', 'se.rzkr.ut.ogo.lo.vthe.m.a.n@gmail.com', NULL, '$2y$10$MB4UNqVi.U8slGidvSI1e.brfL/qLAKcZeNd95j7wpeqsz/P3H4a.', NULL, NULL, '2023-07-10 02:03:38', '2023-07-10 02:03:38', NULL, NULL),
(135, 'Veronakxi', 'v.e.ro.naskut.enkoa.l.lstar@gmail.com', NULL, '$2y$10$2zEbgp46XZcFld5rPrWqMuCV.lTxnR3tQmPo64cLX4ORITv1Oxjy.', NULL, NULL, '2023-07-10 05:18:02', '2023-07-10 05:18:02', NULL, NULL),
(136, 'Serzqdq', 'se.r.zk.r.u.to.g.o.l.ovthe.m.an@gmail.com', NULL, '$2y$10$PMn/.6ZGRrjnvKGVwIHWOOba.LaPvfMVWcOI1iGaHxUOiy17AQYJ6', NULL, NULL, '2023-07-10 12:01:23', '2023-07-10 12:01:23', NULL, NULL),
(137, 'Veronasom', 'v.eron.ask.ut.e.nk.oalls.t.ar@gmail.com', NULL, '$2y$10$tE0tueh6W73Mz9yOuXkS0u..sy.RrZ5XX4eXnMq5zizLp9Mbwqn6a', NULL, NULL, '2023-07-10 15:04:24', '2023-07-10 15:04:24', NULL, NULL),
(138, 'Leoncvo', 'leo.ni.d.s.h.k.o.robenk.ovvy.a@gmail.com', NULL, '$2y$10$YoXI6Q4snT8ypvCQa6wSXe5uKjB4wLuyXvuYGWSQTN4i1lPInYrNC', NULL, NULL, '2023-07-10 19:01:04', '2023-07-10 19:01:04', NULL, NULL),
(139, 'Veronawmk', 'v.er.on.a.s.ku.t.e.nkoa.ll.sta.r@gmail.com', NULL, '$2y$10$SXlrWt7GvkqMqgOdhWEFau6X49ED1Gz9H7mbFRiDo60158lULx4a.', NULL, NULL, '2023-07-11 04:56:45', '2023-07-11 04:56:45', NULL, NULL),
(140, 'Leonbnc', 'l.e.on.i.dsh.koro.be.n.k.o.vvy.a@gmail.com', NULL, '$2y$10$s7oeW9wrGKzacxJNDXoCPOn586BLGUdKAkRltOkFbUQ1kLHbTSZ3u', NULL, NULL, '2023-07-11 15:14:10', '2023-07-11 15:14:10', NULL, NULL),
(141, 'Serzgno', 'serzk.r.ut.ogol.o.v.th.em.an@gmail.com', NULL, '$2y$10$8ur.EArTINFAdBx2SF8oMO.JMbZ7G2H74LG8.ldhnFNYstRwtzJ6a', NULL, NULL, '2023-07-11 17:06:24', '2023-07-11 17:06:24', NULL, NULL),
(142, 'Veronaamb', 'v.e.r.oni.k.as.lo.b.oda.no.v.ic.h@gmail.com', NULL, '$2y$10$d7GqU9/MHpAcLoX2XLD/XuY7XRjBFRXjceHAwLhZOfTnnp8O0toby', NULL, NULL, '2023-07-11 23:27:00', '2023-07-11 23:27:00', NULL, NULL),
(143, 'Leonuju', 'le.o.n.id.shk.or.oben.k.ovv.y.a@gmail.com', NULL, '$2y$10$jMQYBiqqUtmeN5XOuJPbTuPGR0DaxuSwOQrip7j7emRZhu18q1fVS', NULL, NULL, '2023-07-12 03:45:07', '2023-07-12 03:45:07', NULL, NULL),
(144, 'Veronaduf', 'v.ero.nas.k.ut.enk.oa.l.ls.ta.r@gmail.com', NULL, '$2y$10$Xoebnl.Uz8vc1NddXu32SOSI2geQu8M06OUNXbSc7xFrO2fwGmcD6', NULL, NULL, '2023-07-12 04:45:23', '2023-07-12 04:45:23', NULL, NULL),
(145, 'Veronaakw', 'v.e.ro.nik.a.slobo.dano.v.ich@gmail.com', NULL, '$2y$10$NLakLrjpx61IMwcMy/vCX.vvICvDEqZ4z4AyNZHDEtr0DF7p0DkV2', NULL, NULL, '2023-07-12 08:37:20', '2023-07-12 08:37:20', NULL, NULL),
(146, 'Leonynq', 'le.on.i.d.s.h.k.oroben.kovv.y.a@gmail.com', NULL, '$2y$10$LN2ZdN7lm/C6KFCcRO2UAulQYmx6ZWFfDwhJFDQXkKNw1bWK4vS4u', NULL, NULL, '2023-07-12 13:49:10', '2023-07-12 13:49:10', NULL, NULL),
(147, 'Serzdwo', 'ser.z.k.ruto.g.olo.v.the.m.a.n@gmail.com', NULL, '$2y$10$FvTVON1CgSboToOKgrhcYOkCEqWoEbqa83pkzq22IayP97e5tXxtS', NULL, NULL, '2023-07-12 17:14:03', '2023-07-12 17:14:03', NULL, NULL),
(148, 'Leonipf', 'l.e.onid.s.h.ko.r.o.b.enkov.vy.a@gmail.com', NULL, '$2y$10$R8pJsmEqv8haJkH8shJVaOIKA9oPVxtHU3OMaBTDOVrCxzzHLW.Gq', NULL, NULL, '2023-07-13 01:37:37', '2023-07-13 01:37:37', NULL, NULL),
(149, 'Omar', 'omareisawi@hotmail.com', NULL, '$2y$10$CjFLKenIlM/4b1sSMUlBU.rVj/JhpwNBZvC6ow2txc9jT65Jd8pfK', NULL, NULL, '2023-07-13 17:50:47', '2023-07-13 17:50:47', NULL, NULL),
(152, 'Juliijv', 'an.jelika.lop.i.st.u.c.klo.ve@gmail.com', NULL, '$2y$10$mOFPF..gGN3ZmHPenRBhpO5w5a4cQE5GiAqAyKebeWabZjR/4gzMm', NULL, NULL, '2023-07-13 21:28:10', '2023-07-13 21:28:10', NULL, NULL),
(153, 'Veronaqqe', 'vero.ni.kasl.o.bod.a.novi.ch@gmail.com', NULL, '$2y$10$zzu1wt2jxgEW7ZTrmt/D8OP9TUSoza0ca4IQ7aOTGb6k0Sh8sJeie', NULL, NULL, '2023-07-13 23:15:22', '2023-07-13 23:15:22', NULL, NULL),
(154, 'Veronacqr', 'v.eroni.k.a.s.l.o.b.odan.ovich@gmail.com', NULL, '$2y$10$AnS12GH5nppPYeMgh.aXFeuTN3BzIYIP6Eiy3XFvPaULSVveesXyu', NULL, NULL, '2023-07-14 15:52:08', '2023-07-14 15:52:08', NULL, NULL),
(155, 'Evaegx', 'evast.o.go.d.u.k.lo.v.eli.f.e@gmail.com', NULL, '$2y$10$9GhCp9U/HaLfVVMx2P52v.cQKUAFsp18Sge6wLF0gfEZbOMjsSEZ.', NULL, NULL, '2023-07-15 01:21:13', '2023-07-15 01:21:13', NULL, NULL),
(156, 'Julimkh', 'an.j.eli.ka.lop.i.s.t.uckl.ov.e@gmail.com', NULL, '$2y$10$WRLdZhj7MtBMbXmeRhsV3.zM8HAxavjPv4XpdV8B93qWnrWW.wfzm', NULL, NULL, '2023-07-15 02:45:03', '2023-07-15 02:45:03', NULL, NULL),
(157, 'Veronapuj', 'v.e.r.o.n.ikasl.o.b.oda.n.o.vic.h@gmail.com', NULL, '$2y$10$vRvQFD6yCSuvw5V9jK01H.PRWtdRs4x5tflTKTR3o.RrfsAbFQYBW', NULL, NULL, '2023-07-15 05:52:46', '2023-07-15 05:52:46', NULL, NULL),
(158, 'innie protacio', 'iprotaciomarikina@gmail.com', NULL, '$2y$10$owrhIfEJ8NsxpZBJA7gPKea3.wpD4zBD4Ky1muYib.V2qRl15oiWW', NULL, NULL, '2023-07-15 15:06:02', '2023-07-15 15:06:02', NULL, NULL),
(159, 'Veronapuo', 'v.eronika.s.lobod.a.n.o.v.i.ch@gmail.com', NULL, '$2y$10$Rdfd8nEPOlrdPnJzDYWqoOA6cWMea2KyqMz2IBqREGnGwRua4ESeu', NULL, NULL, '2023-07-15 22:48:31', '2023-07-15 22:48:31', NULL, NULL),
(160, 'Evawvj', 'e.vas.to.g.od.uklo.v.e.l.i.fe@gmail.com', NULL, '$2y$10$WuEXt1HgSAYfGkB972XZfemduFPq7ImtgJPwPtmiCw2.c1qDg33z6', NULL, NULL, '2023-07-16 04:08:42', '2023-07-16 04:08:42', NULL, NULL),
(161, 'Veronaeoq', 've.roni.kaslobo.d.a.novic.h@gmail.com', NULL, '$2y$10$S1yDJE.L5r2hjwDBlDpbgueqtt38/.TFAWjIHzmf1ZCPwuYrIAhm.', NULL, NULL, '2023-07-16 07:59:27', '2023-07-16 07:59:27', NULL, NULL),
(162, 'Evaota', 'e.v.a.s.to.go.d.u.kl.oveli.fe@gmail.com', NULL, '$2y$10$AKSaipP1iyJSp41Iw5EAX./82UhAfFmym0Vr4Kn2igKYSw3eA3vrm', NULL, NULL, '2023-07-16 16:09:53', '2023-07-16 16:09:53', NULL, NULL),
(163, 'Evatcr', 'ev.as.to.god.uk.lo.v.e.li.fe@gmail.com', NULL, '$2y$10$116c1V5/4J2dmc5kBplWYu0hUqg7fIL6XkYYZfQ6pNokIut2ENWZa', NULL, NULL, '2023-07-17 04:30:10', '2023-07-17 04:30:10', NULL, NULL),
(164, 'Irindnv', 'i.rin.a2.0.20ko.bza.r.2.0.2.0@gmail.com', NULL, '$2y$10$K6LxBrMH0P7QZBQzyPlBiOvBaFTvBdJhePk.u6lKiZzIV8pUkuzyq', NULL, NULL, '2023-07-17 05:10:56', '2023-07-17 05:10:56', NULL, NULL),
(165, 'Julixes', 'anj.e.li.kalo.pi.stuckl.ov.e@gmail.com', NULL, '$2y$10$UMPv/8MN7OXKgp3mB5GRwuqtU6XHaO902LS1/8SYCkI1e1oLx3sqG', NULL, NULL, '2023-07-17 05:10:56', '2023-07-17 05:10:56', NULL, NULL),
(166, 'Iringlx', 'i.rin.a20.20kob.zar20.20@gmail.com', NULL, '$2y$10$j3OK9mot2pgqha2SN96vluOfK/foHogqKk9Ku9c6IQxtugn22AjNW', NULL, NULL, '2023-07-17 21:45:17', '2023-07-17 21:45:17', NULL, NULL),
(167, 'Julibyf', 'an.jel.ik.al.o.p.i.st.ucklove@gmail.com', NULL, '$2y$10$IcXI0fBKNe5qmJeW7so89.KcEspI6P0HQ0LNJS8EGlMp85IC.PtTO', NULL, NULL, '2023-07-18 02:17:13', '2023-07-18 02:17:13', NULL, NULL),
(168, 'Vilianaezx', 'vi.lla.numo.r.u.c.hk.omost@gmail.com', NULL, '$2y$10$a9v7zzt51Kyw8t0dHKkZZuGD54JepWfvWwTMJgVp.LIRSFrF1LnxK', NULL, NULL, '2023-07-18 09:10:45', '2023-07-18 09:10:45', NULL, NULL),
(169, 'Irinhgf', 'irin.a2.0.2.0k.obzar.2.0.2.0@gmail.com', NULL, '$2y$10$T8Ugprzv3nQ6yw7YnLIjC.Hst4TyryilxSLpe0W9r596ECRRqQgIu', NULL, NULL, '2023-07-20 22:49:21', '2023-07-20 22:49:21', NULL, NULL),
(170, 'Irinszv', 'i.ri.na.202.0.k.obzar.202.0@gmail.com', NULL, '$2y$10$ko0cxm04tciiWnErHW11kO7HqNInNfZV7UoWx0tfXYEL47hhZ3piO', NULL, NULL, '2023-07-23 06:03:40', '2023-07-23 06:03:40', NULL, NULL),
(171, 'Vilianafyq', 'v.il.la.numo.ru.c.hk.o.m.o.st@gmail.com', NULL, '$2y$10$bKQPzCsFCVV8h3SMkCwIzuVBFw0gInWHAMEbNa/3lxX6CF8OsXINm', NULL, NULL, '2023-07-24 21:39:02', '2023-07-24 21:39:02', NULL, NULL),
(172, 'Vikikrw', 'vi.kt.oriya.sku.c.hk.o.1.99.9@gmail.com', NULL, '$2y$10$DT79kXXUhUj1MkExFY.7D.1eA3w2sXIVKhELDbeV6HigZuZDOyLzu', NULL, NULL, '2023-07-25 01:27:17', '2023-07-25 01:27:17', NULL, NULL),
(173, 'Ilushikotv', 'skrebco.vili.u.s.hka20.86@gmail.com', NULL, '$2y$10$IOitLIk4mj9DvcLk/7VFauf2QTLzQ2bEyZATKrxAZybtLnhZJ8Ol2', NULL, NULL, '2023-07-27 07:03:50', '2023-07-27 07:03:50', NULL, NULL),
(174, 'Davidkaj', 's.e.m.ec.zenk.o.davi.dbig.man@gmail.com', NULL, '$2y$10$Abruw6BWupgLEezFRornL.ziGmJJHAR5BHU16UGz5ElBTk5twIXG2', NULL, NULL, '2023-07-27 15:56:46', '2023-07-27 15:56:46', NULL, NULL),
(175, 'Eldarzbh', 'ale.k.s.ej.stuk.o.ruk.ov.2.04.8@gmail.com', NULL, '$2y$10$VB4J5eXYlGkMD5M3Z0jf0OMpx.yFcYIVe1JinNX3gy8SPMlQ3eSXa', NULL, NULL, '2023-07-28 01:35:42', '2023-07-28 01:35:42', NULL, NULL),
(176, 'Davidfch', 'se.m.e.cz.e.nk.odavi.db.i.gm.a.n@gmail.com', NULL, '$2y$10$CArZRsDq.o1NVIniIgWDHO4s8Y8awDdT2wM8ZlJBQ955AJ9BJIoym', NULL, NULL, '2023-07-28 16:41:39', '2023-07-28 16:41:39', NULL, NULL),
(177, 'ching', 'chingseto453@gmail.com', NULL, '$2y$10$HRVLzdTKHVs6C6r7Uli7YOwjmRHQPN2eBkgEerYk9mAkjR0cjXq6C', NULL, NULL, '2023-07-29 01:33:13', '2023-07-29 01:33:13', NULL, NULL),
(178, 'Davidyfd', 's.emec.zenk.o.david.b.ig.ma.n@gmail.com', NULL, '$2y$10$YSWnQ8MDBs5pRs33Q2qGjuYxsCMC7b8SjvLpaqPVqyk.ypL1MsqJa', NULL, NULL, '2023-07-29 05:48:11', '2023-07-29 05:48:11', NULL, NULL),
(179, 'Eldartrn', 'a.le.k.sejs.tuk.o.ru.ko.v204.8@gmail.com', NULL, '$2y$10$TZR6fX6ohrUU9B9v7XV8o.fbgWJk3uHIOY4fltOGL7lVk0vwMGfeq', NULL, NULL, '2023-07-30 05:36:47', '2023-07-30 05:36:47', NULL, NULL),
(180, 'Davidkvo', 's.e.m.e.c.z.en.ko.da.v.id.b.i.g.ma.n@gmail.com', NULL, '$2y$10$0AMNMvC9cUsE5AcHJmXdaORUxndXiPcYv.tPiIhlhSdHOCwFU5XS2', NULL, NULL, '2023-07-30 11:41:45', '2023-07-30 11:41:45', NULL, NULL),
(181, 'Ilushikzhi', 'sk.r.e.bc.o.vi.lius.hk.a2086@gmail.com', NULL, '$2y$10$yVON4djflRo/YAx/ZP0qmumbN0esxZmzUB3h29AakbIToZyCNHw5a', NULL, NULL, '2023-07-31 23:34:54', '2023-07-31 23:34:54', NULL, NULL),
(182, 'Eldareuq', 'al.ekse.j.stu.kor.ukov2.0.4.8@gmail.com', NULL, '$2y$10$YpE7R44qtmUR6WoYbK39uOyfDf5irOA1oYYI71w2JqwEtDhTV3uaG', NULL, NULL, '2023-08-01 02:37:58', '2023-08-01 02:37:58', NULL, NULL),
(183, 'Ilushikagg', 's.kr.e.bcov.il.iush.k.a2.0.86@gmail.com', NULL, '$2y$10$./xW03Y4p07JYXqbWDsgA.baW3YWBT9vdXsFEGocyl.YMWxnI6tmy', NULL, NULL, '2023-08-02 01:00:35', '2023-08-02 01:00:35', NULL, NULL),
(184, 'Viktoriuzz', 'vi.k.t.o.ri.ailo.v.e.ba.ck.cham@gmail.com', NULL, '$2y$10$Ke2ykTUmOoJ0WIrJKx6sM.YarHv1mg/BCjMH1ROpcaUBAswa35lAy', NULL, NULL, '2023-08-02 01:30:35', '2023-08-02 01:30:35', NULL, NULL),
(185, 'Eldargfv', 'a.le.k.sej.s.t.ukoru.k.o.v.2.0.48@gmail.com', NULL, '$2y$10$OG4M9FIxctLsmAUxXpGweuxhvEQAk0sBG4BFjQvtgIaavKcjCYNpO', NULL, NULL, '2023-08-02 02:49:45', '2023-08-02 02:49:45', NULL, NULL),
(186, 'Ilushikbyw', 'skre.bcovili.ush.k.a2.08.6@gmail.com', NULL, '$2y$10$dPBnOXFMA91O/k6ssH/3eOy9TbqaYsT8ByD5wOHCTK7yotKFvJ9qS', NULL, NULL, '2023-08-02 19:19:58', '2023-08-02 19:19:58', NULL, NULL),
(187, 'Viktorinez', 'v.i.k.to.r.i.ai.lo.v.e.ba.c.kcha.m@gmail.com', NULL, '$2y$10$eEUmJXenkWsIITNMwD7Tm.TuwJtcPoNcrGalRgXZAU9./1zq3TPvW', NULL, NULL, '2023-08-02 20:11:45', '2023-08-02 20:11:45', NULL, NULL),
(188, 'Robnvr', 'r.o.b.e.rt.b.r.o.wnmo.onmans@gmail.com', NULL, '$2y$10$HZ5tBZXIwj1WnBHZxyhd6eCRNok7VTiTrXarRn0S9wj/UpDXyH.Na', NULL, NULL, '2023-08-03 04:38:46', '2023-08-03 04:38:46', NULL, NULL),
(189, 'Ilushikvwa', 's.k.re.bc.ovili.u.s.hka2.0.86@gmail.com', NULL, '$2y$10$3Hk0AKcKqJYm2ahVGxN3aOXUVF6alDGPAjNx5mNzKmrOUiOUhWVxi', NULL, NULL, '2023-08-03 07:31:21', '2023-08-03 07:31:21', NULL, NULL),
(190, 'Viktoribzh', 'vi.ktori.ailoveb.a.ck.cham@gmail.com', NULL, '$2y$10$446s4PZE8CqKVcUDWQJ3rerNsrOcCyarekSABhCMpmADkuphuMY0W', NULL, NULL, '2023-08-04 03:37:09', '2023-08-04 03:37:09', NULL, NULL),
(191, 'Robdvb', 'r.o.b.ertbr.o.w.nmo.o.nm.a.ns@gmail.com', NULL, '$2y$10$MR36jFQI0oTkHHiRiVHuOOi8x2XlB7soICheEds3FD.tNqlpTECXe', NULL, NULL, '2023-08-04 16:42:43', '2023-08-04 16:42:43', NULL, NULL),
(192, 'Viktoriehk', 'v.iktoriai.l.oveb.ackc.h.am@gmail.com', NULL, '$2y$10$5tU5e2Meis4G3DfcKNjEfO0KlOTqQoiLZuqp4Om3RrbfWVpoqVDBi', NULL, NULL, '2023-08-05 11:55:17', '2023-08-05 11:55:17', NULL, NULL),
(193, 'Margaretrim', 'ma.rg.ar.elovet.r.obe.rts@gmail.com', NULL, '$2y$10$Use6ziPS05RtHVrfOqpt2uwUUeQ/D5Ba7rRwdEbeDtxka1ROhyVlK', NULL, NULL, '2023-08-05 18:19:52', '2023-08-05 18:19:52', NULL, NULL),
(194, 'Robmxt', 'r.o.b.e.r.tbr.o.wnmo.o.nm.ans@gmail.com', NULL, '$2y$10$9xlBlpDezVAz7qthpa98heyDyKD/OY71zau6jks5VyN3OLgClmuRu', NULL, NULL, '2023-08-05 23:18:53', '2023-08-05 23:18:53', NULL, NULL),
(195, 'Viktorilbh', 'v.iktoriai.l.o.v.e.b.a.c.kcham@gmail.com', NULL, '$2y$10$Y8XzPZBp69B5H9pdbxuyq.tgzMDguXAHSjSk4qAOgy8KikVhZoL2i', NULL, NULL, '2023-08-06 13:53:00', '2023-08-06 13:53:00', NULL, NULL),
(196, 'Pfiefjwdjwihdwjdiwjdwh гпругшовшырваувапцовцврц аоувацвошцвргцр jedfjisfeufhuhdwdiwjdwisfuediudiywfuw ьвцыволоыоцпарыойырцпв udwhudwsfueufywudiadwuf professionalassignmentshelp.com', 'al.be.r.thans.hi.n.49@gmail.com', NULL, '$2y$10$ljRmJdXVS9uRoYq8fhZlN.jKW6NxyYXXvEkUYDsjpOkJYHAMjzsJm', NULL, NULL, '2023-08-07 11:01:20', '2023-08-07 11:01:20', NULL, NULL),
(197, 'Robfxk', 'r.obe.r.t.brownmoon.mans@gmail.com', NULL, '$2y$10$hupffg87MQD.cTR9jsaSVOwDma6ztiLKobQzys.E8SDD41CrTju0i', NULL, NULL, '2023-08-08 07:36:54', '2023-08-08 07:36:54', NULL, NULL),
(198, 'Shinal shresta chandra', 'shinalchandra95@gmail.com', NULL, '$2y$10$QzWpj0yt.LjZxoKt7nhPgOXAekNKPAlKQ8rxchxu9AD4LwDdT8lpq', NULL, NULL, '2023-08-10 12:50:32', '2023-08-10 12:50:32', NULL, NULL),
(199, 'Robtbb', 'r.o.b.ertbrow.nmoo.n.m.a.n.s@gmail.com', NULL, '$2y$10$jbM/uv0YOHFn9hCGYBpQZu5xVoLaVyeXEqo9Mdbx/cXK4d3r/xRtu', NULL, NULL, '2023-08-10 20:17:00', '2023-08-10 20:17:00', NULL, NULL),
(200, 'dulzi', 'dulzikayeroxas@gmail.com', NULL, '$2y$10$wI6YOtJQjwd47LqpJuua7uCtFfj/BvFIaH3Gp6kzm.f6hmZjGmsYe', NULL, NULL, '2023-08-11 08:15:27', '2023-08-11 08:15:27', NULL, NULL),
(201, 'Margarettbu', 'm.a.r.g.are.l.ov.et.ro.b.ert.s@gmail.com', NULL, '$2y$10$Yk/YUOct2VcLVQUvu9.90O8yuD4aYF98d.vrzfV28KSe5G7NR71WO', NULL, NULL, '2023-08-12 08:15:37', '2023-08-12 08:15:37', NULL, NULL),
(202, 'CIPD Assignment Writers UK', 'roxmellisa@gmail.com', NULL, '$2y$10$7JhBIaQbZ2IVNDwEHFHY2.XPa3mxyigQJbW7lrvCiSFQ4nbkUGIFa', NULL, NULL, '2023-08-12 16:04:02', '2023-08-12 16:04:02', NULL, NULL),
(203, 'Margaretukd', 'marg.a.relove.tr.ob.erts@gmail.com', NULL, '$2y$10$IMKSxIvq7G1IRwDXFymQYua.jk./TKc9bPgREkA7b1LdLW2V0YENu', NULL, NULL, '2023-08-14 09:25:33', '2023-08-14 09:25:33', NULL, NULL),
(204, 'Margaretnws', 'mar.ga.rel.ovet.r.obe.r.ts@gmail.com', NULL, '$2y$10$FfH6KByTkrilt5QYtauIL.m1P8Xv80rtLceFz3PUW6KdMW/1NJ58K', NULL, NULL, '2023-08-16 00:02:48', '2023-08-16 00:02:48', NULL, NULL),
(205, 'Vikiett', 'shu.p.le.t.cova.v.i.kt.or.iia@gmail.com', NULL, '$2y$10$qoFVExVZAcJtQWVV6ZMge.kepHr1NeLOr.XU5KYHWq52v6ey7DM6O', NULL, NULL, '2023-08-16 10:03:57', '2023-08-16 10:03:57', NULL, NULL),
(206, 'Simione Navokavokadrau', 'simione.navokavokadrau@outlook.com', NULL, '$2y$10$lLdu0nwfXJGOWaydhnFeIO0u2RyZWqccnR6lxGRzjjC5.bJj6nz5u', NULL, NULL, '2023-08-16 11:28:28', '2023-08-16 11:28:28', NULL, NULL),
(207, 'varun sharma', '7varun7sharma@gmail.com', NULL, '$2y$10$hm/bRg22sC.21p84tgV5oOoVWk.3G/5mUSkL7DF0SuP6o2IBDQvPu', NULL, NULL, '2023-08-16 12:32:06', '2023-08-16 12:32:06', '108460168923671367926', NULL),
(208, 'Vikigwv', 's.hup.letco.v.a.v.ikt.or.iia@gmail.com', NULL, '$2y$10$Wf0iPxxPJBppHXccIxC64uGUAmqeBTG0GqGd3K4GXSD4WBtjEnC1O', NULL, NULL, '2023-08-16 23:30:34', '2023-08-16 23:30:34', NULL, NULL),
(209, 'Vikithr', 's.h.up.l.e.tcov.av.i.kt.or.iia@gmail.com', NULL, '$2y$10$FB0KT7JndBpZy1jbLEecu.dIk3npKOU0YzXbz.6nR.d8x7zYssaZ2', NULL, NULL, '2023-08-17 09:05:12', '2023-08-17 09:05:12', NULL, NULL),
(210, 'Vikitkv', 's.h.u.p.le.tc.ovav.ikt.or.i.i.a@gmail.com', NULL, '$2y$10$UEQp7su45K.JGwYqhocZTOuulxwab9m0ememTk3wlvOTC7r1gf7mu', NULL, NULL, '2023-08-18 04:32:16', '2023-08-18 04:32:16', NULL, NULL),
(211, 'Vikiouu', 'shu.pl.etc.o.v.avi.ktor.iia@gmail.com', NULL, '$2y$10$Tlx5tSfQ9VWXwwwRrCr7rOVATT0jMQYlq5bobglBqoXuQeR/j9qHS', NULL, NULL, '2023-08-19 09:37:37', '2023-08-19 09:37:37', NULL, NULL),
(212, 'Vikixga', 'shu.p.letco.vavik.t.or.ii.a@gmail.com', NULL, '$2y$10$YrdlaWO0/R54RQXRq3vQa.WnuWrcTBSOWFeJZP.0tw05sTEVP8j3C', NULL, NULL, '2023-08-19 19:47:44', '2023-08-19 19:47:44', NULL, NULL),
(213, 'lzbItuCJMLtSkvRqqfKMJzTbuWwvhsOaFjKcVreKBlWqIdzhkwmHhoSNG 4login7 Wat', 'parsavali21.21@gmail.com', NULL, '$2y$10$s1n43by/k66mnn4oNa4amuDKN3GgI0qe5X2Fkf5uhzVo73qaeQXpO', NULL, NULL, '2023-08-27 21:51:48', '2023-08-27 21:51:48', NULL, NULL),
(214, 'Melanie Palingayan', 'melaniepalingayan02@gmail.com', NULL, '$2y$10$NLgysQYiMpu.Z4MuYAobdeJ1j7UVPtyf3vg4kGw2Cl/uCNceNTMzy', NULL, NULL, '2023-08-28 15:27:02', '2023-08-28 15:27:02', NULL, NULL),
(215, 'PM PUCHN', 'ppoom.mii@hotmail.com', NULL, '$2y$10$cdNED9tNkBRjfunChN.gE.BxEfTMgmMqeSEKUhmdO.xitugUK13r6', NULL, NULL, '2023-09-06 09:53:44', '2023-09-06 09:53:44', '100656840814609095719', NULL),
(216, 'User', 'mhemmings1982@gmail.com', NULL, '$2y$10$4JErIJ8aIajFIJbBmfsuCeK6WSTu.d6QDCGY6V8n6BugKk0ZVm2L6', 'c0d5ec0c-b41e-4944-9881-097391251c6e', NULL, '2023-09-11 00:45:16', '2023-09-11 00:45:16', NULL, NULL),
(217, 'User', 'melanie0316@yahoo.com', NULL, '$2y$10$odVPstdH6CVVBams/.vVW.gBdso241jNksnJfF9NClWoMcr2RubDm', '6ec9cbae-729a-4510-a07c-0e89c6fde0de', NULL, '2023-09-11 00:48:29', '2023-09-11 00:48:29', NULL, NULL),
(218, 'nirmalshrestha', 'seriodamaharjan111@gmail.com', NULL, '$2y$10$AqbVTyVFrWS6Duer6PbvqeijXqoPCVe7XekMUEIHJd1ssmxFsdb2q', NULL, NULL, '2023-09-11 17:27:15', '2023-09-11 17:27:15', NULL, NULL),
(219, 'Mehak', 'Mehak15@gmail.com', NULL, '$2y$10$tKvqrn8hbq7NjyzB5fyUJeMIuL560eovsoPAtlhXxXAbHNIm6pQW2', NULL, NULL, '2023-10-03 09:24:55', '2023-10-03 09:24:55', NULL, NULL),
(220, 'Tayyaba Alvi', 'tayabaalvi@gmail.com', NULL, '$2y$10$7yUrMEo4hAd0/TAWCulRTOcbLuynjXq8Mz3F6opqjDvZ5FHuOEcEu', NULL, NULL, '2023-10-04 10:26:19', '2023-10-04 10:26:19', NULL, NULL),
(221, 'Neena Sharma', 'neenasharma117@gmail.com', NULL, '$2y$10$7Js2xfiN79EnwbBIIecdTuhXEtQyOhSuP9EGGGNtCvkaaWksySi7u', NULL, NULL, '2023-11-09 16:10:00', '2023-11-09 16:10:00', '118108035372425247165', NULL),
(222, 'raju bhataarai', 'bhattarairaju249@gmail.com', NULL, '$2y$10$H.piqEgRGq4EwtSthLjzUO4S5fHr1pblmq3NpClMFgMn4nhv/A2xC', NULL, NULL, '2023-11-13 03:21:14', '2023-11-13 03:21:14', NULL, NULL),
(223, 'Garjung kui', 'gatjung2006@gmail.com', NULL, '$2y$10$SUfW3MOqBU8y2rpdgXPY7.G.dzrGuhGhFtkFXLQdFK4K5GEdh1w2i', 'c562a4f7-4e7a-468a-9473-fc03fa1594b3', NULL, '2023-11-22 06:50:43', '2023-11-22 07:23:11', NULL, NULL),
(224, 'LazuritNuage', 'lazuritcrypto@outlook.com', NULL, '$2y$10$1OWiztgRHygiuZ9LpeybP.H.EhXoEY1WNa4kjVFzxWQNDx.D.m6Uy', NULL, NULL, '2023-11-28 05:09:19', '2023-11-28 05:09:19', NULL, NULL),
(225, 'User', 'jacksoncareyy20@gmail.com', NULL, '$2y$10$URgwrZ5b2lb9EDJUkIruIO1LzybQOsqLfuhOiqCbgXKrK.rL/ReUm', '0d1ca749-96ec-41b2-b161-3e3fda5d2799', NULL, '2023-12-11 02:07:54', '2023-12-11 02:07:54', NULL, NULL),
(226, 'User', 'mphuthithabang6@gmail.com', NULL, '$2y$10$WHErt9gdu1eyzeoxBc4dLuBmyaqn0INSdt1RXT3mwyPM6BCQqSpvq', '1119874e-34c4-4f59-a7c5-b612d67be16c', NULL, '2024-01-06 15:21:30', '2024-01-06 15:21:30', NULL, NULL),
(227, 'Sarah Albatti', 'sarah.albatti@gmail.com', NULL, '$2y$10$7rGxJwiufUfcJg/2pGMcG.nLOofhVOThwyxvQNEzdvVAdNsnv8/Py', NULL, NULL, '2024-01-17 16:31:56', '2024-01-17 16:31:56', '102889466546867669223', NULL),
(230, 'User', 'just.tanveer99@gmail.com', NULL, '$2y$10$sFiGWsT6UGpCVdPf/0JROOcF/rbLZN.FjlYwJt3uDCTsil0ucvQ/S', '9fb65477-0b5c-404f-aa2f-dddec405d83a', NULL, '2024-01-29 14:34:24', '2024-01-29 14:34:24', NULL, NULL),
(231, 'User', 'kidenclement59@gmail.com', NULL, '$2y$10$mZrfHqLQAsuzdM/U91h5Qum1Qw37HYEIF/kg3Q80U6ewvZU32.lu.', 'a2b1d4a1-0fd2-4c60-bee5-e2fb30a3ee6d', NULL, '2024-01-30 17:50:33', '2024-01-30 17:50:35', NULL, NULL),
(232, 'Nish', 'joysnah.nunkoo@gmail.com', NULL, '$2y$10$xEcNd.0UPX.jDgPa4jCLReoT2ZSCXQCxU28K/uKznLRAt07axExWS', NULL, NULL, '2024-02-11 10:24:18', '2024-02-11 10:24:18', NULL, NULL),
(233, 'Denise Cabanillas', 'cabanillasdenise113@gmail.com', NULL, '$2y$10$sbiOtO0NIxyALHB4QaaKQOorSwDgKY4Axi3J8jIldRJKhdqyIo5ly', NULL, NULL, '2024-02-28 05:36:51', '2024-02-28 05:36:51', NULL, NULL),
(234, 'Priscilla NYANAPAAK Najar', 'pricynajar@gmail.com', NULL, '$2y$10$9oGwkcZEYw.dsbtnyKqBKeQrqO0te/ocu0tBuO7DTueHJhb8EY1Ia', NULL, NULL, '2024-03-09 00:16:09', '2024-03-09 00:16:09', NULL, NULL),
(235, 'User', 'aminmuhammad620@gmail.com', NULL, '$2y$10$Na3Di1aSnXZCX7cEg1xJx.dUHZIzC7H83uVgiP/ZdWOzb8FjqKDi6', '0739f3ca-73a5-4a3c-aefa-27903675f866', NULL, '2024-03-12 12:45:34', '2024-03-12 12:45:34', NULL, NULL),
(236, 'Makarim Agouram', 'makarimagouaram@outlook.com', NULL, '$2y$10$Bk4cE8RJyG6Ad6r.9M50COv3D1imL14xBh7uZYe6Iwd3TPwALecYC', NULL, NULL, '2024-03-15 16:02:17', '2024-03-15 16:02:17', NULL, NULL),
(237, 'Assignment Helpmate', 'seo4assignmenthelpmate@gmail.com', NULL, '$2y$10$2w7w7s7vnF3iJBctim6GK.dPTJv2qpb/tp9CSORjzcrz6Hy5.XqX2', NULL, NULL, '2024-06-15 14:38:31', '2024-06-15 14:38:31', NULL, NULL),
(238, 'luna uk', 'luna7731380@gmail.com', NULL, '$2y$10$bf6PgWOZD4bKFXJep2ZupunY3gNhGNxKIpkSVJwEJ9j21kD7BYCRu', NULL, NULL, '2024-07-18 08:47:04', '2024-07-18 08:47:04', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `student_assignments`
--

CREATE TABLE `student_assignments` (
  `id` bigint UNSIGNED NOT NULL,
  `student_id` bigint UNSIGNED DEFAULT NULL,
  `work_level_id` bigint UNSIGNED DEFAULT NULL,
  `pages` int NOT NULL,
  `price` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `deadline` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `assignment_description` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `assignment_requirements` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_style` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `weightage` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` enum('submitted','approved','paid') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'submitted',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `student_assignments`
--

INSERT INTO `student_assignments` (`id`, `student_id`, `work_level_id`, `pages`, `price`, `subject`, `deadline`, `mobile`, `assignment_description`, `assignment_requirements`, `reference_style`, `weightage`, `file`, `status`, `created_at`, `updated_at`) VALUES
(2, 1, 3, 1, NULL, 'test2', '18-05-2021 10:55:53', NULL, NULL, NULL, 'AGL', '0%', NULL, 'submitted', '2021-05-28 02:21:24', '2021-05-28 02:21:24'),
(5, 1, 3, 1, NULL, 'test2', '18-05-2021 10:55:53', NULL, NULL, NULL, 'AGL', '0%', NULL, 'submitted', '2021-05-28 02:22:05', '2021-05-28 02:22:05'),
(6, 1, 3, 1, '100', 'test2', '18-05-2021 10:55:53', NULL, NULL, NULL, 'AGL', '0%', NULL, 'approved', '2021-05-28 02:25:48', '2021-08-10 04:42:26'),
(7, 1, 2, 1, '300', 'test2', '18-05-2021 10:55:53', NULL, 'test', 'test', 'AGL', '10%', NULL, 'paid', '2021-05-28 02:26:18', '2021-07-07 04:21:43'),
(8, 4, 3, 5, '200', 'Computer', '20-07-2021 12:53:16', '9592000818', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', NULL, 'BMJ', '10%', NULL, 'paid', '2021-07-16 01:56:10', '2021-07-16 06:33:20'),
(9, 1, 3, 1, NULL, 'test', '11-08-2021 10:20:00', '7814192321', 'test', NULL, 'AGL', '5%', NULL, 'submitted', '2021-08-09 23:20:25', '2021-08-09 23:20:25'),
(10, 1, 3, 4, NULL, 'test', '10-08-2021 14:10:00', '7814192321', 'testgsdz', NULL, 'AGL', '10%', NULL, 'submitted', '2021-08-10 03:10:38', '2021-08-10 03:10:38'),
(11, 4, 2, 3, NULL, 'computer', '20-05-2021 15:29:00', '9592000818', 'werwerwrw', NULL, 'APA', '5%', '1628585101.png', 'approved', '2021-08-10 03:15:01', '2021-08-10 03:23:15'),
(12, 8, 3, 21, NULL, 'computer', '25-08-2021 14:25:00', '342342344', 'test', NULL, 'BMJ', '15%', NULL, 'submitted', '2021-08-10 03:26:16', '2021-08-10 03:26:16'),
(13, 9, 3, 1, NULL, 'testing', '10-08-2021 14:46:00', '7814192321', 'test', NULL, 'AGL', '5%', NULL, 'submitted', '2021-08-10 03:46:44', '2021-08-10 03:46:44'),
(14, 9, 3, 1, NULL, 'testing', '10-08-2021 14:49:00', '7814192321', 'dsfcs', NULL, 'AGL', '0%', NULL, 'submitted', '2021-08-10 03:49:33', '2021-08-10 03:49:33'),
(15, 10, 2, 1, '200', 'computer', '11-08-2021 15:27:00', '412223423423432', 'test', NULL, 'BMJ', '10%', NULL, 'approved', '2021-08-10 04:29:13', '2021-08-10 04:36:56'),
(16, 4, 3, 18, NULL, 'computer', '20-08-2021 15:00:00', '9592000818', 'test13', NULL, 'APA', '50%', '1629352621.pdf', 'submitted', '2021-08-19 00:27:01', '2021-08-19 00:27:01'),
(17, 7, 3, 6, '40', 'cookery', '31-08-2021 19:00:00', '9814088376', 'i need complete asssignment \r\nyou should choose company of your choice but should be listed in ASX', NULL, 'APA', '25%', '1630224578.pdf', 'paid', '2021-08-29 02:39:38', '2021-08-29 03:29:42'),
(18, 7, 2, 26, '100', 'computer', '31-08-2021 18:00:00', '9814088376', 'test', NULL, 'BMJ', '45%', NULL, 'approved', '2021-08-29 03:41:25', '2021-08-29 03:42:54'),
(19, 1, 3, 1, NULL, 'testing', '10-08-2021 14:12:00', '7814192321', 'testing', NULL, 'AGL', '5%', '1630485690.doc', 'submitted', '2021-09-01 03:11:30', '2021-09-01 03:11:30'),
(20, 4, 3, 2, NULL, 'Testing', '26-10-2021 20:00:00', '7814192321', 'Testing Purpose Only', NULL, 'AGL', '0%', NULL, 'submitted', '2021-10-25 06:26:45', '2021-10-25 06:26:45'),
(22, 17, 3, 8, NULL, 'Accounting and Finance', '30-11-2021 12:07:00', '437004311', 'need help', NULL, 'APA', '0%', NULL, 'submitted', '2021-11-30 01:08:54', '2021-11-30 01:08:54'),
(23, 18, 3, 21, NULL, 'Economics', '02-12-2021 15:00:00', '221212112', 'need assignment help', NULL, 'Harvard', '0%', NULL, 'submitted', '2021-11-30 06:33:13', '2021-11-30 06:33:13'),
(24, 19, 2, 18, NULL, 'Cryptography', '31-01-2022 00:00:00', '+27117741259', 'Three tasks (9 questions) - average 500 works per question', NULL, 'Harvard', '0%', '1641551211.pdf', 'submitted', '2022-01-07 04:56:51', '2022-01-07 04:56:51'),
(25, 23, 4, 5, NULL, 'Introduction to law', '20-02-2022 17:01:00', '0979954445', 'To decipher the meaning of law', NULL, 'AGL', '0%', NULL, 'submitted', '2022-02-15 09:34:56', '2022-02-15 09:34:56'),
(26, 26, 4, 1, NULL, 'Algorithms/Data Structures', '30-03-2022 17:53:00', NULL, 'Answering three questions related to hash tables and binary trees.', NULL, 'AGL', '30%', '1647989703.pdf', 'submitted', '2022-03-22 17:25:03', '2022-03-22 17:25:03'),
(27, 32, 2, 1, NULL, 'BSBCMM511 Communicate with influence', '05-05-2022 00:00:00', '0425282699', 'BSBCMM511 Communicate with influence', NULL, 'AGL', '0%', NULL, 'submitted', '2022-05-01 22:39:00', '2022-05-01 22:39:00'),
(28, 32, 2, 5, NULL, 'BSBCMM511 Communicate with influence', '05-05-2022 00:00:00', '0425282699', 'BSBCMM511 Communicate with influence', NULL, 'AGL', '0%', '1651464796.docx', 'submitted', '2022-05-01 22:43:16', '2022-05-01 22:43:16'),
(29, 34, 4, 100, NULL, 'Petroleum engineering', '13-05-2022 09:00:00', '+447877896552', 'Final project', NULL, 'APA', '100%', '1652309886.pdf', 'submitted', '2022-05-11 17:28:06', '2022-05-11 17:28:06'),
(30, 37, 4, 82, '500', 'Math', '16-06-2022 17:56:00', '9877387547', 'Diploma', NULL, 'AGL', '0%', '1655123294.docx', 'approved', '2022-06-13 06:58:14', '2022-06-13 09:12:11'),
(31, 38, 2, 8, NULL, 'Nursing Assignment', '13-07-2022 10:00:00', '9877327362', 'test', NULL, 'BMJ', '15%', NULL, 'submitted', '2022-06-13 09:31:02', '2022-06-13 09:31:02'),
(32, 40, 3, 10, NULL, 'Masters of Social Work', '01-01-1970 00:00:00', '0450607751', 'Impact of domestic violence on families and role of men in stopping it.', NULL, 'APA', '55%', '1655515608.pdf', 'submitted', '2022-06-17 19:56:48', '2022-06-17 19:56:48'),
(33, 41, 4, 3, NULL, 'Java', '24-06-2022 00:00:00', NULL, 'its java assignment about javafx using visual studio and scene builder', NULL, 'AGL', '15%', '1655748823.pdf', 'submitted', '2022-06-20 12:43:43', '2022-06-20 12:43:43'),
(34, 54, 4, 8, NULL, 'Airline operations and scheduling', '19-09-2022 00:00:00', NULL, 'aviation assessment --- need to do LpSolve and simul8', NULL, 'Harvard', '0%', '1662911306.docx', 'submitted', '2022-09-11 10:18:26', '2022-09-11 10:18:26'),
(35, 68, 2, 1, NULL, 'commercial cookerey', '01-01-1970 00:00:00', '0421196927', 'SITHCCC008 Prepare vegetable, fruit, egg and farinaceous dishes', NULL, 'AGL', '0%', NULL, 'submitted', '2022-10-26 09:13:28', '2022-10-26 09:13:28'),
(36, 69, 2, 1, NULL, 'CPCCBC5005 Select and manage building and construction contractors', '01-01-1970 00:00:00', '0405632495', 'CPCCBC5005 Select and manage building and construction contractors', NULL, 'AGL', '0%', '1666877130.pdf', 'submitted', '2022-10-27 07:55:30', '2022-10-27 07:55:30'),
(37, 69, 2, 1, NULL, 'CPCCBC5005 Select and manage building and construction contractors', '01-01-1970 00:00:00', '405632495', 'CPCCBC5005 Select and manage building and construction contractors', NULL, 'AGL', '0%', '1666877187.pdf', 'submitted', '2022-10-27 07:56:27', '2022-10-27 07:56:27'),
(38, 69, 2, 1, NULL, 'CPCCBC5005 Select and manage building and construction contractors', '01-01-1970 00:00:00', '405632495', 'CPCCBC5005 Select and manage building and construction contractors', NULL, 'AGL', '0%', '1666877228.pdf', 'submitted', '2022-10-27 07:57:08', '2022-10-27 07:57:08'),
(39, 73, 4, 18, NULL, 'Youth work', '01-01-1970 00:00:00', '0421202707', NULL, NULL, 'AGL', '0%', NULL, 'submitted', '2022-11-11 02:49:49', '2022-11-11 02:49:49'),
(40, 79, 4, 14, NULL, 'diploma nursing', '12-04-2022 00:00:00', NULL, NULL, NULL, 'Harvard', '100%', '1669550676.pdf', 'submitted', '2022-11-27 06:34:36', '2022-11-27 06:34:36'),
(41, 79, 4, 14, NULL, 'diploma nursing', '12-04-2022 00:00:00', '0469131367', NULL, NULL, 'Harvard', '100%', '1669550685.pdf', 'submitted', '2022-11-27 06:34:45', '2022-11-27 06:34:45'),
(42, 79, 4, 14, NULL, 'diploma nursing', '12-04-2022 00:00:00', NULL, 'intecxt references', NULL, 'Harvard', '100%', '1669550720.pdf', 'submitted', '2022-11-27 06:35:20', '2022-11-27 06:35:20'),
(43, 82, 3, 1, NULL, 'Deep Learning', '01-01-1970 00:00:00', '252 905 851 039', 'Dear ,\r\n\r\nI need to implement paper called W-Net which segmenting unsupervised images so the paper they develop Model called W-Net , Basically the model contains Encoder part and Decoder Part\r\n\r\nso basically the Assignment is to segment unsupervised images using by W-Net Model (The way the paper suggest) , so the output of the model will be\r\n\r\n1. Input Image (Original Image )\r\n2. Output of the Encoder part which will be Segmented Image\r\n3. Decoder Part (Which will be the reconstructed image of t', NULL, 'Harvard', '10%', NULL, 'submitted', '2022-12-08 07:39:29', '2022-12-08 07:39:29'),
(44, 83, 4, 7, NULL, 'certificate iv in commercial cookery', '12-12-2022 00:00:00', '0450246010', 'I try to do it by myself but it\'s not working everytime i type something it doesn\'t match with the questions so can you please help me to do this assignment .', NULL, 'AGL', '0%', '1670796388.docx', 'submitted', '2022-12-11 16:36:28', '2022-12-11 16:36:28'),
(45, 84, 4, 23, NULL, 'Maths and science', '12-12-2022 00:00:00', '0405623579', 'Science and maths', NULL, 'APA', '50%', NULL, 'submitted', '2022-12-11 20:22:43', '2022-12-11 20:22:43'),
(46, 88, 3, 1, NULL, 'Online Branding', '20-12-2022 00:00:00', '+254727051929', 'LABS ASSIGNMENTS', NULL, 'APA', '30%', '1671467697.pdf', 'submitted', '2022-12-19 11:04:57', '2022-12-19 11:04:57'),
(47, 89, 3, 6, NULL, 'remote sensing image analysing', '01-06-2023 00:00:00', '0426391179', 'questions and answers few are done few left', NULL, 'APA', '5%', '1672998041.docx', 'submitted', '2023-01-06 04:10:41', '2023-01-06 04:10:41'),
(48, 108, 4, 1, NULL, 'SITHKOP015', '14-06-2023 00:00:00', '+61416400119', 'Commercial Cookery', NULL, 'AGL', '0%', NULL, 'submitted', '2023-05-21 10:38:37', '2023-05-21 10:38:37'),
(49, 109, 4, 1, NULL, 'Development for 2024', '25-05-2022 00:00:00', '01786454993', 'Development for 2024 Management & Education', NULL, 'APA', '20%', '1685074671.pdf', 'submitted', '2023-05-26 08:17:51', '2023-05-26 08:17:51'),
(50, 127, 4, 6, NULL, 'organizational behaviour', '14-07-2023 05:00:00', NULL, NULL, NULL, 'APA', '20%', NULL, 'submitted', '2023-07-05 10:42:22', '2023-07-05 10:42:22'),
(51, 216, 2, 7, NULL, 'Long-Term Care', '10-09-2023 16:42:00', '16783409939', 'See attachment', NULL, 'APA', '0%', '1694378716.docx', 'submitted', '2023-09-11 00:45:16', '2023-09-11 00:45:16'),
(52, 217, 4, 8, NULL, 'HEALTHCARE LONG-TERM CARE', '10-09-2023 16:47:00', '6783409939', 'WRITING ASSIGNMENT', NULL, 'APA', '0%', '1694378909.docx', 'submitted', '2023-09-11 00:48:29', '2023-09-11 00:48:29'),
(53, 223, 3, 10, NULL, 'Analyse, critique and reflect on collaborative policymaking.', '26-11-2023 00:00:00', '0402930732', 'Analyse, critique and reflect on collaborative policymaking.', NULL, 'APA', '40%', '1700619791.docx', 'submitted', '2023-11-22 07:23:11', '2023-11-22 07:23:11'),
(54, 225, 4, 1, NULL, 'Cert 3 carpentry', '16-12-2023 08:07:00', '0427095728', 'Cert 3 carpentry apprenticeship', NULL, 'AGL', '100%', NULL, 'submitted', '2023-12-11 02:07:54', '2023-12-11 02:07:54'),
(55, 226, 4, 1, NULL, 'Business studies', '06-01-2024 12:19:00', '0810889780', 'Business studies assignment', NULL, 'AGL', '0%', '1704536491.jpg', 'submitted', '2024-01-06 15:21:31', '2024-01-06 15:21:31'),
(56, 230, 4, 14, NULL, 'English', '29-01-2024 15:02:00', '9818813266', 'Art integrated activity', NULL, 'AGL', '0%', '1706520864.jpg', 'submitted', '2024-01-29 14:34:24', '2024-01-29 14:34:24'),
(57, 231, 4, 75, NULL, 'Education', '31-01-2024 22:30:00', '0478651476', 'Topic is promotion of inclusion and inclusive practice', NULL, 'AGL', '0%', '1706619033.docx', 'submitted', '2024-01-30 17:50:33', '2024-01-30 17:50:33'),
(58, 231, 4, 75, NULL, 'Education', '31-01-2024 22:30:00', '0478651476', 'Topic is promotion of inclusion and inclusive practice', NULL, 'AGL', '0%', '1706619035.docx', 'submitted', '2024-01-30 17:50:35', '2024-01-30 17:50:35'),
(59, 235, 3, 12, NULL, 'Global governance', '31-03-2024 09:44:00', '+2348139377215', 'gendered migration, its significance and key perspectives and topics.', NULL, 'Harvard', '100%', NULL, 'submitted', '2024-03-12 12:45:34', '2024-03-12 12:45:34');

-- --------------------------------------------------------

--
-- Table structure for table `subjects`
--

CREATE TABLE `subjects` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `subjects`
--

INSERT INTO `subjects` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES
(3, 'BSBWOR502', 'bsbwor502', '2021-10-14 01:04:56', '2021-10-14 01:04:56'),
(4, 'BSBCUS501', 'bsbcus501', '2021-10-14 01:27:34', '2021-10-14 01:27:34'),
(5, 'BSBLDR511', 'bsbldr511', '2021-10-14 04:23:02', '2021-10-14 04:23:02'),
(6, 'SITXINV002', 'sitxinv002', '2021-10-14 04:24:45', '2021-10-14 04:24:45'),
(7, 'BSBADM502', 'bsbadm502', '2021-10-14 04:36:34', '2021-10-14 04:36:34'),
(8, 'SITHCCC018', 'sithccc018', '2021-10-14 05:04:24', '2022-04-09 02:21:11'),
(9, 'BSBLDR502', 'bsbldr502', '2021-10-14 05:38:06', '2021-10-14 05:38:06'),
(10, 'SITHCCC012', 'sithccc012', '2021-10-14 05:56:41', '2021-10-14 05:56:41'),
(11, 'BSBMGT517', 'bsbmgt517', '2021-10-14 06:15:33', '2021-10-14 06:15:33'),
(12, 'BSBHRM405', 'bsbhrm405', '2021-10-14 06:16:17', '2021-10-14 06:16:17'),
(13, 'BSBWOR 501', 'bsbwor-501', '2021-10-14 06:43:26', '2021-10-14 06:43:26'),
(14, 'SITHCCC007', 'sithccc007', '2021-10-14 06:48:44', '2021-10-14 06:48:44'),
(15, 'SITHCCC008', 'sithccc008', '2021-10-14 06:57:33', '2021-10-14 06:57:33'),
(16, 'BSBMGT502', 'bsbmgt502', '2021-10-18 00:56:47', '2021-10-18 00:56:47'),
(17, 'BSBMKG501', 'bsbmkg501', '2021-10-18 01:33:58', '2021-10-18 01:33:58'),
(18, 'BSBADM504', 'bsbadm504', '2021-10-18 02:08:28', '2021-10-18 02:08:28'),
(19, 'SITXINV001', 'sitxinv001', '2021-10-18 03:12:48', '2021-10-18 03:12:48'),
(20, 'BSBRSK501', 'bsbrsk501', '2021-10-18 03:25:04', '2021-10-18 03:25:04'),
(21, 'SITHCCC019', 'sithccc019', '2021-10-18 03:56:42', '2021-10-18 03:56:42'),
(22, 'SITHCCC006', 'sithccc006', '2021-10-18 04:16:57', '2021-10-18 04:16:57'),
(23, 'SITHKOP001', 'sithkop001', '2021-10-18 05:08:39', '2021-10-18 05:08:39'),
(24, 'SITXFSA002', 'sitxfsa002', '2021-10-20 03:54:22', '2021-10-20 03:54:22'),
(25, 'SITXHRM003', 'sitxhrm003', '2021-10-22 00:01:05', '2021-10-22 00:01:05'),
(26, 'BSBINM501', 'bsbinm501', '2021-10-23 01:13:36', '2021-10-23 01:13:36'),
(27, 'SITXFSA001', 'sitxfsa001', '2021-10-25 23:10:58', '2021-10-25 23:10:58'),
(28, 'SITHCCC001', 'sithccc001', '2021-10-25 23:11:43', '2021-10-25 23:11:43'),
(29, 'CPCCCA3002A', 'cpccca3002a', '2021-10-27 23:34:21', '2021-10-27 23:34:21'),
(30, 'SITHPAT006', 'sithpat006', '2021-10-27 23:51:11', '2021-10-27 23:51:11'),
(31, 'CPCCCA3003A', 'cpccca3003a', '2021-10-28 00:02:45', '2021-10-28 00:02:45'),
(32, 'CPCCCA2003A', 'cpccca2003a', '2021-10-31 23:15:48', '2021-10-31 23:15:48'),
(33, 'CPCCCM2010B', 'cpcccm2010b', '2021-10-31 23:41:57', '2021-10-31 23:41:57'),
(34, 'CPCCCA3008B', 'cpccca3008b', '2021-11-02 23:30:25', '2021-11-02 23:30:25'),
(35, 'CPCCCA3004A', 'cpccca3004a', '2021-11-02 23:51:25', '2021-11-02 23:51:25'),
(36, 'CPCCCA3007C', 'cpccca3007c', '2021-11-03 00:03:55', '2021-11-03 00:03:55'),
(37, 'CPCCCA3005B', 'cpccca3005b', '2021-11-03 00:38:34', '2021-11-03 00:38:34'),
(38, 'SITHKOP004', 'sithkop004', '2021-11-09 01:33:11', '2021-11-09 01:33:11'),
(39, 'SITHCCC005', 'sithccc005', '2021-11-09 23:53:15', '2021-11-09 23:53:15'),
(40, 'BSBMKG603', 'bsbmkg603', '2021-11-10 23:15:19', '2021-11-10 23:15:19'),
(41, 'BSBMGT616', 'bsbmgt616', '2021-11-16 03:07:44', '2021-11-16 03:07:44'),
(42, 'BSBINN601', 'bsbinn601', '2021-11-19 00:03:48', '2021-11-19 00:03:48'),
(43, 'BSBMGT608', 'bsbmgt608', '2021-11-22 23:58:15', '2021-11-22 23:58:15'),
(44, 'BSBMGT617', 'bsbmgt617', '2021-11-26 00:53:44', '2021-11-26 00:53:44'),
(45, 'BSBFIM601', 'bsbfim601', '2021-11-26 02:06:19', '2021-11-26 02:06:19'),
(46, 'BSBINM601', 'bsbinm601', '2021-11-26 03:15:21', '2021-11-26 03:15:21'),
(47, 'BSBMGT605', 'bsbmgt605', '2021-11-26 03:41:38', '2021-11-26 03:41:38'),
(48, 'BSBDIV601', 'bsbdiv601', '2021-11-26 23:12:03', '2021-11-26 23:12:03'),
(49, 'CPCCSF2004A', 'cpccsf2004a', '2021-11-28 23:37:03', '2021-11-28 23:37:03'),
(50, 'CPCCCA3023A', 'cpccca3023a', '2021-11-28 23:46:57', '2021-11-28 23:46:57'),
(51, 'BSBMGT615', 'bsbmgt615', '2021-11-29 00:13:52', '2021-11-29 00:13:52'),
(52, 'CPCCCM2008B', 'cpcccm2008b', '2021-11-29 01:24:06', '2021-11-29 01:24:06'),
(53, 'BSBSUS501', 'bsbsus501', '2021-11-29 01:38:34', '2021-11-29 01:38:34'),
(54, 'BSBMKG609', 'bsbmkg609', '2021-11-29 03:19:04', '2021-11-29 03:19:04');

-- --------------------------------------------------------

--
-- Table structure for table `subscribers`
--

CREATE TABLE `subscribers` (
  `id` bigint UNSIGNED NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `subscribers`
--

INSERT INTO `subscribers` (`id`, `email`, `status`, `created_at`, `updated_at`) VALUES
(2, 'info@giftechies.com', 1, '2021-09-04 00:38:33', '2021-09-04 00:38:33'),
(3, 'physiosahdipendra@gmail.com', 1, '2023-01-26 22:50:55', '2023-01-26 22:50:55');

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `name`, `designation`, `description`, `image`, `meta_title`, `meta_description`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Paol Druva', 'Development Student', 'I am a Law student and I was looking for online assignment help for my Law case study. I must admit that I am truly contented with their answers. Keep it up!', '', NULL, NULL, 'paol-druva', '2021-07-23 00:33:14', '2021-07-23 00:34:21'),
(2, 'Druna Patia', 'Biology Student', 'It is hard for students, especially international, to find enough time to write worthy assignment. If you feel the same, I would advise you to come here and get your work done on time.', NULL, NULL, NULL, '', '2021-07-23 00:36:04', '2021-07-23 00:36:04'),
(3, 'Astron Brun', 'Science Student', 'When I was searching for assignment help online, most websites have quoted high prices for assignments. Then I came across this website where prices are genuine. Go for it guys, they are extremely professional in their work', NULL, NULL, NULL, '-1', '2021-07-23 00:50:58', '2021-07-23 00:50:58'),
(4, 'Druna Patia', 'Law Student', 'I will forever be grateful to professional assignment for helping me out with my programming assignment. I got satisfied with their answer and then receiving good grades from my teacher.', '60fa644612a57-testimonial.jpg', NULL, NULL, 'druna-patia', '2021-07-23 00:52:36', '2021-07-23 01:10:06');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Admin', 'professionalassignmentshelp@gmail.com', NULL, '$2y$10$NIs.Idm4MI05ZMcwOwAMyukUyn/yNkpN2c.TJ5mgo48DW.e05uHWu', 'WR8gNT9l61sHi1zDRmVqqGnR0OAIlHkNn0yiGIKvgA4T0TV2I93OaVrjhh2C', '2021-05-12 02:12:46', '2021-05-12 02:12:46');

-- --------------------------------------------------------

--
-- Table structure for table `work_levels`
--

CREATE TABLE `work_levels` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `work_levels`
--

INSERT INTO `work_levels` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'High School', 'high-school', '2021-05-18 05:08:13', '2021-05-18 05:08:13'),
(2, 'Diploma', 'diploma', '2021-05-18 05:08:24', '2021-05-18 05:08:24'),
(3, 'Masters', 'masters', '2021-05-18 05:08:29', '2021-05-18 05:08:29'),
(4, 'Advance Diploma', 'advance-diploma', '2021-11-16 05:57:32', '2021-11-16 05:57:32');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `assignment_messages`
--
ALTER TABLE `assignment_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `assignment_messages_student_id_foreign` (`student_id`),
  ADD KEY `assignment_messages_assignment_id_foreign` (`assignment_id`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `category_types`
--
ALTER TABLE `category_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pages_category_id_foreign` (`category_id`),
  ADD KEY `pages_parent_id_foreign` (`parent_id`),
  ADD KEY `pages_category_type_id_foreign` (`category_type_id`),
  ADD KEY `pages_work_level_id_foreign` (`work_level_id`),
  ADD KEY `pages_subject_id_foreign` (`subject_id`);

--
-- Indexes for table `page_files`
--
ALTER TABLE `page_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_files_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_galleries`
--
ALTER TABLE `page_galleries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_galleries_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_mpoints_page_id_foreign` (`page_id`);

--
-- Indexes for table `page_points`
--
ALTER TABLE `page_points`
  ADD PRIMARY KEY (`id`),
  ADD KEY `page_points_page_id_foreign` (`page_id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Indexes for table `payments`
--
ALTER TABLE `payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payments_student_assignment_id_foreign` (`student_assignment_id`),
  ADD KEY `payments_student_id_foreign` (`student_id`);

--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `students`
--
ALTER TABLE `students`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `students_email_unique` (`email`);

--
-- Indexes for table `student_assignments`
--
ALTER TABLE `student_assignments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `student_assignments_student_id_foreign` (`student_id`),
  ADD KEY `student_assignments_work_level_id_foreign` (`work_level_id`);

--
-- Indexes for table `subjects`
--
ALTER TABLE `subjects`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `subscribers`
--
ALTER TABLE `subscribers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Indexes for table `work_levels`
--
ALTER TABLE `work_levels`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `assignment_messages`
--
ALTER TABLE `assignment_messages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `category_types`
--
ALTER TABLE `category_types`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=241;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=342;

--
-- AUTO_INCREMENT for table `page_files`
--
ALTER TABLE `page_files`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_galleries`
--
ALTER TABLE `page_galleries`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `page_points`
--
ALTER TABLE `page_points`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `students`
--
ALTER TABLE `students`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=240;

--
-- AUTO_INCREMENT for table `student_assignments`
--
ALTER TABLE `student_assignments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60;

--
-- AUTO_INCREMENT for table `subjects`
--
ALTER TABLE `subjects`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `subscribers`
--
ALTER TABLE `subscribers`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `work_levels`
--
ALTER TABLE `work_levels`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `assignment_messages`
--
ALTER TABLE `assignment_messages`
  ADD CONSTRAINT `assignment_messages_assignment_id_foreign` FOREIGN KEY (`assignment_id`) REFERENCES `student_assignments` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `assignment_messages_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `pages`
--
ALTER TABLE `pages`
  ADD CONSTRAINT `pages_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pages_category_type_id_foreign` FOREIGN KEY (`category_type_id`) REFERENCES `category_types` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pages_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `pages` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pages_subject_id_foreign` FOREIGN KEY (`subject_id`) REFERENCES `subjects` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `pages_work_level_id_foreign` FOREIGN KEY (`work_level_id`) REFERENCES `work_levels` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `page_files`
--
ALTER TABLE `page_files`
  ADD CONSTRAINT `page_files_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_galleries`
--
ALTER TABLE `page_galleries`
  ADD CONSTRAINT `page_galleries_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_mpoints`
--
ALTER TABLE `page_mpoints`
  ADD CONSTRAINT `page_mpoints_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `page_points`
--
ALTER TABLE `page_points`
  ADD CONSTRAINT `page_points_page_id_foreign` FOREIGN KEY (`page_id`) REFERENCES `pages` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `payments`
--
ALTER TABLE `payments`
  ADD CONSTRAINT `payments_student_assignment_id_foreign` FOREIGN KEY (`student_assignment_id`) REFERENCES `student_assignments` (`id`),
  ADD CONSTRAINT `payments_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`);

--
-- Constraints for table `student_assignments`
--
ALTER TABLE `student_assignments`
  ADD CONSTRAINT `student_assignments_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `student_assignments_work_level_id_foreign` FOREIGN KEY (`work_level_id`) REFERENCES `work_levels` (`id`) ON DELETE SET NULL;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
